1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-05 09:57:05 +00:00
cc65/libsrc/common
cuz ee81f9a686 Make the size of _cwd FILENAME_MAX chars
git-svn-id: svn://svn.cc65.org/cc65/trunk@3465 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-04-19 11:28:11 +00:00
..
_afailed.c
_aligned_malloc.c
_cwd.s
_fdesc.s
_file.h
_file.s
_fopen.s
_heap.s
_heapadd.s
_heapblocksize.s
_heapmaxavail.s
_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 Fixed email address 2001-03-03 12:04:01 +00:00
_printf.s
_scanf.c
_scanf.h
_scanf.inc Replace vfscanf by an assembler version 2004-11-27 14:56:54 +00:00
_seterrno.s
_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
atoi.s
bsearch.c
calloc.s
chdir.s
copydata.s
creat.s
ctime.s
divt.s
errno.s
errormsg.c
fclose.s
fdopen.c
fgetc.c
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 Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
ftell.c
fwrite.s
getchar.c
getcpu.s
getcwd.s
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
iscntrl.s
isdigit.s
isgraph.s
islower.s
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
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
modfree.s
modload.s
oserrcheck.s Removed useless __errno imports 2003-11-13 00:12:56 +00:00
perror.c
printf.s
putchar.s
puts.c
qsort.c
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
rewind.c
scanf.s
setjmp.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
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
strcmp.s
strcoll.s
strcpy.s
strcspn.s
strdup.s
strerror.s
strftime.c
stricmp.s
strlen.s
strlower.s
strncat.s
strncmp.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strncpy.s
stroserr.s
strpbrk.s
strrchr.s
strspn.s
strstr.s
strtok.c
strupper.s
strxfrm.c
system.c
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