1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-06 01:55:47 +00:00
cc65/libsrc/common
..
_afailed.c
_cwd.s
_environ.s
_fdesc.s
_file.h
_file.s
_fopen.s
_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 Added _poserror, made perror __fastcall__ 2003-04-24 20:55:55 +00:00
_printf.h
_printf.s
_scanf.c A label must always be followed by a statement. This wasn't checked by the 2008-08-03 12:54:11 +00:00
_scanf.h
_scanf.inc
_seterrno.s
_swap.s Fixed an error and improved the code 2004-11-30 18:47:25 +00:00
_sys.s
abort.c
abs.s
asctime.c Call strftime instead of formatting the time manually 2002-11-13 13:28:45 +00:00
atexit.s
atoi.s
bsearch.c
calloc.s
chdir.s
copydata.s
creat.s
ctime.s
divt.s
errno.s
errormsg.c
fclose.s
fdopen.c
fgetc.c
fgetpos.c
fgets.c
fmisc.s
fopen.s
fprintf.s
fputc.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
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
fscanf.s
fseek.c
fsetpos.c
ftell.c
fwrite.s
getchar.c
getcpu.s
getcwd.s
getenv.s
gets.c
gmtime.c
isalnum.s
isalpha.s
isblank.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
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 Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isspace.s
isupper.s
isxdigit.s
itoa.s
labs.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
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
maperrno.s Renamed setoserror to seterrnofromoserror to avoid clashes. 2008-04-15 06:55:35 +00:00
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s Use .repeat to unroll the loop. 2003-12-16 21:10:18 +00:00
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
oserrcheck.s
perror.c
pmemalign.c
printf.s
putchar.s putchar didn't work 2005-12-20 22:58:16 +00:00
putenv.s
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
sprintf.s
sscanf.s
strcat.s Small optimization 2003-05-05 17:05:22 +00:00
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
strrchr.s
strspn.s
strstr.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strtok.c
strupper.s
strxfrm.c
system.c Cleanup use of predefined data types / defines 2003-08-16 08:23:01 +00:00
time.s
timezone.c
tolower.s
toupper.s
uname.s
ungetc.s
unlink.s
utscopy.s
vfprintf.s
vfscanf.s
vprintf.s
vscanf.s Replace vscanf by an assembler version 2004-11-27 18:23:24 +00:00
vsprintf.s
vsscanf.s
zerobss.s