1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 06:31:31 +00:00
cc65/libsrc/common
2020-04-02 22:58:16 +02: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
_environ.s Adjusted constructors. 2016-03-16 16:28:32 +01:00
_fdesc.s
_file.h
_file.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_fopen.s Don't pass mode argument to open() from _fopen(). 2018-08-17 23:28:45 +02:00
_heap.s
_heapadd.s
_heapblocksize.s
_heapmaxavail.s
_heapmemavail.s
_hextab.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
_idiv32by16r16.s Avoid unintended file "shadowing". 2019-04-04 09:16:59 +02:00
_imul8x8r16.s Avoid unintended file "shadowing". 2019-04-04 09:16:59 +02:00
_imul16x16r32.s Avoid unintended file "shadowing". 2019-04-04 09:16:59 +02:00
_longminstr.c
_mappederrno.s
_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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
_scanf.inc
_seterrno.s
_swap.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
_sys.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_udiv32by16r16.s Avoid unintended file "shadowing". 2019-04-04 09:16:59 +02:00
_umul8x8r16.s Avoid unintended file "shadowing". 2019-04-04 09:16:59 +02:00
_umul16x8r32.s Avoid unintended file "shadowing". 2019-04-04 09:16:59 +02:00
_umul16x16r32.s Avoid unintended file "shadowing". 2019-04-04 09:16:59 +02:00
abort.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
asctime.c Call strftime instead of formatting the time manually 2002-11-13 13:28:45 +00:00
atexit.s
atoi.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
bsearch.c
calloc.s
chdir.s
copydata.s
creat.s Added creat() 2003-06-12 09:10:50 +00:00
ctime.s
ctype.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
ctypemask.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
divt.s Saved 2 bytes and fixed error in case of negative result. 2018-11-09 17:27:35 -05:00
doesclrscr.s Use 'return0' for default 'doesclrscrafterexit()' implementation in libsrc/common. 2016-06-07 15:05:00 +02:00
errno.s
errormsg.c
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 Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
fprintf.s
fputc.c
fputs.c
fread.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
free.s
freopen.c
fscanf.s
fseek.c
fsetpos.c
ftell.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fwrite.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
getchar.c
getcpu.s remove TABs 2019-02-05 23:27:52 +01:00
getcwd.s Fixed comments. 2018-05-21 14:41:12 +02:00
getenv.s
getopt.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
gets.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
gmtime.c "Inverted" time_t value handling. 2018-08-02 17:12:12 +02:00
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 Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
isalpha.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
isascii.s Changes resulting from 2nd code review 2020-02-03 20:45:09 +01:00
isblank.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
iscntrl.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
isdigit.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
isgraph.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
islower.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
isprint.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
ispunct.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
isspace.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
isupper.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
isxdigit.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
itoa.s
labs.s
locale.c
localtime.c "Inverted" time_t value handling. 2018-08-02 17:12:12 +02:00
longjmp.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
ltoa.s Further optimizations in common/conio. 2018-05-22 16:00:05 +02:00
lz4.s
malloc.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
memchr.s Fixed formatting and two import issues. 2018-05-21 13:02:56 +02:00
memcmp.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
memcpy.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
memmove.s
memset.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
mkdir.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
mktime.c "Inverted" time_t value handling. 2018-08-02 17:12:12 +02:00
modfree.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
modload.s
mul20.s Changes resulting from 2nd code review 2020-02-03 20:45:09 +01:00
mul40.s Changes resulting from 2nd code review 2020-02-03 20:45:09 +01:00
perror.c Use _errno, not errno. 2010-06-03 21:31:06 +00:00
pmemalign.c
printf.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
putchar.s
putenv.s
puts.c
qsort.c Added explicit settings of calling conventions in pointer-to-function declarations in system and library headers. 2015-06-22 00:15:48 -04:00
raise.s
rand.s Update comments in rand.s 2019-10-09 17:09:05 +02:00
realloc.c
remove.s Renamed oserrcheck to __mappederrno. Added an additional function named 2010-06-10 18:10:53 +00:00
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
sincos.s Added '_' prefix to sin and cos. 2019-04-13 11:25:54 +02:00
sleep.c
snprintf.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
sprintf.s
sscanf.s
strcat.s Just some white space fixes of recently contributed code. 2017-04-06 17:53:57 +02:00
strchr.s Just some white space fixes of recently contributed code. 2017-04-06 17:53:57 +02:00
strcmp.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
strcoll.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strcpy.s
strcspn.s Further optimizations in common/conio. 2018-05-22 16:00:05 +02:00
strdup.s
strerror.s
strftime.c
stricmp.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
strlen.s Further optimizations in common/conio. 2018-05-22 16:00:05 +02:00
strlower.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
strncat.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
strncmp.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
strncpy.s Fixed formatting and two import issues. 2018-05-21 13:02:56 +02:00
strnicmp.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
stroserr.s
strpbrk.s Fixed strpbrk(). 2018-05-29 14:29:50 -04:00
strqtok.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strrchr.s Added "strrchr" optimizaion a matching unit test and tiny unit test framework. (Documentation for that will follow later) 2017-02-26 20:03:05 +01:00
strspn.s Further optimizations in common/conio. 2018-05-22 16:00:05 +02:00
strstr.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
strtoimax.s
strtok.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strtol.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strtoul.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strtoumax.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strupper.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
strxfrm.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
system.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_colors.s Moved most of the tgi_colors.s files into the libsrc/common/ directory. 2018-03-27 07:28:46 -04:00
time.s Optimize for size. 2018-08-19 14:35:30 +02:00
timezone.c
toascii.s
tolower.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
toupper.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
uname.s Renamed oserrcheck to __mappederrno. Added an additional function named 2010-06-10 18:10:53 +00:00
ungetc.s
unlink.s
utscopy.s
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
vprintf.s
vscanf.s
vsnprintf.s Fixed a hardware-stack leak. 2015-07-17 20:36:56 -04:00
vsprintf.s
vsscanf.s
zerobss.s Changed run location of INIT segment. 2015-10-14 22:52:09 +02:00