1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00
cc65/libsrc/common
cuz 18e3e7cb11 Added a comment
git-svn-id: svn://svn.cc65.org/cc65/trunk@3348 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-01-05 21:05:35 +00:00
..
_afailed.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_cwd.s
_fdesc.s Use structs 2003-12-03 10:15:33 +00:00
_file.h
_file.s
_fopen.s
_heap.s
_heapadd.s Fixed an identifier (cosmetic change) 2005-01-05 21:04:35 +00:00
_heapblocksize.s
_heapmaxavail.s
_heapmemavail.s
_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
_poserror.c
_printf.h
_printf.s
_scanf.c
_scanf.h
_scanf.inc
_seterrno.s
_swap.s
_sys.s Fixed a typo 2003-02-12 19:56:00 +00:00
.cvsignore
abort.c
abs.s
asctime.c
atexit.s
atoi.s
bsearch.c
calloc.s
chdir.s
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 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
fprintf.s
fputc.c
fputs.c
fread.s
free.s
freopen.c
fscanf.s Replaced fscanf by an assembler version 2004-11-28 18:11:17 +00:00
fseek.c
fsetpos.c
ftell.c
fwrite.s
getchar.c
getcpu.s
getcwd.s
gets.c
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
localtime.c Cosmetic changes 2002-11-13 08:56:45 +00:00
longjmp.s
ltoa.s
Makefile
malloc.s
maperrno.s
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
modfree.s
modload.s
oserrcheck.s
perror.c
printf.s
putchar.s Replaced putchar by an assembler version 2004-10-06 21:42:17 +00:00
puts.c
qsort.c
raise.s
rand.s
realloc.c
remove.s
rename.s Moved reusable parts of remove into oserrcheck. 2003-08-12 13:06:43 +00:00
rewind.c
scanf.c
setjmp.s
signal.s
sigtable.s
sleep.c
sprintf.s
sscanf.s
strcat.s
strchr.s
strcmp.s
strcoll.s
strcpy.s
strcspn.s
strdup.s
strerror.s Invalid error codes will set errno 2003-12-19 18:45:26 +00:00
strftime.c Fixed %W/%U 2002-11-13 18:08:36 +00:00
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 This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strrchr.s
strspn.s
strstr.s
strtok.c
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 Fixed a typo 2003-06-03 12:15:57 +00:00
vsscanf.s
zerobss.s