log src/std.c @ 27:1a070e843bf6

age author description
Tue, 29 Mar 2011 22:05:03 -0400 Jonathan Pevarnek Fixed bugs with printing out and reading in numbers
Sun, 20 Mar 2011 14:17:24 -0400 Jonathan Pevarnek Re-did errors for pop, added some nice testing for dynamic memory
Wed, 16 Mar 2011 12:00:43 -0400 Jonathan Pevarnek The stack now theroretically is a properly working stack!
Wed, 16 Mar 2011 00:47:21 -0400 Jonathan Pevarnek Made a macro for the address of the start of my heap
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