.. |
_afailed.c
|
This commit was generated by cvs2svn to compensate for changes in r2,
|
2000-05-28 13:40:48 +00:00 |
_cwd.s
|
|
|
_environ.s
|
|
|
_fdesc.s
|
|
|
_file.h
|
|
|
_file.s
|
Added pushback char to struct FILE
|
2004-05-12 13:16:36 +00:00 |
_fopen.s
|
|
|
_heap.s
|
Move initialization code into the init segment
|
2005-02-26 09:06:46 +00:00 |
_heapadd.s
|
|
|
_heapblocksize.s
|
New used block structure for the heap
|
2005-01-05 21:05:11 +00:00 |
_heapmaxavail.s
|
|
|
_heapmemavail.s
|
|
|
_hextab.c
|
|
|
_oserror.s
|
This commit was generated by cvs2svn to compensate for changes in r2,
|
2000-05-28 13:40:48 +00:00 |
_poserror.c
|
|
|
_printf.h
|
|
|
_printf.s
|
|
|
_scanf.c
|
A label must always be followed by a statement. This wasn't checked by the
|
2008-08-03 12:54:11 +00:00 |
_scanf.h
|
Scanf improvements by Greg King
|
2005-02-14 09:19:59 +00:00 |
_scanf.inc
|
|
|
_seterrno.s
|
Use a subroutine to set errno to save some space.
|
2004-05-13 21:09:08 +00:00 |
_swap.s
|
|
|
_sys.s
|
|
|
abort.c
|
|
|
abs.s
|
|
|
asctime.c
|
Call strftime instead of formatting the time manually
|
2002-11-13 13:28:45 +00:00 |
atexit.s
|
|
|
atoi.s
|
|
|
bsearch.c
|
|
|
calloc.s
|
|
|
chdir.s
|
|
|
copydata.s
|
Sqeezed a few bytes out of the copydata function
|
2004-12-01 12:00:50 +00:00 |
creat.s
|
|
|
ctime.s
|
|
|
divt.s
|
|
|
errno.s
|
|
|
errormsg.c
|
|
|
fclose.s
|
|
|
fdopen.c
|
|
|
fgetc.c
|
|
|
fgetpos.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
fgets.c
|
|
|
fmisc.s
|
|
|
fopen.s
|
|
|
fprintf.s
|
Removed an unused import
|
2004-11-28 18:09:56 +00:00 |
fputc.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
fputs.c
|
|
|
fread.s
|
|
|
free.s
|
Added a comment
|
2005-01-05 21:05:35 +00:00 |
freopen.c
|
|
|
fscanf.s
|
|
|
fseek.c
|
Make fseek support ungetc, fix non standard compliant behaviour
|
2004-05-13 21:29:18 +00:00 |
fsetpos.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
ftell.c
|
Add support for ungetc, fix non standard compliant behaviour
|
2004-05-13 21:54:01 +00:00 |
fwrite.s
|
|
|
getchar.c
|
|
|
getcpu.s
|
This commit was generated by cvs2svn to compensate for changes in r2,
|
2000-05-28 13:40:48 +00:00 |
getcwd.s
|
Fixes to the code just written
|
2003-08-12 13:58:17 +00:00 |
getenv.s
|
Added environment routines
|
2005-04-21 21:26:15 +00:00 |
gets.c
|
|
|
gmtime.c
|
|
|
isalnum.s
|
Use constants for the bits in the _ctype array.
|
2001-09-08 14:00:41 +00:00 |
isalpha.s
|
|
|
isblank.s
|
|
|
iscntrl.s
|
|
|
isdigit.s
|
|
|
isgraph.s
|
Use constants for the bits in the _ctype array.
|
2001-09-08 14:00:41 +00:00 |
islower.s
|
|
|
isprint.s
|
|
|
ispunct.s
|
Use constants for the bits in the _ctype array.
|
2001-09-08 14:00:41 +00:00 |
isspace.s
|
|
|
isupper.s
|
|
|
isxdigit.s
|
|
|
itoa.s
|
|
|
labs.s
|
|
|
locale.c
|
|
|
localtime.c
|
|
|
longjmp.s
|
|
|
ltoa.s
|
|
|
Makefile
|
|
|
malloc.s
|
|
|
maperrno.s
|
|
|
memchr.s
|
Optimization
|
2003-05-05 17:19:48 +00:00 |
memcmp.s
|
Rewrote memcmp. The old version was buggy, the new one is faster and
|
2000-09-15 17:23:19 +00:00 |
memcpy.s
|
|
|
memmove.s
|
|
|
memset.s
|
|
|
mkdir.s
|
|
|
mktime.c
|
|
|
modfree.s
|
|
|
modload.s
|
|
|
oserrcheck.s
|
|
|
perror.c
|
|
|
pmemalign.c
|
|
|
printf.s
|
Rewrote vfprintf() in assembler
|
2000-12-01 15:05:46 +00:00 |
putchar.s
|
|
|
putenv.s
|
|
|
puts.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
qsort.c
|
|
|
raise.s
|
Reset signal handler to SIG_DFL on a call to raise()
|
2003-03-14 00:08:35 +00:00 |
rand.s
|
|
|
realloc.c
|
Changed the way, used blocks are managed
|
2004-12-19 23:09:38 +00:00 |
remove.s
|
|
|
rename.s
|
|
|
rewind.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
rmdir.s
|
New stuff contributed by Oliver Schmidt
|
2005-08-31 20:11:45 +00:00 |
scanf.s
|
|
|
searchenv.s
|
|
|
setjmp.s
|
This commit was generated by cvs2svn to compensate for changes in r2,
|
2000-05-28 13:40:48 +00:00 |
signal.s
|
|
|
sigtable.s
|
Add signal() and raise()
|
2003-03-14 00:02:58 +00:00 |
sleep.c
|
|
|
sprintf.s
|
|
|
sscanf.s
|
|
|
strcat.s
|
|
|
strchr.s
|
|
|
strcmp.s
|
|
|
strcoll.s
|
|
|
strcpy.s
|
|
|
strcspn.s
|
This commit was generated by cvs2svn to compensate for changes in r2,
|
2000-05-28 13:40:48 +00:00 |
strdup.s
|
|
|
strerror.s
|
Invalid error codes will set errno
|
2003-12-19 18:45:26 +00:00 |
strftime.c
|
Fixed %W/%U
|
2002-11-13 18:08:36 +00:00 |
stricmp.s
|
|
|
strlen.s
|
|
|
strlower.s
|
|
|
strncat.s
|
This commit was generated by cvs2svn to compensate for changes in r2,
|
2000-05-28 13:40:48 +00:00 |
strncmp.s
|
|
|
strncpy.s
|
|
|
strnicmp.s
|
|
|
stroserr.s
|
|
|
strpbrk.s
|
|
|
strrchr.s
|
This commit was generated by cvs2svn to compensate for changes in r2,
|
2000-05-28 13:40:48 +00:00 |
strspn.s
|
|
|
strstr.s
|
This commit was generated by cvs2svn to compensate for changes in r2,
|
2000-05-28 13:40:48 +00:00 |
strtok.c
|
|
|
strupper.s
|
Use named constants from ctype.inc instead of hard coded numeric values.
|
2009-02-10 22:11:56 +00:00 |
strxfrm.c
|
Made strxfrm fastcall, added docs.
|
2008-08-27 20:02:48 +00:00 |
system.c
|
Cleanup use of predefined data types / defines
|
2003-08-16 08:23:01 +00:00 |
time.s
|
|
|
timezone.c
|
|
|
tolower.s
|
|
|
toupper.s
|
Removed __cdiff. Since the assembler does character set translation for
|
2002-11-22 00:53:46 +00:00 |
uname.s
|
New uname function
|
2003-08-12 14:24:34 +00:00 |
ungetc.s
|
|
|
unlink.s
|
Added unlink()
|
2003-06-12 08:43:57 +00:00 |
utscopy.s
|
|
|
vfprintf.s
|
Code improvement
|
2005-02-14 10:28:54 +00:00 |
vfscanf.s
|
Scanf improvements by Greg King
|
2005-02-14 09:19:59 +00:00 |
vprintf.s
|
|
|
vscanf.s
|
|
|
vsprintf.s
|
|
|
vsscanf.s
|
Scanf improvements by Greg King
|
2005-02-14 09:19:59 +00:00 |
zerobss.s
|
Move initialization code into the init segment
|
2005-02-26 09:06:46 +00:00 |