1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
cc65/libsrc/common
cuz 80a5fe182a Keep unknown flag bits, restore known flags on exit
git-svn-id: svn://svn.cc65.org/cc65/trunk@1901 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-01-15 17:19:12 +00:00
..
_afailed.c
_fdesc.s
_file.h Rewrote _fopen in assembler 2002-11-23 17:52:38 +00:00
_file.s
_fopen.s
_hadd.s
_heap.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_heap.s
_hextab.c
_oserror.s
_printf.h
_printf.s
_scanf.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
_scanf.h
_swap.s
_sys.s
.cvsignore
abort.c
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
copydata.s Fixed a bug 2000-06-15 18:06:18 +00:00
cprintf.s
ctime.s
divt.s
errno.s Separated _maperrno and _errno 2000-06-24 09:10:16 +00:00
errormsg.c
fclose.s
fdopen.c
fgetc.c
fgetpos.c
fgets.c Fixed an error: The final linefeed got removed 2002-12-29 20:19:37 +00:00
fmisc.s
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
ftell.c
fwrite.s
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
gmtime.c
isalnum.s
isalpha.s
isblank.s
iscntrl.s
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
isspace.s
isupper.s
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
localtime.c
longjmp.s
ltoa.s
Makefile
malloc.s
maperrno.s
memchr.s
memcmp.s
memcpy.s
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
printf.s
putchar.c
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 Make realloc a __fastcall__ function 2002-11-05 20:21:14 +00:00
rewind.c
setjmp.s
sprintf.s
sscanf.c
strcat.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strchr.s
strcmp.s
strcoll.s
strcpy.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strcspn.s
strdup.s
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
strncat.s
strncmp.s
strncpy.s
stroserr.s Added _stroserror 2002-07-18 13:29:04 +00:00
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
strupper.s
strxfrm.c
time.s
timezone.c
tolower.s
toupper.s
vcprintf.s
vfprintf.s Rewrote fwrite in assembler 2002-11-23 22:51:25 +00:00
vprintf.c
vsprintf.s
vsscanf.c
zerobss.s