log src/std.c @ 22:3fb0ec050ff3

age author description
Wed, 16 Mar 2011 00:09:35 -0400 Jonathan Pevarnek malloc has been restructured to now work in a more logical manner
Tue, 15 Mar 2011 22:55:36 -0400 Jonathan Pevarnek Started working on dynamic memory
Wed, 09 Mar 2011 18:36:22 -0500 Jonathan Pevarnek I no longer need to bug Jeff
Wed, 09 Mar 2011 12:08:48 -0500 Jonathan Pevarnek Cleaned up the stack operations
Wed, 02 Mar 2011 15:43:05 -0500 Jonathan Pevarnek Fixed a LOT of mistakes I made with atof and ftoa...
Wed, 02 Mar 2011 00:37:32 -0500 Jonathan Pevarnek Moved function array declaration, modified the ftoa function so it does not return trailing 0s
Tue, 01 Mar 2011 23:33:51 -0500 Jonathan Pevarnek Converted to work with doubles instead of ints (and other changes)
Tue, 01 Mar 2011 02:39:27 -0500 Jonathan Pevarnek The work I have so far