1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00
cc65/libsrc/common
Oliver Schmidt 419eb700b5 Renamed INITBSS to INIT and INIT to ONCE.
The way we want to use the INITBSS segment - and especially the fact that it won't have the type bss on all ROM based targets - means that the name INITBSS is misleading. After all INIT is the best name from my perspective as it serves several purposes and therefore needs a rather generic name.

Unfortunately this means that the current INIT segment needs to be renamed too. Looking for a short (ideally 4 letter) name I came up with ONCE as it contains all code (and data) accessed only once during initialization.
2016-03-06 21:27:19 +01:00
..
_afailed.c Made _afailed() and uncompress() be fastcall functions. 2015-03-13 07:35:47 -04:00
_cwd.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
_directerrno.s
_environ.s
_fdesc.s
_file.h
_file.s
_fopen.s
_heap.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
_heapadd.s
_heapblocksize.s
_heapmaxavail.s
_heapmemavail.s
_hextab.c
_longminstr.c
_mappederrno.s Moved two errno helper functions into separate files. 2015-09-25 14:06:58 -04:00
_oserror.s
_poserror.c
_printf.h
_printf.s
_scanf.c Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
_scanf.h
_scanf.inc
_seterrno.s
_swap.s
_sys.s
abort.c
abs.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
asctime.c
atexit.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
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 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
divt.s
errno.s Moved two errno helper functions into separate files. 2015-09-25 14:06:58 -04:00
errormsg.c
fclose.s
fdopen.c
fgetc.c
fgetpos.c
fgets.c
fmisc.s
fopen.s
fprintf.s
fputc.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fputs.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fread.s
free.s
freopen.c
fscanf.s
fseek.c
fsetpos.c
ftell.c
fwrite.s
getchar.c
getcpu.s
getcwd.s Call __seterrno and save a few bytes. 2010-06-03 21:29:28 +00:00
getenv.s
getopt.c
gets.c
gmtime.c Cosmetic changes 2002-11-13 08:56:45 +00:00
interrupt.s
isalnum.s
isalpha.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
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
ltoa.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
malloc.s
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s
mkdir.s
mktime.c
modfree.s
modload.s
perror.c
pmemalign.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
printf.s
putchar.s
putenv.s
puts.c
qsort.c
raise.s
rand.s
realloc.c
remove.s
rename.s Renamed oserrcheck to __mappederrno. Added an additional function named 2010-06-10 18:10:53 +00:00
rewind.c
rmdir.s Renamed oserrcheck to __mappederrno. Added an additional function named 2010-06-10 18:10:53 +00:00
scanf.s
searchenv.s
setjmp.s
signal.s
sigtable.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 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strftime.c
stricmp.s
strlen.s
strlower.s
strncat.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strncmp.s
strncpy.s
strnicmp.s
stroserr.s
strpbrk.s
strqtok.c
strrchr.s
strspn.s
strstr.s
strtoimax.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strtok.c
strtol.c
strtoul.c
strtoumax.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strupper.s
strxfrm.c
system.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
time.s
timezone.c
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