1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-25 02:29:52 +00:00
cc65/libsrc/common
2021-05-11 17:41:59 +02:00
..
_afailed.c More line number related changes. 2021-05-11 17:41:59 +02:00
_cwd.s
_directerrno.s
_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 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
_swap.s
_sys.s
_udiv32by16r16.s
_umul8x8r16.s
_umul16x8r32.s
_umul16x16r32.s
abort.c
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 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
creat.s
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
doesclrscr.s
errno.s
errormsg.c
fclose.s
fdopen.c
fgetc.c
fgetpos.c
fgets.c
fmisc.s
fopen.s
fprintf.s
fputc.c
fputs.c
fread.s
free.s
freopen.c
fscanf.s
fseek.c
fsetpos.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
ftell.c
fwrite.s
getchar.c
getcpu.s
getcwd.s Clear up comments a bit. 2020-12-27 17:54:49 -05:00
getenv.s
getopt.c
gets.c
gmtime.c
interrupt.s
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
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
longjmp.s
ltoa.s
lz4.s
malloc.s
memchr.s
memcmp.s Fixed outdated comments. 2020-12-27 18:22:12 -05:00
memcpy.s
memmove.s
memset.s
mkdir.s
mktime.c
modfree.s
modload.s
mul20.s
mul40.s
perror.c
pmemalign.c
printf.s
putchar.s
putenv.s
puts.c
qsort.c
raise.s
rand.s Minor style change. 2020-07-21 23:44:36 +02:00
realloc.c
remove.s
rename.s
rewind.c
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
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
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 Use more compact loops. 2020-12-27 17:54:49 -05:00
strncmp.s
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
stroserr.s
strpbrk.s
strqtok.c
strrchr.s
strspn.s
strstr.s
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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_colors.s
time.s
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
ungetc.s
unlink.s
utscopy.s
vfprintf.s
vfscanf.s
vprintf.s
vscanf.s
vsnprintf.s
vsprintf.s
vsscanf.s
zerobss.s