aboutsummaryrefslogtreecommitdiffstats
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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-212-5/+35
|\|
| * Bug fix in dfa, with test.Arnold D. Robbins2018-12-212-5/+35
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-12-183-10/+20
|\|
| * Remove .deps directory upon make distclean.Arnold D. Robbins2018-12-183-10/+20
| |
* | 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-10-312-150/+258
|\|
| * Remove unused function in dfa.c.Arnold D. Robbins2018-10-312-21/+4
| |
| * Update dfa.c.Arnold D. Robbins2018-10-222-129/+254
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-09-213-74/+229
|\|
| * Sync files from GNULIB.Arnold D. Robbins2018-09-213-74/+229
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-09-162-26/+52
|\|
| * Upgrade to Automake 1.16.1.Arnold D. Robbins2018-09-162-26/+52
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-09-073-8/+15
|\|
| * Update misc files from GNULIB.Arnold D. Robbins2018-09-073-8/+15
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-08-262-2/+6
|\|
| * Sync regex_internal.c with GNULIB.Arnold D. Robbins2018-08-262-2/+6
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-08-227-1352/+1532
|\|
| * z/OS compile fix for GNULIB regex.Arnold D. Robbins2018-08-222-0/+8
| |
| * Merge branch 'gawk-4.2-stable' into feature/gnulib-regexArnold D. Robbins2018-08-102-1/+9
| |\
| * | Fix regcomp.c:parse_byte to get full RRI.Arnold D. Robbins2018-08-101-5/+4
| | |
| * | Sync with gnulib.Arnold D. Robbins2018-08-101-13/+5
| | |
| * | Switch to GNULIB regex.Arnold D. Robbins2018-07-267-1342/+1519
| | |
* | | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-08-102-1/+8
|\ \ \ | | |/ | |/|
| * | Sync dfa.c with GNULIB.Arnold D. Robbins2018-08-102-1/+8
| |/
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-06-276-5/+10
|\|
| * Sync more stuff from GNULIB. Mainly copyright dates.Arnold D. Robbins2018-06-275-5/+6
| |
| * Sync dfa.c with GNULIB.Arnold D. Robbins2018-06-272-1/+5
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-06-272-2/+5
|\|
| * Small simplification to support/regex_internal.h.Arnold D. Robbins2018-06-272-2/+5
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-03-132-1/+5
|\|
| * Update copyright years that should have been updated before 4.2.1 release.Arnold D. Robbins2018-03-132-1/+5
| |
* | Merge branch 'gawk-4.2-stable' (after 4.2.1 release)Arnold D. Robbins2018-03-051-0/+4
|\|
| * Make 4.2.1 tarball.Arnold D. Robbins2018-02-251-0/+4
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-12-242-0/+6
|\|
| * Add include of stdlib.h to getopt.c.Arnold D. Robbins2017-12-242-0/+6
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-12-225-37/+57
|\|
| * Restore '__' in regex.h parameter names.Arnold D. Robbins2017-12-202-31/+38
| |
| * Small sync from gnulib into regex.Arnold D. Robbins2017-12-204-6/+19
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-12-052-0/+8
|\|
| * Define __USE_GNU in support/regex.h.Arnold D. Robbins2017-12-052-0/+8
| |
* | Remove includes of gawkbool.h from support files. Ooops.Arnold D. Robbins2017-12-013-7/+2
|/
* Small updates in support routines.Arnold D. Robbins2017-12-014-9/+11
|
* Sync support with GLIBC and GNULIB.Arnold D. Robbins2017-11-266-216/+136
|
* Make 4.2.0 tarball.Arnold D. Robbins2017-10-191-0/+4
|
* Fixes for OS/2.Arnold D. Robbins2017-10-082-1/+5
|
* Fix the DJGPP port.Juan Manuel Guerrero2017-08-272-0/+8
|
* Remove xmalloc from gawkmisc.c, and improve dfa xalloc by using calloc ↵Andrew J. Schorr2017-06-253-9/+26
| | | | instead of malloc+memset.