1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-10 07:29:05 +00:00
cc65/libsrc/common
cuz def6300556 Use constants for the bits in the _ctype array.
git-svn-id: svn://svn.cc65.org/cc65/trunk@865 b7a2c559-68d2-44c3-8de9-860c34a00d81
2001-09-08 14:00:41 +00:00
..
_afailed.c
_fdesc.s
_file.h
_file.s
_fopen.c
_hadd.s
_heap.h
_heap.s Use the linker define stacksize instead of a variable. 2001-03-10 14:19:21 +00:00
_hextab.c
_oserror.s
_printf.h Fixed email address 2001-03-03 12:04:01 +00:00
_printf.s Added a speed optimization. Makes the code somewhat larger, but is a huge 2000-12-08 11:37:01 +00:00
_scanf.c Fixed geos portion of Makefile 2001-07-14 14:41:30 +00:00
_scanf.h Working on the ..scanf functions 2001-04-19 06:46:30 +00:00
_swap.s
_sys.s
.cvsignore Working on the ..scanf functions 2001-04-19 06:46:30 +00:00
abort.c
abs.s
atexit.s Changed doatexit destructor priority 2000-11-21 10:56:34 +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
cprintf.s Rewrote vcprintf() in assembler 2000-12-02 09:15:43 +00:00
ctype.inc Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
errno.inc
errno.s
errormsg.c
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.s Use decsp instead of subysp 2001-03-24 15:59:54 +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
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 Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isalpha.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isblank.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
iscntrl.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isdigit.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isgraph.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
islower.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isprint.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
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 Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
itoa.s
labs.s
locale.c Several type qualifier fixes 2000-08-14 22:16:40 +00:00
longjmp.s
ltoa.s
Makefile Working on the ..scanf functions 2001-04-19 06:46:30 +00:00
malloc.s
maperrno.s
memchr.s
memcmp.s Rewrote memcmp. The old version was buggy, the new one is faster and 2000-09-15 17:23:19 +00:00
memcpy.s
memset.s
perror.c
printf.s Rewrote vfprintf() in assembler 2000-12-01 15:05:46 +00:00
putchar.c
puts.c
qsort.c
rand.s
realloc.c
rewind.c
setjmp.s
sprintf.s Use decsp instead of subysp 2001-03-24 15:59:54 +00:00
sscanf.c Working on the ..scanf functions 2001-04-19 06:46:30 +00:00
strcat.s
strchr.s
strcmp.s
strcoll.s
strcpy.s
strcspn.s
strdup.s decspX will no longer save a 2001-03-24 15:57:32 +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 Squeezed a few cycles/bytes out of tolower and toupper. 2001-04-19 06:46:01 +00:00
toupper.s Squeezed a few cycles/bytes out of tolower and toupper. 2001-04-19 06:46:01 +00:00
vcprintf.s Rewrote vcprintf() in assembler 2000-12-02 09:15:43 +00:00
vfprintf.s Fixed wrong comment 2000-12-01 21:43:07 +00:00
vprintf.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
vsprintf.s Removed unused stuff 2000-12-02 09:04:27 +00:00
zerobss.s Sqeezed one byte out of the zerobss routine:-) 2000-11-23 22:15:57 +00:00