[go: up one dir, main page]

Menu

/lib/libunistd.a Commit Log


Commit Date  
[r779] (4.1 kB) by buzzphp

A bug in CMOC caused files to not be closed. Tape files were not working. I've fixed the issue and added a tape read/write example.

2016-10-13 03:55:26 View
Download
[r772] (4.1 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] (5.4 kB) by buzzphp

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

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

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

2016-10-12 09:10:42 View
Download
[r766] (4.1 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
[r765] (4.1 kB) by buzzphp

Recompiled everything using 0.1.32a. Updated CMOC version to 0.1.33 for when it comes out.

2016-10-12 06:36:37 View
Download
[r751] (4.1 kB) by buzzphp

Added DDSBASIC. Fixed an issue with gets which showed up while testing DDSBASIC. DDS reads in numbers over the top of its current command line, causing variable names to be scrubbed. it is a minimal BASIC after all.

2016-10-10 15:27:34 View
Download
[r659] (4.1 kB) by buzzphp

system() now behaves as it should. returns 0 for no error, or errno. fopen() now returns NULL for errors. Added systemex() which will raise exceptions.

2016-10-06 00:20:57 View
Download
[r644] (4.0 kB) by buzzphp

renaming lib folders. It was getting messy

2016-10-05 00:37:19 View
Download
[r609] (4.1 kB) by buzzphp

Fixed the LWASM slowness issue. For large ASM files (>1000), I use the 'forwardrefmax' pragma, which means all branches will be long. This doesn't effect projects which are broken up into small objects.

2016-10-02 05:21:34 View
Download
Older >