* moldname-crtdll.def: Remove CR from end of line.

* moldname-msvcrt.def: Ditto.
This commit is contained in:
Earnie Boyd 2002-04-09 21:03:59 +00:00
parent dea7e25ca7
commit 41c3dd2144
3 changed files with 289 additions and 284 deletions

View File

@ -1,3 +1,8 @@
2002-04-09 Earnie Boyd <earnie@users.sf.net>
* moldname-crtdll.def: Remove CR from end of line.
* moldname-msvcrt.def: Ditto.
2002-04-04 Danny Smith <dannysmith@sourceforge.users.net> 2002-04-04 Danny Smith <dannysmith@sourceforge.users.net>
* include/math.h (DOMAIN, SING, OVERFLOW, UNDERFLOW, * include/math.h (DOMAIN, SING, OVERFLOW, UNDERFLOW,

View File

@ -1,142 +1,142 @@
; ;
; moldname-crtdll.def ; moldname-crtdll.def
; ;
; Exports from the runtime except that these exports are actually preceeded ; Exports from the runtime except that these exports are actually preceeded
; by a underscore in the actual DLL. These correspond to functions which ; by a underscore in the actual DLL. These correspond to functions which
; are non-ANSI and were prefixed with an underscore to avoid name space ; are non-ANSI and were prefixed with an underscore to avoid name space
; clutter. However many, in fact most programs still use a few of these ; clutter. However many, in fact most programs still use a few of these
; functions without the underscore. This .def file is specially processed ; functions without the underscore. This .def file is specially processed
; to make those non-underscored name function calls call the equivalent ; to make those non-underscored name function calls call the equivalent
; underscored functions. ; underscored functions.
; ;
; Contributors: ; Contributors:
; Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp> ; Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
; Maintained by Mumit Khan <khan@xraylith.wisc.edu> ; Maintained by Mumit Khan <khan@xraylith.wisc.edu>
; ;
; THIS SOFTWARE IS NOT COPYRIGHTED ; THIS SOFTWARE IS NOT COPYRIGHTED
; ;
; This source code is offered for use in the public domain. You may ; This source code is offered for use in the public domain. You may
; use, modify or distribute it freely. ; use, modify or distribute it freely.
; ;
; This code is distributed in the hope that it will be useful but ; This code is distributed in the hope that it will be useful but
; WITHOUT ANY WARRANTY. ALL WARRENTIES, EXPRESS OR IMPLIED ARE HEREBY ; WITHOUT ANY WARRANTY. ALL WARRENTIES, EXPRESS OR IMPLIED ARE HEREBY
; DISCLAMED. This includes but is not limited to warrenties of ; DISCLAMED. This includes but is not limited to warrenties of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
; ;
EXPORTS EXPORTS
access access
beep beep
cabs cabs
chdir chdir
chmod chmod
chsize chsize
close close
creat creat
cwait cwait
dup dup
dup2 dup2
ecvt ecvt
eof eof
execl execl
execle execle
execlp execlp
execlpe execlpe
execv execv
execve execve
execvp execvp
execvpe execvpe
fcvt fcvt
fdopen fdopen
fgetchar fgetchar
fgetwchar fgetwchar
filelength filelength
fileno fileno
fpreset fpreset
fputchar fputchar
fputwchar fputwchar
fstat fstat
ftime ftime
gcvt gcvt
getch getch
getche getche
getcwd getcwd
getpid getpid
getw getw
heapwalk heapwalk
hypot hypot
isatty isatty
itoa itoa
j0 j0
j1 j1
jn jn
kbhit kbhit
lseek lseek
ltoa ltoa
memccpy memccpy
memicmp memicmp
mkdir mkdir
mktemp mktemp
open open
pclose pclose
popen popen
putch putch
putenv putenv
putw putw
read read
rmdir rmdir
searchenv searchenv
seterrormode seterrormode
setmode setmode
sleep sleep
sopen sopen
spawnl spawnl
spawnle spawnle
spawnlp spawnlp
spawnlpe spawnlpe
spawnv spawnv
spawnve spawnve
spawnvp spawnvp
spawnvpe spawnvpe
stat stat
strcmpi strcmpi
strdup strdup
stricmp stricmp
stricoll stricoll
strlwr strlwr
strnicmp strnicmp
strnset strnset
strrev strrev
strset strset
strupr strupr
swab swab
tell tell
tempnam tempnam
; export tzname for both. See <time.h> ; export tzname for both. See <time.h>
tzname DATA tzname DATA
tzset tzset
umask umask
ungetch ungetch
unlink unlink
utime utime
wcsdup wcsdup
wcsicmp wcsicmp
wcsicoll wcsicoll
wcslwr wcslwr
wcsnicmp wcsnicmp
wcsnset wcsnset
wcsrev wcsrev
wcsset wcsset
wcsupr wcsupr
write write
y0 y0
y1 y1
yn yn

View File

@ -1,142 +1,142 @@
; ;
; moldname-msvcrt.def ; moldname-msvcrt.def
; ;
; Exports from the runtime except that these exports are actually preceeded ; Exports from the runtime except that these exports are actually preceeded
; by a underscore in the actual DLL. These correspond to functions which ; by a underscore in the actual DLL. These correspond to functions which
; are non-ANSI and were prefixed with an underscore to avoid name space ; are non-ANSI and were prefixed with an underscore to avoid name space
; clutter. However many, in fact most programs still use a few of these ; clutter. However many, in fact most programs still use a few of these
; functions without the underscore. This .def file is specially processed ; functions without the underscore. This .def file is specially processed
; to make those non-underscored name function calls call the equivalent ; to make those non-underscored name function calls call the equivalent
; underscored functions. ; underscored functions.
; ;
; Contributors: ; Contributors:
; Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp> ; Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
; Maintained by Mumit Khan <khan@xraylith.wisc.edu> ; Maintained by Mumit Khan <khan@xraylith.wisc.edu>
; ;
; THIS SOFTWARE IS NOT COPYRIGHTED ; THIS SOFTWARE IS NOT COPYRIGHTED
; ;
; This source code is offered for use in the public domain. You may ; This source code is offered for use in the public domain. You may
; use, modify or distribute it freely. ; use, modify or distribute it freely.
; ;
; This code is distributed in the hope that it will be useful but ; This code is distributed in the hope that it will be useful but
; WITHOUT ANY WARRANTY. ALL WARRENTIES, EXPRESS OR IMPLIED ARE HEREBY ; WITHOUT ANY WARRANTY. ALL WARRENTIES, EXPRESS OR IMPLIED ARE HEREBY
; DISCLAMED. This includes but is not limited to warrenties of ; DISCLAMED. This includes but is not limited to warrenties of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
; ;
EXPORTS EXPORTS
access access
beep beep
cabs cabs
chdir chdir
chmod chmod
chsize chsize
close close
creat creat
cwait cwait
daylight DATA daylight DATA
dup dup
dup2 dup2
ecvt ecvt
eof eof
execl execl
execle execle
execlp execlp
execlpe execlpe
execv execv
execve execve
execvp execvp
execvpe execvpe
fcvt fcvt
fdopen fdopen
fgetchar fgetchar
fgetwchar fgetwchar
filelength filelength
fileno fileno
fpreset fpreset
fputchar fputchar
fputwchar fputwchar
fstat fstat
ftime ftime
gcvt gcvt
getch getch
getche getche
getcwd getcwd
getpid getpid
getw getw
heapwalk heapwalk
hypot hypot
isatty isatty
itoa itoa
j0 j0
j1 j1
jn jn
kbhit kbhit
lseek lseek
ltoa ltoa
memccpy memccpy
memicmp memicmp
mkdir mkdir
mktemp mktemp
open open
pclose pclose
popen popen
putch putch
putenv putenv
putw putw
read read
rmdir rmdir
searchenv searchenv
seterrormode seterrormode
setmode setmode
sleep sleep
sopen sopen
spawnl spawnl
spawnle spawnle
spawnlp spawnlp
spawnlpe spawnlpe
spawnv spawnv
spawnve spawnve
spawnvp spawnvp
spawnvpe spawnvpe
stat stat
strcmpi strcmpi
strdup strdup
stricmp stricmp
stricoll stricoll
strlwr strlwr
strnicmp strnicmp
strnset strnset
strrev strrev
strset strset
strupr strupr
swab swab
tell tell
tempnam tempnam
timezone DATA timezone DATA
; export tzname for both. See <time.h> ; export tzname for both. See <time.h>
tzname DATA tzname DATA
tzset tzset
umask umask
ungetch ungetch
unlink unlink
utime utime
wcsdup wcsdup
wcsicmp wcsicmp
wcsicoll wcsicoll
wcslwr wcslwr
wcsnicmp wcsnicmp
wcsnset wcsnset
wcsrev wcsrev
wcsset wcsset
wcsupr wcsupr
wpopen wpopen
write write
y0 y0
y1 y1
yn yn