ack.git
2018-06-23 David GivenCreate a basic and probably wrong common unistd.h,...
2018-06-23 David GivenMove assert into core.
2018-06-23 David GivenWarning fix.
2018-06-23 David GivenDon't crash and burn if there are no tests to run.
2018-06-23 David GivenMove the string-to-float functions into core, after...
2018-06-22 David Givenlibc floating point and stdio floating point can now...
2018-06-22 David GivenRearrange the libc config files, ready for adding new...
2018-06-22 David GivenGet the em libc working again: remove the modula-2...
2018-06-22 David GivenMerge from default.
2018-06-22 David GivenMerge pull request #105 from davidgiven/dtrg-ass
2018-06-22 David GivenReplace fake-varargs, which doesn't work on 64-bit...
2018-06-22 David GivenReplace fake-varargs, which doesn't work on 64-bit...
2018-06-22 David GivenMove some more libc functions into core.
2018-06-21 David GivenRealise that the libc core can safely call other libc...
2018-06-21 David GivenThe ctype functions are pure.
2018-06-21 David GivenThe maths library is pure.
2018-06-21 David GivenMoved the setjmp functions into the new pure directoy.
2018-06-21 David GivenMove the pure locale functions into the new pure directory.
2018-06-21 David GivenMove the pure stdlib functions into the new pure directory.
2018-06-21 David GivenRethink the libc layout.
2018-06-21 David GivenMove the str and mem functions into the new src/core.
2018-06-21 David GivenRun libcc.ansi through clang-format.
2018-06-20 David GivenMerge pull request #96 from kernigh/kernigh-emu-1
2018-06-18 David GivenMerge pull request #103 from davidgiven/dtrg-warnings
2018-06-18 David GivenTurns out that the compiler needs access to the libpc...
2018-06-17 David GivenAnsify and warning fix.
2018-06-17 David GivenRun C files through clang-format.
2018-06-17 David GivenUse cproto to extract all the prototypes.
2018-06-17 David GivenAdded a pc.h to contain libpc prototypes; some ansifica...
2018-06-17 David GivenMove the private Pascal headers into libpc where they...
2018-06-17 David GivenWarning fixes.
2018-06-17 David GivenWarning fix.
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 George KoehlerGet moncalls.c to compile on OpenBSD.
2018-06-10 George KoehlerRename setmode() to set_mode() to avoid BSD prototype.
2018-06-10 George KoehlerRemove extra `#include <stdio.h>` to fix `uint`
2018-06-10 George KoehlerStop using <X11/Xfuncproto.h> from x86emu.
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
next