Merge pull request #183 from kernigh/kernigh-include
[ack.git] / lang /
2019-03-20 David GivenMerge pull request #181 from ccodere/carl-ansi-part1
2019-03-17 carl+ Have the DEBUG version compile
2019-03-11 David GivenMerge pull request #177 from davidgiven/dtrg-8080
2019-03-11 David GivenDon't buffer overflow when trying to process source...
2019-03-07 David GivenMerge pull request #174 from ccodere/carl-ansi-part1
2019-03-01 carl+ Better type checking in function tables.
2019-03-01 carl+ M2 Compiler ISO C90 compatibility
2019-03-01 carlCPP ISO C90 compatibility and conversion.
2019-03-01 carlBasic compiler is now ISO C90 compliant.
2019-02-25 David GivenMerge pull request #173 from ccodere/carl-ansi-part1
2019-02-25 carlFix issue again with wrong macro on error.
2019-02-25 carl* Fix more tabs.
2019-02-23 carl* Convert spaces -> tabs to keep consistency with exist...
2019-02-23 carl* Remove some more compiler warnings.
2019-02-23 carlBugfix of fprint using correct output redirection ...
2019-02-23 carlPascal compiler better type checking and function decla...
2019-02-20 David GivenMerge pull request #172 from ccodere/carl-ansi-part1
2019-02-20 carlRemove CMake changes and generic sed scripts so they...
2019-02-19 carl+ Add missing files.
2019-02-18 carlBetter ANSI C compatibility and portability:
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-10 David GivenMerge from default.
2019-02-10 David GivenMerge pull request #152 from davidgiven/dtrg-osx
2019-02-10 David GivenRemoved a whole bunch of old strcpy() prototypes in...
2019-02-10 David GivenMerge from default.
2019-02-06 David GivenMerge pull request #141 from davidgiven/dtrg-stray
2018-12-22 David GivenInstall the cpp.ansi man page. #82.
2018-09-20 David GivenMerge pull request #131 from davidgiven/dtrg-mips
2018-09-19 David GivenCreate correctly sized csa descriptors in the Basic...
2018-09-09 David GivenMerge from default.
2018-09-09 David GivenCall atexit handlers properly, avoiding a NPE and seg...
2018-09-02 David GivenMerge pull request #120 from davidgiven/dtrg-no
2018-09-02 David GivenRemove stray #include.
2018-09-02 David GivenRip out the built-in preprocessor from cemcom.ansi...
2018-09-02 David GivenDisable the built-in preprocessor in cemcom.ansi; the...
2018-09-02 David GivenImplement single-line C++-style comments.
2018-09-02 David GivenRun through clang-format before editing.
2018-09-02 David GivenRun through clang-format before editing.
2018-09-02 David GivenRun files through clang-format before editing.
2018-09-02 David GivenRun files through clang-format before editing.
2018-06-25 David GivenMerge pull request #110 from davidgiven/dtrg-warnings
2018-06-25 David GivenWarning-fixed and ansified the Modula-2 library. dtrg-warnings
2018-06-24 David GivenMove the Modula-2 library includes into a directory...
2018-06-23 David GivenMerge pull request #108 from davidgiven/dtrg-warnings
2018-06-23 David GivenWarning-fix and protoise the basic library.
2018-06-23 David GivenMerge pull request #106 from davidgiven/dtrg-libc
2018-06-23 David GivenRemove the attic.
2018-06-23 David GivenMove mktemp to sys; attic getgrent as noone will ever...
2018-06-23 David GivenMove the portable time code into core. clock() goes...
2018-06-23 David GivenMove time() into sys; change the name of the variable...
2018-06-23 David GivenMove the big gnarly functions like system() and popen...
2018-06-23 David GivenMove stdio into (mostly) sys.
2018-06-23 David GivenChange stdio to use atexit() rather than the internal...
2018-06-23 David GivenAll the opendir()/readdir() stuff is obsolete because...
2018-06-23 David GivenAdd the sys directory for libc functions which use...
2018-06-23 David GivenMove the errno functions into core.
2018-06-23 David GivenGet em22 working. Remove the leading-underscore system...
2018-06-23 David GivenMade the two OSX platforms work with the new libc layout.
2018-06-23 David GivenMake linuxppc work.
2018-06-23 David GivenMade linux68k work; commoned up all the generic linux...
2018-06-23 David GivenMake linux386 work with the new libc layout.
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 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 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-15 David GivenMerge pull request #100 from kernigh/kernigh-pdp
2018-06-14 David GivenMerge pull request #99 from davidgiven/dtrg-ass
2018-06-13 David GivenMerge from trunk.
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-12 David GivenMerge pull request #98 from davidgiven/dtrg-m68k
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-07 David GivenMerge from trunk.
next