.. |
_afailed.c
|
use __afailed instead of _afailed
|
2022-08-28 20:08:13 +02:00 |
_cwd.s
|
|
|
_directerrno.s
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
_environ.s
|
|
|
_fdesc.s
|
|
|
_file.h
|
|
|
_file.s
|
|
|
_fopen.s
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
_heap.s
|
add extra underscore to heap stuff
|
2022-08-29 19:55:48 +02:00 |
_heapadd.s
|
add extra underscore to heap stuff
|
2022-08-29 19:55:48 +02:00 |
_heapblocksize.s
|
add extra underscore to heap stuff
|
2022-08-29 19:55:48 +02:00 |
_heapmaxavail.s
|
add extra underscore to heap stuff
|
2022-08-29 19:55:48 +02:00 |
_heapmemavail.s
|
add extra underscore to heap stuff
|
2022-08-29 19:55:48 +02:00 |
_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-04-17 16:06:22 +02:00 |
_mappederrno.s
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
_oserror.s
|
fix errno related underscores in all libsrc/*.s files
|
2022-08-28 21:52:53 +02:00 |
_poserror.c
|
add underscores to _poserror and _stroserror
|
2022-08-29 21:06:48 +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
|
fix some errno related stuff, "make all" works again
|
2022-08-28 22:09:44 +02:00 |
_swap.s
|
extra underscores for _randomize and _swap
|
2022-08-29 20:52:35 +02:00 |
_sys.s
|
|
|
_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-04-17 16:06:22 +02:00 |
asctime.c
|
reserve enough space for the longest string we can expect
|
2022-07-13 23:10:19 +02:00 |
atexit.s
|
fix errno related underscores in all libsrc/*.s files
|
2022-08-28 21:52:53 +02:00 |
atoi.s
|
Shortened names and adjusted style.
|
2020-04-02 22:58:16 +02:00 |
bsearch.c
|
|
|
calloc.s
|
add extra underscore to _bzero, add a test for bzero/memset
|
2022-08-29 23:20:48 +02:00 |
chdir.s
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
copydata.s
|
|
|
creat.s
|
|
|
ctime.s
|
|
|
ctype.s
|
Shortened names and adjusted style.
|
2020-04-02 22:58:16 +02:00 |
ctypemask.s
|
remove dangling spaces
|
2022-04-17 16:06:22 +02:00 |
divt.s
|
remove dangling spaces
|
2022-04-17 16:06:22 +02:00 |
doesclrscr.s
|
remove dangling spaces
|
2022-04-17 16:06:22 +02:00 |
errno.s
|
fix some errno related stuff, "make all" works again
|
2022-08-28 22:09:44 +02:00 |
errormsg.c
|
|
|
fclose.s
|
fix errno related underscores in all libsrc/*.s files
|
2022-08-28 21:52:53 +02:00 |
fdopen.c
|
|
|
fgetc.c
|
|
|
fgetpos.c
|
|
|
fgets.c
|
|
|
fmisc.s
|
fix errno related underscores in all libsrc/*.s files
|
2022-08-28 21:52:53 +02:00 |
fopen.s
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
fprintf.s
|
|
|
fputc.c
|
|
|
fputs.c
|
|
|
fread.s
|
fix errno related underscores in all libsrc/*.s files
|
2022-08-28 21:52:53 +02:00 |
free.s
|
add extra underscore to heap stuff
|
2022-08-29 19:55:48 +02:00 |
freopen.c
|
Fix some commonly made spelling errors in comments.
|
2022-02-21 15:44:31 -05:00 |
fscanf.s
|
|
|
fseek.c
|
|
|
fsetpos.c
|
remove dangling spaces
|
2022-04-17 16:06:22 +02:00 |
ftell.c
|
|
|
fwrite.s
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
getchar.c
|
|
|
getcpu.s
|
remove TABs
|
2019-02-05 23:27:52 +01:00 |
getcwd.s
|
fix errno related underscores in all libsrc/*.s files
|
2022-08-28 21:52:53 +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
|
|
|
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
|
Shorter isascii
|
2022-08-04 00:25:04 +02: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-02-21 15:44:31 -05: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-04-17 16:06:22 +02:00 |
lz4.s
|
|
|
malloc.s
|
add extra underscore to heap stuff
|
2022-08-29 19:55:48 +02:00 |
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-04-17 16:06:22 +02:00 |
memmove.s
|
|
|
memset.s
|
add extra underscore to _bzero, add a test for bzero/memset
|
2022-08-29 23:20:48 +02:00 |
mkdir.s
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
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-04-17 16:06:22 +02:00 |
mul40.s
|
remove dangling spaces
|
2022-04-17 16:06:22 +02:00 |
perror.c
|
fix some errno related stuff, "make all" works again
|
2022-08-28 22:09:44 +02:00 |
pmemalign.c
|
Put the alignment decrement code back into posix_memalign().
|
2021-12-19 21:08:46 -05:00 |
printf.s
|
|
|
putchar.s
|
|
|
putenv.s
|
fix errno related underscores in all libsrc/*.s files
|
2022-08-28 21:52:53 +02:00 |
puts.c
|
|
|
qsort.c
|
extra underscores for _randomize and _swap
|
2022-08-29 20:52:35 +02:00 |
raise.s
|
use __sig_ign and __sig_dft instead of _sig_ign and _sig_dft
|
2022-08-28 20:18:34 +02:00 |
rand.s
|
Minor style change.
|
2020-07-21 23:44:36 +02:00 |
realloc.c
|
add extra underscore to heap stuff
|
2022-08-29 19:55:48 +02:00 |
remove.s
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
rename.s
|
fix errno related underscores in all libsrc/*.s files
|
2022-08-28 21:52:53 +02:00 |
rewind.c
|
remove dangling spaces
|
2022-04-17 16:06:22 +02:00 |
rmdir.s
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
scanf.s
|
|
|
searchenv.s
|
|
|
setjmp.s
|
fix setjmp.h
|
2022-08-28 20:05:11 +02:00 |
signal.s
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
sigtable.s
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
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
|
|
|
strchr.s
|
|
|
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-04-17 16:06:22 +02:00 |
strdup.s
|
|
|
strerror.s
|
fix some errno related stuff, "make all" works again
|
2022-08-28 22:09:44 +02:00 |
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
|
remove dangling spaces
|
2022-04-17 16:06:22 +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().
|
2021-12-25 09:11:58 +01:00 |
stroserr.s
|
add underscores to _poserror and _stroserror
|
2022-08-29 21:06:48 +02:00 |
strpbrk.s
|
Fixed strpbrk().
|
2018-05-29 14:29:50 -04:00 |
strqtok.c
|
|
|
strrchr.s
|
remove dangling spaces
|
2022-04-17 16:06:22 +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
|
|
|
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
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
ungetc.s
|
fix errno related underscores in all libsrc/*.s files
|
2022-08-28 21:52:53 +02:00 |
unlink.s
|
|
|
utscopy.s
|
|
|
vfprintf.s
|
|
|
vfscanf.s
|
|
|
vprintf.s
|
|
|
vscanf.s
|
|
|
vsnprintf.s
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
vsprintf.s
|
remove dangling spaces
|
2022-04-17 16:06:22 +02:00 |
vsscanf.s
|
|
|
zerobss.s
|
|
|