Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-08-25 | 1 | -13/+29 | |
|\| | ||||||
| * | Make MAYBE_NUM -> NUMBER smarter, clear STRING. | Arnold D. Robbins | 2015-08-25 | 1 | -2/+2 | |
| | | ||||||
| * | Improve handling of invalid data in UTF locales. | Arnold D. Robbins | 2015-08-25 | 1 | -11/+27 | |
| | | ||||||
* | | Merge branch 'master' into feature/wasted-byte | Arnold D. Robbins | 2015-04-26 | 1 | -3/+12 | |
|\ \ | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2015-04-16 | 1 | -3/+12 | |
| |\| | ||||||
| | * | When strtod sets errno, force the numeric value to zero. | Andrew J. Schorr | 2015-04-16 | 1 | -3/+12 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/wasted-byte | Arnold D. Robbins | 2015-04-08 | 1 | -1/+1 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-07 | 1 | -1/+1 | |
| |\| | ||||||
| | * | Update copyrights and prep towards release. | Arnold D. Robbins | 2015-04-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Stop allocating an extra wasted byte at the end of various strings. | Andrew J. Schorr | 2014-12-14 | 1 | -7/+7 | |
|/ / | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-15 | 1 | -17/+1 | |
|\| | ||||||
| * | Remove MBS_SUPPORT ifdefs. | Arnold D. Robbins | 2014-11-15 | 1 | -17/+1 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-15 | 1 | -2/+2 | |
|\| | ||||||
| * | Finish excising isalpha and isalnum. Document. | Arnold D. Robbins | 2014-09-15 | 1 | -2/+2 | |
| | | ||||||
* | | \x escape sequences now process a maximum of 2 digits. | Arnold D. Robbins | 2014-08-20 | 1 | -2/+1 | |
|/ | ||||||
* | Update copyrights in all relevant source files. | Arnold D. Robbins | 2013-04-16 | 1 | -1/+1 | |
| | ||||||
* | Make bitflag checking consistent everywhere. | Arnold D. Robbins | 2012-12-09 | 1 | -6/+6 | |
| | ||||||
* | Further awk.h cleanup. | Arnold D. Robbins | 2012-11-30 | 1 | -15/+0 | |
| | ||||||
* | Minor cleanup in calls to mpfr routines. | Arnold D. Robbins | 2012-11-14 | 1 | -6/+1 | |
| | ||||||
* | Clean up make_str_node macro. | Arnold D. Robbins | 2012-10-04 | 1 | -4/+4 | |
| | ||||||
* | Add AWK_VALUE_COOKIE. And performance speedup. | Arnold D. Robbins | 2012-07-17 | 1 | -1/+1 | |
| | ||||||
* | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -10/+10 | |
| | ||||||
* | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 1 | -3/+34 | |
| | ||||||
* | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -4/+4 | |
| | ||||||
* | Finish builtins for MPFR. | john haque | 2012-02-19 | 1 | -1/+1 | |
| | ||||||
* | New interpreter routine for MPFR. | john haque | 2012-02-16 | 1 | -23/+15 | |
| | ||||||
* | Add infrastructure for MPFR/GMP support. | john haque | 2012-02-14 | 1 | -12/+36 | |
| | ||||||
* | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -61/+54 | |
| | ||||||
* | Speed/memory performance improvements. | john haque | 2011-10-12 | 1 | -131/+138 | |
| | ||||||
* | Make no mbs support work everywhere. Sheesh. | Arnold D. Robbins | 2011-09-21 | 1 | -11/+11 | |
| | ||||||
* | Sync dfa with GNU grep. | Arnold D. Robbins | 2011-06-08 | 1 | -1/+2 | |
| | ||||||
* | Remove VAXCRTL and GFMT_WORKAROUND. Yay! | Arnold D. Robbins | 2011-04-29 | 1 | -2/+1 | |
| | ||||||
* | Code cleanups in array.c and side effects in other files. | Arnold D. Robbins | 2011-04-27 | 1 | -0/+15 | |
| | ||||||
* | Update copyrights. | Arnold D. Robbins | 2011-02-27 | 1 | -1/+1 | |
| | ||||||
* | Fix ctype calls on Cygwin. | Arnold D. Robbins | 2011-02-01 | 1 | -8/+8 | |
| | ||||||
* | Make single byte caching more elegant. | Arnold D. Robbins | 2011-01-19 | 1 | -2/+2 | |
| | ||||||
* | Simplify code for do_tolower, do_toupper. | Arnold D. Robbins | 2011-01-19 | 1 | -0/+41 | |
| | ||||||
* | strncasembscmp fix. Doc updates. | Arnold D. Robbins | 2010-12-31 | 1 | -2/+2 | |
| | ||||||
* | Work on char* vs const char *. | Arnold D. Robbins | 2010-12-19 | 1 | -2/+2 | |
| | ||||||
* | More doc and code fixes. See ChangeLogs. | Arnold D. Robbins | 2010-12-05 | 1 | -1/+1 | |
| | ||||||
* | Speed up single byte cases. See ChangeLog. | Arnold D. Robbins | 2010-12-04 | 1 | -4/+17 | |
| | ||||||
* | Bring latest byte code gawk into git. Hurray! | Arnold D. Robbins | 2010-11-18 | 1 | -204/+136 | |
| | ||||||
* | Move to 3.1.8. | Arnold D. Robbins | 2010-07-16 | 1 | -12/+15 | |
| | ||||||
* | Move to gawk-3.1.7. | Arnold D. Robbins | 2010-07-16 | 1 | -29/+90 | |
| | ||||||
* | Move to gawk-3.1.6. | Arnold D. Robbins | 2010-07-16 | 1 | -115/+166 | |
| | ||||||
* | Move to gawk 3.1.5. | Arnold D. Robbins | 2010-07-16 | 1 | -9/+272 | |
| | ||||||
* | Move to gawk-3.1.4. | Arnold D. Robbins | 2010-07-16 | 1 | -1/+3 | |
| | ||||||
* | Move to gawk-3.1.3. | Arnold D. Robbins | 2010-07-16 | 1 | -8/+3 | |
| | ||||||
* | Move to gawk-3.1.2. | Arnold D. Robbins | 2010-07-16 | 1 | -19/+39 | |
| | ||||||
* | Move to gawk-3.1.0. | Arnold D. Robbins | 2010-07-16 | 1 | -68/+107 | |
| |