.. |
_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
|
Added environment routines
|
2005-04-21 21:26:15 +00:00 |
_fdesc.s
|
|
|
_file.h
|
Added pushback char to struct FILE
|
2004-05-12 13:16:36 +00:00 |
_file.s
|
Added pushback char to struct FILE
|
2004-05-12 13:16:36 +00:00 |
_fopen.s
|
|
|
_heap.s
|
Move initialization code into the init segment
|
2005-02-26 09:06:46 +00:00 |
_heapadd.s
|
Fixed an identifier (cosmetic change)
|
2005-01-05 21:04:35 +00:00 |
_heapblocksize.s
|
New used block structure for the heap
|
2005-01-05 21:05:11 +00:00 |
_heapmaxavail.s
|
|
|
_heapmemavail.s
|
|
|
_hextab.c
|
|
|
_oserror.s
|
|
|
_poserror.c
|
|
|
_printf.h
|
|
|
_printf.s
|
Fixed minor issues with the modifiers: Some modifiers where accepted (and
|
2004-12-11 18:33:49 +00:00 |
_scanf.c
|
Fixed tab removal which somehow went wrong
|
2005-02-14 09:38:30 +00:00 |
_scanf.h
|
Scanf improvements by Greg King
|
2005-02-14 09:19:59 +00:00 |
_scanf.inc
|
Replace vfscanf by an assembler version
|
2004-11-27 14:56:54 +00:00 |
_seterrno.s
|
Use a subroutine to set errno to save some space.
|
2004-05-13 21:09:08 +00:00 |
_swap.s
|
Fixed an error and improved the code
|
2004-11-30 18:47:25 +00:00 |
_sys.s
|
|
|
.cvsignore
|
Scanf improvements by Greg King
|
2005-02-14 09:19:59 +00:00 |
abort.c
|
|
|
abs.s
|
|
|
asctime.c
|
|
|
atexit.s
|
Use a subroutine to set errno to save some space.
|
2004-05-13 21:09:08 +00:00 |
atoi.s
|
|
|
bsearch.c
|
|
|
calloc.s
|
|
|
chdir.s
|
|
|
copydata.s
|
Sqeezed a few bytes out of the copydata function
|
2004-12-01 12:00:50 +00:00 |
creat.s
|
Added creat()
|
2003-06-12 09:10:50 +00:00 |
ctime.s
|
Added lots of functions from time.h
|
2002-11-12 22:06:02 +00:00 |
divt.s
|
Removed comment about a cast that is no longer necessary
|
2002-11-21 21:29:15 +00:00 |
errno.s
|
|
|
errormsg.c
|
New error code ERANGE
|
2003-08-12 13:48:45 +00:00 |
fclose.s
|
|
|
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
|
Use a subroutine to set errno to save some space.
|
2004-05-13 21:09:08 +00:00 |
fprintf.s
|
Removed an unused import
|
2004-11-28 18:09:56 +00:00 |
fputc.c
|
|
|
fputs.c
|
|
|
fread.s
|
|
|
free.s
|
Added a comment
|
2005-01-05 21:05:35 +00:00 |
freopen.c
|
|
|
fscanf.s
|
Replaced fscanf by an assembler version
|
2004-11-28 18:11:17 +00:00 |
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
|
Fixes to the code just written
|
2003-08-12 13:58:17 +00:00 |
getenv.s
|
Added environment routines
|
2005-04-21 21:26:15 +00:00 |
gets.c
|
|
|
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
|
Make setlocale __fastcall__
|
2003-10-02 21:44:56 +00:00 |
localtime.c
|
|
|
longjmp.s
|
|
|
ltoa.s
|
|
|
Makefile
|
Added environment routines
|
2005-04-21 21:26:15 +00:00 |
malloc.s
|
Slice blocks even if the remainder is just sizeof(freeblock) bytes in size.
|
2005-01-05 20:06:13 +00:00 |
maperrno.s
|
|
|
memchr.s
|
Optimization
|
2003-05-05 17:19:48 +00:00 |
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
|
|
|
memmove.s
|
|
|
memset.s
|
|
|
mktime.c
|
|
|
modfree.s
|
|
|
modload.s
|
Renamed O65_OS_CC65_MODULE -> O65_OS_CC65 in the headers.
|
2005-04-01 08:23:56 +00:00 |
oserrcheck.s
|
Removed useless __errno imports
|
2003-11-13 00:12:56 +00:00 |
perror.c
|
|
|
printf.s
|
|
|
putchar.s
|
Replaced putchar by an assembler version
|
2004-10-06 21:42:17 +00:00 |
putenv.s
|
The 65C02 code didn't work
|
2005-04-23 14:12:19 +00:00 |
puts.c
|
Fixed the return code of fgetpos and ftell.
|
2003-11-06 18:04:07 +00:00 |
qsort.c
|
|
|
raise.s
|
|
|
rand.s
|
|
|
realloc.c
|
Changed the way, used blocks are managed
|
2004-12-19 23:09:38 +00:00 |
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
|
Added environment routines
|
2005-04-21 21:26:15 +00:00 |
setjmp.s
|
|
|
signal.s
|
Disable interrupts while modifying the signal table
|
2004-12-10 11:50:54 +00:00 |
sigtable.s
|
Add signal() and raise()
|
2003-03-14 00:02:58 +00:00 |
sleep.c
|
sleep.c doesn't compile on platforms without a clock function
|
2003-06-12 18:17:46 +00:00 |
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
|
This commit was generated by cvs2svn to compensate for changes in r2,
|
2000-05-28 13:40:48 +00:00 |
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
|
|
|
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
|
Make strtok __fastcall__
|
2005-05-17 21:11:09 +00:00 |
strupper.s
|
|
|
strxfrm.c
|
|
|
system.c
|
Cleanup use of predefined data types / defines
|
2003-08-16 08:23:01 +00:00 |
time.s
|
Use a subroutine to set errno to save some space.
|
2004-05-13 21:09:08 +00:00 |
timezone.c
|
Cosmetic changes
|
2002-11-13 08:56:45 +00:00 |
tolower.s
|
|
|
toupper.s
|
|
|
uname.s
|
|
|
ungetc.s
|
|
|
unlink.s
|
|
|
utscopy.s
|
|
|
vfprintf.s
|
Code improvement
|
2005-02-14 10:28:54 +00:00 |
vfscanf.s
|
Scanf improvements by Greg King
|
2005-02-14 09:19:59 +00:00 |
vprintf.s
|
|
|
vscanf.s
|
Replace vscanf by an assembler version
|
2004-11-27 18:23:24 +00:00 |
vsprintf.s
|
|
|
vsscanf.s
|
Scanf improvements by Greg King
|
2005-02-14 09:19:59 +00:00 |
zerobss.s
|
Move initialization code into the init segment
|
2005-02-26 09:06:46 +00:00 |