aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reset the implementation of empty arrays.Andrew J. Schorr2019-01-062-0/+9
|
* Remove alength array method in favor of accessing table_size directly.Andrew J. Schorr2019-01-068-40/+43
|
* Merge branch 'gawk-4.2-stable'Arnold D. Robbins2019-01-044-320/+369
|\
| * Small doc improvements.Arnold D. Robbins2019-01-044-277/+309
| |
| * Small indexing fixes.Arnold D. Robbins2019-01-034-258/+275
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-12-268-418/+1125
|\|
| * Sync and update regex from GNULIB.Arnold D. Robbins2018-12-268-418/+1125
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-12-244-10/+19
|\|
| * Make inet tests keep going if they fail.Arnold D. Robbins2018-12-243-8/+13
| |
| * Fix test/inftest.ok.Arnold D. Robbins2018-12-232-2/+6
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-12-2112-9/+71
|\|
| * Improve auto debug for .developing.Arnold D. Robbins2018-12-213-2/+10
| |
| * Bug fix in dfa, with test.Arnold D. Robbins2018-12-219-7/+61
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-12-1812-42/+82
|\|
| * Remove .deps directory upon make distclean.Arnold D. Robbins2018-12-1812-42/+82
| |
* | Update Italian manual.Arnold D. Robbins2018-12-182-167/+269
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-12-188-509/+656
|\|
| * Update indexing in debugger chapter.Arnold D. Robbins2018-12-184-221/+316
| |
| * Update it.po.Arnold D. Robbins2018-12-182-253/+259
| |
| * Update Italian man page.Arnold D. Robbins2018-12-182-35/+77
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-12-153-9/+13
|\|
| * Update dfa.h and dfa.c from GNULIB.Arnold D. Robbins2018-12-153-9/+13
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-12-144-6/+12
|\|
| * Update config.guess.Arnold D. Robbins2018-12-144-6/+12
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-12-142-0/+7
|\|
| * Add comment indicating that timegm came from the Linux man page.Andrew J. Schorr2018-12-122-0/+7
| |
* | Update TODO.Arnold D. Robbins2018-12-122-3/+5
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-12-129-31/+55
|\|
| * Speed up UTC mktime by using library timegm if available instead of our slow ↵Andrew J. Schorr2018-12-129-31/+55
| | | | | | | | implementation.
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-12-068-8/+40
|\|
| * Configuration stuff updates, including no optimization.Arnold D. Robbins2018-12-068-8/+40
| |
* | Additional commenting fix.Arnold D. Robbins2018-12-023-0/+25
| |
* | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-11-2911-431/+418
|\ \
| * | And add doc.Arnold D. Robbins2018-11-292-378/+377
| | |
| * | Disable writing to arbitrary elements of SYMTAB.Arnold D. Robbins2018-11-299-53/+41
| | |
* | | Some polishing in awkgram.y.Arnold D. Robbins2018-11-293-780/+763
| | |
* | | More adjustments. profile11 now gets all the comments!Arnold D. Robbins2018-11-285-444/+491
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-11-274-42/+82
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-11-274-42/+82
| |\|
| | * Document goawk implementation of awk.Arnold D. Robbins2018-11-274-42/+82
| | |
* | | Improve comments before/after functions.Arnold D. Robbins2018-11-277-493/+1675
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-11-267-450/+491
|\| |
| * | Revise PROCINFO["platform"] and related doc.Arnold D. Robbins2018-11-266-413/+438
| | |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-11-265-371/+387
| |\|
| | * Doc update on split().Arnold D. Robbins2018-11-265-371/+387
| | |
* | | Continue polishing comments. New test.Arnold D. Robbins2018-11-2611-11/+717
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-11-2514-402/+575
|\| |
| * | Add PROCINFO["platform"] to code and doc.Arnold D. Robbins2018-11-258-389/+544
| | |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-11-2511-11/+29
| |\|
| | * Update config.sub.Arnold D. Robbins2018-11-254-2/+12
| | |