FUZIX.git
2015-09-25 EtchedPixelsMerge pull request #241 from beretta42/mbr
2015-09-25 Brett Gordoncoco3: bugfix: mbr.c adjust offsets/lens for 512b blocks.
2015-09-23 EtchedPixelsMerge pull request #239 from beretta42/blkdev
2015-09-23 Brett Gordonblkdev: increment data address and lba each time throug...
2015-09-21 EtchedPixelsMerge pull request #238 from beretta42/map_for_swap
2015-09-21 Brett Gordoncoco3: implement map_for_swap, swap_map().
2015-09-18 EtchedPixelsMerge pull request #237 from beretta42/video2
2015-09-18 Brett Gordoncall devtty_init() at startup
2015-09-18 Brett Gordonchange name of vtmode to defmode
2015-09-18 Brett Gordonadded 64 and 32 column modes.
2015-09-17 EtchedPixelsMerge pull request #234 from beretta42/boot
2015-09-17 EtchedPixelsMerge pull request #236 from beretta42/levee
2015-09-17 Brett Gordoncoco3: build levee in build script.
2015-09-17 Brett Gordonlevee: add levee to ucp-script
2015-09-17 Brett Gordonlevee: 6809 makefile
2015-09-17 Brett Gordoncoco3: boot: commandline works with REM token.
2015-09-10 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-09-10 Alan Coxnet: working files for start of coding up the protocol...
2015-09-09 EtchedPixelsMerge pull request #233 from marioaugustorama/master
2015-08-31 Mario NunesCosmetic changes
2015-08-31 Mario NunesRenamed README to README.md.
2015-08-30 Mario Nunes[FIX] correct make file to remove liberror binary in...
2015-08-30 Mario Nunes[FIX] correct make file to remove fsize binary in Libra...
2015-08-30 Mario Nunes* [ADD] Added directory Documentation.
2015-08-28 Mário Nunes[FIX ]Format changed for better viewing.
2015-08-28 Mário NunesFile renamed to .md for support markdown.
2015-08-25 EtchedPixelsMerge pull request #229 from marioaugustorama/master
2015-08-25 EtchedPixelsMerge pull request #230 from davidgiven/fforth
2015-08-24 David GivenUpdate license.
2015-08-24 David GivenQuick-and-dirty untested bindings to lots of system...
2015-08-24 David GivenRemember to honour the smudge bit.
2015-08-24 David GivenFix some issues with writing out negative numbers.
2015-08-24 David GivenMOVE works (and is not like CMOVE).
2015-08-24 David Given>NUMBER takes a double. Who knew.
2015-08-24 David GivenPictured numeric output works. Complex and fiddly.
2015-08-23 Mário NunesFIX documentation
2015-08-23 Mário NunesFIX documentation
2015-08-23 Mario NunesMerge branch 'master' of https://github.com/marioaugust...
2015-08-23 Mario NunesRenamed to .md to support markdown.
2015-08-23 Mário NunesFIX documentation
2015-08-23 Mario NunesRename README to README.md
2015-08-23 Mario NunesMerge branch 'master' of https://github.com/marioaugust...
2015-08-23 Mario NunesMerge remote-tracking branch 'upstream/master'
2015-08-23 Mário NunesFix formating
2015-08-23 David GivenPAD works properly now (it's just an alias for HERE...
2015-08-23 David GivenRewrote big chunks of the input handling; EVALUATE...
2015-08-23 EtchedPixelsMerge pull request #228 from beretta42/boot
2015-08-23 David GivenByte shaving until the new ACCEPT is the same size...
2015-08-23 Mario NunesOnly send changes.
2015-08-23 Mario NunesRenamed file to .md for use with markdown.
2015-08-22 David GivenSwitch ACCEPT implementation to Forth-ish. Unfortunatel...
2015-08-22 Brett Gordonfuzix: coco3: README: updated for new cmdline param...
2015-08-22 Brett Gordonfuzix: coco3: boot.s: increase filename buffer to handl...
2015-08-22 Brett Gordonfuzix: coco3: boot.s: scan cmdline for kernel file.
2015-08-22 Brett Gordonfuzix: coco3: boot.s: bugfix: cmdline passing does...
2015-08-22 Alan Coxfcc: hide float/double warning on Z80
2015-08-22 Alan CoxLibrary/libs: use $(MAKE) for the Z80 build at least
2015-08-22 Alan Coxdoupdt: remove unused variable
2015-08-22 Alan Coxkernel: use $(MAKE) so that FreeBSD folks can define...
2015-08-22 Alan Coxcpu-z80: use the findsdcc script
2015-08-22 Alan Coxfindsdcc: guess the library path from the binary
2015-08-22 Alan Coxcurses: remove test examples that shouldn't have been...
2015-08-21 Alan CoxREADME.md: ought to mention the COCO3
2015-08-21 Alan Coxcurses-test: define main arguments
2015-08-21 Alan Coxtermcap: outc should be int return
2015-08-21 Alan Coxcurses: fix prototypes up a bit
2015-08-21 Alan Coxcurses: small cleanups and fixme notes
2015-08-21 Alan Coxtermcap: add lost header information
2015-08-21 Faisal Abbascurses: some small test programs
2015-08-21 Faisal Abbasetc-files: add termcap db
2015-08-21 Faisal Abbaslibs: Makefile and other changes for curses support
2015-08-21 Faisal Abbaslibs: add termcap for curses
2015-08-21 Faisal Abbascurses library for fuzix
2015-08-21 Brett Gordonfuzix: coco3: booter improvement
2015-08-21 Alan CoxFrom: Brett Gordon <beretta42@gmail.com>
2015-08-08 David GivenAdded DOES>. It's not quite right, but it mostly works.
2015-08-08 David GivenAdd smudge bit support.
2015-08-07 David GivenAll the loop words pass the tests. (They now count...
2015-08-06 David GivenStacks go down; sorted out the mess that is Forth doubl...
2015-07-26 David GivenNow about 2/3 down the test suite! But we're reaching...
2015-07-26 Alan Cox68hc11: further updating to start to put the eeprom...
2015-07-26 Alan Coxcpu.def: export 68hc11 config registers to the C code
2015-07-26 Alan Coxeeprom: further updating
2015-07-26 Alan Cox68hc11: outchar belongs in platform (some platforms...
2015-07-26 Alan Cox68hc11: start trying to tidy up the definitions
2015-07-26 Alan Coxbank16k: Fixes for some of the swap issues
2015-07-26 Brett Gordonbank16k: first small fix to move towards working 16k...
2015-07-25 David GivenLots more words.
2015-07-25 David GivenActually, HERE is not indirect.
2015-07-25 David GivenNow about half-way down the test suite.
2015-07-25 Alan Cox68hc11test: begin fitting in firmware
2015-07-25 Alan Coxeeprom: draft out firmware interfaces
2015-07-25 Alan Coxlowlevel-68hc11: export needed methods
2015-07-25 Alan Cox68hc11test: update memory maps
2015-07-25 Alan Cox68hc11test: further development work
2015-07-25 David GivenNow getting about 1/3 through the test suite.
2015-07-23 David GivenMade at least a start at running the test suite.
2015-07-23 David GivenMutter mutter stupid upper case keywords.
2015-07-22 David GivenUm, oops. latest and here are indirect. Also add some...
2015-07-22 David GivenAdd awk-based cheesy™ compiler; I can now write forth...
next