1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc/common
cuz 0ab513b254 Use register to improve the code
git-svn-id: svn://svn.cc65.org/cc65/trunk@3319 b7a2c559-68d2-44c3-8de9-860c34a00d81
2004-11-30 20:17:44 +00:00
..
_afailed.c
_cwd.s Fixes to the code just written 2003-08-12 13:58:17 +00:00
_fdesc.s
_file.h
_file.s
_fopen.s
_heap.s
_heapadd.s
_heapblocksize.s Adjust result to user visible size 2004-07-17 12:18:51 +00:00
_heapmaxavail.s
_heapmemavail.s
_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
_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
.cvsignore
abort.c
abs.s
asctime.c
atexit.s
atoi.s
bsearch.c
calloc.s
chdir.s
copydata.s
creat.s
ctime.s
divt.s
errno.s
errormsg.c
fclose.s Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
fdopen.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fgetc.c Add support for pushed back chars 2004-05-13 21:13:51 +00:00
fgetpos.c
fgets.c
fmisc.s
fopen.s
fprintf.s
fputc.c
fputs.c
fread.s
free.s
freopen.c
fscanf.s
fseek.c
fsetpos.c
ftell.c
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
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 Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isxdigit.s
itoa.s
labs.s
locale.c
localtime.c
longjmp.s
ltoa.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
Makefile
malloc.s Use structs 2003-12-03 10:15:33 +00:00
maperrno.s
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s Use .repeat to unroll the loop. 2003-12-16 21:10:18 +00:00
mktime.c
modfree.s
modload.s
oserrcheck.s
perror.c
printf.s
putchar.s
puts.c
qsort.c
raise.s
rand.s
realloc.c
remove.s
rename.s
rewind.c
scanf.c Rewrote _scanf. It does need some tests and improvements, but it's a more 2004-11-26 22:16:54 +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
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
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 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 Use register to improve the code 2004-11-30 20:17:44 +00:00
strupper.s
strxfrm.c
system.c
time.s
timezone.c
tolower.s
toupper.s
uname.s
ungetc.s Fixed a bug 2004-05-14 14:33:43 +00:00
unlink.s
utscopy.s
vfprintf.s
vfscanf.s
vprintf.s Rewrote vprintf in assembler and made it __fastcall__ 2003-06-02 16:08:26 +00:00
vscanf.s Replace vscanf by an assembler version 2004-11-27 18:23:24 +00:00
vsprintf.s
vsscanf.s Replaced vsscanf by an assembler version 2004-11-28 18:45:13 +00:00
zerobss.s