.. |
_afailed.c
|
|
|
_cwd.s
|
Fixes to the code just written
|
2003-08-12 13:58:17 +00:00 |
_fdesc.s
|
Use stdio.inc
|
2003-05-03 08:49:51 +00:00 |
_file.h
|
Rewrote _fopen in assembler
|
2002-11-23 17:52:38 +00:00 |
_file.s
|
Use stdio.inc
|
2003-05-02 16:01:03 +00:00 |
_fopen.s
|
Fixed a bug
|
2003-08-27 09:48:10 +00:00 |
_heap.s
|
Move _heap.h to the compiler include dir.
|
2003-02-01 12:22:09 +00:00 |
_heapadd.s
|
Move _heap.h to the compiler include dir.
|
2003-02-01 12:22:09 +00:00 |
_heapmaxavail.s
|
Move _heap.h to the compiler include dir.
|
2003-02-01 12:22:09 +00:00 |
_heapmemavail.s
|
Move _heap.h to the compiler include dir.
|
2003-02-01 12:22:09 +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
|
Fixed precision bug in printf family
|
2002-11-13 13:17:28 +00:00 |
_scanf.c
|
Completed _scanf.c, added vsscanf.c, rewrote sscanf.c.
|
2002-03-24 13:26:18 +00:00 |
_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
|
Call strftime instead of formatting the time manually
|
2002-11-13 13:28:45 +00:00 |
atexit.s
|
Improved 65c02 support
|
2003-10-10 17:52:12 +00:00 |
atoi.s
|
|
|
bsearch.c
|
|
|
calloc.s
|
Replaced calloc by an assembler version
|
2001-11-15 21:53:00 +00:00 |
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
|
Added lots of functions from time.h
|
2002-11-12 22:06:02 +00:00 |
divt.s
|
Removed comment about a cast that is no longer necessary
|
2002-11-21 21:29:15 +00:00 |
errno.s
|
|
|
errormsg.c
|
New error code ERANGE
|
2003-08-12 13:48:45 +00:00 |
fclose.s
|
Rewrote fclose() in assembler
|
2002-11-24 19:13:38 +00:00 |
fdopen.c
|
Fixed a typo
|
2002-11-24 19:17:16 +00:00 |
fgetc.c
|
Restructured former fcntl.h, added new include files unistd.h and sys/types.h.
|
2003-06-12 18:08:23 +00:00 |
fgetpos.c
|
|
|
fgets.c
|
Fixed an error: The final linefeed got removed
|
2002-12-29 20:19:37 +00:00 |
fmisc.s
|
Use the constants from _file.inc
|
2002-11-25 21:59:35 +00:00 |
fopen.s
|
Rewrote fopen in assembler
|
2002-11-23 18:46:40 +00:00 |
fprintf.s
|
|
|
fputc.c
|
Restructured former fcntl.h, added new include files unistd.h and sys/types.h.
|
2003-06-12 18:08:23 +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
|
Renamed one letter label
|
2003-06-17 20:52:33 +00:00 |
free.s
|
Move _heap.h to the compiler include dir.
|
2003-02-01 12:22:09 +00:00 |
freopen.c
|
|
|
fseek.c
|
lseek is now in unistd.h
|
2003-06-12 18:17:25 +00:00 |
fsetpos.c
|
|
|
ftell.c
|
Restructured former fcntl.h, added new include files unistd.h and sys/types.h.
|
2003-06-12 18:08:23 +00:00 |
fwrite.s
|
Renamed one letter label
|
2003-06-17 20:52:33 +00:00 |
getchar.c
|
|
|
getcpu.s
|
|
|
getcwd.s
|
Fixes to the code just written
|
2003-08-12 13:58:17 +00:00 |
gets.c
|
Somewhat shorter code
|
2002-12-29 20:30:09 +00:00 |
gmtime.c
|
Cosmetic changes
|
2002-11-13 08:56:45 +00:00 |
isalnum.s
|
Use constants for the bits in the _ctype array.
|
2001-09-08 14:00:41 +00:00 |
isalpha.s
|
Use constants for the bits in the _ctype array.
|
2001-09-08 14:00:41 +00:00 |
isblank.s
|
Use constants for the bits in the _ctype array.
|
2001-09-08 14:00:41 +00:00 |
iscntrl.s
|
Use constants for the bits in the _ctype array.
|
2001-09-08 14:00:41 +00:00 |
isdigit.s
|
Use constants for the bits in the _ctype array.
|
2001-09-08 14:00:41 +00:00 |
isgraph.s
|
Use constants for the bits in the _ctype array.
|
2001-09-08 14:00:41 +00:00 |
islower.s
|
Use constants for the bits in the _ctype array.
|
2001-09-08 14:00:41 +00:00 |
isprint.s
|
Use constants for the bits in the _ctype array.
|
2001-09-08 14:00:41 +00:00 |
ispunct.s
|
Use constants for the bits in the _ctype array.
|
2001-09-08 14:00:41 +00:00 |
isspace.s
|
Use constants for the bits in the _ctype array.
|
2001-09-08 14:00:41 +00:00 |
isupper.s
|
Use constants for the bits in the _ctype array.
|
2001-09-08 14:00:41 +00:00 |
isxdigit.s
|
Use constants for the bits in the _ctype array.
|
2001-09-08 14:00:41 +00:00 |
itoa.s
|
|
|
labs.s
|
|
|
locale.c
|
Make setlocale __fastcall__
|
2003-10-02 21:44:56 +00:00 |
localtime.c
|
Cosmetic changes
|
2002-11-13 08:56:45 +00:00 |
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
|
Move _heap.h to the compiler include dir.
|
2003-02-01 12:22:09 +00:00 |
maperrno.s
|
|
|
memchr.s
|
Optimization
|
2003-05-05 17:19:48 +00:00 |
memcmp.s
|
|
|
memcpy.s
|
Split memcpy and memmove, since the former is used a lot more often than
|
2003-08-20 10:17:53 +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
|
New entry points for bzero and _bzero
|
2002-05-18 21:18:45 +00:00 |
mktime.c
|
Added lots of functions from time.h
|
2002-11-12 22:06:02 +00:00 |
modfree.s
|
Changed function prototype
|
2002-06-21 16:26:15 +00:00 |
modload.s
|
Use new o65 definitions
|
2003-02-07 11:03:30 +00:00 |
oserrcheck.s
|
Moved reusable parts of remove into oserrcheck.
|
2003-08-12 13:06:43 +00:00 |
perror.c
|
Added _poserror, made perror __fastcall__
|
2003-04-24 20:55:55 +00:00 |
printf.s
|
|
|
putchar.c
|
|
|
puts.c
|
Restructured former fcntl.h, added new include files unistd.h and sys/types.h.
|
2003-06-12 18:08:23 +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
|
Change initial seed to 1
|
2002-11-05 13:19:43 +00:00 |
realloc.c
|
Move _heap.h to the compiler include dir.
|
2003-02-01 12:22:09 +00:00 |
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
|
|
|
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
|
Completed _scanf.c, added vsscanf.c, rewrote sscanf.c.
|
2002-03-24 13:26:18 +00:00 |
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
|
Minor optimization
|
2002-07-16 09:41:00 +00:00 |
strftime.c
|
Fixed %W/%U
|
2002-11-13 18:08:36 +00:00 |
stricmp.s
|
Removed __cdiff. Since the assembler does character set translation for
|
2002-11-22 00:53:46 +00:00 |
strlen.s
|
|
|
strlower.s
|
Removed __cdiff. Since the assembler does character set translation for
|
2002-11-22 00:53:46 +00:00 |
strncat.s
|
|
|
strncmp.s
|
|
|
strncpy.s
|
Speed optimization
|
2003-08-18 11:25:31 +00:00 |
stroserr.s
|
Added _stroserror
|
2002-07-18 13:29:04 +00:00 |
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
|
|
|
strtok.c
|
|
|
strupper.s
|
Removed __cdiff. Since the assembler does character set translation for
|
2002-11-22 00:53:46 +00:00 |
strxfrm.c
|
|
|
system.c
|
Cleanup use of predefined data types / defines
|
2003-08-16 08:23:01 +00:00 |
time.s
|
Call _systime instead of always returning -1
|
2002-11-12 22:36:02 +00:00 |
timezone.c
|
Cosmetic changes
|
2002-11-13 08:56:45 +00:00 |
tolower.s
|
Removed __cdiff. Since the assembler does character set translation for
|
2002-11-22 00:53:46 +00:00 |
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 |
unlink.s
|
Added unlink()
|
2003-06-12 08:43:57 +00:00 |
utscopy.s
|
New uname function
|
2003-08-12 17:24:02 +00:00 |
vfprintf.s
|
Rewrote fwrite in assembler
|
2002-11-23 22:51:25 +00:00 |
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
|
Completed _scanf.c, added vsscanf.c, rewrote sscanf.c.
|
2002-03-24 13:26:18 +00:00 |
zerobss.s
|
|
|