1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-27 15:29:46 +00:00
cc65/libsrc/common
cuz c52034c59a Cleanup use of predefined data types / defines
git-svn-id: svn://svn.cc65.org/cc65/trunk@2342 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-08-16 08:23:01 +00:00
..
_afailed.c
_cwd.s Fixes to the code just written 2003-08-12 13:58:17 +00:00
_fdesc.s Use stdio.inc 2003-05-03 08:49:51 +00:00
_file.h
_file.s Use stdio.inc 2003-05-02 16:01:03 +00:00
_fopen.s Renamed one letter label 2003-06-17 20:52:33 +00:00
_heap.s Move _heap.h to the compiler include dir. 2003-02-01 12:22:09 +00:00
_heapadd.s Move _heap.h to the compiler include dir. 2003-02-01 12:22:09 +00:00
_heapmaxavail.s Move _heap.h to the compiler include dir. 2003-02-01 12:22:09 +00:00
_heapmemavail.s Move _heap.h to the compiler include dir. 2003-02-01 12:22:09 +00:00
_hextab.c
_oserror.s
_poserror.c Added _poserror, made perror __fastcall__ 2003-04-24 20:55:55 +00:00
_printf.h
_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 Fixed a typo 2003-02-12 19:56:00 +00:00
.cvsignore Added sleep.c from Stefan Haubenthal 2003-06-12 08:28:54 +00:00
abort.c Raise SIGABRT 2003-03-14 00:02:31 +00:00
abs.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
asctime.c
atexit.s
atoi.s
bsearch.c
calloc.s
chdir.s Added a getcwd function 2003-08-12 13:51:11 +00:00
copydata.s
creat.s Added creat() 2003-06-12 09:10:50 +00:00
ctime.s
divt.s
errno.s
errormsg.c New error code ERANGE 2003-08-12 13:48:45 +00:00
fclose.s
fdopen.c
fgetc.c Restructured former fcntl.h, added new include files unistd.h and sys/types.h. 2003-06-12 18:08:23 +00:00
fgetpos.c
fgets.c
fmisc.s
fopen.s Rewrote fopen in assembler 2002-11-23 18:46:40 +00:00
fprintf.s
fputc.c Restructured former fcntl.h, added new include files unistd.h and sys/types.h. 2003-06-12 18:08:23 +00:00
fputs.c Restructured former fcntl.h, added new include files unistd.h and sys/types.h. 2003-06-12 18:08:23 +00:00
fread.s Renamed one letter label 2003-06-17 20:52:33 +00:00
free.s Move _heap.h to the compiler include dir. 2003-02-01 12:22:09 +00:00
freopen.c
fseek.c lseek is now in unistd.h 2003-06-12 18:17:25 +00:00
fsetpos.c
ftell.c Restructured former fcntl.h, added new include files unistd.h and sys/types.h. 2003-06-12 18:08:23 +00:00
fwrite.s Renamed one letter label 2003-06-17 20:52:33 +00:00
getchar.c
getcpu.s
getcwd.s Fixes to the code just written 2003-08-12 13:58:17 +00:00
gets.c
gmtime.c
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
isprint.s
ispunct.s
isspace.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isupper.s
isxdigit.s
itoa.s
labs.s
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 Build remove.o 2003-08-13 07:31:01 +00:00
malloc.s Move _heap.h to the compiler include dir. 2003-02-01 12:22:09 +00:00
maperrno.s
memchr.s Optimization 2003-05-05 17:19:48 +00:00
memcmp.s
memcpy.s
memset.s New entry points for bzero and _bzero 2002-05-18 21:18:45 +00:00
mktime.c
modfree.s
modload.s Use new o65 definitions 2003-02-07 11:03:30 +00:00
oserrcheck.s Moved reusable parts of remove into oserrcheck. 2003-08-12 13:06:43 +00:00
perror.c Added _poserror, made perror __fastcall__ 2003-04-24 20:55:55 +00:00
printf.s
putchar.c
puts.c Restructured former fcntl.h, added new include files unistd.h and sys/types.h. 2003-06-12 18:08:23 +00:00
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 Move _heap.h to the compiler include dir. 2003-02-01 12:22:09 +00:00
remove.s Moved reusable parts of remove into oserrcheck. 2003-08-12 13:06:43 +00:00
rename.s Moved reusable parts of remove into oserrcheck. 2003-08-12 13:06:43 +00:00
rewind.c
setjmp.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
signal.s Add signal() and raise() 2003-03-14 00:02:58 +00:00
sigtable.s Add signal() and raise() 2003-03-14 00:02:58 +00:00
sleep.c sleep.c doesn't compile on platforms without a clock function 2003-06-12 18:17:46 +00:00
sprintf.s Fixed a typo 2003-06-03 12:15:57 +00:00
sscanf.c
strcat.s Small optimization 2003-05-05 17:05:22 +00:00
strchr.s
strcmp.s
strcoll.s
strcpy.s Another small optimization 2003-05-05 17:07:14 +00:00
strcspn.s
strdup.s
strerror.s
strftime.c
stricmp.s
strlen.s
strlower.s
strncat.s
strncmp.s
strncpy.s Another small improvement 2003-05-04 22:27:20 +00:00
stroserr.s
strpbrk.s
strrchr.s
strspn.s
strstr.s
strtok.c
strupper.s
strxfrm.c
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
uname.s New uname function 2003-08-12 14:24:34 +00:00
unlink.s Added unlink() 2003-06-12 08:43:57 +00:00
utscopy.s New uname function 2003-08-12 17:24:02 +00:00
vfprintf.s
vprintf.s Rewrote vprintf in assembler and made it __fastcall__ 2003-06-02 16:08:26 +00:00
vsprintf.s Fixed a typo 2003-06-03 12:15:57 +00:00
vsscanf.c
zerobss.s