1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 21:32:19 +00:00
cc65/libsrc/common
Greg King 6d87370881 Fixed strpbrk().
Added its prototype.  Documented it.
2018-05-29 14:29:50 -04:00
..
_afailed.c
_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
_longminstr.c
_mappederrno.s
_oserror.s
_poserror.c
_printf.h
_printf.s
_scanf.c
_scanf.h
_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
abort.c
asctime.c
atexit.s
atoi.s
bsearch.c
calloc.s
cc65_idiv32by16r16.s
cc65_imul8x8r16.s
cc65_imul16x16r32.s
cc65_sincos.s
cc65_udiv32by16r16.s
cc65_umul8x8r16.s
cc65_umul16x8r32.s
cc65_umul16x16r32.s
chdir.s
copydata.s
creat.s
ctime.s
divt.s
doesclrscr.s Use 'return0' for default 'doesclrscrafterexit()' implementation in libsrc/common. 2016-06-07 15:05:00 +02:00
errno.s
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
free.s
freopen.c
fscanf.s
fseek.c
fsetpos.c
ftell.c
fwrite.s
getchar.c
getcpu.s Changed #10 to #-basha for clarity. 2018-04-01 13:14:44 -07:00
getcwd.s Fixed comments. 2018-05-21 14:41:12 +02:00
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
isalpha.s
isblank.s
iscntrl.s
isdigit.s
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
isupper.s
isxdigit.s
itoa.s
labs.s
locale.c
localtime.c
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 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 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 Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
memset.s
mkdir.s
mktime.c
modfree.s
modload.s
perror.c
pmemalign.c
printf.s
putchar.s
putenv.s
puts.c
qsort.c
raise.s
rand.s detectabl > detectable 2017-05-25 03:20:11 -04:00
realloc.c
remove.s
rename.s
rewind.c
rmdir.s
scanf.s
searchenv.s
setjmp.s
signal.s
sigtable.s
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 Further optimizations in common/conio. 2018-05-22 16:00:05 +02:00
strdup.s
strerror.s
strftime.c Make some arrays const. 2017-06-28 20:43:31 +02:00
stricmp.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
strlen.s Further optimizations in common/conio. 2018-05-22 16:00:05 +02:00
strlower.s
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 Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
stroserr.s
strpbrk.s Fixed strpbrk(). 2018-05-29 14:29:50 -04:00
strqtok.c
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
strtol.c
strtoul.c
strtoumax.s
strupper.s Fixed some return pointers. 2013-08-28 02:58:41 -04: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
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
uname.s
ungetc.s
unlink.s
utscopy.s
vfprintf.s
vfscanf.s
vprintf.s
vscanf.s
vsnprintf.s
vsprintf.s
vsscanf.s
zerobss.s