aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2017-03-194-20/+15
| |\| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Patch argarray test to work regardless of how configure is invoked.Andrew J. Schorr2017-03-194-20/+15
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Improve doc on MS-Windows quoting.Arnold D. Robbins2017-03-174-550/+696
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Cleanups in configure.ac.Arnold D. Robbins2017-03-163-22/+48
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'master' into feature/api-mpfrAndrew J. Schorr2017-03-073-15/+50
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Stop installing the extension testext library, since it is useful only for ↵Andrew J. Schorr2017-03-073-15/+50
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testing.
* | | | | | | | | | | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-03-035-429/+430
|\| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Another very small doc change.Arnold D. Robbins2017-03-033-0/+7
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Remove hardregex.txt file, no longer needed.Arnold D. Robbins2017-03-021-24/+0
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Doc edits before release.Arnold D. Robbins2017-03-024-405/+423
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-232-0/+23
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add script to update branches from master.Arnold D. Robbins2017-02-232-0/+23
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-233-4/+9
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Minor typo fix in doc.Arnold D. Robbins2017-02-233-4/+9
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-2321-355/+458
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Change return type on some functions from int to bool.Arnold D. Robbins2017-02-234-4/+11
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add optional 2nd argument to mktime to request UTC instead of local time.Andrew J. Schorr2017-02-2218-351/+447
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-212-19/+5
|\| | | | | | | | | | |
| * | | | | | | | | | | Update posix/gawkmisc.c - remove cygwin code.Arnold D. Robbins2017-02-202-19/+5
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-179-8/+55
|\| | | | | | | | | |
| * | | | | | | | | | Fix typeof on null fields.Arnold D. Robbins2017-02-179-8/+55
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-135-144/+158
|\| | | | | | | | |
| * | | | | | | | | More typo fixes and updates of the wordlist.Arnold D. Robbins2017-02-135-138/+147
| | | | | | | | | |
| * | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-02-134-40/+45
| |\| | | | | | | | | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Fix some typos in the doc, update the wordlist.Arnold D. Robbins2017-02-135-40/+47
| | | | | | | | |
* | | | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-053-6/+13
|\| | | | | | | |
| * | | | | | | | In set_profile_text, use emalloc instead of estrdup to improve clarity.Andrew J. Schorr2017-02-033-6/+13
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-023-6/+11
|\| | | | | | |
| * | | | | | | Undo change, but update comments as to why not needed.Arnold D. Robbins2017-02-023-6/+11
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-023-2/+10
|\| | | | | |
| * | | | | | Improve memory hygiene in set_profile_text.Arnold D. Robbins2017-02-023-2/+10
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-016-41/+46
|\| | | | |
| * | | | | Improve making of profile number code and also MPFR case thereof.Arnold D. Robbins2017-02-013-32/+26
| | | | | |
| * | | | | Fix up mbc_char_count to be correct.Arnold D. Robbins2017-02-012-2/+8
| | | | | |
| * | | | | Further revise po/POTFILES.in.Arnold D. Robbins2017-02-012-7/+12
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-272-8/+14
|\| | | |
| * | | | Update po/POTFILES.in for correct location of support files.Arnold D. Robbins2017-01-272-8/+14
| | |_|/ | |/| |
* | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-2719-1217/+2715
|\| | |
| * | | 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-2717-1214/+2708
| |\| | | | |/ | |/|
| | * Fix assignment from gensub to $0.Arnold D. Robbins2017-01-279-6/+40
| | |
| | * Improve messge translatability in debug.c. Update copyright in interpret.h.Arnold D. Robbins2017-01-273-4/+11
| | |
| | * Update copyright and UPDATE-MONTH in the manual.Arnold D. Robbins2017-01-274-8/+12
| | |
| | * Updated po/pt_BR.po and reactivated it in LINGUAS.Arnold D. Robbins2017-01-273-1198/+2644
| | |
| * | Minor tweak to block allocator to remove pointless BLOCK_INVALID header.Andrew J. Schorr2017-01-263-3/+7
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-263-18/+41
|\| |
| * | Minor rewrite of block allocator to improve clarity.Andrew J. Schorr2017-01-253-15/+39
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-252-16/+36
|\| |
| * | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawkArnold D. Robbins2017-01-252-16/+36
| |\ \