Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 32 bit compile problem. | Arnold D. Robbins | 2016-02-21 | 2 | -1/+6 |
| | |||||
* | Sync regex with GLIBC. | Arnold D. Robbins | 2016-02-20 | 7 | -92/+63 |
| | |||||
* | Doc update: Unicode in bracket expresssions. | Arnold D. Robbins | 2016-02-20 | 4 | -512/+543 |
| | |||||
* | Typo fix in the manual. Sigh. | Arnold D. Robbins | 2016-02-18 | 3 | -249/+249 |
| | |||||
* | Update info about texinfo.tex versions. | Arnold D. Robbins | 2016-02-18 | 4 | -9/+4 |
| | |||||
* | Fixes to sample programs in the doc. | Arnold D. Robbins | 2016-02-18 | 6 | -285/+392 |
| | |||||
* | Update NEWS w.r.t. pretty printing of else-ifs. | Arnold D. Robbins | 2016-02-18 | 1 | -0/+3 |
| | |||||
* | Make pretty-printing and profiling chain else-if's. | Arnold D. Robbins | 2016-02-18 | 5 | -518/+406 |
| | |||||
* | Upgrade to Texinfo 6.1, including some doc simplifications. | Arnold D. Robbins | 2016-02-14 | 8 | -1354/+1740 |
| | |||||
* | Doc improvement for -M / MPFR. | Arnold D. Robbins | 2016-02-04 | 4 | -523/+532 |
| | |||||
* | Merge branch 'gawk-4.1-stable' of ssh://git.sv.gnu.org/srv/git/gawk into ↵ | Arnold D. Robbins | 2016-02-03 | 7 | -65/+134 |
|\ | | | | | | | gawk-4.1-stable | ||||
| * | Use VMS provided descriptor struct | John Malmberg | 2016-02-02 | 7 | -66/+135 |
| | | |||||
* | | Fix texinfo in vms doc, small edits to vms/ChangeLog. | Arnold D. Robbins | 2016-02-03 | 5 | -63/+156 |
|/ | |||||
* | vmstest.com missing from previous commit | John Malmberg | 2016-02-02 | 1 | -119/+527 |
| | |||||
* | Update VMSTEST.COM for new tests | John Malmberg | 2016-02-02 | 3 | -2/+33 |
| | |||||
* | VMS redirection documentation update | John Malmberg | 2016-02-02 | 2 | -6/+56 |
| | |||||
* | Update po/LINGUAS. | Arnold D. Robbins | 2016-01-31 | 1 | -0/+2 |
| | |||||
* | New po/zh_CN.po file. | Arnold D. Robbins | 2016-01-31 | 1 | -999/+2460 |
| | |||||
* | Fix statvfs for AIX compilation. | Arnold D. Robbins | 2016-01-27 | 2 | -0/+6 |
| | |||||
* | Fix a typo in vms/ChangeLog. | Arnold D. Robbins | 2016-01-27 | 1 | -1/+1 |
| | |||||
* | Add missing TIME_T_UNSIGNED macro. | John Malmberg | 2016-01-27 | 2 | -1/+7 |
| | |||||
* | VMS needs to close 2 files when out of file numbers | John Malmberg | 2016-01-26 | 2 | -1/+8 |
| | |||||
* | Add README_d/README.zLinux. | Arnold D. Robbins | 2016-01-25 | 2 | -0/+20 |
| | |||||
* | Update NEWS file. | Arnold D. Robbins | 2016-01-25 | 2 | -0/+6 |
| | |||||
* | Minor formatting fixes in vms/ChangeLog. | Arnold D. Robbins | 2016-01-25 | 1 | -6/+8 |
| | |||||
* | Update vmstest to match Makefile.am. | John Malmberg | 2016-01-25 | 2 | -24/+43 |
| | |||||
* | VMS build and kitting fixes. | John Malmberg | 2016-01-24 | 4 | -27/+34 |
| | |||||
* | Parse [x] as x in single-byte locales even if x is an encoding error. | Arnold D. Robbins | 2016-01-24 | 2 | -14/+24 |
| | |||||
* | Fix some Linux Mint compilation warnings and braino errors. | Arnold D. Robbins | 2016-01-22 | 3 | -5/+12 |
| | |||||
* | Edit vms/ChangeLog a bit. | Arnold D. Robbins | 2016-01-22 | 1 | -2/+3 |
| | |||||
* | Remove hardcoded version from VMS build scripts | John Malmberg | 2016-01-21 | 3 | -22/+4 |
| | |||||
* | Add (undocumented) statvfs extension function. | Arnold D. Robbins | 2016-01-20 | 5 | -4/+82 |
| | |||||
* | Minor regex code cleanup. | Arnold D. Robbins | 2016-01-20 | 3 | -3/+9 |
| | |||||
* | Improve doc on coprocesses. | Arnold D. Robbins | 2016-01-18 | 4 | -221/+273 |
| | |||||
* | Minor improvement to doc on bracket expressions. | Arnold D. Robbins | 2016-01-18 | 4 | -490/+507 |
| | |||||
* | Minor bug fix and cleanup in regex routines, from GNULIB. | Arnold D. Robbins | 2016-01-18 | 6 | -21/+38 |
| | |||||
* | Improve example for asort with comparison function. | Arnold D. Robbins | 2016-01-15 | 4 | -227/+234 |
| | |||||
* | Clean up whitespace in ChangeLogs. | Arnold D. Robbins | 2016-01-14 | 3 | -20/+32 |
| | |||||
* | Fix for extra parameters going down the call chain. | Arnold D. Robbins | 2016-01-14 | 8 | -3/+45 |
| | |||||
* | Add example of asort() with a function name parameter. | Arnold D. Robbins | 2016-01-13 | 4 | -211/+366 |
| | |||||
* | Updates for VSI distribution of VMS. | Arnold D. Robbins | 2016-01-11 | 7 | -12/+51 |
| | |||||
* | Minor fix in dfa.c. Sync dfa with grep. | Arnold D. Robbins | 2016-01-02 | 3 | -3/+9 |
| | |||||
* | Bug fix for pretty printing empty else part. | Arnold D. Robbins | 2015-12-27 | 8 | -12/+70 |
| | |||||
* | Minor fix in gawktexi.in. | Arnold D. Robbins | 2015-12-27 | 4 | -233/+238 |
| | |||||
* | Minor update in NEWS. | Arnold D. Robbins | 2015-12-27 | 1 | -1/+1 |
| | |||||
* | Update doc on PROCINFO. | Arnold D. Robbins | 2015-12-18 | 5 | -505/+510 |
| | |||||
* | Make creating the distribution work again. | Arnold D. Robbins | 2015-12-16 | 3 | -0/+7 |
| | |||||
* | Additional fix to two_way_open. | Arnold D. Robbins | 2015-12-16 | 2 | -1/+5 |
| | |||||
* | Rework pty handling so that AIX will work too. | Arnold D. Robbins | 2015-12-16 | 3 | -37/+56 |
| | |||||
* | Autoconf fixups in extension directory. | Arnold D. Robbins | 2015-12-16 | 5 | -3/+49 |
| |