ack.git
2013-05-29 David GivenAdd some missing libc functions: setenv, unsetenv,...
2013-05-29 David GivenAdd support for snprintf and vsnprintf. Try and make...
2013-05-29 David GivenAttempt to fix 64-bitness error in ashow. Deprecate...
2013-05-29 David GivenUse relocation enumerations rather than hard-coded...
2013-05-18 David GivenReapply bugfix to sbrk() which got dropped during the...
2013-05-18 David GivenApply build system fixes for OpenBSD contributed by...
2013-05-16 David GivenFix warning.
2013-05-16 David GivenDependency fixes.
2013-05-16 David GivenFix buffer overrun looking up type information for...
2013-05-16 David GivenCorrectly generate dependency information.
2013-05-16 David GivenMerge in build system changes.
2013-05-16 David GivenA few last build tweaks.
2013-05-15 David GivenUpdate distribution files.
2013-05-15 David GivenNow describe the make-based build system in the README.
2013-05-15 David GivenFix build error in opt which was causing all code,...
2013-05-15 David GivenBuild ego.
2013-05-14 David GivenModula-2 now works.
2013-05-14 David GivenPascal compiler now runs.
2013-05-14 David GivenBasic compiler now runs.
2013-05-14 David GivenBuild the Basic run-time library (after some modernisat...
2013-05-14 David GivenAdd missing dependency.
2013-05-13 David GivenTop, topgen, aelflod. Moved the libraries back into...
2013-05-13 David GivenSplit off some of the platform-independent stuff (such...
2013-05-13 David GivenMerge updates from trunk.
2013-05-13 David GivenFix typo.
2013-05-12 David GivenMade a start on building the runtimes for each platform...
2013-05-12 David GivenFirst milestone of replacing the build system.
2013-05-10 David GivenChange fatal() and error() to use varargs.
2013-05-09 David GivenMerge changes from branch: linux68k platform, linuxppc...
2013-05-09 David GivenApply George Koehler's aelflod fix for generating non...
2013-05-09 David GivenProperly error out if something goes wrong rather than...
2013-05-08 David GivenAdd pmfile for m68020 libend.
2013-05-08 David GivenAdd pmfile for m68020 libem.
2013-05-08 David GivenAdd missing linux68k platform and liblinux support...
2013-05-07 David GivenCheck in incomplete Linux PowerPC and M68K work.
2013-04-24 George KoehlerSome fixes for aelflod and aslod.
2012-12-14 David GivenBack out erroneous change.
2012-10-24 George KoehlerPrevent segfault when trying to print an error message.
2012-09-27 David GivenChange from using platform-specific types to stdint...
2012-09-27 David GivenChange to use stdint's implementation independent types...
2012-09-23 George KoehlerMerge deletion of many undead files.
2012-09-23 George KoehlerAllow pc86 bootloader to boot from more floppy drives.
2012-09-22 George KoehlerPrevent division by zero in aslod.
2012-09-21 George KoehlerDelete 689 undead files.
2012-09-20 George Koehler*Again* fix fit16i() for systems with 64-bit long.
2012-09-17 George KoehlerDelete old and unused files from modules/src/em_code
2012-09-16 George KoehlerFix fit16i() for systems with 64-bit long.
2012-09-07 George KoehlerFix more functions in util/ack for 64-bit hosts.
2012-09-07 George KoehlerFix cemcom.ansi for 64-bit hosts.
2012-02-27 David GivenFix a 64-bitness issue (removed some untyped K&R C...
2011-06-15 Ceriel JacobsAdded atol() that ignores overflow, so that unsigned...
2011-06-15 Ceriel JacobsFixed CFU
2011-05-18 cjhjacobsFixed bug reported on tack-devel mailing list on 20...
2011-03-20 David GivenRemoved file that the CVS conversion procedure left...
2011-02-11 cvs2hgconvert CVS tags
2010-10-02 dtrgReplaced dis and new with modern implementations donate...
2010-10-02 dtrgCall the correct kill() and getpid() syscalls rather...
2010-09-27 dtrgNow call creat() and open() instead of _creat() and...
2010-09-27 dtrgAdded support for remove() and unlink().
2010-09-01 dtrgFixed very old bug where Streams.GetStreamPosition...
2010-08-20 dtrgFixed definitions of O_* flags.
2010-08-09 dtrgRemove references to using-machine-name-for-compiler...
2010-08-06 dtrgChanged to actually work. (On modern Linux systems...
2010-08-06 dtrgFlush stdout before prompting the user for input.
2010-08-05 dtrgFlush output stream before waiting for user input.
2010-08-04 cvs2hgfixup commit for tag 'release-6-0-pre-4' release-6-0-pre-4
2010-08-04 dtrgForgot to update version number. release-6-0-pre-4
2010-08-04 dtrgUpdated for 6.0pre4.
2010-08-04 dtrgFixed typo.
2010-08-01 dtrgPrevent build failure on modern Bisons (which are more...
2010-08-01 dtrgInvoke genfiles explicitly with sh --- CVS doesn't...
2010-08-01 dtrgRenamed 'switch' variable to avoid conflict with a...
2010-08-01 dtrgRenamed getline() to getln() to avoid conflict with...
2008-03-20 dtrgAdded a very-nearly-noop peephole optimiser for Z80.
2008-03-20 dtrgProperly handles files ending in a partial line.
2007-11-02 dtrgArchival checkin (semi-working code).
2007-04-29 cvs2hgfixup commit for tag 'release-6-0-pre-3' release-6-0-pre-3
2007-04-29 dtrgConfigured distr system for the 6.0pre3 release. release-6-0-pre-3
2007-04-29 dtrgCleaned up a bit and made work with the new platform...
2007-04-29 dtrgNow using more conservative optimisation due to random...
2007-04-29 dtrgAdded optimised rules for int<<8 and uint>>8 (which...
2007-04-29 dtrgFixed the ego parameters to actually allow extended...
2007-04-29 dtrgUse better optimisation options.
2007-04-29 dtrgNow runs descr files through the ANSI C preprocessor...
2007-04-29 dtrgFixed the trap code to write out the error message...
2007-04-29 dtrgDisabled the code to throw signals on EM traps; this...
2007-04-29 dtrgAdded suppot for BSS clearing and command line parsing.
2007-04-28 dtrgDocumented floating-point status.
2007-04-28 dtrgAdded the Mandelbrot generator.
2007-04-27 dtrgAdded cpm platform.
2007-04-27 dtrgAdded the stdint.h header file.
2007-04-27 dtrgCleaned up and enabled the support for conditionally...
2007-04-27 dtrgRemoved a completely pointless 128-byte buffer.
2007-04-27 dtrgFixed a bug where loc lol stf was getting the constant...
2007-04-24 dtrgUpdated for the 6.0pre2 release. release-6-0-pre-2
2007-04-24 dtrgRemoved bashish.
2007-04-24 dtrgStripped down the library to something approaching...
2007-04-24 dtrgFixed major typos in the signal declarations that was...
2007-04-24 dtrgUpdated use of headers to compile cleanly.
2007-04-24 dtrgEnsured that _errno is always defined. Rejigged the...
next