log

age author description
Fri, 08 Apr 2011 09:46:23 -0400 Jonathan Pevarnek Now ignore the fs binary
Fri, 08 Apr 2011 09:14:16 -0400 Jonathan Pevarnek Fixed a bug for what happens if an invalid file name is entered
Fri, 08 Apr 2011 00:22:44 -0400 Jonathan Pevarnek The filesytem stuff actually does something now
Thu, 07 Apr 2011 23:45:03 -0400 Jonathan Pevarnek Added more functionality to the filesystem file
Thu, 07 Apr 2011 23:07:46 -0400 Jonathan Pevarnek Added a very hacked together (and barely functional) start to a filesystem
Wed, 06 Apr 2011 17:18:00 -0400 Jonathan Pevarnek merge
Wed, 06 Apr 2011 17:11:34 -0400 Josef 'Jeff' Sipek Fix the superblock of the disk image
Wed, 06 Apr 2011 16:34:29 -0400 Josef 'Jeff' Sipek Added the FBA DASD & the Hercules config
Wed, 06 Apr 2011 16:23:49 -0400 Josef 'Jeff' Sipek Added FBA helper functions
Mon, 04 Apr 2011 14:48:10 -0400 Jonathan Pevarnek Merge
Mon, 04 Apr 2011 13:56:35 -0400 Josef 'Jeff' Sipek ipl: wait for unit exception to indicate end of medium
Mon, 04 Apr 2011 14:10:28 -0400 Jonathan Pevarnek Removed some debugging lines
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 17:29:25 -0400 Jonathan Pevarnek Added stack_destroy, separated programs, added swap operation
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
Mon, 14 Mar 2011 15:06:11 -0400 Jonathan Pevarnek Merge in C++ support
Sun, 13 Mar 2011 21:10:35 -0400 Josef 'Jeff' Sipek added C++ build support
Thu, 10 Mar 2011 17:26:35 -0500 Jonathan Pevarnek Merge
Thu, 10 Mar 2011 15:47:37 -0500 Josef 'Jeff' Sipek tod: more docs
Wed, 09 Mar 2011 18:39:54 -0500 Josef 'Jeff' Sipek import TOD code
Wed, 09 Mar 2011 18:36:22 -0500 Jonathan Pevarnek I no longer need to bug Jeff
Wed, 09 Mar 2011 18:24:04 -0500 Jonathan Pevarnek Merge again
Wed, 09 Mar 2011 18:21:44 -0500 Josef 'Jeff' Sipek getline: don't touch bytes past the end of the buffer
Wed, 09 Mar 2011 18:23:43 -0500 Jonathan Pevarnek Merge
Sat, 26 Feb 2011 12:28:22 -0500 Josef 'Jeff' Sipek make the ipl code generic
Sat, 26 Feb 2011 11:02:49 -0500 Josef 'Jeff' Sipek a bit of reorganization
Wed, 09 Mar 2011 13:43:20 -0500 Jonathan Pevarnek Fixed a fencepost error
Wed, 09 Mar 2011 12:08:48 -0500 Jonathan Pevarnek Cleaned up the stack operations
Sun, 06 Mar 2011 01:55:09 -0500 Jonathan Pevarnek Added operations log and exp since I have the code for them already...
Sun, 06 Mar 2011 01:38:01 -0500 Jonathan Pevarnek Added functions pow, dup, and drop
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
Fri, 25 Feb 2011 18:58:43 -0500 Josef 'Jeff' Sipek io: fix definition of SCSW
Thu, 24 Feb 2011 23:04:37 -0500 Josef 'Jeff' Sipek import template