Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update copyrights and prep towards release. | Arnold D. Robbins | 2015-04-07 | 1 | -1/+1 | |
* | | In NEWS file, rename div to intdiv. | Andrew J. Schorr | 2015-04-03 | 1 | -1/+1 | |
* | | Update NEWS. | Arnold D. Robbins | 2015-03-27 | 1 | -0/+6 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-18 | 1 | -2/+3 | |
|\| | ||||||
| * | Update to libtool 2.4.6. | Arnold D. Robbins | 2015-03-18 | 1 | -2/+3 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-02-06 | 1 | -3/+6 | |
|\| | ||||||
| * | Edits in NEWS. | Arnold D. Robbins | 2015-02-06 | 1 | -3/+6 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-02-01 | 1 | -1/+1 | |
|\| | ||||||
| * | Move param checking against function names into --posix. | Arnold D. Robbins | 2015-02-01 | 1 | -1/+1 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-01-30 | 1 | -3/+10 | |
|\| | ||||||
| * | Disallow calling a function parameter. Check params are not function names. | Arnold D. Robbins | 2015-01-30 | 1 | -3/+10 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-01-25 | 1 | -2/+2 | |
|\| | ||||||
| * | Move to Libtool 2.4.5. | Arnold D. Robbins | 2015-01-25 | 1 | -1/+1 | |
| * | Update to Gettext 0.19.4. | Arnold D. Robbins | 2015-01-24 | 1 | -1/+1 | |
| * | Move to Bison 3.0.4. | Arnold D. Robbins | 2015-01-24 | 1 | -1/+1 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-01-19 | 1 | -1/+2 | |
|\| | ||||||
| * | Update to bison 3.0.3. | Arnold D. Robbins | 2015-01-19 | 1 | -1/+2 | |
* | | Update doc on environment vars. | Arnold D. Robbins | 2014-11-23 | 1 | -1/+2 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-19 | 1 | -0/+2 | |
|\| | ||||||
| * | Upgrade infrastructure (automake, gettext, libtool). | Arnold D. Robbins | 2014-11-19 | 1 | -0/+2 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-16 | 1 | -3/+5 | |
|\| | ||||||
| * | Update in NEWS. | Arnold D. Robbins | 2014-11-16 | 1 | -3/+5 | |
* | | Update NEWS file to document new shell startup files. | Andrew J. Schorr | 2014-10-30 | 1 | -0/+6 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-10-17 | 1 | -0/+6 | |
|\| | ||||||
| * | More minor doc updates. | Arnold D. Robbins | 2014-10-17 | 1 | -0/+6 | |
* | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-09-29 | 1 | -0/+3 | |
|\ \ | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-28 | 1 | -0/+3 | |
| |\| | ||||||
| | * | Add "where" command to debugger (alias for backtrace). | Arnold D. Robbins | 2014-09-28 | 1 | -0/+3 | |
* | | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-09-27 | 1 | -0/+3 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-27 | 1 | -0/+3 | |
| |\| | ||||||
| | * | Add configure option to enable severe portability problems. | Arnold D. Robbins | 2014-09-27 | 1 | -0/+3 | |
* | | | Merge branch 'master' into comment, update ChangeLogs | Arnold D. Robbins | 2014-09-15 | 1 | -0/+4 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-15 | 1 | -0/+4 | |
| |\| | ||||||
| | * | Finish excising isalpha and isalnum. Document. | Arnold D. Robbins | 2014-09-15 | 1 | -0/+4 | |
* | | | Update NEWS and TODO. | Arnold D. Robbins | 2014-09-10 | 1 | -0/+3 | |
|/ / | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-04 | 1 | -0/+3 | |
|\| | ||||||
| * | Make indirect calls work on built-in and extension functions. | Arnold D. Robbins | 2014-09-04 | 1 | -0/+3 | |
* | | Remove support for MirBSD. Yay! | Arnold D. Robbins | 2014-08-26 | 1 | -0/+2 | |
* | | \x escape sequences now process a maximum of 2 digits. | Arnold D. Robbins | 2014-08-20 | 1 | -0/+3 | |
* | | Update NEWS about CMake. | Arnold D. Robbins | 2014-08-12 | 1 | -0/+4 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-06 | 1 | -0/+8 | |
|\| | ||||||
| * | Minor doc updates. | Arnold D. Robbins | 2014-08-06 | 1 | -0/+8 | |
* | | Add div() function for integer division & remainder. | Arnold D. Robbins | 2014-07-10 | 1 | -0/+4 | |
* | | Don't install igawk and igawk.1 anymore. | Arnold D. Robbins | 2014-06-25 | 1 | -0/+3 | |
* | | Make --pretty-print not run the program. | Arnold D. Robbins | 2014-06-24 | 1 | -0/+2 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-06-17 | 1 | -0/+1 | |
|\| | ||||||
| * | Minor fixes, esp for docbook. | Arnold D. Robbins | 2014-06-17 | 1 | -0/+1 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-06-17 | 1 | -1/+10 | |
|\| | ||||||
| * | Finish exercises, update chapter 15, menus. Update NEWS. | Arnold D. Robbins | 2014-06-17 | 1 | -0/+9 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-03-27 | 1 | -1/+4 | |
|\| |