Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Fix memory growth problem. | Arnold D. Robbins | 2014-11-11 | 3 | -4/+36 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-10 | 4 | -276/+320 | |
| | |\| | ||||||
| | | * | Don't add -Z to usage. | Arnold D. Robbins | 2014-11-10 | 1 | -3/+0 | |
| | | | | ||||||
| | | * | Add undocumented -Z option to set locale. | Arnold D. Robbins | 2014-11-10 | 4 | -285/+333 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-09 | 3 | -96/+104 | |
| | |\| | ||||||
| | | * | Improve mprintf4 test. | Arnold D. Robbins | 2014-11-09 | 3 | -96/+104 | |
| | | | | ||||||
| * | | | Add `compile' needed by new autotools. | Andrew J. Schorr | 2014-12-14 | 1 | -0/+347 | |
| | | | | ||||||
| * | | | Updating autotools caused some changes in derived files. | Andrew J. Schorr | 2014-12-14 | 7 | -26/+299 | |
| | | | | ||||||
| * | | | Merge branch 'master' into select | Andrew J. Schorr | 2014-11-09 | 5 | -3/+17 | |
| |\| | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2014-11-09 | 2 | -1/+10 | |
| | |\| | ||||||
| | | * | Fix api to treat an uninitialized value as AWK_UNDEFINED. | Andrew J. Schorr | 2014-11-09 | 2 | -1/+10 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-05 | 1 | -1/+1 | |
| | |\| | ||||||
| | | * | Forgot awklib/Makefile.in. | Arnold D. Robbins | 2014-11-05 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-05 | 2 | -1/+6 | |
| | |\| | ||||||
| | | * | Small build fix in awklib. | Arnold D. Robbins | 2014-11-05 | 2 | -1/+6 | |
| | | | | ||||||
| * | | | Add new functions input_fd and output_fd to the select extension. | Andrew J. Schorr | 2014-11-09 | 3 | -6/+79 | |
| | | | | ||||||
| * | | | Enhance get_file API to return info about input and output and to enable ↵ | Andrew J. Schorr | 2014-11-06 | 12 | -39/+201 | |
| | | | | | | | | | | | | | | | | extensions to create already-opened files or sockets. | |||||
| * | | | If getline fails due to a retryable I/O error, return -2 without closing the ↵ | Andrew J. Schorr | 2014-11-05 | 4 | -4/+76 | |
| | | | | | | | | | | | | | | | | file only if PROCINFO[<name>, "RETRY"] is configured. | |||||
| * | | | Merge remote-tracking branch 'origin/master' into select | Andrew J. Schorr | 2014-11-03 | 88 | -12491/+16858 | |
| |\| | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-03 | 2 | -2/+11 | |
| | |\| | ||||||
| | | * | Use dfa superset to speed up matching. | Arnold D. Robbins | 2014-11-03 | 2 | -2/+11 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-02 | 11 | -547/+629 | |
| | |\| | ||||||
| | | * | Additional profiling fix. | Arnold D. Robbins | 2014-11-02 | 7 | -6/+82 | |
| | | | | ||||||
| | | * | Doc fix w.r.t. awk.info domain. | Arnold D. Robbins | 2014-11-02 | 4 | -540/+546 | |
| | | | | ||||||
| | * | | Rebuild extras/Makefile.in. | Arnold D. Robbins | 2014-11-01 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-01 | 4 | -7/+13 | |
| | |\| | ||||||
| | | * | Fix profile6 test. | Arnold D. Robbins | 2014-11-01 | 4 | -7/+13 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-10-30 | 10 | -19/+145 | |
| | |\| | ||||||
| | | * | Fixes in pretty-printer. | Arnold D. Robbins | 2014-10-30 | 7 | -17/+80 | |
| | | | | ||||||
| | | * | Enable cross-compiling for readline during configuring. | Arnold D. Robbins | 2014-10-30 | 4 | -2/+65 | |
| | | | | ||||||
| | * | | Update NEWS file to document new shell startup files. | Andrew J. Schorr | 2014-10-30 | 2 | -0/+10 | |
| | | | | ||||||
| | * | | Patch doc/ChangeLog to reflect changes in previous patch regarding shell ↵ | Andrew J. Schorr | 2014-10-30 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | startup files. | |||||
| | * | | Add extras directory with shell startup files containing path manipulation ↵ | Andrew J. Schorr | 2014-10-29 | 13 | -558/+1317 | |
| | | | | | | | | | | | | | | | | functions. | |||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-10-29 | 2 | -21/+44 | |
| | |\| | ||||||
| | | * | Sync dfa with grep. | Arnold D. Robbins | 2014-10-29 | 2 | -21/+44 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-10-28 | 3 | -34/+34 | |
| | |\| | ||||||
| | | * | Restore use of @sc in doc. | Arnold D. Robbins | 2014-10-28 | 3 | -34/+34 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-10-28 | 7 | -552/+609 | |
| | |\| | ||||||
| | | * | Doc fixes. | Arnold D. Robbins | 2014-10-28 | 5 | -534/+543 | |
| | | | | ||||||
| | | * | Sync dfa.c with grep. | Arnold D. Robbins | 2014-10-28 | 2 | -18/+66 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-10-25 | 1 | -991/+662 | |
| | |\| | ||||||
| | | * | New de.po file. | Arnold D. Robbins | 2014-10-25 | 1 | -991/+662 | |
| | | | | ||||||
| | * | | Additional doc fix. | Arnold D. Robbins | 2014-10-25 | 4 | -537/+578 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-10-25 | 6 | -115/+114 | |
| | |\| | ||||||
| | | * | Typo fixes in the doc. | Arnold D. Robbins | 2014-10-25 | 4 | -93/+97 | |
| | | | | ||||||
| | | * | Sync dfa.c with grep. | Arnold D. Robbins | 2014-10-25 | 2 | -22/+17 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-10-17 | 4 | -4/+12 | |
| | |\| | ||||||
| | | * | More minor doc updates. | Arnold D. Robbins | 2014-10-17 | 4 | -4/+12 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-10-17 | 16 | -18/+57 | |
| | |\| | ||||||
| | | * | VMS build fixes. | Arnold D. Robbins | 2014-10-17 | 6 | -4/+27 | |
| | | | |