Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Change fflush() behavior to match BWK and document. | Arnold D. Robbins | 2012-11-27 | 1 | -5/+21 | |
| | | | ||||||
* | | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-11-25 | 1 | -166/+165 | |
|\| | | ||||||
| * | | Add output and two-way processors to API. Update Mac config stuff. | Arnold D. Robbins | 2012-08-24 | 1 | -15/+21 | |
| | | | ||||||
| * | | Extend or(), and(), xor() to N arguments, N >= 2. | Arnold D. Robbins | 2012-07-09 | 1 | -69/+62 | |
| | | | ||||||
| * | | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -75/+75 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-05-09 | 1 | -14/+14 | |
| |\| | ||||||
| | * | Fix minor printf format warnings. | Arnold D. Robbins | 2012-05-07 | 1 | -14/+14 | |
| | | | ||||||
* | | | Improve array interface. | john haque | 2012-04-19 | 1 | -1/+17 | |
|/ / | ||||||
* | | Merge branch 'master' into gawk_mpfr. | john haque | 2012-04-17 | 1 | -2/+3 | |
|\ \ | ||||||
| * | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-04-08 | 1 | -1/+1 | |
| |\| | ||||||
| | * | Update copyrights where needed. | Arnold D. Robbins | 2012-03-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-03-22 | 1 | -1/+2 | |
| |\| | ||||||
| | * | Minor printf bug fix + new test for it everywhere. | Arnold D. Robbins | 2012-03-20 | 1 | -1/+2 | |
| | | | ||||||
* | | | Change MPFR variable RND_MODE to ROUND_MODE. | john haque | 2012-04-12 | 1 | -4/+4 | |
| | | | ||||||
* | | | Remove an unneeded define, more fixes for gcc -Wall. | john haque | 2012-04-09 | 1 | -6/+6 | |
| | | | ||||||
* | | | Placate gcc -Wall, minor doc updates. | john haque | 2012-04-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 1 | -71/+149 | |
| | | | ||||||
* | | | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -2/+2 | |
| | | | ||||||
* | | | Finish builtins for MPFR. | john haque | 2012-02-19 | 1 | -4/+0 | |
| | | | ||||||
* | | | New interpreter routine for MPFR. | john haque | 2012-02-16 | 1 | -45/+80 | |
| | | | ||||||
* | | | Add infrastructure for MPFR/GMP support. | john haque | 2012-02-14 | 1 | -10/+80 | |
|/ / | ||||||
* | | Merge branch 'gawk-4.0-stable', minor fixes after exe merge. | Arnold D. Robbins | 2011-12-31 | 1 | -2/+2 | |
|\| | ||||||
| * | Remove ancient STREQ, STREQN macros. | Arnold D. Robbins | 2011-12-31 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-10-28 | 1 | -2/+4 | |
|\| | ||||||
| * | Fix for strftime negative value test. | Arnold D. Robbins | 2011-10-28 | 1 | -2/+4 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-10-25 | 1 | -1/+7 | |
|\| | ||||||
| * | VMS fixes for compilation and test suite addition. | Arnold D. Robbins | 2011-10-25 | 1 | -1/+1 | |
| | | ||||||
| * | A number of pc related fixes. | Arnold D. Robbins | 2011-10-24 | 1 | -0/+4 | |
| | | ||||||
| * | Fix stftime. | Arnold D. Robbins | 2011-10-18 | 1 | -0/+2 | |
| | | ||||||
| * | Remove some compile time warnings. | Arnold D. Robbins | 2011-10-10 | 1 | -1/+1 | |
| | | ||||||
* | | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -4/+4 | |
| | | ||||||
* | | Speed/memory performance improvements. | john haque | 2011-10-12 | 1 | -35/+36 | |
|/ | ||||||
* | Make no mbs support work everywhere. Sheesh. | Arnold D. Robbins | 2011-09-21 | 1 | -18/+18 | |
| | ||||||
* | Fix DJGPP problem with libsigsegv. | Arnold D. Robbins | 2011-07-29 | 1 | -8/+8 | |
| | ||||||
* | Revert sub/gsub behavior to that of gawk 3.x. | Arnold D. Robbins | 2011-07-28 | 1 | -2/+38 | |
| | ||||||
* | Fix gsub and getline pass by reference. Add tests. | Arnold D. Robbins | 2011-07-26 | 1 | -2/+1 | |
| | ||||||
* | Fix gsub losing white space when working on fields. | Arnold D. Robbins | 2011-07-15 | 1 | -116/+91 | |
| | ||||||
* | First set of minor fixes on 4.0 Stable. | Arnold D. Robbins | 2011-07-15 | 1 | -1/+1 | |
| | ||||||
* | Remove VAXCRTL and GFMT_WORKAROUND. Yay! | Arnold D. Robbins | 2011-04-29 | 1 | -103/+0 | |
| | ||||||
* | Bug fixes from John and Pat. | Arnold D. Robbins | 2011-04-29 | 1 | -6/+999 | |
| | ||||||
* | Bug fixes, see ChangeLog. | Arnold D. Robbins | 2011-04-13 | 1 | -3/+12 | |
| | ||||||
* | Update copyrights. | Arnold D. Robbins | 2011-02-27 | 1 | -1/+1 | |
| | ||||||
* | Equalize messages. New es.po file. | Arnold D. Robbins | 2011-02-08 | 1 | -5/+5 | |
| | ||||||
* | Fix ctype calls on Cygwin. | Arnold D. Robbins | 2011-02-01 | 1 | -3/+3 | |
| | ||||||
* | Add isarray built-in function. | Arnold D. Robbins | 2011-01-30 | 1 | -1/+17 | |
| | ||||||
* | Sync dfa to grep, import hard-locale.[ch]. | Arnold D. Robbins | 2011-01-30 | 1 | -2/+2 | |
| | ||||||
* | Make single byte caching more elegant. | Arnold D. Robbins | 2011-01-19 | 1 | -5/+5 | |
| | ||||||
* | Simplify code for do_tolower, do_toupper. | Arnold D. Robbins | 2011-01-19 | 1 | -85/+103 | |
| | ||||||
* | Try to kill some warnings. | Arnold D. Robbins | 2011-01-17 | 1 | -1/+1 | |
| | ||||||
* | PC fixes, compiler warning cleanups, autoconf fix. | Arnold D. Robbins | 2011-01-04 | 1 | -2/+2 | |
| |