Merge pull request #183 from kernigh/kernigh-include
[ack.git] / util /
2019-03-23 David GivenMerge pull request #183 from kernigh/kernigh-include default
2019-03-22 George KoehlerInclude more headers to declare functions.
2019-03-22 George KoehlerUse %zu to print size_t count
2019-03-20 David GivenMerge pull request #181 from ccodere/carl-ansi-part1
2019-03-17 carl* Bugfix of "rename" across volumes, now simply copies...
2019-03-17 carl+ ANSI C conversion
2019-03-17 carl+ ANSI C conversion
2019-03-17 carl+ ANSI C conversion
2019-03-17 carl+ ANSI C conversion
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-18 carlBetter ANSI C compatibility and portability:
2019-02-18 carlBetter ANSI C compatibility and portability:
2019-02-18 carl+ Addition of scripts to generate compiler include...
2019-02-18 carlBetter ANSI C compatibility and portability:
2019-02-18 carlBetter ANSI C compatibility and portability:
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carl* Initial support of CMake
2019-02-18 carl* Initial support of CMake
2019-02-15 David GivenMerge pull request #170 from davidgiven/dtrg-i169
2019-02-15 David GivenFix memory corruption when using -R; the values being...
2019-02-15 David GivenReformat before editing.
2019-02-10 David GivenMerge from default.
2019-02-10 David GivenMerge pull request #152 from davidgiven/dtrg-osx
2019-02-10 David GivenMore common symbol removal.
2019-02-10 David GivenMore common symbol fixing.
2019-02-10 David GivenRemoved a whole bunch of old strcpy() prototypes in...
2019-02-10 David GivenSecond try at removing common symbols.
2019-02-10 David GivenChange the way external symbols are defined to avoid...
2019-02-10 David GivenRemember that we need to update the generated file...
2019-02-10 David GivenDon't prototype strcpy as it makes OSX sad.
2019-02-10 David GivenMerge from default.
2019-02-09 David GivenMerge pull request #148 from davidgiven/dtrg-windows
2019-02-08 David GivenRename all files called 'aux.*' to something else;...
2019-02-07 David GivenMerge from default.
2019-02-07 David GivenMerge pull request #146 from davidgiven/dtrg-cpmemu
2019-02-07 David GivenAdd missing file.
2019-02-07 David GivenAdd the cpm emulator from Cowgol, modified to work...
2018-11-20 David GivenMerge pull request #136 from kernigh/kernigh-led-malloc
2018-11-14 George KoehlerRemove code to calculate memory usage with sbrk().
2018-11-14 George KoehlerSwitch led to malloc() and realloc().
2018-11-14 George KoehlerFix em_led -u name when memory allocator moves ALLOMODL.
2018-11-14 George KoehlerSwitch from long to size_t when allocating memory.
2018-11-05 David GivenMerge pull request #135 from kernigh/kernigh-mv-int
2018-11-05 George KoehlerMove int to $(INSDIR)/bin/int
2018-09-22 David GivenMerge pull request #132 from davidgiven/dtrg-mips
2018-09-22 David GivenAdd the OPTIONS clause to the mcgg grammar; add an...
2018-09-20 David GivenMerge pull request #131 from davidgiven/dtrg-mips
2018-09-14 David GivenRemove la; turns out that the assembler gets upset...
2018-09-14 David GivenClang-format before editing.
2018-09-11 David GivenValues are more useful shown in hex.
2018-09-09 David GivenMerge from default.
2018-09-09 David GivenAllow the ELF processor flags to be set. Generate MIPS...
2018-09-09 David GivenRework relocations again: add RELO2HI and RELO2HISAD...
2018-09-09 David GivenSimplify MIPS relocations. Add RELS2 (for generic high...
2018-09-03 David Givenmcgg now checks that registers have at most one type...
2018-09-02 David GivenBetter error reporting for unterminated strings.
2018-09-01 David GivenDon't try to use acct() on cygwin (which doesn't suppor...
2018-06-23 David GivenMerge pull request #107 from davidgiven/dtrg-libc
2018-06-23 David GivenMerge from trunk.
2018-06-23 David GivenRun through clang-format.
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-20 David GivenMerge pull request #96 from kernigh/kernigh-emu-1
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-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 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-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-07 David GivenMerge from trunk.
2018-06-05 David GivenFix bogus test.
2018-06-05 David GivenFix bogus test.
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 GivenAdopt a copy of Minix 2's ed; this allows the ACK's...
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-08 George KoehlerSolve some gcc warnings in ego. kernigh-linuxppc kernigh-pr
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 GivenMade the cgg and the cg code generator work; use this...
2018-02-05 George KoehlerUse prototypes in ego/cs, ego/sp.
2017-12-06 George KoehlerUse <stdarg.h> in util/misc/convert.c
2017-11-19 David GivenMerge pull request #69 from kernigh/kernigh-stdc
next