ack.git
2018-06-17 David GivenRemove c99isms. Fix Makefile glitch where optimisation... dtrg-powerpc
2018-06-17 David GivenEnable running the tests on Travis.
2018-06-17 David GivenRemove the qemuppc plat, as now we have the portable...
2018-06-17 David GivenMerge pull request #102 from davidgiven/dtrg-powerpc
2018-06-17 David GivenFix edge case in rlwnm when the mask is 32 bits wide...
2018-06-17 David GivenTurns out that andi and andis only have . forms. Fixed...
2018-06-17 David GivenTurns out I was returning values from syscalls in the...
2018-06-17 David GivenLots of floating point, bugfixes, and system calls...
2018-06-16 David GivenDo a bit of floating point stuff; added brk(); fixed...
2018-06-16 David GivenFix a setcr0 bug which was trashing the condition regis...
2018-06-15 David GivenMerge pull request #100 from kernigh/kernigh-pdp
2018-06-15 George KoehlerPrevent crash in isatty()
2018-06-15 George KoehlerUse 2-byte alignment in pdpv7 to prevent SIGBUS.
2018-06-14 David GivenGot the emulator to the point where we're hitting the...
2018-06-14 David GivenSome code runs (up to needing setcr0).
2018-06-14 David GivenImplement a non-functional skeleton of the PowerPC...
2018-06-14 David GivenMerge pull request #99 from davidgiven/dtrg-ass
2018-06-13 David GivenMerge from trunk.
2018-06-13 David GivenFile cleanup.
2018-06-13 David GivenBodge the ancient em monitor library into building...
2018-06-13 David GivenRename a function to avoid a clash with an em system...
2018-06-13 David GivenAfter finding the em_table documentation, move it somew...
2018-06-13 David GivenRemember to always link the libsys and libend.
2018-06-13 David GivenExpose our custom Lua interpreter to the build system...
2018-06-12 David GivenMerge pull request #98 from davidgiven/dtrg-m68k
2018-06-12 David GivenRemove bogus conversion from test which was causing...
2018-06-12 David GivenIt appears that the parameter to lol technically has...
2018-06-10 David GivenMerge pull request #95 from davidgiven/dtrg-b
2018-06-10 David GivenMerge.
2018-06-10 David GivenAdd the core of a simple em22 platform. Unfortunately...
2018-06-10 David GivenMerge.
2018-06-10 David GivenFix table underrun when looking up the character class...
2018-06-09 David GivenMerge pull request #94 from davidgiven/dtrg-ass
2018-06-09 David GivenFile cleanup.
2018-06-09 David GivenMake ass and int built with clang --- surprisingly...
2018-06-09 David GivenMake the em interpreter build --- again, lots of warnin...
2018-06-09 David GivenGet ass running --- it's very K&R and almost certainly...
2018-06-08 David GivenMerge pull request #93 from davidgiven/dtrg-pc86-2
2018-06-08 David GivenRearrange the tests into sets; allow plats to skip...
2018-06-07 David GivenMerge pull request #92 from davidgiven/dtrg-pc86-2
2018-06-07 David GivenMerge from trunk.
2018-06-07 David GivenMerge pull request #91 from davidgiven/dtrg-m68k
2018-06-07 David GivenDummied out some more system calls --- more tests pass.
2018-06-07 David GivenMore real ELF loading and brk handling; more tests...
2018-06-06 David GivenBeat the 68k simulator into enough shape that at least...
2018-06-06 David GivenHang on, the 68k is big-endian --- I'm extracting words...
2018-06-05 David GivenGet the emulator to the point where it'll start to...
2018-06-05 David GivenEnable tests for linux68k.
2018-06-05 David GivenCrudely beat the standard Masushi simulator into workin...
2018-06-05 David GivenBasic mid now throws an error on out-of-bounds paramete...
2018-06-05 David GivenFix bogus test.
2018-06-05 David GivenFix bogus test.
2018-06-04 David GivenCheck in the x86emu-based emulator. Sadly, just like...
2018-06-03 David GivenModify the pc86 test harness to use 8086tiny instead...
2018-06-05 David GivenAdd a clean copy of the Musashi emulator.
2018-06-03 David GivenModify the pc86 test harness to use 8086tiny instead...
2018-06-03 David GivenAdd the pc86emu skeleton.
2018-06-03 David GivenAdd a clean copy of the x86emu library.
2018-06-02 David GivenMerge pull request #87 from davidgiven/dtrg-travis
2018-06-02 David GivenTypo fix.
2018-06-02 David GivenCrudely tweak some of the prototypes to please clang...
2018-06-02 David GivenHonour CFLAGS set in the Makefile.
2018-06-02 David GivenTry and *actually* use clang for the clang build.
2018-06-02 David GivenFix resource leak.
2018-06-02 David GivenFormat.
2018-06-02 David GivenCrudely bounds check some naked fscanf("%s") parsing...
2018-06-02 David GivenMerge pull request #85 from davidgiven/dtrg-ed
2018-06-02 David GivenDon't need ed any more in the travis configuration.
2018-06-02 David GivenAdopt a copy of Minix 2's ed; this allows the ACK's...
2018-05-11 David GivenMerge pull request #81 from kernigh/kernigh-libfp
2018-05-07 George KoehlerUpdate cpm/README for console changes, `ack -fp`.
2018-05-04 George KoehlerBuild a smaller startrek for CP/M.
2018-05-04 George KoehlerEnable the line editor in read() for CP/M.
2018-05-04 George KoehlerChange readstring() to use buffered input.
2018-04-28 George KoehlerUse `ack -mcpm -fp` for mandelbrot.c, startrek.c
2018-04-26 George KoehlerOptimize libfp. Don't lose -O6 in ackcflags.
2018-04-25 George KoehlerTeach i80 ncg to use libfp. Enable `ack -mcpm -fp`.
2018-04-25 George KoehlerBuild (but don't use) libfp for cpm.
2018-03-13 David GivenMerge pull request #73 from kernigh/kernigh-pr
2018-03-13 George KoehlerCheck LOI expressions to prevent a read after free.
2018-03-12 George KoehlerDon't read INSTR(l) after oldline(l) frees it.
2018-03-11 David GivenThere are two places where names are added to the globa...
2018-03-11 David Givenlchar() needs to return the character written. (This...
2018-03-08 George KoehlerSolve some gcc warnings in ego. kernigh-linuxppc kernigh-pr
2018-03-08 George KoehlerRead from new, not old, buffer after realloc.
2018-03-08 George KoehlerFix wr_ranlib() for big-endian machines.
2018-03-07 George KoehlerAdd instructions like "lwarx". Extend manual.
2018-03-05 George KoehlerOptimize procedures that do both a / b and a % b.
2018-03-02 George KoehlerCheck AAR earlier to prevent LOI/STI unknown size.
2018-03-02 David GivenMerge pull request #71 from tkchia/default
2018-03-01 George KoehlerFixes for compiling ego with -DTRACE
2018-02-23 David GivenMerge pull request #70 from davidgiven/dtrg-pdp11
2018-02-23 David GivenI figured out how to get top working.
2018-02-23 David GivenUpdate README.
2018-02-23 David GivenMade the cgg and the cg code generator work; use this...
2018-02-05 George KoehlerUse prototypes in ego/cs, ego/sp.
2018-02-05 George KoehlerDon't use '-' in option string to getopt().
2018-02-01 George KoehlerOnly lower "addi sp, sp, X" if X > 0.
2018-02-01 George KoehlerTeach mcg to pass our tests.
2018-01-28 Tee-Kiah ChiaDefine appropriate macros when building Lua on Linux...
next