1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc/common
cuz 96b5da41f1 Invalid error codes will set errno
git-svn-id: svn://svn.cc65.org/cc65/trunk@2784 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-12-19 18:45:26 +00:00
..
_afailed.c
_cwd.s Fixes to the code just written 2003-08-12 13:58:17 +00:00
_fdesc.s Use structs 2003-12-03 10:15:33 +00:00
_file.h Rewrote _fopen in assembler 2002-11-23 17:52:38 +00:00
_file.s Use structs 2003-12-03 10:15:33 +00:00
_fopen.s Use structs 2003-12-03 10:15:33 +00:00
_heap.s
_heapadd.s Use structs 2003-12-03 10:15:33 +00:00
_heapmaxavail.s Use structs 2003-12-03 10:15:33 +00:00
_heapmemavail.s Use structs 2003-12-03 10:15:33 +00:00
_hextab.c
_oserror.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_poserror.c
_printf.h
_printf.s Fixed precision bug in printf family 2002-11-13 13:17:28 +00:00
_scanf.c
_scanf.h
_swap.s
_sys.s
.cvsignore
abort.c
abs.s Squeeze two cycles out of the abs() function 2003-10-10 17:59:00 +00:00
asctime.c
atexit.s Removed useless __errno imports 2003-11-13 00:12:56 +00:00
atoi.s
bsearch.c Make bsearch __fastcall__ 2003-10-29 21:51:59 +00:00
calloc.s
chdir.s Added a getcwd function 2003-08-12 13:51:11 +00:00
copydata.s
creat.s
ctime.s
divt.s
errno.s
errormsg.c New error code ERANGE 2003-08-12 13:48:45 +00:00
fclose.s Use structs 2003-12-03 10:15:33 +00:00
fdopen.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fgetc.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fgetpos.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fgets.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fmisc.s Use structs 2003-12-03 10:15:33 +00:00
fopen.s
fprintf.s
fputc.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fputs.c
fread.s Use structs 2003-12-03 10:15:33 +00:00
free.s Use structs 2003-12-03 10:15:33 +00:00
freopen.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fseek.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fsetpos.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
ftell.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fwrite.s Use structs 2003-12-03 10:15:33 +00:00
getchar.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
getcpu.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
getcwd.s Fixes to the code just written 2003-08-12 13:58:17 +00:00
gets.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
gmtime.c
isalnum.s
isalpha.s
isblank.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
iscntrl.s
isdigit.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s
isupper.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isxdigit.s
itoa.s
labs.s
locale.c Make setlocale __fastcall__ 2003-10-02 21:44:56 +00:00
localtime.c
longjmp.s
ltoa.s
Makefile Split memcpy and memmove, since the former is used a lot more often than 2003-08-20 10:17:53 +00:00
malloc.s Use structs 2003-12-03 10:15:33 +00:00
maperrno.s Removed useless __errno imports 2003-11-13 00:12:56 +00:00
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 Fixed a bug in memcpy 2003-10-22 21:04:22 +00:00
memmove.s Split memcpy and memmove, since the former is used a lot more often than 2003-08-20 10:17:53 +00:00
memset.s Use .repeat to unroll the loop. 2003-12-16 21:10:18 +00:00
mktime.c Optimizations 2003-11-11 22:33:42 +00:00
modfree.s
modload.s Use structs 2003-12-03 20:54:43 +00:00
oserrcheck.s Removed useless __errno imports 2003-11-13 00:12:56 +00:00
perror.c
printf.s
putchar.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
puts.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
qsort.c Make qsort __fastcall__ 2003-10-29 21:59:19 +00:00
raise.s
rand.s
realloc.c
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 Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
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
sleep.c
sprintf.s Fixed a typo 2003-06-03 12:15:57 +00:00
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
strcoll.s
strcpy.s
strcspn.s
strdup.s Improved 65c02 support 2003-10-10 17:52:12 +00:00
strerror.s Invalid error codes will set errno 2003-12-19 18:45:26 +00:00
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 Speed optimization 2003-08-18 11:25:31 +00:00
stroserr.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
strspn.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strstr.s
strtok.c
strupper.s Removed __cdiff. Since the assembler does character set translation for 2002-11-22 00:53:46 +00:00
strxfrm.c
system.c Cleanup use of predefined data types / defines 2003-08-16 08:23:01 +00:00
time.s Removed useless __errno imports 2003-11-13 00:12:56 +00:00
timezone.c Cosmetic changes 2002-11-13 08:56:45 +00:00
tolower.s
toupper.s
uname.s New uname function 2003-08-12 14:24:34 +00:00
unlink.s
utscopy.s Use structs 2003-12-03 20:23:09 +00:00
vfprintf.s
vprintf.s
vsprintf.s
vsscanf.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
zerobss.s