1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00
cc65/libsrc/common
cuz 148dc9e5bf Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@3486 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-04-21 21:32:29 +00:00
..
_afailed.c
_aligned_malloc.c New function: _aligned_malloc 2005-01-05 21:07:23 +00:00
_cwd.s Leave __cwd_buf_size intact 2005-04-19 11:48:05 +00:00
_environ.s
_fdesc.s
_file.h
_file.s
_fopen.s Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
_heap.s Move initialization code into the init segment 2005-02-26 09:06:46 +00:00
_heapadd.s
_heapblocksize.s
_heapmaxavail.s
_heapmemavail.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
_poserror.c
_printf.h
_printf.s
_scanf.c
_scanf.h
_scanf.inc
_seterrno.s
_swap.s Fixed an error and improved the code 2004-11-30 18:47:25 +00:00
_sys.s Fixed a typo 2003-02-12 19:56:00 +00:00
.cvsignore
abort.c
abs.s
asctime.c
atexit.s
atoi.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
bsearch.c
calloc.s
chdir.s
copydata.s
creat.s
ctime.s
divt.s
errno.s
errormsg.c
fclose.s Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
fdopen.c
fgetc.c Add support for pushed back chars 2004-05-13 21:13:51 +00:00
fgetpos.c
fgets.c
fmisc.s
fopen.s
fprintf.s
fputc.c
fputs.c
fread.s
free.s
freopen.c
fscanf.s
fseek.c
fsetpos.c
ftell.c
fwrite.s
getchar.c
getcpu.s
getcwd.s Fixes to the code just written 2003-08-12 13:58:17 +00:00
getenv.s
gets.c
gmtime.c
isalnum.s
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
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 Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isupper.s
isxdigit.s
itoa.s
labs.s
locale.c
localtime.c Cosmetic changes 2002-11-13 08:56:45 +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
malloc.s
maperrno.s
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s
mktime.c
modfree.s
modload.s
oserrcheck.s Removed useless __errno imports 2003-11-13 00:12:56 +00:00
perror.c
printf.s
putchar.s
putenv.s Fixed a bug 2005-04-21 21:32:29 +00:00
puts.c
qsort.c
raise.s
rand.s
realloc.c
remove.s
rename.s
rewind.c
scanf.s Fixed tab removal which somehow went wrong 2005-02-14 09:38:30 +00:00
searchenv.s
setjmp.s
signal.s
sigtable.s
sleep.c
sprintf.s
sscanf.s Replace sscanf by an assembler version 2004-11-28 18:23:16 +00:00
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
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 This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strlower.s
strncat.s
strncmp.s
strncpy.s
stroserr.s
strpbrk.s
strrchr.s
strspn.s
strstr.s
strtok.c
strupper.s
strxfrm.c
system.c Cleanup use of predefined data types / defines 2003-08-16 08:23:01 +00:00
time.s
timezone.c
tolower.s
toupper.s
uname.s
ungetc.s
unlink.s
utscopy.s
vfprintf.s
vfscanf.s
vprintf.s
vscanf.s
vsprintf.s
vsscanf.s
zerobss.s Move initialization code into the init segment 2005-02-26 09:06:46 +00:00