aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Update infrastructure.Arnold D. Robbins2012-08-179-520/+335
* | Rearrange chapters in gawk doc some.Arnold D. Robbins2012-08-243-2819/+2831
* | Documentation updates.Arnold D. Robbins2012-08-246-185/+221
* | Add facility to get vesion info from extensions.Arnold D. Robbins2012-08-2418-12/+114
* | Add output and two-way processors to API. Update Mac config stuff.Arnold D. Robbins2012-08-2428-94/+1149
* | Fix it.po.Arnold D. Robbins2012-08-242-15/+0
* | Update infrastructure.Arnold D. Robbins2012-08-1723-791/+711
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-08-1724-618/+29362
|\|
| * Small update to FUTURES.Arnold D. Robbins2012-08-121-0/+3
| * Fix doc on ranges and locales again. Add test.Arnold D. Robbins2012-08-129-65/+154
| * Sync w/GNU grep.Arnold D. Robbins2012-08-122-1/+5
| * Fix doc on RS = "a" case.Arnold D. Robbins2012-08-053-372/+385
| * Document Eli Zaretskii's site.Arnold D. Robbins2012-08-053-42/+55
| * New test for OFS from Nelson Beebe.Arnold D. Robbins2012-08-057-2/+59
| * Fix doc on ranges and locales.Arnold D. Robbins2012-07-203-69/+98
| * Doc update and new test on getline with side effects.Arnold D. Robbins2012-07-139-318/+426
| * Minor doc update w.r.t. mawk.Arnold D. Robbins2012-06-294-3/+7
| * Redo it.po/it.gmo.Arnold D. Robbins2012-06-192-445/+569
| * Add new test files for characters-as-bytes fix.Arnold D. Robbins2012-06-193-0/+5
| * Fix bug with --characters-as-bytes.Arnold D. Robbins2012-06-195-3/+35
| * Enhance jarebug for Mac OS X.Arnold D. Robbins2012-05-204-10/+30
| * Minor and hopefully last fix to jarebug test.Arnold D. Robbins2012-05-163-2/+6
* | Merge branch 'extgawk'Arnold D. Robbins2012-08-17172-44235/+57354
|\ \
| * | Minor additions to TODO.xgawk.Arnold D. Robbins2012-08-121-0/+4
| * | Make api versions into enum, not defines.Arnold D. Robbins2012-08-122-3/+9
| * | Make it a fatal error to load the same file with -f and -i (or @include).Andrew J. Schorr2012-08-1112-15/+109
| * | Discuss derived files in the git repo in the doc.Arnold D. Robbins2012-08-103-447/+820
| * | Doc updates. Mostly about the API.Arnold D. Robbins2012-08-108-2264/+1504
| * | Update extension man pages.Arnold D. Robbins2012-08-089-27/+78
| * | Move struct stat into IOBUF_PUBLIC.Arnold D. Robbins2012-08-0813-36/+47
| * | Add fts() extension, support, doc, and test.Arnold D. Robbins2012-08-0817-56/+728
| * | Remove asserts for production build.Arnold D. Robbins2012-08-083-0/+6
| * | Fix readdir.c for cygwin.Arnold D. Robbins2012-08-032-7/+10
| * | Extension doc updates; install dgawk.1 man page.Arnold D. Robbins2012-08-0110-16/+189
| * | Finish reworking input parsers.Arnold D. Robbins2012-08-012-56/+146
| * | Rework rwarray.c to use stdio, for cygwin.Arnold D. Robbins2012-07-313-51/+528
| * | Doc updates for extensions.Arnold D. Robbins2012-07-308-2/+272
| * | Gettext support for the extension files.Arnold D. Robbins2012-07-3043-4477/+25324
| * | Update assignconst test.Arnold D. Robbins2012-07-304-15/+21
| * | Update input_parser interface for RT.Arnold D. Robbins2012-07-2910-410/+392
| * | Improvements in readdir.c.Arnold D. Robbins2012-07-292-2/+12
| * | Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawkArnold D. Robbins2012-07-296-17/+66
| |\ \
| | * | Extension libraries need to link with $(LIBINTL).Andrew J. Schorr2012-07-273-11/+39
| | * | Fix last: must initialize errno to 0 before calling readdir.Andrew J. Schorr2012-07-272-0/+9
| | * | The readdir extension should set the error code if readdir fails.Andrew J. Schorr2012-07-272-4/+9
| | * | Issue a warning if the parser take_control_of function fails.Andrew J. Schorr2012-07-272-2/+9
| * | | Finish work on iop management. New readdir test.Arnold D. Robbins2012-07-2914-43/+160
| |/ /
| * | Fix bug in API set_RT, bug in readdir.c.Arnold D. Robbins2012-07-277-10/+25
| * | Minor bug fix in api_set_RT.Arnold D. Robbins2012-07-261-1/+1
| * | Add os_isreadable function for future use.Arnold D. Robbins2012-07-268-0/+89