1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00
cc65/libsrc/common
2020-02-03 20:45:09 +01:00
..
_afailed.c Removed additional exit constants definitions from cc65.h to stdlih.h. Guarded the definitions by #ifdef. Removed cc65.h includes from abort and assert implementations. 2019-11-19 14:08:00 +01:00
_cwd.s
_directerrno.s Moved two errno helper functions into separate files. 2015-09-25 14:06:58 -04:00
_environ.s
_fdesc.s
_file.h
_file.s
_fopen.s
_heap.s
_heapadd.s
_heapblocksize.s
_heapmaxavail.s
_heapmemavail.s
_hextab.c
_idiv32by16r16.s
_imul8x8r16.s
_imul16x16r32.s
_longminstr.c
_mappederrno.s
_oserror.s
_poserror.c
_printf.h
_printf.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_scanf.c
_scanf.h
_scanf.inc
_seterrno.s
_swap.s
_sys.s
_udiv32by16r16.s
_umul8x8r16.s
_umul16x8r32.s Avoid unintended file "shadowing". 2019-04-04 09:16:59 +02:00
_umul16x16r32.s
abort.c
asctime.c Call strftime instead of formatting the time manually 2002-11-13 13:28:45 +00:00
atexit.s
atoi.s ctype size optimization 2020-02-03 20:45:09 +01:00
bsearch.c
calloc.s
chdir.s
copydata.s
creat.s
ctime.s
ctype_preprocessor.s ctype size optimization 2020-02-03 20:45:09 +01:00
divt.s Saved 2 bytes and fixed error in case of negative result. 2018-11-09 17:27:35 -05:00
doesclrscr.s
errno.s
errormsg.c Implement exec() for Atari XDOS. 2016-06-13 20:40:01 +02:00
fclose.s
fdopen.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fgetc.c
fgetpos.c
fgets.c
fmisc.s
fopen.s
fprintf.s
fputc.c
fputs.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fread.s
free.s
freopen.c
fscanf.s
fseek.c
fsetpos.c
ftell.c
fwrite.s
getchar.c
getcpu.s remove TABs 2019-02-05 23:27:52 +01:00
getcwd.s
getenv.s
getopt.c
gets.c
gmtime.c
interrupt.s Save/restore jmpvec as it is used by generated code - see g_callind(). 2017-10-23 18:57:28 +02:00
isalnum.s ctype size optimization 2020-02-03 20:45:09 +01:00
isalpha.s ctype size optimization 2020-02-03 20:45:09 +01:00
isascii.s ctype size optimization 2020-02-03 20:45:09 +01:00
isblank.s ctype size optimization 2020-02-03 20:45:09 +01:00
iscntrl.s ctype size optimization 2020-02-03 20:45:09 +01:00
isdigit.s ctype size optimization 2020-02-03 20:45:09 +01:00
isgraph.s ctype size optimization 2020-02-03 20:45:09 +01:00
islower.s ctype size optimization 2020-02-03 20:45:09 +01:00
isprint.s ctype size optimization 2020-02-03 20:45:09 +01:00
ispunct.s ctype size optimization 2020-02-03 20:45:09 +01:00
isspace.s ctype size optimization 2020-02-03 20:45:09 +01:00
isupper.s ctype size optimization 2020-02-03 20:45:09 +01:00
isxdigit.s ctype size optimization 2020-02-03 20:45:09 +01:00
itoa.s
labs.s
locale.c
localtime.c
longjmp.s
ltoa.s
lz4.s
malloc.s
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s
mkdir.s
mktime.c
modfree.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
modload.s
mul20.s
mul40.s
perror.c
pmemalign.c
printf.s
putchar.s
putenv.s
puts.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
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 Add signal() and raise() 2003-03-14 00:02:58 +00:00
sincos.s
sleep.c
snprintf.s
sprintf.s
sscanf.s
strcat.s
strchr.s
strcmp.s
strcoll.s
strcpy.s
strcspn.s
strdup.s
strerror.s
strftime.c Make some arrays const. 2017-06-28 20:43:31 +02:00
stricmp.s ctype size optimization 2020-02-03 20:45:09 +01:00
strlen.s
strlower.s ctype size optimization 2020-02-03 20:45:09 +01:00
strncat.s
strncmp.s
strncpy.s
strnicmp.s ctype size optimization 2020-02-03 20:45:09 +01:00
stroserr.s
strpbrk.s
strqtok.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strrchr.s
strspn.s
strstr.s
strtoimax.s
strtok.c
strtol.c
strtoul.c
strtoumax.s
strupper.s ctype size optimization 2020-02-03 20:45:09 +01:00
strxfrm.c
system.c
tgi_colors.s
time.s
timezone.c
toascii.s Replaced three (logically) identical files with a single file. 2017-10-23 18:35:06 +02:00
tolower.s
toupper.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
uname.s
ungetc.s
unlink.s
utscopy.s Use structs 2003-12-03 20:23:09 +00:00
vfprintf.s Added explicit settings of calling conventions in pointer-to-function declarations in system and library headers. 2015-06-22 00:15:48 -04:00
vfscanf.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
vprintf.s
vscanf.s
vsnprintf.s
vsprintf.s
vsscanf.s Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
zerobss.s