FUZIX.git
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...
2016-06-18 Neal Andrew... Tweaks to allow library to build on 6809
2016-06-18 Alan Coxmalloc: commit new header file
2016-06-18 Alan Coxasctime: Fix compile failure
2016-06-18 Alan CoxREADME.md: CP/M emulator crossed off the list
2016-06-17 Alan Coxlibc: Generate multiple libraries
2016-06-17 Alan Coxlibc: remove \r\n markers from assert.c and tidy
2016-06-17 Alan Coxlibc: update the includes to be closer to standards
2016-06-17 Alan Coxcut: fix warning
2016-06-17 Alan Coxpasswd: fix warnings
2016-06-17 Alan Coxfgrep: fix warning
2016-06-17 Alan Coxed: use standard isfoo names
2016-06-17 Alan Coxfsck: move to a cut of the same fsck used for Standalone
2016-06-17 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2016-06-17 EtchedPixelsMerge pull request #360 from beretta42/ioctl
2016-06-17 Brett Gordondrivewire: conform to kernel.h's ioctl number format
2016-06-17 Alan Coxlibc: move curses into its own library as it should be
2016-06-17 Alan Coxlibc: replace malloc() with a classic K&R style malloc...
2016-06-17 Alan Coxsh: force char to be signed
2016-06-17 Alan Coxruncpm: typo
2016-06-17 Alan Coxlibclean: another 3.6 fix
2016-06-17 Alan Coxlibc: some updates for SDCC 3.6
2016-06-17 Alan Coxioctl: add a drivewire range for Brett
2016-06-16 Brett Gordonadd drivewire.h to kernel includes
2016-06-16 Brett Gordonadd drivewire.h to kernel includes
2016-06-15 Alan Coxruncpm: after last nights hacks it will now run ZORK
2016-06-15 Alan Coxlowlevel-z80: fix null handler
2016-06-14 Alan Coxfcc: add support for --valgrind
2016-06-14 Alan Coxcpm: move the emulator out and begin work on fixing...
2016-06-12 Brett Gordondragon-nx32: add ioctl for dw_transaction
2016-06-12 Brett Gordonmulticomp09: add ioctl for dw_transaction
2016-06-12 Brett Gordonmulticomp09: dw_tranaction to support direct to userspa...
2016-06-12 Brett Gordondragon-nx32: dw_transaction to support direct to userspace
2016-06-12 Brett Gordonmulticomp09: add direct to userspace dw_transaction
2016-06-12 Brett Gordondragon-nx32: direct to userspace dw_transaction
2016-06-12 Brett Gordoncoco3: add ioctl for dw_transaction.
2016-06-12 Brett Gordoncoco3: add flag to dw_transaction optionally do user...
2016-06-06 Alan Coxmicropack: build fix
2016-06-06 Alan Coxcpp: ANSIfy so it passes fcc ok
2016-06-03 EtchedPixelsMerge pull request #357 from beretta42/master
next