1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00
cc65/libsrc/common
Colin Leroy-Mira 348a9048b7 Convert _time_t_to_tm to asm
46 bytes size gain, -8% cycles on the unit tests
2024-01-18 09:09:31 +01:00
..
_afailed.c
_cwd.s
_directerrno.s
_environ.s
_fdesc.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_file.h
_file.s
_fopen.s remove extra spaces 2022-08-28 22:37:33 +02:00
_heap.s
_heapadd.s
_heapblocksize.s
_heapmaxavail.s
_heapmemavail.s
_hextab.c
_idiv32by16r16.s
_imul8x8r16.s
_imul16x16r32.s
_is_leap_year.h Rework time functions a bit 2024-01-08 18:24:13 +01:00
_is_leap_year.s Rework time functions a bit 2024-01-08 18:24:13 +01:00
_longminstr.c remove dangling spaces 2022-04-17 16:06:22 +02:00
_mappederrno.s
_oserror.s
_poserror.c
_printf.h
_printf.s
_scanf.c Fixed usage of "lvalue-cast" in _scanf implementation. 2020-08-24 17:16:37 +02:00
_scanf.h
_scanf.inc Replace vfscanf by an assembler version 2004-11-27 14:56:54 +00:00
_seterrno.s
_swap.s
_sys.s
_time_t_to_tm.s Convert _time_t_to_tm to asm 2024-01-18 09:09:31 +01:00
_udiv32by16r16.s
_umul8x8r16.s
_umul16x8r32.s
_umul16x16r32.s Avoid unintended file "shadowing". 2019-04-04 09:16:59 +02:00
abort.c
asctime.c
atexit.s fix errno related underscores in all libsrc/*.s files 2022-08-28 21:52:53 +02:00
atoi.s
bsearch.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
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 Added creat() 2003-06-12 09:10:50 +00:00
ctime.s
ctype.s
ctypemask.s
divt.s
doesclrscr.s
errno.s
errormsg.c
fclose.s
fdopen.c
fgetc.c
fgetpos.c
fgets.c
fmisc.s
fopen.s remove extra spaces 2022-08-28 22:37:33 +02:00
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
getcwd.s
getenv.s Added environment routines 2005-04-21 21:26:15 +00:00
getopt.c
gets.c
gmtime.s Rework time functions a bit 2024-01-08 18:24:13 +01:00
interrupt.s
isalnum.s
isalpha.s
isascii.s
isblank.s
iscntrl.s
isdigit.s
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s
isupper.s
isxdigit.s
itoa.s Fix some commonly made spelling errors in comments. 2022-02-21 15:44:31 -05:00
labs.s
locale.c
localtime.s Rework time functions a bit 2024-01-08 18:24:13 +01:00
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 Convert _time_t_to_tm to asm 2024-01-18 09:09:31 +01:00
modfree.s
modload.s
mul20.s
mul40.s remove dangling spaces 2022-04-17 16:06:22 +02:00
ntohl.s Address Oliver's comments 2023-09-07 16:48:56 +02:00
ntohs.s Address Oliver's comments 2023-09-07 16:48:56 +02:00
perror.c
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
raise.s
rand.s
realloc.c
remove.s
rename.s
rewind.c
rmdir.s
scanf.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
searchenv.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
setjmp.s
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 Little strdup optimisation 2024-01-07 14:25:06 +01:00
strdup.s Little strdup optimisation 2024-01-07 14:25:06 +01:00
strerror.s
strftime.c
stricmp.s
strlen.s Little strdup optimisation 2024-01-07 14:25:06 +01:00
strlower.s
strncat.s
strncmp.s
strncpy.s
strnicmp.s
strnlen.s
stroserr.s
strpbrk.s Fixed strpbrk(). 2018-05-29 14:29:50 -04:00
strqtok.c
strrchr.s
strspn.s Little strdup optimisation 2024-01-07 14:25:06 +01: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
strxfrm.c
system.c
tgi_colors.s
time.s
timezone.c Cosmetic changes 2002-11-13 08:56:45 +00:00
toascii.s
tolower.s
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 Changed run location of INIT segment. 2015-10-14 22:52:09 +02:00