1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 02:55:20 +00:00
cc65/libsrc/common
uz feb31603da Use named constants from ctype.inc instead of hard coded numeric values.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3929 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-02-10 22:11:56 +00:00
..
_afailed.c
_cwd.s
_environ.s
_fdesc.s Use structs 2003-12-03 10:15:33 +00:00
_file.h
_file.s
_fopen.s
_heap.s Move initialization code into the init segment 2005-02-26 09:06:46 +00:00
_heapadd.s
_heapblocksize.s New used block structure for the heap 2005-01-05 21:05:11 +00:00
_heapmaxavail.s
_heapmemavail.s Use structs 2003-12-03 10:15:33 +00:00
_hextab.c
_oserror.s
_poserror.c
_printf.h
_printf.s Removed an unused import. 2009-02-10 22:08:43 +00:00
_scanf.c
_scanf.h
_scanf.inc
_seterrno.s
_swap.s
_sys.s
abort.c
abs.s
asctime.c
atexit.s
atoi.s
bsearch.c
calloc.s
chdir.s
copydata.s
creat.s Added creat() 2003-06-12 09:10:50 +00:00
ctime.s
divt.s
errno.s Separated _maperrno and _errno 2000-06-24 09:10:16 +00:00
errormsg.c
fclose.s
fdopen.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fgetc.c
fgetpos.c
fgets.c
fmisc.s
fopen.s Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
fprintf.s
fputc.c
fputs.c
fread.s
free.s
freopen.c
fscanf.s
fseek.c
fsetpos.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
ftell.c
fwrite.s Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
getchar.c
getcpu.s
getcwd.s
getenv.s
gets.c
gmtime.c
isalnum.s
isalpha.s
isblank.s
iscntrl.s
isdigit.s
isgraph.s
islower.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isprint.s
ispunct.s
isspace.s
isupper.s
isxdigit.s
itoa.s
labs.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
locale.c
localtime.c
longjmp.s
ltoa.s
Makefile
malloc.s
maperrno.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
putenv.s
puts.c
qsort.c
raise.s
rand.s Change initial seed to 1 2002-11-05 13:19:43 +00:00
realloc.c
remove.s
rename.s
rewind.c
rmdir.s New stuff contributed by Oliver Schmidt 2005-08-31 20:11:45 +00:00
scanf.s
searchenv.s
setjmp.s
signal.s
sigtable.s
sleep.c
sprintf.s
sscanf.s
strcat.s
strchr.s
strcmp.s
strcoll.s
strcpy.s
strcspn.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strdup.s
strerror.s
strftime.c
stricmp.s
strlen.s
strlower.s
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
strtok.c
strupper.s
strxfrm.c Made strxfrm fastcall, added docs. 2008-08-27 20:02:48 +00:00
system.c Cleanup use of predefined data types / defines 2003-08-16 08:23:01 +00:00
time.s
timezone.c
tolower.s Removed __cdiff. Since the assembler does character set translation for 2002-11-22 00:53:46 +00:00
toupper.s Removed __cdiff. Since the assembler does character set translation for 2002-11-22 00:53:46 +00:00
uname.s
ungetc.s
unlink.s
utscopy.s
vfprintf.s
vfscanf.s Scanf improvements by Greg King 2005-02-14 09:19:59 +00:00
vprintf.s Rewrote vprintf in assembler and made it __fastcall__ 2003-06-02 16:08:26 +00:00
vscanf.s
vsprintf.s
vsscanf.s
zerobss.s