aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Additional work.Arnold D. Robbins2013-08-152-0/+6
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Further attempt on comments. Not so good.Arnold D. Robbins2013-08-143-2/+15
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Start new branch that adds comments to profiling.Arnold D. Robbins2013-08-1411-213/+1813
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-06-240-0/+0
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/gawk-4.1-stable' into gawk-4.1-stableArnold D. Robbins2013-06-242-1/+6
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawkArnold D. Robbins2013-06-222-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| / / / / / / / / / / / / | |/ / / / / / / / / / / /
| * | | | | | | | | | | | test/Maketests (clos1way): Set AC_ALL=C, since clos1way.awk no longer does.Eli Zaretskii2013-06-222-1/+6
| | | | | | | | | | | | |
* | | | | | | | | | | | | Doc update for isarray.Arnold D. Robbins2013-06-224-280/+324
| | | | | | | | | | | | |
* | | | | | | | | | | | | Addition in TODO.Arnold D. Robbins2013-06-221-0/+4
|/ / / / / / / / / / / /