1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-05 09:57:05 +00:00
cc65/libsrc/common
uz 977c64ce01 Fixed comments. No code change.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4996 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-04-25 18:49:24 +00:00
..
_afailed.c
_cwd.s
_environ.s Added environment routines 2005-04-21 21:26:15 +00:00
_fdesc.s
_file.h Added pushback char to struct FILE 2004-05-12 13:16:36 +00:00
_file.s
_fopen.s
_heap.s
_heapadd.s
_heapblocksize.s
_heapmaxavail.s Use structs 2003-12-03 10:15:33 +00:00
_heapmemavail.s Use structs 2003-12-03 10:15:33 +00:00
_hextab.c
_oserror.s
_poserror.c
_printf.h
_printf.s
_scanf.c
_scanf.h
_scanf.inc Replace vfscanf by an assembler version 2004-11-27 14:56:54 +00:00
_seterrno.s
_swap.s
_sys.s Fixed a typo 2003-02-12 19:56:00 +00:00
abort.c
abs.s
asctime.c
atexit.s
atoi.s Shrink atoi by using negeax instead of inlined code. 2009-09-15 21:25:44 +00:00
bsearch.c
calloc.s Replaced calloc by an assembler version 2001-11-15 21:53:00 +00:00
cc65_idiv32by16r16.s Working on the division and multiplication routines. 2009-11-04 19:41:54 +00:00
cc65_imul16x16r32.s
cc65_sincos.s
cc65_udiv32by16r16.s
cc65_umul16x16r32.s
chdir.s
copydata.s
creat.s
ctime.s
divt.s
errno.s
errormsg.c Added messages for EBADF (new) and EUNKNOWN (missing). 2010-06-03 21:16:07 +00:00
fclose.s
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
fseek.c
fsetpos.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
ftell.c
fwrite.s Set errno if the stream is in error state. Small code size improvements. Fixed 2010-06-03 21:22:51 +00:00
getchar.c
getcpu.s
getcwd.s
getenv.s
getopt.c
gets.c
gmtime.c
isalnum.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isalpha.s
isblank.s
iscntrl.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isdigit.s
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isupper.s
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
memchr.s Optimization 2003-05-05 17:19:48 +00:00
memcmp.s
memcpy.s
memmove.s
memset.s
mkdir.s
mktime.c
modfree.s
modload.s Renamed O65_OS_CC65_MODULE -> O65_OS_CC65 in the headers. 2005-04-01 08:23:56 +00:00
perror.c
pmemalign.c
printf.s
putchar.s
putenv.s No need to import __seterror, since this is done in errno.inc. 2010-06-03 21:33:55 +00:00
puts.c
qsort.c
raise.s
rand.s
realloc.c
remove.s
rename.s
rewind.c
rmdir.s
scanf.s
searchenv.s
setjmp.s
signal.s
sigtable.s
sleep.c sleep.c doesn't compile on platforms without a clock function 2003-06-12 18:17:46 +00:00
snprintf.s Added an untested implementation of snprintf. 2009-09-27 12:11:05 +00:00
sprintf.s Fixed a typo 2003-06-03 12:15:57 +00:00
sscanf.s Replace sscanf by an assembler version 2004-11-28 18:23:16 +00:00
strcat.s Small optimization 2003-05-05 17:05:22 +00:00
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
strftime.c
stricmp.s
strlen.s
strlower.s
strncat.s
strncmp.s
strncpy.s Speed optimization 2003-08-18 11:25:31 +00:00
strnicmp.s
stroserr.s
strpbrk.s
strrchr.s
strspn.s
strstr.s
strtoimax.s
strtok.c
strtol.c
strtoul.c
strtoumax.s
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
vsnprintf.s
vsprintf.s Fixed more bugs, shortened the code where possible. 2009-09-28 18:39:55 +00:00
vsscanf.s
zerobss.s