1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +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
_fdesc.s
_file.h Added pushback char to struct FILE 2004-05-12 13:16:36 +00:00
_file.s
_fopen.s Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
_heap.s
_heapadd.s
_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 Fixed comments. No code change. 2011-04-25 18:49:24 +00:00
_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
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
cc65_idiv32by16r16.s
cc65_imul16x16r32.s
cc65_sincos.s Fixed the return types of the sine/cosine functions. Added comments. 2009-10-30 14:02:24 +00:00
cc65_udiv32by16r16.s
cc65_umul16x16r32.s
chdir.s
copydata.s
creat.s
ctime.s Added lots of functions from time.h 2002-11-12 22:06:02 +00:00
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 Use _seterrno to make the code shorter. 2010-06-03 20:18:43 +00:00
fgetc.c
fgetpos.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fgets.c
fmisc.s
fopen.s
fprintf.s Removed an unused import 2004-11-28 18:09:56 +00:00
fputc.c
fputs.c
fread.s
free.s Added a comment 2005-01-05 21:05:35 +00:00
freopen.c Call _seterror instead of assigning to _errno to make the code somewhat 2010-06-03 20:27:59 +00:00
fscanf.s
fseek.c Rewrote the code to make it somewhat shorter. 2010-06-03 20:43:30 +00:00
fsetpos.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
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
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
isdigit.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
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
Makefile
malloc.s
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s
mkdir.s
mktime.c
modfree.s
modload.s
perror.c
pmemalign.c
printf.s
putchar.s
putenv.s
puts.c
qsort.c
raise.s Reset signal handler to SIG_DFL on a call to raise() 2003-03-14 00:08:35 +00:00
rand.s
realloc.c
remove.s
rename.s
rewind.c
rmdir.s Renamed oserrcheck to __mappederrno. Added an additional function named 2010-06-10 18:10:53 +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
snprintf.s Added an untested implementation of snprintf. 2009-09-27 12:11:05 +00:00
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
strnicmp.s
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
strtoimax.s
strtok.c
strtol.c
strtoul.c
strtoumax.s New strtoimax and strtoumax standard functions as aliases for strtol/strtoul. 2009-09-17 18:37:42 +00:00
strupper.s
strxfrm.c
system.c
time.s
timezone.c
tolower.s Removed __cdiff. Since the assembler does character set translation for 2002-11-22 00:53:46 +00:00
toupper.s
uname.s
ungetc.s
unlink.s
utscopy.s
vfprintf.s
vfscanf.s
vprintf.s
vscanf.s
vsnprintf.s
vsprintf.s
vsscanf.s
zerobss.s