aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-08-297-13/+78
| |\|
| | * Fix issue with old readline lib on Mac OS X.Arnold D. Robbins2013-08-297-16/+78
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-08-266-65/+55
| |\|
| | * Sync regex with GLIBC.Arnold D. Robbins2013-08-264-58/+45
| | |
| | * Remove unnecessary RE_TOKEN_INIT_BUG stuff.Arnold D. Robbins2013-08-264-7/+10
| | |
| * | Update TODO.Arnold D. Robbins2013-08-221-4/+1
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-08-226-1/+27
| |\|
| | * Clean up some -Wextra compile warnings in extensions.Arnold D. Robbins2013-08-226-1/+27
| | |
| * | Bug fix for Mac OS X in passing environment through.Arnold D. Robbins2013-08-222-1/+12
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-08-207-10/+53
| |\|
| | * Move FAKE_FD_VALUE to shared header.Arnold D. Robbins2013-08-207-9/+52
| | |
| | * Fix in array.c.Arnold D. Robbins2013-08-192-11/+11
| | |
| * | Document additional fix in array.c.Arnold D. Robbins2013-08-191-0/+6
| | |
| * | Changes to ENVIRON reflect into the environment.Arnold D. Robbins2013-08-1912-384/+507
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-08-157-551/+559
| |\|
| | * Whitespace fix in debug.c.Arnold D. Robbins2013-08-152-42/+46
| | |
| | * Quote $(srcdir) in test makefiles.Arnold D. Robbins2013-08-155-509/+513
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-08-131-1/+1
| |\|
| | * Remove an email address of a bug reporter by request.Arnold D. Robbins2013-08-131-1/+1
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-08-063-9/+17
| |\|
| | * Fix for MinGW in extension/filefuncs.c.Arnold D. Robbins2013-08-062-9/+14
| | |
| | * Add another task to TODO.Arnold D. Robbins2013-08-061-0/+3
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-08-022-1/+24
| |\|
| | * Minor improvement for Windows in filefuncs.c.Arnold D. Robbins2013-08-022-1/+24
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-07-301-1/+2
| |\|
| | * Updated TODO.Arnold D. Robbins2013-07-301-1/+2
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-07-246-8/+31
| |\|
| | * Fix compiling on MinGW.Arnold D. Robbins2013-07-245-8/+26
| | |
| | * Minor update in TODO.Arnold D. Robbins2013-07-241-0/+5
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-07-083-7/+10
| |\|
| | * Make min be MIN.Arnold D. Robbins2013-07-083-7/+10
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-07-043-4/+19
| |\|
| | * Force array indices to be strings in flatten_array API.Arnold D. Robbins2013-07-043-4/+19
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-07-048-14/+162
| |\|
| | * Fix for %c in multibyte locale + new tests.Arnold D. Robbins2013-07-048-14/+162
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-07-035-6/+19
| |\|
| | * Fix a typo in test/ChangeLog.Arnold D. Robbins2013-07-021-1/+1
| | |
| | * Update in README_d/README.pc.Arnold D. Robbins2013-07-022-4/+9
| | |
| | * Bug fix in profile.c:pp_string for valgrind.Arnold D. Robbins2013-07-022-1/+9
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-06-273-6/+6
| |\|
| | * Minor cleanup in awkgram.y.Arnold D. Robbins2013-06-273-6/+6
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-06-2712-10/+79
| |\|
| | * New test case for dfa problem fixed earlier.Arnold D. Robbins2013-06-276-2/+33
| | |
| | * Add helpers/ChangeLog, update in testdfa.c.Arnold D. Robbins2013-06-272-0/+14
| | |
| | * Doc fix with texinfo.tex.Arnold D. Robbins2013-06-274-8/+32
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-06-246-18/+30
| |\|
| | * Fix multibyte character problem with brackets in dfa.c.Arnold D. Robbins2013-06-242-7/+14
| | |
| | * Move clos1way test into Makefile.am.Arnold D. Robbins2013-06-244-11/+16
| | |
| * | Merge branch 'gawk-4.1-stable'Eli Zaretskii2013-06-242-4/+11
| |\|
| | * Fix inconsistency in system vs pipes in non-socket Windows builds.Eli Zaretskii2013-06-242-4/+11
| | | | | | | | | | | | | | | | | | | | | io.c: Move #include "popen.h" out of the HAVE_SOCKETS condition, as this is needed for non-sockets builds as well. See http://lists.gnu.org/archive/html/bug-gawk/2013-06/msg00014.html for the details of the problem this caused.