FUZIX.git
2016-07-23 Andy ValenciaDisplay actual errno message on failure; use error...
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
2016-06-24 EtchedPixelsMerge pull request #366 from beretta42/master
2016-06-23 Brett Gordonfuzix-basefs.pkg: fix liberror.txt placement
2016-06-23 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-06-23 Alan Coxscc: minor fixes
2016-06-23 Alan Coxscc: generic code output for debug, Make file for Linux etc
2016-06-23 Alan Coxscc: fix wrong direction stack mod on Z80
2016-06-23 EtchedPixelsMerge pull request #365 from beretta42/dwtime
2016-06-23 Brett Gordondwtime: fix signedness, change to truely static multiply.
2016-06-23 Brett Gordondwtime: add header. remove defunct drivewire.h (in...
2016-06-23 Brett Gordondwtime: revise call to dw_transaction for recent call...
2016-06-23 Brett Gordoncoco3: implement rtc_secs() with drivewire.
2016-06-23 Brett Gordoncoco3: enable RTC code
2016-06-23 Brett Gordoncoco3: gcc mis-compiles timer.c's RTC code
2016-06-23 Brett Gordoncoco3: dwtime: fake a ___mulsi3 and use to simplify...
2016-06-23 Brett Gordoncoco3: runtime call dwtime.c's init() routine.
2016-06-23 Brett Gordoncoco3: make dwtime module
2016-06-23 Brett Gordoncoco3: add dwtime module
2016-06-23 Alan Coxlibc: fix includes for abs/labs
2016-06-23 Alan Coxld09: update so it builds on pure ANSI compilers
2016-06-23 Alan Coxscc: add draft 6809 and 6801 code gen, fix a bug in...
2016-06-23 Alan Coxcopt: add
2016-06-23 Alan Coxcc: initial Z80 support
2016-06-22 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-06-22 Alan Coxld09: Z80 cross build
next