1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc/common
cuz c2140cdb08 Make strtok __fastcall__
git-svn-id: svn://svn.cc65.org/cc65/trunk@3514 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-05-17 21:11:09 +00:00
..
_afailed.c
_aligned_malloc.c
_cwd.s
_environ.s Added environment routines 2005-04-21 21:26:15 +00:00
_fdesc.s
_file.h
_file.s
_fopen.s
_heap.s
_heapadd.s
_heapblocksize.s
_heapmaxavail.s
_heapmemavail.s
_hextab.c
_oserror.s
_poserror.c
_printf.h Fixed email address 2001-03-03 12:04:01 +00:00
_printf.s
_scanf.c
_scanf.h Scanf improvements by Greg King 2005-02-14 09:19:59 +00:00
_scanf.inc
_seterrno.s
_swap.s
_sys.s
.cvsignore
abort.c
abs.s
asctime.c
atexit.s
atoi.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
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 Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
fdopen.c
fgetc.c
fgetpos.c
fgets.c
fmisc.s
fopen.s Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
fprintf.s
fputc.c
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
free.s Added a comment 2005-01-05 21:05:35 +00:00
freopen.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fscanf.s
fseek.c
fsetpos.c
ftell.c
fwrite.s Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
getchar.c
getcpu.s
getcwd.s Fixes to the code just written 2003-08-12 13:58:17 +00:00
getenv.s
gets.c
gmtime.c
isalnum.s
isalpha.s
isblank.s
iscntrl.s
isdigit.s
isgraph.s
islower.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
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 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
Makefile
malloc.s Slice blocks even if the remainder is just sizeof(freeblock) bytes in size. 2005-01-05 20:06:13 +00:00
maperrno.s
memchr.s
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 Fixed a bug in memcpy 2003-10-22 21:04:22 +00:00
memmove.s
memset.s
mktime.c Optimizations 2003-11-11 22:33:42 +00:00
modfree.s Changed function prototype 2002-06-21 16:26:15 +00:00
modload.s
oserrcheck.s
perror.c
printf.s
putchar.s
putenv.s
puts.c
qsort.c
raise.s
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
scanf.s
searchenv.s
setjmp.s
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
strdup.s
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 Added _stroserror 2002-07-18 13:29:04 +00:00
strpbrk.s
strrchr.s
strspn.s
strstr.s
strtok.c Make strtok __fastcall__ 2005-05-17 21:11:09 +00:00
strupper.s
strxfrm.c
system.c
time.s
timezone.c
tolower.s
toupper.s
uname.s
ungetc.s
unlink.s
utscopy.s
vfprintf.s
vfscanf.s
vprintf.s
vscanf.s
vsprintf.s
vsscanf.s
zerobss.s