Merge pull request #183 from kernigh/kernigh-include
[ack.git] / modules /
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 KoehlerInclude <fcntl.h> or <unistd.h>
2019-03-22 George KoehlerInclude <unistd.h> for lseek()
2019-03-20 David GivenMerge pull request #181 from ccodere/carl-ansi-part1
2019-03-17 carl+ Add sys_tmpnam() and sys_basename()
2019-03-17 carlAddition of tmpnam system function.
2019-03-17 carl+ Have the DEBUG version compile
2019-03-17 carlBetter type checking on function callback.
2019-02-20 David GivenMerge pull request #172 from ccodere/carl-ansi-part1
2019-02-20 carlRemove unused variable.
2019-02-20 carlRemove CMake changes and generic sed scripts so they...
2019-02-19 carl* Was trying to use the new system API which is not...
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carl* Initial support of CMake
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carl* Add missing header file.
2019-02-18 carl* Initial support of CMake
2019-02-18 carl* Adapt to new sys_filesize prototype.
2019-02-18 carl* Initial support of CMake
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carl* Initial support of CMake
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carl* Initial support of CMake
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-09 David GivenMerge pull request #148 from davidgiven/dtrg-windows
2019-02-08 David GivenRename all files called 'aux.*' to something else;...
2018-09-09 David GivenMerge from default.
2018-09-02 David GivenConvert CRLF into LF on read; this should avoid problem...
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-08 George KoehlerRead from new, not old, buffer after realloc.
2018-03-08 George KoehlerFix wr_ranlib() for big-endian machines.
2017-12-06 George KoehlerUse <stdarg.h> in util/misc/convert.c
2017-11-19 David GivenMerge pull request #69 from kernigh/kernigh-stdc
2017-11-19 David GivenMerge pull request #66 from davidgiven/dtrg-warnings
2017-11-11 George KoehlerAdd more const in <object.h>.
2017-11-10 George Koehlerbts2str(), long2str() are in <ack_string.h>
2017-11-10 George KoehlerAdjust dependencies in modules/src{print,string,system}
2017-11-10 George KoehlerRemove functions that also exist in libc.
2017-11-10 George KoehlerDelete old "assert.h" files; use libc <assert.h>.
2017-10-14 George KoehlerMerge branch 'default' into kernigh-linuxppc
2017-08-06 David GivenStop using mktemp() --- on Haiku, it always generates...
2017-08-06 David GivenAnsification, warning fixes, C89ification.
2017-08-06 David GivenAnsification and warning fixes.
2017-08-06 David GivenMerge from trunk.
2017-08-05 David GivenMerge.
2017-08-05 David GivenAdd missing headers.
2016-12-26 David GivenMerge from default.
2016-12-12 David GivenFix a warning.
2016-12-06 David GivenMerge pull request #23 from kernigh/pr-osx
2016-12-05 David GivenMerge branch 'pr-osx' of https://github.com/kernigh...
2016-11-30 David GivenMerge pull request #18 from kernigh/pr-util-ack
2016-11-28 George KoehlerMerge branch 'default' into kernigh-osx
2016-11-24 David GivenFix a whole lot more stray prototypes.
2016-11-23 David GivenMerge pull request #14 from davidgiven/dtrg-experimenta...
2016-11-22 George KoehlerMake possible to #include <object.h>.
2016-11-11 David GivenMerge from default.
2016-11-10 David GivenMerge.
2016-11-09 David GivenRemove sys_time in favour of directly calling time().
2016-11-08 George KoehlerMerge branch 'default' into kernigh-osx
2016-11-07 David GivenMerge pull request #9 from kernigh/fix-flt-trek
2016-11-07 George KoehlerConvert 1 to 1.0, not 0.0, for machines with 64-bit...
2016-11-06 George KoehlerSimplify flt_arith now that mantissa uses uint32_t.
2016-11-05 George KoehlerSwitch flt_mantissa fields from long to uint32_t.
2016-11-05 George KoehlerAssume ANSI C in modules/src/flt_arith
2016-11-05 David GivenEnsure the modules properly depend on their headers.
2016-11-05 David GivenMerge from default.
2016-11-05 David GivenProperly declare the library headers as dependencies.
2016-10-30 David GivenMerge from default.
2016-10-29 David GivenMerge from default (merging in George Koehler's PowerPC...
2016-10-16 David GivenMerge in the unfinished PowerPC branch.
2016-10-15 David GivenMerge from trunk.
2016-10-09 David GivenAdd pmap_remove().
2016-10-08 David GivenReplace pmap_get() with pmap_findleft() and pmap_findri...
2016-10-07 David GivenAdd array_{appendall,removeall,appendallu}.
2016-10-02 David GivenAdd array push/pop; fix ghastly memory overrun bug.
2016-10-01 David GivenMore rigorous dealing of IR groups; no need for is_gene...
2016-10-01 David GivenIt doesn't really make a lot of sense to have BURG...
2016-09-30 David GivenMove fatal(), warning() and aprintf() into the new...
2016-09-28 David GivenYou can tell whether an item already exists in the...
2016-09-26 David GivenMove map into the data module.
2016-09-26 David GivenRevamp the array module not to use nasty macros any...
2016-09-26 David GivenMove the array library into the data module.
2016-09-25 David GivenStupid stringlist is stupid. Use a proper data structur...
2016-09-20 David GivenImport iburg.
2016-09-17 David GivenANSIise to fix warnings.
2016-09-17 David GivenAbstract out the EM reader; skeleton of the tree builder.
2016-09-15 David GivenMerge from default.
2016-09-02 David GivenDistributions are a pain --- let's not bother any more...
2016-09-02 David GivenRemove the old make-based build system, plus some big...
2016-08-14 David GivenMove the em_code headers into the em_code module.
2016-08-14 David GivenMove util/data into modules/src/em_data, for consistenc...
2016-08-07 David GivenWe can build our first C file.
next