Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Improve readdir extension. | Arnold D. Robbins | 2012-08-31 | 4 | -10/+42 | |
| | | ||||||
* | | Fix so will compile if no dynamic lib support. | Arnold D. Robbins | 2012-08-31 | 2 | -1/+18 | |
| | | ||||||
* | | More wonderful portability stuff in the extensions. | Arnold D. Robbins | 2012-08-29 | 11 | -37/+2228 | |
| | | ||||||
* | | Detect readdir test failures, and add some missing files to the distro tarball. | Andrew J. Schorr | 2012-08-28 | 6 | -19/+34 | |
| | | ||||||
* | | Minor doc updates. | Arnold D. Robbins | 2012-08-27 | 3 | -460/+465 | |
| | | ||||||
* | | More edits to arithmetic chapter. | Arnold D. Robbins | 2012-08-26 | 3 | -287/+284 | |
| | | ||||||
* | | Use config.h properly. Add AC_SYS_LARGEFILE. | Arnold D. Robbins | 2012-08-26 | 16 | -19/+275 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-08-26 | 7 | -1122/+1066 | |
|\| | ||||||
| * | Fix charasbytes test for Mac OS X (10.5). | Arnold D. Robbins | 2012-08-26 | 4 | -4/+10 | |
| | | ||||||
| * | Finish infrastructure update. | Arnold D. Robbins | 2012-08-17 | 5 | -104/+236 | |
| | | ||||||
| * | Update infrastructure. | Arnold D. Robbins | 2012-08-17 | 9 | -520/+335 | |
| | | ||||||
* | | Rearrange chapters in gawk doc some. | Arnold D. Robbins | 2012-08-24 | 3 | -2819/+2831 | |
| | | ||||||
* | | Documentation updates. | Arnold D. Robbins | 2012-08-24 | 6 | -185/+221 | |
| | | ||||||
* | | Add facility to get vesion info from extensions. | Arnold D. Robbins | 2012-08-24 | 18 | -12/+114 | |
| | | ||||||
* | | Add output and two-way processors to API. Update Mac config stuff. | Arnold D. Robbins | 2012-08-24 | 28 | -94/+1149 | |
| | | ||||||
* | | Fix it.po. | Arnold D. Robbins | 2012-08-24 | 2 | -15/+0 | |
| | | ||||||
* | | Update infrastructure. | Arnold D. Robbins | 2012-08-17 | 23 | -791/+711 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-08-17 | 24 | -618/+29362 | |
|\| | ||||||
| * | Small update to FUTURES. | Arnold D. Robbins | 2012-08-12 | 1 | -0/+3 | |
| | | ||||||
| * | Fix doc on ranges and locales again. Add test. | Arnold D. Robbins | 2012-08-12 | 9 | -65/+154 | |
| | | ||||||
| * | Sync w/GNU grep. | Arnold D. Robbins | 2012-08-12 | 2 | -1/+5 | |
| | | ||||||
| * | Fix doc on RS = "a" case. | Arnold D. Robbins | 2012-08-05 | 3 | -372/+385 | |
| | | ||||||
| * | Document Eli Zaretskii's site. | Arnold D. Robbins | 2012-08-05 | 3 | -42/+55 | |
| | | ||||||
| * | New test for OFS from Nelson Beebe. | Arnold D. Robbins | 2012-08-05 | 7 | -2/+59 | |
| | | ||||||
| * | Fix doc on ranges and locales. | Arnold D. Robbins | 2012-07-20 | 3 | -69/+98 | |
| | | ||||||
| * | Doc update and new test on getline with side effects. | Arnold D. Robbins | 2012-07-13 | 9 | -318/+426 | |
| | | ||||||
| * | Minor doc update w.r.t. mawk. | Arnold D. Robbins | 2012-06-29 | 4 | -3/+7 | |
| | | ||||||
| * | Redo it.po/it.gmo. | Arnold D. Robbins | 2012-06-19 | 2 | -445/+569 | |
| | | ||||||
| * | Add new test files for characters-as-bytes fix. | Arnold D. Robbins | 2012-06-19 | 3 | -0/+5 | |
| | | ||||||
| * | Fix bug with --characters-as-bytes. | Arnold D. Robbins | 2012-06-19 | 5 | -3/+35 | |
| | | ||||||
| * | Enhance jarebug for Mac OS X. | Arnold D. Robbins | 2012-05-20 | 4 | -10/+30 | |
| | | ||||||
| * | Minor and hopefully last fix to jarebug test. | Arnold D. Robbins | 2012-05-16 | 3 | -2/+6 | |
| | | ||||||
* | | Merge branch 'extgawk' | Arnold D. Robbins | 2012-08-17 | 172 | -44235/+57354 | |
|\ \ | ||||||
| * | | Minor additions to TODO.xgawk. | Arnold D. Robbins | 2012-08-12 | 1 | -0/+4 | |
| | | | ||||||
| * | | Make api versions into enum, not defines. | Arnold D. Robbins | 2012-08-12 | 2 | -3/+9 | |
| | | | ||||||
| * | | Make it a fatal error to load the same file with -f and -i (or @include). | Andrew J. Schorr | 2012-08-11 | 12 | -15/+109 | |
| | | | ||||||
| * | | Discuss derived files in the git repo in the doc. | Arnold D. Robbins | 2012-08-10 | 3 | -447/+820 | |
| | | | ||||||
| * | | Doc updates. Mostly about the API. | Arnold D. Robbins | 2012-08-10 | 8 | -2264/+1504 | |
| | | | ||||||
| * | | Update extension man pages. | Arnold D. Robbins | 2012-08-08 | 9 | -27/+78 | |
| | | | ||||||
| * | | Move struct stat into IOBUF_PUBLIC. | Arnold D. Robbins | 2012-08-08 | 13 | -36/+47 | |
| | | | ||||||
| * | | Add fts() extension, support, doc, and test. | Arnold D. Robbins | 2012-08-08 | 17 | -56/+728 | |
| | | | ||||||
| * | | Remove asserts for production build. | Arnold D. Robbins | 2012-08-08 | 3 | -0/+6 | |
| | | | ||||||
| * | | Fix readdir.c for cygwin. | Arnold D. Robbins | 2012-08-03 | 2 | -7/+10 | |
| | | | ||||||
| * | | Extension doc updates; install dgawk.1 man page. | Arnold D. Robbins | 2012-08-01 | 10 | -16/+189 | |
| | | | ||||||
| * | | Finish reworking input parsers. | Arnold D. Robbins | 2012-08-01 | 2 | -56/+146 | |
| | | | ||||||
| * | | Rework rwarray.c to use stdio, for cygwin. | Arnold D. Robbins | 2012-07-31 | 3 | -51/+528 | |
| | | | ||||||
| * | | Doc updates for extensions. | Arnold D. Robbins | 2012-07-30 | 8 | -2/+272 | |
| | | | ||||||
| * | | Gettext support for the extension files. | Arnold D. Robbins | 2012-07-30 | 43 | -4477/+25324 | |
| | | | ||||||
| * | | Update assignconst test. | Arnold D. Robbins | 2012-07-30 | 4 | -15/+21 | |
| | | | ||||||
| * | | Update input_parser interface for RT. | Arnold D. Robbins | 2012-07-29 | 10 | -410/+392 | |
| | | |