1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/common
cuz dcc0fe91a2 Several type qualifier fixes
git-svn-id: svn://svn.cc65.org/cc65/trunk@283 b7a2c559-68d2-44c3-8de9-860c34a00d81
2000-08-14 22:16:40 +00:00
..
_afailed.c
_fdesc.s
_file.h
_file.s
_fopen.c
_hadd.s Rewrite _hadd in assembler (a huge speedup!) and integrate it with free 2000-07-21 21:36:06 +00:00
_heap.h
_heap.s
_hextab.c Remove #pragmas to switch to the RODATA segment since the compiler will do 2000-08-03 10:45:31 +00:00
_oserror.s
_printf.c Type qualifier fixes 2000-08-14 21:50:56 +00:00
_printf.h Several type qualifier fixes 2000-08-14 22:16:40 +00:00
_stksize.s
_swap.s
_sys.s
.cvsignore Ignore intermediate files 2000-08-12 12:27:17 +00:00
abort.c
abs.s
atexit.s Fixed errno handling 2000-06-24 09:02:08 +00:00
atoi.s
bsearch.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
calloc.c
copydata.s Fixed a bug 2000-06-15 18:06:18 +00:00
cprintf.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
errno.inc
errno.s Separated _maperrno and _errno 2000-06-24 09:10:16 +00:00
errormsg.c Remove #pragmas to switch to the RODATA segment since the compiler will do 2000-08-03 10:45:31 +00:00
fclose.c
fdopen.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
fgetc.c
fgetpos.c initial check-in of file positioning stdio functions 2000-08-11 21:53:56 +00:00
fgets.c
fmisc.s
fmode.inc
fopen.c
fprintf.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
fputc.c
fputs.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
fread.c
free.s Rewrite _hadd in assembler (a huge speedup!) and integrate it with free 2000-07-21 21:36:06 +00:00
freopen.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
fseek.c initial check-in of file positioning stdio functions 2000-08-11 21:53:56 +00:00
fsetpos.c initial check-in of file positioning stdio functions 2000-08-11 21:53:56 +00:00
ftell.c initial check-in of file positioning stdio functions 2000-08-11 21:53:56 +00:00
fwrite.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
getchar.c
getcpu.s
gets.c
isalnum.s iscntrl was not mentioned in the Makefile and therefor not built. 2000-06-08 18:35:04 +00:00
isalpha.s iscntrl was not mentioned in the Makefile and therefor not built. 2000-06-08 18:35:04 +00:00
isblank.s iscntrl was not mentioned in the Makefile and therefor not built. 2000-06-08 18:35:04 +00:00
iscntrl.s iscntrl was not mentioned in the Makefile and therefor not built. 2000-06-08 18:35:04 +00:00
isdigit.s iscntrl was not mentioned in the Makefile and therefor not built. 2000-06-08 18:35:04 +00:00
isgraph.s iscntrl was not mentioned in the Makefile and therefor not built. 2000-06-08 18:35:04 +00:00
islower.s iscntrl was not mentioned in the Makefile and therefor not built. 2000-06-08 18:35:04 +00:00
isprint.s iscntrl was not mentioned in the Makefile and therefor not built. 2000-06-08 18:35:04 +00:00
ispunct.s iscntrl was not mentioned in the Makefile and therefor not built. 2000-06-08 18:35:04 +00:00
isspace.s iscntrl was not mentioned in the Makefile and therefor not built. 2000-06-08 18:35:04 +00:00
isupper.s iscntrl was not mentioned in the Makefile and therefor not built. 2000-06-08 18:35:04 +00:00
isxdigit.s iscntrl was not mentioned in the Makefile and therefor not built. 2000-06-08 18:35:04 +00:00
itoa.s
jmpvec.s
labs.s
locale.c Several type qualifier fixes 2000-08-14 22:16:40 +00:00
longjmp.s Replace a return value of 0 by 1 as expected by the C standard. 2000-07-22 18:26:31 +00:00
ltoa.s
Makefile fsetpos.o fgetpos.o rewind.o fseek.o ftell.o: new object files 2000-08-11 21:44:39 +00:00
malloc.s Replace malloc() by an assembler version 2000-07-21 16:57:58 +00:00
maperrno.s Separated _maperrno and _errno 2000-06-24 09:10:16 +00:00
memchr.s
memcmp.s
memcpy.s
memset.s
perror.c
printf.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
putchar.c
puts.c
qsort.c
rand.s
realloc.c Fixed a bug 2000-06-25 13:17:26 +00:00
rewind.c initial check-in 2000-08-11 21:51:03 +00:00
setjmp.s
sprintf.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
stkcheck.s
strcat.s
strchr.s Added the capability to search for the terminating zero of the given string. 2000-06-09 12:07:53 +00:00
strcmp.s
strcoll.s
strcpy.s
strcspn.s
strdup.s Replace strdup by an assembler implementation 2000-07-22 11:10:34 +00:00
strerror.s
stricmp.s
strlen.s
strlower.s
strncat.s
strncmp.s
strncpy.s
strpbrk.s
strrchr.s
strspn.s
strstr.s
strtok.c
strupper.s
strxfrm.c
tolower.s
toupper.s
vcprintf.c Several type qualifier fixes 2000-08-14 22:16:40 +00:00
vfprintf.c Several type qualifier fixes 2000-08-14 22:16:40 +00:00
vprintf.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
vsprintf.c Several type qualifier fixes 2000-08-14 22:16:40 +00:00
zerobss.s