1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc/common
cuz f36b52f2aa Make fseek support ungetc, fix non standard compliant behaviour
git-svn-id: svn://svn.cc65.org/cc65/trunk@3035 b7a2c559-68d2-44c3-8de9-860c34a00d81
2004-05-13 21:29:18 +00:00
..
_afailed.c
_cwd.s Fixes to the code just written 2003-08-12 13:58:17 +00:00
_fdesc.s
_file.h
_file.s
_fopen.s
_heap.s Move _heap.h to the compiler include dir. 2003-02-01 12:22:09 +00:00
_heapadd.s
_heapmaxavail.s
_heapmemavail.s
_hextab.c
_oserror.s
_poserror.c
_printf.h
_printf.s Fixed precision bug in printf family 2002-11-13 13:17:28 +00:00
_scanf.c Fixed a bug 2004-05-12 12:58:25 +00:00
_scanf.h
_seterrno.s
_swap.s
_sys.s
.cvsignore
abort.c
abs.s
asctime.c
atexit.s
atoi.s
bsearch.c
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
fclose.s
fdopen.c
fgetc.c
fgetpos.c
fgets.c
fmisc.s Added pushback char to struct FILE 2004-05-12 13:16:36 +00:00
fopen.s
fprintf.s
fputc.c
fputs.c Restructured former fcntl.h, added new include files unistd.h and sys/types.h. 2003-06-12 18:08:23 +00:00
fread.s
free.s
freopen.c
fseek.c Make fseek support ungetc, fix non standard compliant behaviour 2004-05-13 21:29:18 +00:00
fsetpos.c
ftell.c
fwrite.s
getchar.c
getcpu.s
getcwd.s
gets.c
gmtime.c
isalnum.s
isalpha.s
isblank.s
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
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
longjmp.s
ltoa.s
Makefile Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
malloc.s
maperrno.s
memchr.s Optimization 2003-05-05 17:19:48 +00:00
memcmp.s
memcpy.s
memmove.s
memset.s
mktime.c Optimizations 2003-11-11 22:33:42 +00:00
modfree.s
modload.s
oserrcheck.s
perror.c
printf.s
putchar.c
puts.c
qsort.c
raise.s
rand.s
realloc.c
remove.s
rename.s
rewind.c
setjmp.s
signal.s
sigtable.s
sleep.c
sprintf.s
sscanf.c
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
strncpy.s
stroserr.s
strpbrk.s
strrchr.s
strspn.s
strstr.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strtok.c
strupper.s
strxfrm.c
system.c
time.s
timezone.c
tolower.s
toupper.s
uname.s
unlink.s
utscopy.s Use structs 2003-12-03 20:23:09 +00:00
vfprintf.s
vprintf.s
vsprintf.s
vsscanf.c
zerobss.s