1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-27 12:29:33 +00:00
cc65/libsrc/common
cuz 6f198ae131 Rewrote _fopen in assembler
git-svn-id: svn://svn.cc65.org/cc65/trunk@1607 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-11-23 17:52:38 +00:00
..
_afailed.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_fdesc.s Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
_file.h Rewrote _fopen in assembler 2002-11-23 17:52:38 +00:00
_file.s Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
_fopen.s Rewrote _fopen in assembler 2002-11-23 17:52:38 +00:00
_hadd.s Rewrite _hadd in assembler (a huge speedup!) and integrate it with free 2000-07-21 21:36:06 +00:00
_heap.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_heap.s Use the linker define stacksize instead of a variable. 2001-03-10 14:19:21 +00:00
_hextab.c Remove #pragmas to switch to the RODATA segment since the compiler will do 2000-08-03 10:45:31 +00:00
_oserror.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_printf.h Fixed email address 2001-03-03 12:04:01 +00:00
_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 Working on the ..scanf functions 2001-04-19 06:46:30 +00:00
_swap.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_sys.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
.cvsignore Rewrote _fopen in assembler 2002-11-23 17:52:38 +00:00
abort.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
abs.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
asctime.c Call strftime instead of formatting the time manually 2002-11-13 13:28:45 +00:00
atexit.s Changed doatexit destructor priority 2000-11-21 10:56:34 +00:00
atoi.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
bsearch.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
calloc.s Replaced calloc by an assembler version 2001-11-15 21:53:00 +00:00
copydata.s Fixed a bug 2000-06-15 18:06:18 +00:00
cprintf.s Rewrote vcprintf() in assembler 2000-12-02 09:15:43 +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 Separated _maperrno and _errno 2000-06-24 09:10:16 +00:00
errormsg.c Remove #pragmas to switch to the RODATA segment since the compiler will do 2000-08-03 10:45:31 +00:00
fclose.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
fdopen.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
fgetc.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
fgetpos.c initial check-in of file positioning stdio functions 2000-08-11 21:53:56 +00:00
fgets.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
fmisc.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
fopen.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
fprintf.s Use decsp instead of subysp 2001-03-24 15:59:54 +00:00
fputc.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
fputs.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
fread.c Fix return codes 2002-03-24 13:23:59 +00:00
free.s Rewrite _hadd in assembler (a huge speedup!) and integrate it with free 2000-07-21 21:36:06 +00:00
freopen.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
fseek.c initial check-in of file positioning stdio functions 2000-08-11 21:53:56 +00:00
fsetpos.c initial check-in of file positioning stdio functions 2000-08-11 21:53:56 +00:00
ftell.c initial check-in of file positioning stdio functions 2000-08-11 21:53:56 +00:00
fwrite.c Fix return codes 2002-03-24 13:23:59 +00:00
getchar.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
getcpu.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
gets.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +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 This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
labs.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
locale.c Several type qualifier fixes 2000-08-14 22:16:40 +00:00
localtime.c Cosmetic changes 2002-11-13 08:56:45 +00:00
longjmp.s Replace a return value of 0 by 1 as expected by the C standard. 2000-07-22 18:26:31 +00:00
ltoa.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
Makefile Rewrote _fopen in assembler 2002-11-23 17:52:38 +00:00
malloc.s Replace malloc() by an assembler version 2000-07-21 16:57:58 +00:00
maperrno.s Separated _maperrno and _errno 2000-06-24 09:10:16 +00:00
memchr.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40: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 This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +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 New calling conventions for read 2002-11-20 14:21:10 +00:00
perror.c Fixed a problem with perror: The error code may get overwritten before it 2002-10-18 13:38:23 +00:00
printf.s Rewrote vfprintf() in assembler 2000-12-01 15:05:46 +00:00
putchar.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
puts.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
qsort.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
rand.s Change initial seed to 1 2002-11-05 13:19:43 +00:00
realloc.c Make realloc a __fastcall__ function 2002-11-05 20:21:14 +00:00
rewind.c initial check-in 2000-08-11 21:51:03 +00:00
setjmp.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
sprintf.s Use decsp instead of subysp 2001-03-24 15:59:54 +00:00
sscanf.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
strcat.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strchr.s Added the capability to search for the terminating zero of the given string. 2000-06-09 12:07:53 +00:00
strcmp.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strcoll.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strcpy.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strcspn.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strdup.s decspX will no longer save a 2001-03-24 15:57:32 +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 This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strlower.s Removed __cdiff. Since the assembler does character set translation for 2002-11-22 00:53:46 +00:00
strncat.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strncmp.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strncpy.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
stroserr.s Added _stroserror 2002-07-18 13:29:04 +00:00
strpbrk.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strrchr.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strspn.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strstr.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strtok.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strupper.s Removed __cdiff. Since the assembler does character set translation for 2002-11-22 00:53:46 +00:00
strxfrm.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +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
vcprintf.s Rewrote vcprintf() in assembler 2000-12-02 09:15:43 +00:00
vfprintf.s Fixed wrong comment 2000-12-01 21:43:07 +00:00
vprintf.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
vsprintf.s Reverse the last change, brain error :-( 2002-07-27 07:44:51 +00:00
vsscanf.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
zerobss.s Sqeezed one byte out of the zerobss routine:-) 2000-11-23 22:15:57 +00:00