1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-24 11:31:31 +00:00
cc65/libsrc/common
2022-07-21 03:20:44 +02:00
..
_afailed.c More line number related changes. 2021-05-11 17:41:59 +02:00
_cwd.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
_directerrno.s Moved two errno helper functions into separate files. 2015-09-25 14:06:58 -04:00
_environ.s Adjusted constructors. 2016-03-16 16:28:32 +01:00
_fdesc.s
_file.h
_file.s
_fopen.s Don't pass mode argument to open() from _fopen(). 2018-08-17 23:28:45 +02:00
_heap.s remove dangling spaces 2022-07-21 03:20:44 +02:00
_heapadd.s
_heapblocksize.s
_heapmaxavail.s remove dangling spaces 2022-07-21 03:20:44 +02:00
_heapmemavail.s
_hextab.c
_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 remove dangling spaces 2022-07-21 03:20:44 +02:00
_mappederrno.s Moved two errno helper functions into separate files. 2015-09-25 14:06:58 -04:00
_oserror.s
_poserror.c Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
_printf.h
_printf.s Added a special version of a function which uses an absolute addressing mode to access the zero page. 2021-05-04 12:10:43 -04:00
_scanf.c Fixed usage of "lvalue-cast" in _scanf implementation. 2020-08-24 17:16:37 +02:00
_scanf.h
_scanf.inc
_seterrno.s remove dangling spaces 2022-07-21 03:20:44 +02:00
_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 remove dangling spaces 2022-07-21 03:20:44 +02:00
asctime.c
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 remove dangling spaces 2022-07-21 03:20:44 +02:00
divt.s remove dangling spaces 2022-07-21 03:20:44 +02:00
doesclrscr.s remove dangling spaces 2022-07-21 03:20:44 +02:00
errno.s Moved two errno helper functions into separate files. 2015-09-25 14:06:58 -04:00
errormsg.c Implement exec() for Atari XDOS. 2016-06-13 20:40:01 +02:00
fclose.s
fdopen.c
fgetc.c
fgetpos.c
fgets.c
fmisc.s
fopen.s
fprintf.s
fputc.c
fputs.c
fread.s remove dangling spaces 2022-07-21 03:20:44 +02:00
free.s remove dangling spaces 2022-07-21 03:20:44 +02:00
freopen.c Fix some commonly made spelling errors in comments. 2022-07-21 03:18:13 +02:00
fscanf.s
fseek.c
fsetpos.c remove dangling spaces 2022-07-21 03:20:44 +02:00
ftell.c
fwrite.s remove dangling spaces 2022-07-21 03:20:44 +02:00
getchar.c
getcpu.s remove TABs 2019-02-05 23:27:52 +01:00
getcwd.s remove dangling spaces 2022-07-21 03:20:44 +02:00
getenv.s
getopt.c
gets.c
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 Fix some commonly made spelling errors in comments. 2022-07-21 03:18:13 +02:00
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 remove dangling spaces 2022-07-21 03:20:44 +02:00
lz4.s Small lz4 optimizations 2017-06-09 16:57:47 +03:00
malloc.s
memchr.s Fixed formatting and two import issues. 2018-05-21 13:02:56 +02:00
memcmp.s Fixed outdated comments. 2020-12-27 18:22:12 -05:00
memcpy.s remove dangling spaces 2022-07-21 03:20:44 +02:00
memmove.s Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
memset.s remove dangling spaces 2022-07-21 03:20:44 +02:00
mkdir.s
mktime.c "Inverted" time_t value handling. 2018-08-02 17:12:12 +02:00
modfree.s
modload.s
mul20.s remove dangling spaces 2022-07-21 03:20:44 +02:00
mul40.s remove dangling spaces 2022-07-21 03:20:44 +02:00
perror.c
pmemalign.c Put the alignment decrement code back into posix_memalign(). 2022-07-21 03:13:09 +02:00
printf.s
putchar.s
putenv.s remove dangling spaces 2022-07-21 03:20:44 +02:00
puts.c
qsort.c
raise.s remove dangling spaces 2022-07-21 03:20:44 +02:00
rand.s Minor style change. 2020-07-21 23:44:36 +02:00
realloc.c
remove.s
rename.s
rewind.c remove dangling spaces 2022-07-21 03:20:44 +02:00
rmdir.s
scanf.s
searchenv.s
setjmp.s Improved longjmp() and setjmp(). 2015-09-11 14:18:22 -04:00
signal.s
sigtable.s
sincos.s Added '_' prefix to sin and cos. 2019-04-13 11:25:54 +02:00
sleep.c
snprintf.s
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
strcpy.s
strcspn.s remove dangling spaces 2022-07-21 03:20:44 +02:00
strdup.s
strerror.s
strftime.c Make some arrays const. 2017-06-28 20:43:31 +02:00
stricmp.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
strlen.s Optimised strlen 2021-05-08 19:36:37 +02:00
strlower.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
strncat.s remove dangling spaces 2022-07-21 03:20:44 +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 Remove stale comments. 2020-12-27 17:54:49 -05:00
strnicmp.s Fix comment. 2020-12-27 17:54:49 -05:00
strnlen.s Fix strnlen(). 2022-07-21 03:13:09 +02:00
stroserr.s
strpbrk.s Fixed strpbrk(). 2018-05-29 14:29:50 -04:00
strqtok.c
strrchr.s remove dangling spaces 2022-07-21 03:20:44 +02: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
strtol.c
strtoul.c
strtoumax.s
strupper.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
strxfrm.c
system.c
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 Replaced three (logically) identical files with a single file. 2017-10-23 18:35:06 +02:00
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
ungetc.s remove dangling spaces 2022-07-21 03:20:44 +02:00
unlink.s
utscopy.s
vfprintf.s
vfscanf.s
vprintf.s
vscanf.s
vsnprintf.s Fixed a hardware-stack leak. 2015-07-17 20:36:56 -04:00
vsprintf.s remove dangling spaces 2022-07-21 03:20:44 +02:00
vsscanf.s
zerobss.s Changed run location of INIT segment. 2015-10-14 22:52:09 +02:00