FUZIX.git
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
2016-06-22 Alan Coxas09: Makefile for Z80 cross
2016-06-22 Alan CoxSmall C 3.0 with some cleanups and ANSI processing
2016-06-22 EtchedPixelsMerge pull request #363 from nealcrook/build-filesystem-ng
2016-06-22 Neal Andrew... Change separator from : to whitespace
2016-06-22 Alan Coxbank16k: fix bug reported by Brett
2016-06-22 Alan Coxruncpm: no stdio needed
2016-06-21 Alan Coxlibc: split libm nicely add a draft tinymalloc
2016-06-21 Alan Coxlibc: fixups
2016-06-21 Neal Andrew... Add factor executable (was missing from ucp script)
2016-06-21 EtchedPixelsMerge pull request #364 from beretta42/master
2016-06-21 Alan Coxlibm: the backbone of the FP maths support
2016-06-21 Brett Gordonlibs: typos in declarations
2016-06-21 Brett Gordonlevee: remove redeclaration of index, already declared...
2016-06-21 Alan Coxrand48: needs the header
2016-06-20 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-06-20 Alan Coxlibc: add some stragglers
2016-06-20 Alan Coxinclude: fixes for new C funcs
2016-06-20 Alan Coxdrand48: the 48bit random functions
2016-06-20 Alan Coxlibc: first batch of libm work
2016-06-20 Alan Coxa64l: some of the crap in a libc is amazing
2016-06-19 EtchedPixelsMerge pull request #362 from nealcrook/lib-fix
2016-06-18 Neal Andrew... Revise .gitignore for additional transient file copied...
2016-06-18 Neal Andrew... First exposure of tool for per-application control...
next