ack.git
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...
2018-01-28 George KoehlerSync qemuppc with linuxppc.
2018-01-28 George KoehlerAdd tests for clearing BSS, copying C structs.
2018-01-27 George KoehlerFor osxppc, change size 8 to alignment 4.
2018-01-27 George KoehlerUse subfic (val - reg) and mulli (reg * val).
2018-01-27 George KoehlerGet `ack -mosxppc -g` to partly work with gdb.
2018-01-24 George KoehlerAdd some comments before I forget how this stuff works.
2018-01-23 George KoehlerAllow sp and fp on the fake stack.
2018-01-23 George KoehlerMake osx386 and osxppc use _hol0.s like the other platf...
2018-01-22 George KoehlerAdd fef 4, fif 4. Improve fef 8, fif 8. Other float...
2018-01-12 George KoehlerUse extended mnemonics and ha16/lo16.
2018-01-11 George KoehlerRewrite sigaction() to prevent another race.
2018-01-09 George KoehlerThese are EM trap numbers.
2018-01-09 George KoehlerHide some i386 stuff from linux68k, linuxppc.
2018-01-07 George KoehlerShrink .cfu8
2018-01-05 George KoehlerTeach top to merge or delete "addi sp, sp, X".
2018-01-05 George KoehlerFix lim. Improve lxl, lxa, lor, str, procs with no...
2018-01-03 George KoehlerAdd tests for C <setjmp.h> and Modula-2 Semaphores.
next