Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | z/OS compile fix for GNULIB regex. | Arnold D. Robbins | 2018-08-22 | 2 | -0/+8 | |
| | | ||||||
| * | Merge branch 'gawk-4.2-stable' into feature/gnulib-regex | Arnold D. Robbins | 2018-08-10 | 2 | -1/+9 | |
| |\ | ||||||
| * | | Fix regcomp.c:parse_byte to get full RRI. | Arnold D. Robbins | 2018-08-10 | 1 | -5/+4 | |
| | | | ||||||
| * | | Sync with gnulib. | Arnold D. Robbins | 2018-08-10 | 1 | -13/+5 | |
| | | | ||||||
| * | | Switch to GNULIB regex. | Arnold D. Robbins | 2018-07-26 | 7 | -1342/+1519 | |
| | | | ||||||
* | | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-08-10 | 2 | -1/+8 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Sync dfa.c with GNULIB. | Arnold D. Robbins | 2018-08-10 | 2 | -1/+8 | |
| |/ | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-06-27 | 6 | -5/+10 | |
|\| | ||||||
| * | Sync more stuff from GNULIB. Mainly copyright dates. | Arnold D. Robbins | 2018-06-27 | 5 | -5/+6 | |
| | | ||||||
| * | Sync dfa.c with GNULIB. | Arnold D. Robbins | 2018-06-27 | 2 | -1/+5 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-06-27 | 2 | -2/+5 | |
|\| | ||||||
| * | Small simplification to support/regex_internal.h. | Arnold D. Robbins | 2018-06-27 | 2 | -2/+5 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-03-13 | 2 | -1/+5 | |
|\| | ||||||
| * | Update copyright years that should have been updated before 4.2.1 release. | Arnold D. Robbins | 2018-03-13 | 2 | -1/+5 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' (after 4.2.1 release) | Arnold D. Robbins | 2018-03-05 | 1 | -0/+4 | |
|\| | ||||||
| * | Make 4.2.1 tarball. | Arnold D. Robbins | 2018-02-25 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2017-12-24 | 2 | -0/+6 | |
|\| | ||||||
| * | Add include of stdlib.h to getopt.c. | Arnold D. Robbins | 2017-12-24 | 2 | -0/+6 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2017-12-22 | 5 | -37/+57 | |
|\| | ||||||
| * | Restore '__' in regex.h parameter names. | Arnold D. Robbins | 2017-12-20 | 2 | -31/+38 | |
| | | ||||||
| * | Small sync from gnulib into regex. | Arnold D. Robbins | 2017-12-20 | 4 | -6/+19 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2017-12-05 | 2 | -0/+8 | |
|\| | ||||||
| * | Define __USE_GNU in support/regex.h. | Arnold D. Robbins | 2017-12-05 | 2 | -0/+8 | |
| | | ||||||
* | | Remove includes of gawkbool.h from support files. Ooops. | Arnold D. Robbins | 2017-12-01 | 3 | -7/+2 | |
|/ | ||||||
* | Small updates in support routines. | Arnold D. Robbins | 2017-12-01 | 4 | -9/+11 | |
| | ||||||
* | Sync support with GLIBC and GNULIB. | Arnold D. Robbins | 2017-11-26 | 6 | -216/+136 | |
| | ||||||
* | Make 4.2.0 tarball. | Arnold D. Robbins | 2017-10-19 | 1 | -0/+4 | |
| | ||||||
* | Fixes for OS/2. | Arnold D. Robbins | 2017-10-08 | 2 | -1/+5 | |
| | ||||||
* | Fix the DJGPP port. | Juan Manuel Guerrero | 2017-08-27 | 2 | -0/+8 | |
| | ||||||
* | Remove xmalloc from gawkmisc.c, and improve dfa xalloc by using calloc ↵ | Andrew J. Schorr | 2017-06-25 | 3 | -9/+26 | |
| | | | | instead of malloc+memset. | |||||
* | Update regex routines from GLIBC. | Arnold D. Robbins | 2017-06-22 | 7 | -21/+24 | |
| | ||||||
* | Update support/intprops.h from GNULIB. | Arnold D. Robbins | 2017-06-18 | 2 | -1/+9 | |
| | ||||||
* | Update some support files from GNULIB. | Arnold D. Robbins | 2017-05-22 | 5 | -59/+59 | |
| | ||||||
* | Sync dfa.c with GNULIB. | Arnold D. Robbins | 2017-03-23 | 2 | -23/+16 | |
| | ||||||
* | Improve random number generator's period using a shuffle buffer. | Arnold D. Robbins | 2017-01-19 | 1 | -2/+102 | |
| | ||||||
* | Sync support with GNULIB, fix a dfa memory leak. | Arnold D. Robbins | 2017-01-19 | 4 | -5/+12 | |
| | ||||||
* | Sync dfa. | Arnold D. Robbins | 2017-01-16 | 2 | -1/+6 | |
| | ||||||
* | Sync dfa from gnulib, for the umpteenth time. | Arnold D. Robbins | 2017-01-10 | 2 | -24/+18 | |
| | ||||||
* | Sync dfa with GNULIB. | Arnold D. Robbins | 2017-01-10 | 2 | -100/+88 | |
| | ||||||
* | Sync dfa with GNULIB. | Arnold D. Robbins | 2017-01-03 | 2 | -458/+439 | |
| | ||||||
* | Update CMake support after adding support directory. | Arnold D. Robbins | 2016-12-27 | 2 | -1/+39 | |
| | ||||||
* | Update OpenVMS for support directory | John Malmberg | 2016-12-23 | 2 | -1/+10 | |
| | ||||||
* | Finish adding support directory. | Arnold D. Robbins | 2016-12-22 | 3 | -0/+712 | |
| | ||||||
* | Add small regex fix. Add support directory. | Arnold D. Robbins | 2016-12-22 | 19 | -0/+19549 | |
| | ||||||
* | Move to gawk-3.0.0. | Arnold D. Robbins | 2010-07-16 | 2 | -5658/+0 | |
| | ||||||
* | Move to gawk-2.15.3. | Arnold D. Robbins | 2010-07-16 | 1 | -471/+1297 | |
| | ||||||
* | Move to 2.14. | Arnold D. Robbins | 2010-07-16 | 3 | -332/+267 | |
| | ||||||
* | Move to 2.13.3 (from 2.13.tar.gz - sigh). | Arnold D. Robbins | 2010-07-16 | 3 | -369/+1236 | |
| | ||||||
* | Moved to gawk 2.11. | Arnold D. Robbins | 2010-07-15 | 2 | -0/+4030 | |