aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make 'make check' exit non-zero if failure, for buildbots.Arnold D. Robbins2013-10-303-2/+9
|
* Make charasbytes test more robust. We hope.Arnold D. Robbins2013-10-303-3/+4
|
* Further fix to pipeio3.Arnold D. Robbins2013-10-303-5/+11
|
* Documentation updates.Arnold D. Robbins2013-10-255-583/+638
|
* Fix extension portability for AIX.Arnold D. Robbins2013-10-242-2/+13
|
* Improve handling of writes to dead pipes.Arnold D. Robbins2013-10-2413-506/+605
|
* Catch SIGPIPE.Arnold D. Robbins2013-10-177-4/+52
|
* Fix -O option.Arnold D. Robbins2013-10-166-21/+32
|
* Take TODO out of Makefile.in.Arnold D. Robbins2013-10-161-1/+1
|
* Removed TODO file; keep it just in master.Arnold D. Robbins2013-10-161-247/+0
|
* Fix for readline checks on Solaris.Arnold D. Robbins2013-10-163-2/+10
|
* Add a comment in re.c:resetup.Arnold D. Robbins2013-10-162-0/+11
|
* Minor wording improvements in gawk manual.Arnold D. Robbins2013-10-114-232/+237
|
* Bug fix to flag values.Arnold D. Robbins2013-10-103-3/+10
|
* Fix multibyte \s and \S in dfa.c from GNU grep.Arnold D. Robbins2013-10-1011-10/+142
|
* Bug fix for $i++ = 3.Arnold D. Robbins2013-10-099-2/+42
|
* Doc updates.Arnold D. Robbins2013-09-294-62/+99
|
* Sync dfa.c with GNU grep.Arnold D. Robbins2013-09-282-34/+38
|
* Add a library file for readfile function. (Ooops.)Arnold D. Robbins2013-09-251-0/+15
|
* Add readfile function.Arnold D. Robbins2013-09-244-516/+741
|
* Fix core dump in debug.c for breakpoint w/o line.Arnold D. Robbins2013-09-242-6/+18
|
* Remove obsolete macros from gawktexi.in.Arnold D. Robbins2013-09-223-423/+414
|
* Sync dfa.c from grep for static checker fix.Arnold D. Robbins2013-09-192-6/+11
|
* Fix problem when extending NF. See test/nfloop.Arnold D. Robbins2013-09-1311-6/+56
|
* Fix generation of Maketests file.Arnold D. Robbins2013-09-134-1065/+1069
|
* Fixes based on problems from a static checker.Arnold D. Robbins2013-09-0811-11/+76
|
* Sync dfa with grep.Arnold D. Robbins2013-08-292-269/+278
|
* Sync getopt with GLIBC.Arnold D. Robbins2013-08-292-4/+8
|
* Fix issue with old readline lib on Mac OS X.Arnold D. Robbins2013-08-297-16/+78
|
* 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
|
* Clean up some -Wextra compile warnings in extensions.Arnold D. Robbins2013-08-226-1/+27
|
* 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
|
* Whitespace fix in debug.c.Arnold D. Robbins2013-08-152-42/+46
|
* Quote $(srcdir) in test makefiles.Arnold D. Robbins2013-08-155-509/+513
|
* Remove an email address of a bug reporter by request.Arnold D. Robbins2013-08-131-1/+1
|
* 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
|
* Minor improvement for Windows in filefuncs.c.Arnold D. Robbins2013-08-022-1/+24
|
* Updated TODO.Arnold D. Robbins2013-07-301-1/+2
|
* Fix compiling on MinGW.Arnold D. Robbins2013-07-245-8/+26
|
* Minor update in TODO.Arnold D. Robbins2013-07-241-0/+5
|
* Make min be MIN.Arnold D. Robbins2013-07-083-7/+10
|
* Force array indices to be strings in flatten_array API.Arnold D. Robbins2013-07-043-4/+19
|
* Fix for %c in multibyte locale + new tests.Arnold D. Robbins2013-07-048-14/+162
|
* 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
|
* Minor cleanup in awkgram.y.Arnold D. Robbins2013-06-273-6/+6
|