.. |
_afailed.c
|
|
|
_cwd.s
|
Fixes to the code just written
|
2003-08-12 13:58:17 +00:00 |
_fdesc.s
|
Use structs
|
2003-12-03 10:15:33 +00:00 |
_file.h
|
|
|
_file.s
|
Use structs
|
2003-12-03 10:15:33 +00:00 |
_fopen.s
|
Use structs
|
2003-12-03 10:15:33 +00:00 |
_heap.s
|
|
|
_heapadd.s
|
Use structs
|
2003-12-03 10:15:33 +00:00 |
_heapmaxavail.s
|
Use structs
|
2003-12-03 10:15:33 +00:00 |
_heapmemavail.s
|
Use structs
|
2003-12-03 10:15:33 +00:00 |
_hextab.c
|
|
|
_oserror.s
|
|
|
_poserror.c
|
Added _poserror, made perror __fastcall__
|
2003-04-24 20:55:55 +00:00 |
_printf.h
|
|
|
_printf.s
|
|
|
_scanf.c
|
|
|
_scanf.h
|
|
|
_swap.s
|
|
|
_sys.s
|
Fixed a typo
|
2003-02-12 19:56:00 +00:00 |
.cvsignore
|
Added sleep.c from Stefan Haubenthal
|
2003-06-12 08:28:54 +00:00 |
abort.c
|
Raise SIGABRT
|
2003-03-14 00:02:31 +00:00 |
abs.s
|
Squeeze two cycles out of the abs() function
|
2003-10-10 17:59:00 +00:00 |
asctime.c
|
|
|
atexit.s
|
Removed useless __errno imports
|
2003-11-13 00:12:56 +00:00 |
atoi.s
|
|
|
bsearch.c
|
Make bsearch __fastcall__
|
2003-10-29 21:51:59 +00:00 |
calloc.s
|
|
|
chdir.s
|
Added a getcwd function
|
2003-08-12 13:51:11 +00:00 |
copydata.s
|
|
|
creat.s
|
Added creat()
|
2003-06-12 09:10:50 +00:00 |
ctime.s
|
|
|
divt.s
|
|
|
errno.s
|
|
|
errormsg.c
|
New error code ERANGE
|
2003-08-12 13:48:45 +00:00 |
fclose.s
|
Use structs
|
2003-12-03 10:15:33 +00:00 |
fdopen.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
fgetc.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
fgetpos.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
fgets.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
fmisc.s
|
Use structs
|
2003-12-03 10:15:33 +00:00 |
fopen.s
|
|
|
fprintf.s
|
|
|
fputc.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
fputs.c
|
Restructured former fcntl.h, added new include files unistd.h and sys/types.h.
|
2003-06-12 18:08:23 +00:00 |
fread.s
|
Use structs
|
2003-12-03 10:15:33 +00:00 |
free.s
|
Use structs
|
2003-12-03 10:15:33 +00:00 |
freopen.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
fseek.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
fsetpos.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
ftell.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
fwrite.s
|
Use structs
|
2003-12-03 10:15:33 +00:00 |
getchar.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
getcpu.s
|
|
|
getcwd.s
|
Fixes to the code just written
|
2003-08-12 13:58:17 +00:00 |
gets.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
gmtime.c
|
|
|
isalnum.s
|
|
|
isalpha.s
|
|
|
isblank.s
|
|
|
iscntrl.s
|
|
|
isdigit.s
|
|
|
isgraph.s
|
|
|
islower.s
|
|
|
isprint.s
|
|
|
ispunct.s
|
|
|
isspace.s
|
|
|
isupper.s
|
|
|
isxdigit.s
|
|
|
itoa.s
|
|
|
labs.s
|
|
|
locale.c
|
Make setlocale __fastcall__
|
2003-10-02 21:44:56 +00:00 |
localtime.c
|
|
|
longjmp.s
|
|
|
ltoa.s
|
|
|
Makefile
|
Split memcpy and memmove, since the former is used a lot more often than
|
2003-08-20 10:17:53 +00:00 |
malloc.s
|
Use structs
|
2003-12-03 10:15:33 +00:00 |
maperrno.s
|
Removed useless __errno imports
|
2003-11-13 00:12:56 +00:00 |
memchr.s
|
Optimization
|
2003-05-05 17:19:48 +00:00 |
memcmp.s
|
|
|
memcpy.s
|
Fixed a bug in memcpy
|
2003-10-22 21:04:22 +00:00 |
memmove.s
|
Split memcpy and memmove, since the former is used a lot more often than
|
2003-08-20 10:17:53 +00:00 |
memset.s
|
|
|
mktime.c
|
Optimizations
|
2003-11-11 22:33:42 +00:00 |
modfree.s
|
|
|
modload.s
|
Use structs
|
2003-12-03 20:54:43 +00:00 |
oserrcheck.s
|
Removed useless __errno imports
|
2003-11-13 00:12:56 +00:00 |
perror.c
|
Added _poserror, made perror __fastcall__
|
2003-04-24 20:55:55 +00:00 |
printf.s
|
|
|
putchar.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
puts.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
qsort.c
|
Make qsort __fastcall__
|
2003-10-29 21:59:19 +00:00 |
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
|
|
|
remove.s
|
Moved reusable parts of remove into oserrcheck.
|
2003-08-12 13:06:43 +00:00 |
rename.s
|
Moved reusable parts of remove into oserrcheck.
|
2003-08-12 13:06:43 +00:00 |
rewind.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
setjmp.s
|
|
|
signal.s
|
Add signal() and raise()
|
2003-03-14 00:02:58 +00:00 |
sigtable.s
|
Add signal() and raise()
|
2003-03-14 00:02:58 +00:00 |
sleep.c
|
sleep.c doesn't compile on platforms without a clock function
|
2003-06-12 18:17:46 +00:00 |
sprintf.s
|
Fixed a typo
|
2003-06-03 12:15:57 +00:00 |
sscanf.c
|
|
|
strcat.s
|
Small optimization
|
2003-05-05 17:05:22 +00:00 |
strchr.s
|
|
|
strcmp.s
|
|
|
strcoll.s
|
|
|
strcpy.s
|
Another small optimization
|
2003-05-05 17:07:14 +00:00 |
strcspn.s
|
|
|
strdup.s
|
Improved 65c02 support
|
2003-10-10 17:52:12 +00:00 |
strerror.s
|
|
|
strftime.c
|
|
|
stricmp.s
|
|
|
strlen.s
|
|
|
strlower.s
|
|
|
strncat.s
|
|
|
strncmp.s
|
|
|
strncpy.s
|
Speed optimization
|
2003-08-18 11:25:31 +00:00 |
stroserr.s
|
|
|
strpbrk.s
|
|
|
strrchr.s
|
|
|
strspn.s
|
|
|
strstr.s
|
|
|
strtok.c
|
|
|
strupper.s
|
|
|
strxfrm.c
|
|
|
system.c
|
Cleanup use of predefined data types / defines
|
2003-08-16 08:23:01 +00:00 |
time.s
|
Removed useless __errno imports
|
2003-11-13 00:12:56 +00:00 |
timezone.c
|
|
|
tolower.s
|
|
|
toupper.s
|
|
|
uname.s
|
New uname function
|
2003-08-12 14:24:34 +00:00 |
unlink.s
|
Added unlink()
|
2003-06-12 08:43:57 +00:00 |
utscopy.s
|
Use structs
|
2003-12-03 20:23:09 +00:00 |
vfprintf.s
|
|
|
vprintf.s
|
Rewrote vprintf in assembler and made it __fastcall__
|
2003-06-02 16:08:26 +00:00 |
vsprintf.s
|
Fixed a typo
|
2003-06-03 12:15:57 +00:00 |
vsscanf.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
zerobss.s
|
|
|