1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-07 23:56:05 +00:00
cc65/libsrc/common
cuz cecd88d36b Moved conio related files from common/ to conio/
git-svn-id: svn://svn.cc65.org/cc65/trunk@1916 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-02-01 21:49:55 +00:00
..
_afailed.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_fdesc.s
_file.h Rewrote _fopen in assembler 2002-11-23 17:52:38 +00:00
_file.s
_fopen.s Rewrote _fopen in assembler 2002-11-23 17:52:38 +00:00
_heap.s Move _heap.h to the compiler include dir. 2003-02-01 12:22:09 +00:00
_heapadd.s
_heapmaxavail.s
_heapmemavail.s Move _heap.h to the compiler include dir. 2003-02-01 12:22:09 +00:00
_hextab.c
_oserror.s
_printf.h Fixed email address 2001-03-03 12:04:01 +00:00
_printf.s
_scanf.c
_scanf.h
_swap.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_sys.s
.cvsignore
abort.c
abs.s
asctime.c
atexit.s
atoi.s
bsearch.c
calloc.s
copydata.s Fixed a bug 2000-06-15 18:06:18 +00:00
ctime.s
divt.s Removed comment about a cast that is no longer necessary 2002-11-21 21:29:15 +00:00
errno.s
errormsg.c Remove #pragmas to switch to the RODATA segment since the compiler will do 2000-08-03 10:45:31 +00:00
fclose.s Rewrote fclose() in assembler 2002-11-24 19:13:38 +00:00
fdopen.c Fixed a typo 2002-11-24 19:17:16 +00:00
fgetc.c
fgetpos.c
fgets.c
fmisc.s Use the constants from _file.inc 2002-11-25 21:59:35 +00:00
fopen.s
fprintf.s
fputc.c
fputs.c
fread.s
free.s
freopen.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
fseek.c
fsetpos.c initial check-in of file positioning stdio functions 2000-08-11 21:53:56 +00:00
ftell.c
fwrite.s
getchar.c
getcpu.s
gets.c Somewhat shorter code 2002-12-29 20:30:09 +00:00
gmtime.c Cosmetic changes 2002-11-13 08:56:45 +00:00
isalnum.s
isalpha.s
isblank.s
iscntrl.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
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 Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isspace.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
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 This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
locale.c Several type qualifier fixes 2000-08-14 22:16:40 +00:00
localtime.c
longjmp.s
ltoa.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
Makefile
malloc.s Move _heap.h to the compiler include dir. 2003-02-01 12:22:09 +00:00
maperrno.s Separated _maperrno and _errno 2000-06-24 09:10:16 +00:00
memchr.s
memcmp.s
memcpy.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
memset.s
mktime.c
modfree.s Changed function prototype 2002-06-21 16:26:15 +00:00
modload.s Make read and write __fastcall__ 2002-12-03 22:31:06 +00:00
perror.c Fixed a problem with perror: The error code may get overwritten before it 2002-10-18 13:38:23 +00:00
printf.s
putchar.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
puts.c
qsort.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
rand.s Change initial seed to 1 2002-11-05 13:19:43 +00:00
realloc.c Move _heap.h to the compiler include dir. 2003-02-01 12:22:09 +00:00
rewind.c
setjmp.s
sprintf.s Use decsp instead of subysp 2001-03-24 15:59:54 +00:00
sscanf.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
strcat.s
strchr.s
strcmp.s
strcoll.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strcpy.s
strcspn.s
strdup.s decspX will no longer save a 2001-03-24 15:57:32 +00:00
strerror.s
strftime.c
stricmp.s Removed __cdiff. Since the assembler does character set translation for 2002-11-22 00:53:46 +00:00
strlen.s
strlower.s Removed __cdiff. Since the assembler does character set translation for 2002-11-22 00:53:46 +00:00
strncat.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strncmp.s
strncpy.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
strstr.s
strtok.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strupper.s
strxfrm.c
time.s
timezone.c Cosmetic changes 2002-11-13 08:56:45 +00:00
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
vfprintf.s
vprintf.c
vsprintf.s
vsscanf.c
zerobss.s