aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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
|/ / / / / / / / / / / /
* | | | | | | | | | | | Minor fix for io.c for VMS.Arnold D. Robbins2013-06-152-0/+11
* | | | | | | | | | | | Update NEWS.Arnold D. Robbins2013-06-111-0/+17
* | | | | | | | | | | | Improve fix for debugger on Windows.Arnold D. Robbins2013-06-113-8/+22
* | | | | | | | | | | | Solaris config and included fixes. See ChangeLog.Arnold D. Robbins2013-06-106-2/+85
* | | | | | | | | | | | Bug fix for debugger under Windows.Arnold D. Robbins2013-06-102-0/+10
* | | | | | | | | | | | Remove obsolete warning in re.c.Arnold D. Robbins2013-06-102-10/+5
* | | | | | | | | | | | Minor change in io.c:iop_finish.Arnold D. Robbins2013-06-092-3/+8
* | | | | | | | | | | | Clarify a bit on FUNCTAB.Arnold D. Robbins2013-06-034-352/+368
* | | | | | | | | | | | New helper: testdfa.c.Arnold D. Robbins2013-06-031-0/+1071
* | | | | | | | | | | | Minor cleanups for init_socket function.Arnold D. Robbins2013-06-039-5/+27
* | | | | | | | | | | | Fix corner case use of exit.Arnold D. Robbins2013-06-038-3/+35
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Support |& on MS-Windows, both for sockets and for pipes.Eli Zaretskii2013-06-0123-84/+613
* | | | | | | | | | | Minor fix in io.c.Arnold D. Robbins2013-05-302-1/+19
* | | | | | | | | | | Additional profiling tests.Arnold D. Robbins2013-05-307-2/+11995
* | | | | | | | | | | Start helpers directory.Arnold D. Robbins2013-05-303-0/+477
* | | | | | | | | | | More fixes in profiler.Arnold D. Robbins2013-05-302-12/+16
* | | | | | | | | | | Add "devbsize" to stat extension and doc.Arnold D. Robbins2013-05-299-87/+159
* | | | | | | | | | | Additional fix in profile.c.Arnold D. Robbins2013-05-292-2/+3
* | | | | | | | | | | Additional profiling bug fixes.Arnold D. Robbins2013-05-292-40/+168
* | | | | | | | | | | Minor profiling fixes. More to come.Arnold D. Robbins2013-05-283-0/+14
* | | | | | | | | | | Bug fix in array.c.Arnold D. Robbins2013-05-272-1/+15
* | | | | | | | | | | Replace obsolete AC_STRUCT_ST_BLKSIZE macro.Arnold D. Robbins2013-05-2719-122/+130
* | | | | | | | | | | Add dist-lz. Woohoo.Arnold D. Robbins2013-05-273-4/+8
* | | | | | | | | | | Minor fix for Mac OS X.Arnold D. Robbins2013-05-272-1/+6
* | | | | | | | | | | New item in TODO.Arnold D. Robbins2013-05-261-0/+2
* | | | | | | | | | | Add advice to run make install.Arnold D. Robbins2013-05-214-48/+79
* | | | | | | | | | | Move Makefile.in fix to Makefile.am.Arnold D. Robbins2013-05-202-2/+12
* | | | | | | | | | | Move FAKE_FD_VALUE out of gawkapi.h.Arnold D. Robbins2013-05-205-4/+17
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | And commit the extracted version of cut.Arnold D. Robbins2013-05-161-1/+1
* | | | | | | | | | Bug fix in cut program example code.Arnold D. Robbins2013-05-164-3/+5
* | | | | | | | | | Remove extension .la files after install.Arnold D. Robbins2013-05-163-13/+30
* | | | | | | | | | Add AC_STRUCT_ST_BLKSIZE call in extension/configure.ac.Arnold D. Robbins2013-05-164-0/+82
* | | | | | | | | | Add stat blocksize of 4096 for Windows.Arnold D. Robbins2013-05-162-0/+7
* | | | | | | | | | Add make install to gawkextlib doc.Arnold D. Robbins2013-05-164-67/+92
* | | | | | | | | | Fix building, installing, and testing extensions on MS-Windows.Eli Zaretskii2013-05-1418-34/+327
* | | | | | | | | | Update it.po.Arnold D. Robbins2013-05-121-3/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Gawk 4.1.0 release.Arnold D. Robbins2013-05-1052-947/+1190
* | | | | | | | | More doc cleanups.Arnold D. Robbins2013-05-095-825/+877
* | | | | | | | | Make /regex/ a 2nd arg to index() a fatal error.Arnold D. Robbins2013-05-099-339/+369
* | | | | | | | | Update pc/Makefile.tst.Arnold D. Robbins2013-05-092-5/+26
* | | | | | | | | Minor edits in NEWS.Arnold D. Robbins2013-05-061-2/+3
* | | | | | | | | Update Polish translation.Arnold D. Robbins2013-05-052-711/+516
* | | | | | | | | Fix the problem with MPFR build on Windows.Eli Zaretskii2013-05-052-0/+7
* | | | | | | | | Fix MPFR build on pc platforms.Eli Zaretskii2013-05-042-1/+6
* | | | | | | | | Update for next test tarball.Arnold D. Robbins2013-05-0231-755/+755