1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-05 09:57:05 +00:00
cc65/libsrc/common
uz 23901280c9 Save a few bytes and cycles.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4707 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-06-04 09:38:35 +00:00
..
_afailed.c
_cwd.s
_environ.s Added environment routines 2005-04-21 21:26:15 +00:00
_fdesc.s
_file.h
_file.s
_fopen.s
_heap.s
_heapadd.s
_heapblocksize.s
_heapmaxavail.s
_heapmemavail.s
_hextab.c
_oserror.s
_poserror.c
_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 Replace vfscanf by an assembler version 2004-11-27 14:56:54 +00:00
_seterrno.s
_swap.s
_sys.s
abort.c
abs.s
asctime.c
atexit.s
atoi.s Shrink atoi by using negeax instead of inlined code. 2009-09-15 21:25:44 +00:00
bsearch.c
calloc.s
cc65_idiv32by16r16.s
cc65_imul16x16r32.s Working on the division and multiplication routines. 2009-11-04 19:41:54 +00:00
cc65_sincos.s
cc65_udiv32by16r16.s
cc65_umul16x16r32.s
chdir.s
copydata.s
creat.s Added creat() 2003-06-12 09:10:50 +00:00
ctime.s
divt.s
errno.s
errormsg.c
fclose.s
fdopen.c Use _seterrno to make the code shorter. 2010-06-03 20:18:43 +00:00
fgetc.c
fgetpos.c
fgets.c
fmisc.s
fopen.s
fprintf.s
fputc.c
fputs.c
fread.s
free.s
freopen.c
fscanf.s
fseek.c
fsetpos.c
ftell.c
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
getcpu.s
getcwd.s Call __seterrno and save a few bytes. 2010-06-03 21:29:28 +00:00
getenv.s
gets.c
gmtime.c
isalnum.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isalpha.s
isblank.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
iscntrl.s
isdigit.s
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s
isupper.s
isxdigit.s
itoa.s
labs.s labs() is also imaxabs(). 2009-09-13 18:06:43 +00:00
locale.c
localtime.c
longjmp.s
ltoa.s
Makefile
malloc.s
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s
mkdir.s
mktime.c
modfree.s
modload.s
oserrcheck.s
perror.c
pmemalign.c
printf.s
putchar.s putchar didn't work 2005-12-20 22:58:16 +00:00
putenv.s
puts.c
qsort.c
raise.s Reset signal handler to SIG_DFL on a call to raise() 2003-03-14 00:08:35 +00:00
rand.s
realloc.c
remove.s
rename.s
rewind.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
rmdir.s
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
strftime.c
stricmp.s
strlen.s
strlower.s
strncat.s
strncmp.s
strncpy.s
strnicmp.s
stroserr.s Added _stroserror 2002-07-18 13:29:04 +00:00
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
strstr.s
strtoimax.s
strtok.c
strtol.c
strtoul.c
strtoumax.s
strupper.s
strxfrm.c
system.c Make system() fastcall like most other library functions. 2009-09-15 21:01:20 +00:00
time.s
timezone.c
tolower.s
toupper.s
uname.s New uname function 2003-08-12 14:24:34 +00:00
ungetc.s Fixed a bug 2004-05-14 14:33:43 +00:00
unlink.s
utscopy.s
vfprintf.s
vfscanf.s
vprintf.s
vscanf.s
vsnprintf.s Fixed more bugs, shortened the code where possible. 2009-09-28 18:39:55 +00:00
vsprintf.s
vsscanf.s
zerobss.s