Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More removal of extra unused byte. | Arnold D. Robbins | 2014-12-18 | 7 | -6/+19 |
| | |||||
* | Fix to previous change. Now passes valgrind. | Arnold D. Robbins | 2014-12-14 | 3 | -4/+5 |
| | |||||
* | More fixes to stop allocating an extra byte. | Arnold D. Robbins | 2014-12-14 | 10 | -31/+40 |
| | |||||
* | Stop allocating an extra wasted byte at the end of various strings. | Andrew J. Schorr | 2014-12-14 | 15 | -26/+47 |
| | |||||
* | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-12 | 4 | -3/+8 |
|\ | |||||
| * | Small doc fix. | Arnold D. Robbins | 2014-12-12 | 4 | -3/+8 |
| | | |||||
* | | Improve comment handling in pretty printing. | Arnold D. Robbins | 2014-12-12 | 7 | -797/+976 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-10 | 2 | -24/+19 |
|\| | |||||
| * | Sync dfa.c with grep. | Arnold D. Robbins | 2014-12-10 | 2 | -24/+19 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-10 | 4 | -460/+461 |
|\| | |||||
| * | More doc fixes. | Arnold D. Robbins | 2014-12-10 | 4 | -459/+460 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-09 | 4 | -443/+447 |
|\| | |||||
| * | More minor doc edits. | Arnold D. Robbins | 2014-12-09 | 4 | -442/+446 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-07 | 4 | -488/+493 |
|\| | |||||
| * | Minor edits. | Arnold D. Robbins | 2014-12-07 | 4 | -487/+492 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-06 | 4 | -438/+442 |
|\| | |||||
| * | A minor doc fix. | Arnold D. Robbins | 2014-12-06 | 4 | -437/+441 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-12-05 | 4 | -591/+621 |
|\| | |||||
| * | More info on CGI. | Arnold D. Robbins | 2014-12-05 | 3 | -519/+537 |
| | | |||||
| * | Minor fixes and updates to the manual. | Arnold D. Robbins | 2014-12-05 | 4 | -584/+596 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-26 | 2 | -1/+5 |
|\| | |||||
| * | Fix test/Gentests. | Arnold D. Robbins | 2014-11-26 | 2 | -1/+5 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-26 | 4 | -2/+11 |
|\| | |||||
| * | Fixes for new gensub warnings. | Arnold D. Robbins | 2014-11-26 | 4 | -2/+11 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-25 | 2 | -2/+9 |
|\| | |||||
| * | Improve warnings in gensub. | Arnold D. Robbins | 2014-11-25 | 2 | -2/+9 |
| | | |||||
* | | Update doc on environment vars. | Arnold D. Robbins | 2014-11-23 | 5 | -400/+424 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-23 | 4 | -65/+79 |
|\| | |||||
| * | Fix compile problems and warnings on current GCC (4.9.2). | Arnold D. Robbins | 2014-11-23 | 4 | -65/+79 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-22 | 3 | -9/+46 |
|\| | |||||
| * | Dork around with xmalloc for z/OS. | Arnold D. Robbins | 2014-11-22 | 3 | -9/+46 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-21 | 9 | -10/+144 |
|\| | |||||
| * | Update ChangeLog for memory fixes. | Arnold D. Robbins | 2014-11-21 | 1 | -0/+5 |
| | | |||||
| * | Remove OLDMEM checks, preparatory to merging. | Arnold D. Robbins | 2014-11-21 | 3 | -49/+16 |
| | | |||||
| * | Merge branch 'gawk-4.1-stable' into memory-work | Arnold D. Robbins | 2014-11-21 | 3 | -4/+8 |
| |\ | |||||
| * \ | Merge branch 'gawk-4.1-stable' into memory-work | Arnold D. Robbins | 2014-11-21 | 7 | -31/+24 |
| |\ \ | |||||
| * \ \ | Merge branch 'gawk-4.1-stable' into memory-work | Arnold D. Robbins | 2014-11-19 | 36 | -485/+2247 |
| |\ \ \ | |||||
| * | | | | Update Japanese translation. | Arnold D. Robbins | 2014-11-19 | 2 | -164/+126 |
| | | | | | |||||
| * | | | | Document that RFC 4180 describes CSV data. | Arnold D. Robbins | 2014-11-19 | 4 | -476/+485 |
| | | | | | |||||
| * | | | | Add unfield code in several spots. | Arnold D. Robbins | 2014-11-17 | 1 | -16/+33 |
| | | | | | |||||
| * | | | | Add runtime check to run old code. Easier to debug/test. | Arnold D. Robbins | 2014-11-17 | 3 | -17/+37 |
| | | | | | |||||
| * | | | | Merge branch 'gawk-4.1-stable' into memory-work | Arnold D. Robbins | 2014-11-17 | 9 | -4516/+4804 |
| |\ \ \ \ | |||||
| * | | | | | Add field reference changes. Currently breaks sortglos test. | Arnold D. Robbins | 2014-11-16 | 8 | -6/+131 |
| | | | | | | |||||
* | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-21 | 3 | -4/+8 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Revert changes to xmalloc. | Arnold D. Robbins | 2014-11-21 | 3 | -4/+8 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-21 | 7 | -31/+24 |
|\| | | | | |||||
| * | | | | Update id test in pc/Makefile.tst. | Arnold D. Robbins | 2014-11-21 | 2 | -0/+5 |
| | | | | | |||||
| * | | | | Some minor cleanups. | Arnold D. Robbins | 2014-11-21 | 3 | -28/+6 |
| | | | | | |||||
| * | | | | Update to xalloc. | Arnold D. Robbins | 2014-11-21 | 3 | -3/+13 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-19 | 36 | -472/+2236 |
|\| | | |