1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-06 16:55:57 +00:00
cc65/libsrc/common
cuz 9364b206ab Added check/support for simple addressing format.
Check the operating system option and return the module id to the caller.
Use bzero instead of memset.


git-svn-id: svn://svn.cc65.org/cc65/trunk@1278 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-05-18 21:38:01 +00:00
..
_afailed.c
_fdesc.s Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
_file.h Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
_file.s Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
_fopen.c amode_to_bmode fixes: support "a", be more restrictive about the position 2002-05-16 15:25:48 +00:00
_hadd.s
_heap.h
_heap.s
_hextab.c
_oserror.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_printf.h
_printf.s The %p format specifier was missing 2002-03-17 16:50:35 +00:00
_scanf.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
_scanf.h Working on the ..scanf functions 2001-04-19 06:46:30 +00:00
_swap.s
_sys.s
.cvsignore Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
abort.c
abs.s
atexit.s
atoi.s
bsearch.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
calloc.s Replaced calloc by an assembler version 2001-11-15 21:53:00 +00:00
copydata.s
cprintf.s
errno.s
errormsg.c
fclose.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
fdopen.c
fgetc.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
fgetpos.c
fgets.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
fmisc.s
fopen.c
fprintf.s
fputc.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
fputs.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
fread.c Fix return codes 2002-03-24 13:23:59 +00:00
free.s
freopen.c
fseek.c
fsetpos.c
ftell.c
fwrite.c Fix return codes 2002-03-24 13:23:59 +00:00
getchar.c
getcpu.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
gets.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
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 This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
labs.s
locale.c
longjmp.s
ltoa.s
Makefile New files for loading modules at runtime 2002-04-21 14:29:30 +00:00
malloc.s
maperrno.s
memchr.s
memcmp.s
memcpy.s
memset.s New entry points for bzero and _bzero 2002-05-18 21:18:45 +00:00
modfree.s New files for loading modules at runtime 2002-04-21 14:29:30 +00:00
modload.s Added check/support for simple addressing format. 2002-05-18 21:38:01 +00:00
perror.c
printf.s
putchar.c
puts.c
qsort.c
rand.s
realloc.c
rewind.c
setjmp.s
sprintf.s
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 This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strcoll.s
strcpy.s
strcspn.s
strdup.s
strerror.s
stricmp.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strlen.s
strlower.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +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
strpbrk.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strrchr.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strspn.s
strstr.s
strtok.c
strupper.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strxfrm.c
tolower.s
toupper.s
vcprintf.s
vfprintf.s
vprintf.c
vsprintf.s Fixed a bug in the return value of the sprintf and vsprintf functions 2001-10-20 15:23:34 +00:00
vsscanf.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
zerobss.s