aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Update config.* and install-sh from GNULIB.Arnold D. Robbins2017-03-201-0/+5
| | | | | | | | | | |
| * | | | | | | | | | Improve handling of EPIPE and fflush.Arnold D. Robbins2017-03-201-0/+20
| | | | | | | | | | |
| * | | | | | | | | | Cleanups in configure.ac.Arnold D. Robbins2017-03-161-0/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-231-0/+18
|\| | | | | | | | |
| * | | | | | | | | Change return type on some functions from int to bool.Arnold D. Robbins2017-02-231-0/+7
| | | | | | | | | |
| * | | | | | | | | Add optional 2nd argument to mktime to request UTC instead of local time.Andrew J. Schorr2017-02-221-0/+11
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-171-0/+5
|\| | | | | | | |
| * | | | | | | | Fix typeof on null fields.Arnold D. Robbins2017-02-171-0/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-051-0/+5
|\| | | | | | |
| * | | | | | | In set_profile_text, use emalloc instead of estrdup to improve clarity.Andrew J. Schorr2017-02-031-0/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-021-0/+5
|\| | | | | |
| * | | | | | Undo change, but update comments as to why not needed.Arnold D. Robbins2017-02-021-0/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-021-0/+6
|\| | | | |
| * | | | | Improve memory hygiene in set_profile_text.Arnold D. Robbins2017-02-021-0/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-011-0/+12
|\| | | |
| * | | | Improve making of profile number code and also MPFR case thereof.Arnold D. Robbins2017-02-011-0/+6
| | | | |
| * | | | Fix up mbc_char_count to be correct.Arnold D. Robbins2017-02-011-0/+6
| | |/ / | |/| |
* | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-271-0/+18
|\| | |
| * | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-01-271-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Typo fix in ChangeLog.Arnold D. Robbins2017-01-271-1/+1
| | | |
| * | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-01-271-0/+12
| |\| | | | |/ | |/|
| | * Fix assignment from gensub to $0.Arnold D. Robbins2017-01-271-0/+5
| | |
| | * Improve messge translatability in debug.c. Update copyright in interpret.h.Arnold D. Robbins2017-01-271-0/+7
| | |
| * | Minor tweak to block allocator to remove pointless BLOCK_INVALID header.Andrew J. Schorr2017-01-261-0/+6
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-261-0/+19
|\| |
| * | Minor rewrite of block allocator to improve clarity.Andrew J. Schorr2017-01-251-0/+19
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-251-0/+9
|\| |
| * | Minor performance optimization for numeric operations.Andrew J. Schorr2017-01-221-0/+9
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-191-0/+19
|\| |
| * | Speed up programs that toggle IGNORECASE a lot.Arnold D. Robbins2017-01-191-0/+19
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-191-0/+9
|\| |
| * | Improve random number generator's period using a shuffle buffer.Arnold D. Robbins2017-01-191-0/+9
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-181-0/+7
|\| |
| * | Improve robustness of Op_assign_concat optimization.Andrew J. Schorr2017-01-181-0/+7
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-151-0/+7
|\| |
| * | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2017-01-151-0/+7
| |\|
| | * Fix bug in string concatenation optimization.Andrew J. Schorr2017-01-151-0/+7
| | |
* | | Merge branch 'master' into feature/api-mpfrAndrew J. Schorr2017-01-071-0/+5
|\| |
| * | Update auxiliary build files from GNULIB.Arnold D. Robbins2017-01-051-0/+5
| | |
* | | Enhance API to support extended-precision arithmetic and implement intdiv as ↵Andrew J. Schorr2017-01-061-0/+42
|/ / | | | | | | a demonstration.
* | Update CMake support after adding support directory.Arnold D. Robbins2016-12-271-0/+4
| |
* | Update for Mac OS X on PowerPC.Arnold D. Robbins2016-12-231-0/+6
| |
* | Doc cleanups after merge. Totally break binary compat in the API.Arnold D. Robbins2016-12-221-0/+13
| |
* | Merge branch 'feature/regex-to-api' into feature/andyArnold D. Robbins2016-12-221-0/+58
|\ \
| * \ Merge branch 'master' into feature/regex-to-apiArnold D. Robbins2016-12-221-0/+57
| |\ \
| | * \ Merge branch 'master' into feature/api-min-maxArnold D. Robbins2016-12-221-0/+28
| | |\ \
| | * | | Further api doc updates. Simplify lint checking for max args.Arnold D. Robbins2016-12-171-0/+7
| | | | |
| | * | | Further improvements to min/max args code and doc.Arnold D. Robbins2016-12-161-0/+8
| | | | |
| | * | | Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.Arnold D. Robbins2016-12-141-0/+14
| | | | |
| | * | | Improve handling of min and max args for extension functions.Arnold D. Robbins2016-12-121-0/+14
| | | | |