Xref: news-dnh.mv.net comp.os.msdos.djgpp:4302 From: Martynas Kunigelis Newsgroups: comp.os.msdos.djgpp Subject: bugs in libc.a!!! Date: Wed, 10 Jan 1996 15:12:50 +0200 Organization: LITNET Lines: 21 Message-ID: NNTP-Posting-Host: santaka.sc-uni.ktu.lt To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp While looking through dpmi api implementation files in djlsr200.zip, I found the following [possible] BUGS: o in files 'd0305.s' and 'd0306.s' '#define USE_ESI' at the top is missing. o in file 'd0a00.s' the line 'movl ARG1, %edx' should be 'movl ARG2, %edx' ALSO: why is the function 'filelength' implemented as '__filelength', though in libc docs it is described as 'filelength'?? and more... I'm not sure about beta4, but in beta3 'fixpath()' did not work as described in docs. hope this helps... sory if these are not bugs (I doubt that). Martynas Kunigelis