[go: up one dir, main page]

Menu

/lib/libsscanf.a Commit Log


Commit Date  
[r772] (1.6 kB) by buzzphp

Removed re-juicing :-( It works, but for the 300 bytes you gain, you loose a lot of speed. You get a better memory saving by writing better code....

2016-10-12 14:46:01 View
Download
[r768] (2.1 kB) by buzzphp

Added 2 more re-juices. Test bin down 312 bytes.

2016-10-12 12:21:41 View
Download
[r767] (1.7 kB) by buzzphp

Added another rejuice. bin size down 175 bytes from original.

2016-10-12 09:10:42 View
Download
[r766] (1.7 kB) by buzzphp

Added a new librejuice library. Asm code will be "rejuiced" by exchanging repeated asm sequences with lbsr's. So far, one sequence rejuice, reduced a bin size by 100 bytes.

2016-10-12 08:24:07 View
Download
[r758] (1.6 kB) by buzzphp

added asm version of stpcpy. added strmcmp (compare str with mem). Name changes. Sorry. I'll get it right one day.

2016-10-11 11:23:24 View
Download
[r649] (1.6 kB) by buzzphp

Added sreadf. sscanf will be the full implementation (float/long/far) support. sreadf will be the tiny implementation. Currently, both are tiny.

2016-10-05 04:52:16 View
Download
[r647] (1.2 kB) by buzzphp

Fixed vsscanf/sscanf functions and a new eat.h library based on an idea I had 15 years ago.

2016-10-05 03:50:28 View
Download
[r645] (1.3 kB) by buzzphp

Added vsscanf/sscanf functions and a new eat.h library based on an idea I had 15 years ago.

2016-10-05 02:51:57 View
Download