1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-07 07:59:27 +00:00
cc65/libsrc/common
uz 383157e743 Size optimizations.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5714 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-06-11 18:16:17 +00:00
..
_afailed.c
_cwd.s
_environ.s
_fdesc.s Use structs 2003-12-03 10:15:33 +00:00
_file.h
_file.s Added pushback char to struct FILE 2004-05-12 13:16:36 +00:00
_fopen.s Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
_heap.s
_heapadd.s
_heapblocksize.s Fixed an invalid store offset which resulted in random values returned by the 2012-03-25 13:13:37 +00:00
_heapmaxavail.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
_heapmemavail.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
_hextab.c
_oserror.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_poserror.c Fixed comments. No code change. 2011-04-25 18:49:24 +00:00
_printf.h
_printf.s
_scanf.c Removed the prototype for _seterrno, since it is now provided in errno.h. 2010-06-03 21:25:17 +00:00
_scanf.h
_scanf.inc
_seterrno.s
_swap.s
_sys.s
abort.c
abs.s
asctime.c
atexit.s Changed priorities of destructors so atexit will be called before open files 2011-01-28 10:55:03 +00:00
atoi.s
bsearch.c Make bsearch __fastcall__ 2003-10-29 21:51:59 +00:00
calloc.s
cc65_idiv32by16r16.s
cc65_imul16x16r32.s
cc65_sincos.s
cc65_udiv32by16r16.s
cc65_umul16x8r32.s Make the 8x32 unsigned multiplication routine C callable. 2011-07-10 14:52:35 +00:00
cc65_umul16x16r32.s
chdir.s Renamed oserrcheck to __mappederrno. Added an additional function named 2010-06-10 18:10:53 +00:00
copydata.s
creat.s
ctime.s
divt.s
errno.s Renamed oserrcheck to __mappederrno. Added an additional function named 2010-06-10 18:10:53 +00:00
errormsg.c Added messages for EBADF (new) and EUNKNOWN (missing). 2010-06-03 21:16:07 +00:00
fclose.s
fdopen.c Shortened the code. 2012-06-10 18:25:22 +00:00
fgetc.c
fgetpos.c
fgets.c Rearrangements for smaller size of generated code. 2012-06-10 19:02:54 +00:00
fmisc.s Rewrote parts of the code for better error handling. fileno must set errno and 2010-06-03 21:20:10 +00:00
fopen.s
fprintf.s
fputc.c Changed the code so that it better suits the code generation of the compiler 2012-06-10 18:32:38 +00:00
fputs.c
fread.s Fixed a comment regarding errno/oserror. 2010-06-03 20:26:33 +00:00
free.s
freopen.c Call _seterror instead of assigning to _errno to make the code somewhat 2010-06-03 20:27:59 +00:00
fscanf.s
fseek.c Rewrote the code to make it somewhat shorter. 2010-06-03 20:43:30 +00:00
fsetpos.c
ftell.c Use _seterrno instead of assigning to _errno to make the code shorter. 2010-06-03 20:46:08 +00:00
fwrite.s Set errno if the stream is in error state. Small code size improvements. Fixed 2010-06-03 21:22:51 +00:00
getchar.c Removed __fastcall__ declarations for functions without parameters. 2011-07-07 20:19:35 +00:00
getcpu.s
getcwd.s Call __seterrno and save a few bytes. 2010-06-03 21:29:28 +00:00
getenv.s
getopt.c Added getopt. The implementation is based on a public domain source, 2010-07-10 11:28:02 +00:00
gets.c Changes for better code generation. 2012-06-10 18:55:22 +00:00
gmtime.c
interrupt.s Added docs to set_irq / reset_irq. 2012-01-21 12:28:23 +00:00
isalnum.s
isalpha.s
isblank.s
iscntrl.s
isdigit.s
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s
isupper.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isxdigit.s
itoa.s
labs.s
locale.c
localtime.c
longjmp.s
ltoa.s
Makefile Added wrapper for C level irq handling. 2012-01-19 00:24:13 +00:00
malloc.s
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s Slightly improved memset function by Christian Krüger. 2011-01-26 22:07:59 +00:00
mkdir.s Renamed oserrcheck to __mappederrno. Added an additional function named 2010-06-10 18:10:53 +00:00
mktime.c
modfree.s
modload.s
perror.c Use _errno, not errno. 2010-06-03 21:31:06 +00:00
pmemalign.c
printf.s
putchar.s
putenv.s No need to import __seterror, since this is done in errno.inc. 2010-06-03 21:33:55 +00:00
puts.c
qsort.c Size optimizations. 2012-06-11 18:16:17 +00:00
raise.s
rand.s
realloc.c
remove.s Renamed oserrcheck to __mappederrno. Added an additional function named 2010-06-10 18:10:53 +00:00
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 Call __seterrno instead of assigning to _errno and save a few bytes. 2010-06-03 21:26:52 +00:00
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 Invalid error codes will set errno 2003-12-19 18:45:26 +00:00
strftime.c
stricmp.s
strlen.s
strlower.s Fixed an invalid store offset, which caused an invalid pointer as a function 2012-03-25 13:14:13 +00:00
strncat.s
strncmp.s
strncpy.s
strnicmp.s
stroserr.s
strpbrk.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strrchr.s
strspn.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strstr.s
strtoimax.s
strtok.c
strtol.c Use _seterrno instead of assigning to _errno. 2010-06-03 21:37:27 +00:00
strtoul.c Use _seterrno instead of assigning to _errno. 2010-06-03 21:37:27 +00:00
strtoumax.s
strupper.s Fixed an invalid store offset, which caused an invalid pointer as a function 2012-03-25 13:14:13 +00:00
strxfrm.c Made strxfrm fastcall, added docs. 2008-08-27 20:02:48 +00:00
system.c
time.s
timezone.c
tolower.s
toupper.s
uname.s Renamed oserrcheck to __mappederrno. Added an additional function named 2010-06-10 18:10:53 +00:00
ungetc.s
unlink.s
utscopy.s Use structs 2003-12-03 20:23:09 +00:00
vfprintf.s
vfscanf.s
vprintf.s Rewrote vprintf in assembler and made it __fastcall__ 2003-06-02 16:08:26 +00:00
vscanf.s
vsnprintf.s
vsprintf.s
vsscanf.s
zerobss.s