| .. |
|
_afailed.c
|
use __afailed instead of _afailed
|
2022-08-28 20:08:13 +02:00 |
|
_cwd.s
|
Renamed INITBSS to INIT and INIT to ONCE.
|
2016-03-06 21:27:19 +01:00 |
|
_directerrno.s
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +02:00 |
|
_environ.s
|
Adjusted constructors.
|
2016-03-16 16:28:32 +01:00 |
|
_fdesc.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
|
_file.h
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
_file.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
|
_fopen.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
_heap.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
_heapadd.s
|
add extra underscore to heap stuff
|
2022-08-29 19:55:48 +02:00 |
|
_heapblocksize.s
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +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
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
_idiv32by16r16.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00: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
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +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
|
Added explicit settings of calling conventions in pointer-to-function declarations in system and library headers.
|
2015-06-22 00:15:48 -04:00 |
|
_printf.s
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +02:00 |
|
_scanf.c
|
Fixed usage of "lvalue-cast" in _scanf implementation.
|
2020-08-24 17:16:37 +02:00 |
|
_scanf.h
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
_scanf.inc
|
Replace vfscanf by an assembler version
|
2004-11-27 14:56:54 +00:00 |
|
_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
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
|
_time_t_to_tm.s
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +02:00 |
|
_udiv32by16r16.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00: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.s
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +02:00 |
|
atexit.s
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +02:00 |
|
atoi.s
|
Shortened names and adjusted style.
|
2020-04-02 22:58:16 +02:00 |
|
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
|
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 |
|
checkferror.s
|
Factorize file pointer check
|
2024-01-30 19:40:28 +01:00 |
|
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
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
|
ctype.s
|
Fixed many comments
|
2025-03-24 20:52:55 +01:00 |
|
ctypemask.s
|
remove dangling spaces
|
2022-04-17 16:06:22 +02:00 |
|
divt.s
|
Rewrite mktime in assembly
|
2024-01-18 09:09:38 +01: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
|
Implement exec() for Atari XDOS.
|
2016-06-13 20:40:01 +02:00 |
|
fclose.s
|
add a return -1 helper
|
2024-01-24 09:58:09 +01:00 |
|
fdopen.c
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
fgetc.s
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +02:00 |
|
fgetpos.c
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
fgets.s
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +02:00 |
|
fmisc.s
|
add a return -1 helper
|
2024-01-24 09:58:09 +01:00 |
|
fopen.s
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
|
fprintf.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
fputc.s
|
Factorize file pointer check
|
2024-01-30 19:40:28 +01:00 |
|
fputs.s
|
Factorize file pointer check
|
2024-01-30 19:40:28 +01:00 |
|
fread.s
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +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
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
fseek.c
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
fsetpos.c
|
remove dangling spaces
|
2022-04-17 16:06:22 +02:00 |
|
ftell.c
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
fwrite.s
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +02:00 |
|
getchar.c
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
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
|
Added environment routines
|
2005-04-21 21:26:15 +00:00 |
|
getopt.c
|
Implement a simple flow analysis. Tracks control flow of all statements with
|
2025-07-17 15:39:45 +02:00 |
|
gets.s
|
Rewrite gets in assembler
|
2024-01-26 20:29:17 +01:00 |
|
gmtime.s
|
Rework time functions a bit
|
2024-01-08 18:24:13 +01:00 |
|
interrupt.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00: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
|
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
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
labs.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
|
locale.c
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
localtime.s
|
Rework time functions a bit
|
2024-01-08 18:24:13 +01:00 |
|
longjmp.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
ltoa.s
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +02:00 |
|
lz4.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
lzsa1.s
|
Add ZX02 and LZSA (1,2) decompressors
|
2025-05-13 21:26:47 +02:00 |
|
lzsa2.s
|
Add ZX02 and LZSA (1,2) decompressors
|
2025-05-13 21:26:47 +02:00 |
|
malloc.s
|
Fix malloc and realloc overflow
|
2024-01-24 09:54:54 +01: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
|
restore comment alignment
|
2025-06-22 21:34:41 +00:00 |
|
memmove.s
|
Added further optimizations and unit tests.
|
2017-03-05 02:09:12 +01:00 |
|
memset.s
|
Fix uncatalogued name clash with libsrc/runtime/leave.s
|
2025-09-29 18:22:53 -07:00 |
|
mkdir.s
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
|
mktime.s
|
Fixed many comments
|
2025-03-24 20:52:55 +01:00 |
|
modfree.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
|
modload.s
|
Use the new declarations from the zeropage include file. In interrupt handlers
|
2012-11-04 15:23:05 +00:00 |
|
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 |
|
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
|
fix some errno related stuff, "make all" works again
|
2022-08-28 22:09:44 +02:00 |
|
pmemalign.c
|
Optimize -36 bytes out of posix_memalign
|
2024-01-24 10:23:53 +01:00 |
|
printf.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
putchar.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
|
putenv.s
|
add a return -1 helper
|
2024-01-24 09:58:09 +01:00 |
|
puts.c
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
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.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00: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.s
|
Rewrite rewind in assembly
|
2025-01-01 14:32:07 +01:00 |
|
rmdir.s
|
remove extra spaces
|
2022-08-28 22:37:33 +02:00 |
|
scanf.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
searchenv.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
|
setjmp.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00: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
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
snprintf.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
sprintf.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
sscanf.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
stpcpy.s
|
Optimize stpcpy's size and speed
|
2024-09-07 21:24:53 +02:00 |
|
strcasestr.s
|
Separated versions
|
2024-04-19 07:57:47 +02:00 |
|
strcat.s
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +02:00 |
|
strchr.s
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +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
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
|
strcpy.s
|
Optimize stpcpy's size and speed
|
2024-09-07 21:24:53 +02:00 |
|
strcspn.s
|
Fix uncatalogued name clash with libsrc/runtime/leave.s
|
2025-09-29 18:22:53 -07:00 |
|
strdup.s
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +02:00 |
|
strerror.s
|
fix some errno related stuff, "make all" works again
|
2022-08-28 22:09:44 +02:00 |
|
strftime.c
|
Update strftime.c
|
2024-12-09 18:37:02 +01:00 |
|
stricmp.s
|
Shortened names and adjusted style.
|
2020-04-02 22:58:16 +02:00 |
|
strlen.s
|
Make the CPU_xxx constants from cpu.mac internal to the assembler and replace
|
2025-07-01 08:29:42 +02:00 |
|
strlower.s
|
Shortened names and adjusted style.
|
2020-04-02 22:58:16 +02:00 |
|
strncat.s
|
Changed most of the library sources to use .CAP instead of .CPU.
|
2025-07-01 08:04:00 +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 |
|
strndup.s
|
Make strndup smaller, safer, faster
|
2025-07-05 12:11:40 +02: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
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
strrchr.s
|
remove dangling spaces
|
2022-04-17 16:06:22 +02:00 |
|
strspn.s
|
Fix uncatalogued name clash with libsrc/runtime/leave.s
|
2025-09-29 18:22:53 -07:00 |
|
strstr.s
|
Separated versions
|
2024-04-19 07:57:47 +02:00 |
|
strtoimax.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
|
strtok.c
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
strtol.c
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
strtoul.c
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
strtoumax.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
|
strupper.s
|
Shortened names and adjusted style.
|
2020-04-02 22:58:16 +02:00 |
|
strxfrm.c
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
system.c
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
|
tgi_colors.s
|
add some more comments
|
2025-06-17 21:40:04 +02:00 |
|
time.s
|
Improved/fixed the time() function:
|
2024-09-12 09:14:57 +02:00 |
|
timezone.c
|
Cosmetic changes
|
2002-11-13 08:56:45 +00:00 |
|
toascii.s
|
Replaced three (logically) identical files with a single file.
|
2017-10-23 18:35:06 +02:00 |
|
tolower.s
|
Use common naming scheme for tolowerdirect
|
2024-03-22 17:19:26 +01: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
|
add a return -1 helper
|
2024-01-24 09:58:09 +01:00 |
|
unlink.s
|
Added unlink()
|
2003-06-12 08:43:57 +00:00 |
|
utscopy.s
|
Use structs
|
2003-12-03 20:23:09 +00:00 |
|
vfprintf.s
|
restore comment alignment
|
2025-06-22 21:34:41 +00:00 |
|
vfscanf.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
vprintf.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
vscanf.s
|
restore comment alignment
|
2025-06-22 21:34:41 +00:00 |
|
vsnprintf.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
vsprintf.s
|
Fixed many comments
|
2025-03-24 20:52:55 +01:00 |
|
vsscanf.s
|
changed "spc" to "c_sp"
|
2025-06-04 06:37:59 +00:00 |
|
zerobss.s
|
Changed run location of INIT segment.
|
2015-10-14 22:52:09 +02:00 |
|
zx02.s
|
Add ZX02 and LZSA (1,2) decompressors
|
2025-05-13 21:26:47 +02:00 |
|
zx02_fast.s
|
Add a 9% faster ZX02 decompressor
|
2025-10-26 18:53:26 +01:00 |