Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add -i option, append .awk if initial search fails, and allow -f repeats. | Andrew J. Schorr | 2012-05-19 | 1 | -2/+7 | |
| | | ||||||
* | | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -59/+59 | |
| | | ||||||
* | | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 1 | -15/+28 | |
|\ \ | ||||||
| * | | Some minor style edits in code and doc. | Arnold D. Robbins | 2012-03-26 | 1 | -2/+4 | |
| | | | ||||||
| * | | Fix some coding style issues and a typo in a comment. | Andrew J. Schorr | 2012-03-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 1 | -15/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | libraries. - Instead of hardcoding the default ".so" suffix for shared libraries, use autoconf to get the right value for this platform. - Build and install some of the bundled shared library extensions so that they will now be available using the default AWKLIBPATH. | |||||
* | | | Merge branch 'master' into gawk_mpfr. | john haque | 2012-04-17 | 1 | -7/+12 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-03-22 | 1 | -7/+12 | |
| |\ \ \ | | |/ / | |/| / | | |/ | ||||||
| | * | Make getgroups error non-fatal. Minor doc update. | Arnold D. Robbins | 2012-02-28 | 1 | -5/+8 | |
| | | | ||||||
| | * | General prep for release. (Copyrights, etc.) | Arnold D. Robbins | 2012-02-10 | 1 | -2/+2 | |
| | | | ||||||
| | * | Minor bug fix, new .gmo files. | Arnold D. Robbins | 2012-02-07 | 1 | -1/+2 | |
| | | | ||||||
* | | | MPFR fixes from Eli. | john haque | 2012-04-16 | 1 | -0/+2 | |
| | | | ||||||
* | | | Change RNDMODE to ROUNDMODE and update doc. | john haque | 2012-04-11 | 1 | -4/+4 | |
| | | | ||||||
* | | | Change --arbitrary-precision to --bignum. Doc updates. | Arnold D. Robbins | 2012-04-11 | 1 | -17/+17 | |
| | | | ||||||
* | | | Remove an unneeded define, more fixes for gcc -Wall. | john haque | 2012-04-09 | 1 | -6/+1 | |
| | | | ||||||
* | | | MPFR related documentation updates and code cleanups. | john haque | 2012-04-02 | 1 | -2/+2 | |
| | | | ||||||
* | | | Documentation updates for arbitrary precision math support. | john haque | 2012-03-31 | 1 | -4/+6 | |
| | | | ||||||
* | | | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 1 | -4/+14 | |
| | | | ||||||
* | | | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -6/+11 | |
| | | | ||||||
* | | | New interpreter routine for MPFR. | john haque | 2012-02-16 | 1 | -4/+2 | |
| | | | ||||||
* | | | Add infrastructure for MPFR/GMP support. | john haque | 2012-02-14 | 1 | -7/+41 | |
|/ / | ||||||
* | | Added timeout for reading from input. | john haque | 2012-01-01 | 1 | -1/+3 | |
| | | ||||||
* | | The grand merge: dgawk and pgawk folded into gawk. | Arnold D. Robbins | 2011-12-26 | 1 | -35/+49 | |
| | | ||||||
* | | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -6/+2 | |
| | | ||||||
* | | Speed/memory performance improvements. | john haque | 2011-10-12 | 1 | -71/+74 | |
|/ | ||||||
* | Make gawk_mb_cur_max compile time constant if no mbs support. | Arnold D. Robbins | 2011-10-04 | 1 | -2/+0 | |
| | ||||||
* | Make no mbs support work everywhere. Sheesh. | Arnold D. Robbins | 2011-09-21 | 1 | -3/+3 | |
| | ||||||
* | Fix gsub and getline pass by reference. Add tests. | Arnold D. Robbins | 2011-07-26 | 1 | -0/+20 | |
| | ||||||
* | Mark FPAT as non standard. | Arnold D. Robbins | 2011-07-17 | 1 | -1/+1 | |
| | ||||||
* | Disallow gawk builtin/keyword as variable assignment. | Arnold D. Robbins | 2011-05-31 | 1 | -1/+17 | |
| | ||||||
* | Bug fixes for FPAT. | Arnold D. Robbins | 2011-05-23 | 1 | -1/+1 | |
| | ||||||
* | Documentation and compile fixes. | Arnold D. Robbins | 2011-05-19 | 1 | -2/+2 | |
| | ||||||
* | Change ISATTY macro to os_isatty function. | Arnold D. Robbins | 2011-04-01 | 1 | -1/+1 | |
| | ||||||
* | Some cleanups after code review of main.c. | Arnold D. Robbins | 2011-03-25 | 1 | -89/+74 | |
| | ||||||
* | Fix for valgrind. | Arnold D. Robbins | 2011-02-23 | 1 | -0/+4 | |
| | ||||||
* | Update copyright year. | Arnold D. Robbins | 2011-02-22 | 1 | -2/+2 | |
| | ||||||
* | PC fixes for portability and dependencies. | Arnold D. Robbins | 2011-02-13 | 1 | -1/+1 | |
| | ||||||
* | More OS/2 changes. | Arnold D. Robbins | 2011-02-10 | 1 | -0/+2 | |
| | ||||||
* | Fix ctype calls on Cygwin. | Arnold D. Robbins | 2011-02-01 | 1 | -3/+3 | |
| | ||||||
* | PC fiexes from Eli. | Arnold D. Robbins | 2011-01-08 | 1 | -4/+0 | |
| | ||||||
* | Work on char* vs const char *. | Arnold D. Robbins | 2010-12-19 | 1 | -2/+2 | |
| | ||||||
* | Cleanup the mainline PC code, and pc/ directory. | Arnold D. Robbins | 2010-12-18 | 1 | -1/+1 | |
| | ||||||
* | Add PROCINFO["strftime"] as default strftime() format. | Arnold D. Robbins | 2010-12-16 | 1 | -6/+8 | |
| | ||||||
* | More doc and code fixes. See ChangeLogs. | Arnold D. Robbins | 2010-12-05 | 1 | -4/+0 | |
| | ||||||
* | Speed up single byte cases. See ChangeLog. | Arnold D. Robbins | 2010-12-04 | 1 | -0/+3 | |
| | ||||||
* | Remove more old code. More doc work. | Arnold D. Robbins | 2010-12-01 | 1 | -15/+0 | |
| | ||||||
* | Fix memory leaks - patch from John. | Arnold D. Robbins | 2010-11-26 | 1 | -2/+2 | |
| | ||||||
* | Bring latest byte code gawk into git. Hurray! | Arnold D. Robbins | 2010-11-18 | 1 | -209/+266 | |
| | ||||||
* | Bring in development gawk changes. | Arnold D. Robbins | 2010-11-12 | 1 | -67/+121 | |
| | ||||||
* | Move to 3.1.8. | Arnold D. Robbins | 2010-07-16 | 1 | -15/+22 | |
| |