.. |
atoi.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
crc32-mi4.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
crc32.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
ctype.c
|
make the ctype array unsigned so that bit 7 (octal 0200) can be set and
|
2005-07-12 11:06:38 +00:00 |
dir_uncached.c
|
FS#10080
|
2009-07-14 13:57:45 +00:00 |
dircache.c
|
FS#10080
|
2009-07-14 13:57:45 +00:00 |
disk.c
|
Commit FS#9545, storage cleanup and multi-driver support
|
2009-07-17 22:28:49 +00:00 |
errno.c
|
Added code from libc instead of requiring newlib
|
2002-05-30 21:03:17 +00:00 |
ffs.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
file.c
|
FS#10080
|
2009-07-14 13:57:45 +00:00 |
memchr.c
|
Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playback
|
2005-07-05 08:43:36 +00:00 |
memcmp.c
|
Initial gcc4 warning cleanup (and some minor policing)
|
2005-11-25 00:10:12 +00:00 |
memcpy.c
|
Added #include <string.h> to memmove.c, memcpy.c and strcat.c
|
2008-04-28 20:39:44 +00:00 |
memmove.c
|
Added #include <string.h> to memmove.c, memcpy.c and strcat.c
|
2008-04-28 20:39:44 +00:00 |
memset.c
|
Revived C implementations of memcpy() and memset() for platforms without asm optimized versions (gmini), replacing the intermediate strings.c. Moved the asm optimized versions 'out of the way' for the implicit 'make' rules by renaming them to *_a.S (for assembler/alternative).
|
2005-01-21 22:43:02 +00:00 |
memset16.c
|
Add missing #includes for the ondas.
|
2009-03-22 15:40:40 +00:00 |
qsort.c
|
Killed a few warnings
|
2002-06-07 14:09:05 +00:00 |
random.c
|
Better random number generator: Mersenne twiser with improved initialisation. BSD-style license.
|
2006-01-20 01:21:26 +00:00 |
sprintf.c
|
A new implementation of logf, logfdisplay and logfdump.
|
2009-08-21 22:54:23 +00:00 |
sscanf.c
|
Some fixes to doom dehacked loading - make embedded dehacked files actually load, fix end of file detection in the string loader, fix ammo changes, fix bex code pointers. Also added the * flag to sscanf - still only tested against rockdoom sscanf calls.
|
2007-06-03 22:03:36 +00:00 |
strcasecmp.c
|
case insensitive string comparisons
|
2002-06-18 08:19:38 +00:00 |
strcasestr.c
|
Added ID3 searching
|
2005-01-27 22:21:08 +00:00 |
strcat.c
|
Added #include <string.h> to memmove.c, memcpy.c and strcat.c
|
2008-04-28 20:39:44 +00:00 |
strchr.c
|
Added code from libc instead of requiring newlib
|
2002-05-30 21:03:17 +00:00 |
strcmp.c
|
Added code from libc instead of requiring newlib
|
2002-05-30 21:03:17 +00:00 |
strcpy.c
|
Fixed a warning when (experimentally) compiling with -Os
|
2004-07-27 19:51:05 +00:00 |
strlcpy.c
|
FS#10080
|
2009-07-14 13:57:45 +00:00 |
strlen.c
|
Correct usage of ICODE_ATTR in memcpy.c and strlen.c
|
2005-08-15 05:33:10 +00:00 |
strnatcmp.c
|
Remove dead code
|
2009-08-12 13:49:29 +00:00 |
strncmp.c
|
Added code from libc instead of requiring newlib
|
2002-05-30 21:03:17 +00:00 |
strrchr.c
|
Added code from libc instead of requiring newlib
|
2002-05-30 21:03:17 +00:00 |
strstr.c
|
import and use the Linux one instead, bound to be faster
|
2007-09-18 07:04:05 +00:00 |
strtok.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
structec.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
timefuncs.c
|
Move yearday_to_daymonth() to usb_storage.c. It's the only user, this function is pretty specific, and it seems to be the cleanest way to avoid ram usage increases for unrelated targets
|
2009-08-11 20:03:59 +00:00 |
unicode.c
|
Moved database builder into a separate directory, and gave it its' own Makefile. Now it compiles cleanly and builds a database if ran in root of music tree.
|
2008-12-15 23:42:19 +00:00 |