FUZIX.git
2016-07-26 EtchedPixelsMerge pull request #384 from beretta42/ashr
2016-07-26 Brett Gordondevdw: forgot to increment the loop var
2016-07-26 Brett Gordon6809: add ___ashrsi3
2016-07-25 Alan CoxREADME: update mtx entry
2016-07-25 Alan Coxmtx: update docs
2016-07-25 Alan Coxmtx: make it easier to config with or without swap
2016-07-25 Alan Coxdevdw: hopefully update correctly for new block APIs
2016-07-25 Alan Coxdragon-nx32: update floppy driver for block API changes
2016-07-25 Alan Coxpcw8256: update floppy driver to new API
2016-07-25 Alan Coxcoco2: update to new block API
2016-07-25 Alan Coxnc100: udpate to new block I/O
2016-07-25 Alan Coxtrs80: update to match block changes
2016-07-25 Alan Coxmtx: adapt to new block ops
2016-07-25 Alan Coxz80pack: adapter to block changes
2016-07-25 Alan Coxblock io: rationalise blkdev and swap
2016-07-25 Alan Coxdevio: add helpers to start rationalising the I/O paths
2016-07-24 Alan Coxld: more tidying
2016-07-24 Alan Coxas: more tidying up
2016-07-24 Alan Coxcpm: cache syscall vector for apps that reuse the RST...
2016-07-24 Alan CoxSmallC: remove some unused code
2016-07-24 Alan Coxfcc: work around ./ problem in SDCC linker and fix...
2016-07-24 Alan Coxucp: fix mkdir on wrong-endian file systems
2016-07-24 Alan Coxioctl: do the job right this time I hope
2016-07-24 Alan CoxRevert "ioctl: move the write check into the drivers"
2016-07-23 Alan Coxucp: fix mkfs and extended blocks
2016-07-23 EtchedPixelsMerge pull request #382 from vandys/fserr
2016-07-23 Alan Coxioctl: move the write check into the drivers
2016-07-18 Andy ValenciaAddress FIXME of _open(); a catch-all ENFILE was return...
2016-07-18 EtchedPixelsMerge pull request #380 from vandys/smallc
2016-07-18 Andy ValenciaIssue 377: broken calling of function in expressions
2016-07-17 EtchedPixelsMerge pull request #378 from vandys/master
2016-07-15 Andy Valencia6809 now uses its own stdint.h, not 6502's.
2016-07-15 EtchedPixelsMerge pull request #376 from vandys/master
2016-07-15 EtchedPixelsMerge pull request #372 from nealcrook/multicomp09_pass2
2016-07-15 EtchedPixelsMerge pull request #373 from beretta42/devtty
2016-07-15 EtchedPixelsMerge pull request #375 from beretta42/lib
2016-07-13 Andy ValenciaAdd some notes as discovered while this newcomer first...
2016-07-12 Brett Gordonutils 6809: link tget to termcap (rather than libm)
2016-07-12 Brett Gordon6809: create links to new libraries
2016-07-12 Brett Gordonutil: make tget with libm
2016-07-12 Brett Gordon6809: separate libs for math and curses (match z80...
2016-07-12 Brett Gordonmake stdlib.h match labs.c's declaration
2016-07-12 Brett Gordon6809: build curses separate from libc
2016-07-10 Neal Andrew... rework setup so that delay loop can be removed. Good...
2016-07-10 Neal Andrew... commit updates from .gitignore audit I did a while...
2016-07-09 Brett Gordondragon-nx32: fix box bounds checking for gfx calls
2016-07-09 Brett Gordonfix kernel video driver
2016-07-07 Neal Andrew... Tidy up MMU code and comments.
2016-07-07 Neal Andrew... gcc would not let this past
2016-07-07 Neal Andrew... janitorial/white-space/dos-line-end cleanup
2016-07-01 Neal Andrew... REvise instructions to suit new build script.
2016-07-01 Neal Andrew... Bring drivewire.s changes across from coco3.
2016-07-01 Neal Andrew... Use #define to turn virtual keyboard input on for debug...
2016-07-01 Neal Andrew... sync with coco3 tweaks
2016-07-01 Neal Andrew... Clean-up of MMU routines: remove redundant register...
2016-07-01 Neal Andrew... Move platform-dependent register definitions to common...
2016-06-30 Alan Coxscc: merge stack adjustments
2016-06-30 Alan Coxscc: support processors that support stack relative...
2016-06-30 Alan Coxcopt: improvements and new rules work
2016-06-30 EtchedPixelsMerge pull request #369 from nealcrook/build-filesystem...
2016-06-30 Alan Coxscc: more tidying up
2016-06-29 Neal Andrew... Used to distinguish a Linked file from the original...
2016-06-29 Alan Coxscc: fixes for non ANSI headers and 6809 code gen
2016-06-29 Alan Coxscc: 6809 runtime support
2016-06-29 Alan Coxcode6809: small fixes
2016-06-29 Alan CoxAPIlist: update
2016-06-29 Alan Coxld09: updates
2016-06-29 EtchedPixelsMerge pull request #368 from nealcrook/build-filesystem...
2016-06-29 Alan CoxMakefile: build the scc 6809 syscall tool
2016-06-29 Alan Coxscc6809: bits for syscalls
2016-06-29 Alan Coxsyscall-scc6809: generate syscalls for 6809 with scc
2016-06-29 Alan Coxas09: fix exg/tfr bug
2016-06-28 Neal Andrew... Add "link" command (l) and "remove" command (r). Add...
2016-06-28 Neal Andrew... Migrate build-filesystem and build-mini-filesystem...
2016-06-28 Neal Andrew... only test if-platform, if-cpu if corresponding set...
2016-06-28 Neal Andrew... Report byte ordering. Switch fsize and isize to match...
2016-06-28 Neal Andrew... enable/disable pkg now working. Revise documentation...
2016-06-28 Neal Andrew... complete examples of adding/removing packages.
2016-06-28 Neal Andrew... Spec/describe the package enable/disable rules ready...
2016-06-28 Neal Andrew... Reformat from ASCII-art to markdown.
2016-06-28 Alan Coxcode6809: match the assembler
2016-06-28 Alan Coxfunction: fix label clashes
2016-06-28 Alan Coxld09/as09: generate fuzix binaries
2016-06-28 Alan Coxwritebin: fix screw up in conversion
2016-06-28 Alan Coxld09: ANSI clean up and prepare for Fuzix work
2016-06-28 Alan Coxscc: remove debug so it now works on on 16bit again
2016-06-28 Alan Coxmalloc: do the overflow maths in unsigned
2016-06-24 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-06-24 Alan Coxscc: sort of add support for void types and the rest...
2016-06-24 Alan Coxprimary: support \0nnn and \xnn forms
2016-06-24 Alan Coxdefs.h: void type
2016-06-24 Alan Coxsym.c: allow for void functions but not variables
2016-06-24 Alan Coxlex: add void type
2016-06-24 Alan Coxfunction.c: fix warning
2016-06-24 Alan Coxmain: turn data segment back on so we produce all the...
2016-06-24 Alan Coxcodegeneric: use frame pointer as base so it's easier...
2016-06-24 Alan Coxscc: add prologue/epilogue hooks everywhere
2016-06-24 Alan Coxcodegeneric: accurately reflect internal ops
2016-06-24 Alan Coxcodez80: facepalm
2016-06-24 Alan Coxscc: tea break quickie
next