aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Configuration/Build fix for Gentoo/FreeBSD.Arnold D. Robbins2015-06-153-2/+45
|
* More "attribute" cleanup.Arnold D. Robbins2015-06-142-5/+7
|
* Replace __attribute with __attribute__ in regex routines.Arnold D. Robbins2015-06-143-4/+8
|
* Sync regex routines wit GLIBC.Arnold D. Robbins2015-06-144-33/+44
|
* Remove an unneeded exercise from the doc.Arnold D. Robbins2015-06-134-267/+262
|
* Add another Chet Ramey pithy saying to the doc.Arnold D. Robbins2015-06-123-0/+27
|
* Improve handling and doc of compl().Arnold D. Robbins2015-05-306-307/+342
|
* Update pc/Makefile.tst some more.Arnold D. Robbins2015-05-292-3/+6
|
* Update pc/Makefile.tst.Arnold D. Robbins2015-05-292-2/+8
|
* Improve negtime test.Arnold D. Robbins2015-05-294-3/+32
|
* Add two new helper programs.Arnold D. Robbins2015-05-273-0/+27
|
* Fix regex compile error messages.Arnold D. Robbins2015-05-262-1/+6
|
* Improve error message if inadequate locale support.Arnold D. Robbins2015-05-213-2/+7
|
* Fix fts test to not include atime.Arnold D. Robbins2015-05-212-6/+19
|
* Use modern @image, fix a .txt image file.Arnold D. Robbins2015-05-195-421/+357
|
* Changes for 4.1.3 release.Arnold D. Robbins2015-05-1955-1487/+1521
|
* Update texinfo.tex.Arnold D. Robbins2015-05-192-13/+36
|
* New da.po file.Arnold D. Robbins2015-05-181-45/+31
|
* Add a commented out quote from Chet Ramey.Arnold D. Robbins2015-05-183-0/+31
|
* Merge branch 'gawk-4.1-stable' of ssh://git.sv.gnu.org/srv/git/gawk into ↵Arnold D. Robbins2015-05-162-0/+6
|\ | | | | | | gawk-4.1-stable
| * Fix minor memory leak during creation of PROCINFO["identifiers"] array.Andrew J. Schorr2015-05-152-0/+6
| |
* | Doc fix for nextfile.Arnold D. Robbins2015-05-164-364/+369
|/
* Regenerate doc, now using makeinfo 5.2.Arnold D. Robbins2015-05-141-12897/+12891
|
* Update Bugs section in doc to ask for plain text.Arnold D. Robbins2015-05-143-0/+9
|
* Update pc/Makefile.tst.Arnold D. Robbins2015-05-122-1/+11
|
* Updated da.po file.Arnold D. Robbins2015-05-111-322/+332
|
* Start NEWS entry for 4.1.3.Arnold D. Robbins2015-05-051-0/+10
|
* Update Checklist.Arnold D. Robbins2015-05-051-1/+2
|
* Get latest config.guess and config.sub.Arnold D. Robbins2015-05-053-10/+34
|
* Wrap dbueval test in check for tty.Arnold D. Robbins2015-05-053-4/+14
|
* Fix parsing brackets in regexps (again).Arnold D. Robbins2015-05-0510-8/+90
|
* Update pc/Makefile.tst.Arnold D. Robbins2015-05-042-2/+16
|
* Fix minor coredump.Arnold D. Robbins2015-05-013-191/+203
|
* Fix brackets in regexps again. Let's hope this is really it.Arnold D. Robbins2015-04-303-16/+25
|
* Add some notes in Checklist.Arnold D. Robbins2015-04-301-1/+10
|
* Take --program-prefix into account for the installation symlinks.Arnold D. Robbins2015-04-303-6/+21
|
* Make 4.1.2 release.Arnold D. Robbins2015-04-2949-3148/+4278
|
* Note that MBS support is now required in NEWS.Arnold D. Robbins2015-04-291-1/+5
|
* Make call-by-value work again for $0.Arnold D. Robbins2015-04-289-3/+50
|
* Fix bracket handling. "This time for sure."Arnold D. Robbins2015-04-283-42/+61
|
* Fix to Jan 7 2015 regexp parsing fix.Arnold D. Robbins2015-04-2710-6/+39
|
* Add updated Italian translation.Arnold D. Robbins2015-04-271-16/+4
|
* Update da and sv .po files.Arnold D. Robbins2015-04-272-529/+549
|
* Sync dfa.c with GNU grep.Arnold D. Robbins2015-04-262-3/+6
|
* Small fix in pc/Makefile.tst.Arnold D. Robbins2015-04-252-3/+8
|
* Updated nl translation.Arnold D. Robbins2015-04-181-127/+134
|
* Fix bogus failures of test suite on MS-WindowsEli Zaretskii2015-04-173-18/+53
| | | | | | | | | | | | | * testoutcmp.awk (END): Attempt a series of massages on the actual output to match it to the expected result, when the number of exponent digits is different. Also, edit "nul" into "null", to account for the difference in the null device name. This removes "failures" due to Windows-specific issues that do not indicate real problems in Gawk, just some non-portable assumptions about the expected results. * Makefile.tst (profile5, exit, hsprint, posix, double2, fmttest): Remove the "expect to fail" message for MinGW, and use the testoutcmp.awk script to loosely compare actual output to expected one.
* * Makefile.tst (negtime): Mark this test as an expected failure with MinGW.Eli Zaretskii2015-04-172-0/+2
|
* Fix test suite for MinGWEli Zaretskii2015-04-172-0/+3
| | | | * Makefile.tst (abs_top_builddir): Define.
* Fix building extensions on MS-WindowsEli Zaretskii2015-04-172-1/+5
| | | | * Makefile.ext ($(SIMPLE_EXTENSIONS)): Really use -static-libgcc.