1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc/common
cuz d406a9f677 Scanf improvements by Greg King
git-svn-id: svn://svn.cc65.org/cc65/trunk@3377 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-02-14 09:19:59 +00:00
..
_afailed.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_aligned_malloc.c New function: _aligned_malloc 2005-01-05 21:07:23 +00:00
_cwd.s
_fdesc.s Use structs 2003-12-03 10:15:33 +00:00
_file.h Added pushback char to struct FILE 2004-05-12 13:16:36 +00:00
_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 _heap.h to the compiler include dir. 2003-02-01 12:22:09 +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 Use structs 2003-12-03 10:15:33 +00:00
_hextab.c Remove #pragmas to switch to the RODATA segment since the compiler will do 2000-08-03 10:45:31 +00:00
_oserror.s
_poserror.c
_printf.h Fixed email address 2001-03-03 12:04:01 +00:00
_printf.s Fixed minor issues with the modifiers: Some modifiers where accepted (and 2004-12-11 18:33:49 +00:00
_scanf.c Scanf improvements by Greg King 2005-02-14 09:19:59 +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 Fixed a typo 2003-02-12 19:56:00 +00:00
.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 Added a getcwd function 2003-08-12 13:51:11 +00:00
copydata.s Sqeezed a few bytes out of the copydata function 2004-12-01 12:00:50 +00:00
creat.s
ctime.s
divt.s
errno.s Separated _maperrno and _errno 2000-06-24 09:10:16 +00:00
errormsg.c New error code ERANGE 2003-08-12 13:48:45 +00:00
fclose.s Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
fdopen.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fgetc.c Add support for pushed back chars 2004-05-13 21:13:51 +00:00
fgetpos.c
fgets.c Squeezed out a few bytes 2004-05-13 21:17:58 +00:00
fmisc.s Added pushback char to struct FILE 2004-05-12 13:16:36 +00:00
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 Add support for pushed back characters from ungetc() 2004-05-14 20:54:46 +00:00
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 Make fseek support ungetc, fix non standard compliant behaviour 2004-05-13 21:29:18 +00:00
fsetpos.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
ftell.c Add support for ungetc, fix non standard compliant behaviour 2004-05-13 21:54:01 +00:00
fwrite.s Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
getchar.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
getcpu.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
getcwd.s Fixes to the code just written 2003-08-12 13:58:17 +00:00
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 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 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 Scanf improvements by Greg King 2005-02-14 09:19:59 +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
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 Fixed a bug in memcpy 2003-10-22 21:04:22 +00:00
memmove.s
memset.s Use .repeat to unroll the loop. 2003-12-16 21:10:18 +00:00
mktime.c Optimizations 2003-11-11 22:33:42 +00:00
modfree.s Changed function prototype 2002-06-21 16:26:15 +00:00
modload.s Use structs 2003-12-03 20:54:43 +00:00
oserrcheck.s
perror.c
printf.s
putchar.s Replaced putchar by an assembler version 2004-10-06 21:42:17 +00:00
puts.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
qsort.c
raise.s Reset signal handler to SIG_DFL on a call to raise() 2003-03-14 00:08:35 +00:00
rand.s
realloc.c Changed the way, used blocks are managed 2004-12-19 23:09:38 +00:00
remove.s Moved reusable parts of remove into oserrcheck. 2003-08-12 13:06:43 +00:00
rename.s
rewind.c
scanf.s Scanf improvements by Greg King 2005-02-14 09:19:59 +00:00
setjmp.s
signal.s Disable interrupts while modifying the signal table 2004-12-10 11:50:54 +00:00
sigtable.s
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
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 Another small optimization 2003-05-05 17:07:14 +00:00
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 Removed __cdiff. Since the assembler does character set translation for 2002-11-22 00:53:46 +00:00
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 Added _stroserror 2002-07-18 13:29:04 +00:00
strpbrk.s
strrchr.s
strspn.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strstr.s
strtok.c Use register to improve the code 2004-11-30 20:17:44 +00:00
strupper.s Removed __cdiff. Since the assembler does character set translation for 2002-11-22 00:53:46 +00:00
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 Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
timezone.c
tolower.s
toupper.s Removed __cdiff. Since the assembler does character set translation for 2002-11-22 00:53:46 +00:00
uname.s
ungetc.s Fixed a bug 2004-05-14 14:33:43 +00:00
unlink.s
utscopy.s
vfprintf.s Fixed a bug 2005-02-08 20:53:48 +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 Fixed a typo 2003-06-03 12:15:57 +00:00
vsscanf.s Scanf improvements by Greg King 2005-02-14 09:19:59 +00:00
zerobss.s