1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-16 09:56:13 +00:00
cc65/libsrc/common
cuz 8bc9f321ec New uname function
git-svn-id: svn://svn.cc65.org/cc65/trunk@2278 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-08-12 14:24:34 +00:00
..
_afailed.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_cwd.s
_fdesc.s
_file.h Rewrote _fopen in assembler 2002-11-23 17:52:38 +00:00
_file.s
_fopen.s
_heap.s
_heapadd.s Move _heap.h to the compiler include dir. 2003-02-01 12:22:09 +00:00
_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 Fixed precision bug in printf family 2002-11-13 13:17:28 +00:00
_scanf.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
_scanf.h
_swap.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_sys.s
.cvsignore
abort.c
abs.s
asctime.c
atexit.s Use callay instead of jmpvec 2002-12-26 16:00:35 +00:00
atoi.s
bsearch.c
calloc.s
chdir.s Added a getcwd function 2003-08-12 13:51:11 +00:00
copydata.s Fixed a bug 2000-06-15 18:06:18 +00:00
creat.s Added creat() 2003-06-12 09:10:50 +00:00
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 Rewrote fopen in assembler 2002-11-23 18:46:40 +00:00
fprintf.s Use decsp instead of subysp 2001-03-24 15:59:54 +00:00
fputc.c Restructured former fcntl.h, added new include files unistd.h and sys/types.h. 2003-06-12 18:08:23 +00:00
fputs.c
fread.s
free.s
freopen.c
fseek.c lseek is now in unistd.h 2003-06-12 18:17:25 +00:00
fsetpos.c
ftell.c Restructured former fcntl.h, added new include files unistd.h and sys/types.h. 2003-06-12 18:08:23 +00:00
fwrite.s
getchar.c
getcpu.s
getcwd.s Fixes to the code just written 2003-08-12 13:58:17 +00:00
gets.c Somewhat shorter code 2002-12-29 20:30:09 +00:00
gmtime.c Cosmetic changes 2002-11-13 08:56:45 +00:00
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 This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
locale.c
localtime.c
longjmp.s
ltoa.s
Makefile New uname function 2003-08-12 14:24:34 +00:00
malloc.s
maperrno.s
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
memset.s
mktime.c
modfree.s
modload.s Use new o65 definitions 2003-02-07 11:03:30 +00:00
oserrcheck.s Moved reusable parts of remove into oserrcheck. 2003-08-12 13:06:43 +00:00
perror.c Added _poserror, made perror __fastcall__ 2003-04-24 20:55:55 +00:00
printf.s
putchar.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
puts.c Restructured former fcntl.h, added new include files unistd.h and sys/types.h. 2003-06-12 18:08:23 +00:00
qsort.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
raise.s
rand.s Change initial seed to 1 2002-11-05 13:19:43 +00:00
realloc.c
remove.s
rename.s
rewind.c
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
sscanf.c
strcat.s
strchr.s
strcmp.s
strcoll.s
strcpy.s
strcspn.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
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
strpbrk.s
strrchr.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strspn.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strstr.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strtok.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strupper.s
strxfrm.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
system.c
time.s Call _systime instead of always returning -1 2002-11-12 22:36:02 +00:00
timezone.c
tolower.s
toupper.s
uname.s
unlink.s
vfprintf.s Rewrote fwrite in assembler 2002-11-23 22:51:25 +00:00
vprintf.s Rewrote vprintf in assembler and made it __fastcall__ 2003-06-02 16:08:26 +00:00
vsprintf.s Fixed a typo 2003-06-03 12:15:57 +00:00
vsscanf.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
zerobss.s