Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-01-12 | 1 | -6/+17 | |
|\| | ||||||
| * | Add a FIXME comment. | Arnold D. Robbins | 2013-12-05 | 1 | -0/+5 | |
| * | Fix core dump in debug.c for breakpoint w/o line. | Arnold D. Robbins | 2013-09-24 | 1 | -6/+12 | |
* | | Merge branch 'master' into comment | Arnold D. Robbins | 2013-09-22 | 1 | -49/+50 | |
|\| | ||||||
| * | Fix issue with old readline lib on Mac OS X. | Arnold D. Robbins | 2013-08-29 | 1 | -7/+8 | |
| * | Whitespace fix in debug.c. | Arnold D. Robbins | 2013-08-15 | 1 | -42/+42 | |
* | | Start new branch that adds comments to profiling. | Arnold D. Robbins | 2013-08-14 | 1 | -0/+1 | |
|/ | ||||||
* | Improve fix for debugger on Windows. | Arnold D. Robbins | 2013-06-11 | 1 | -4/+3 | |
* | Bug fix for debugger under Windows. | Arnold D. Robbins | 2013-06-10 | 1 | -0/+4 | |
* | Update copyrights in all relevant source files. | Arnold D. Robbins | 2013-04-16 | 1 | -1/+1 | |
* | Minor code and doc cleanups. | Arnold D. Robbins | 2012-12-16 | 1 | -1/+3 | |
* | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-12-09 | 1 | -17/+17 | |
|\ | ||||||
| * | Make bitflag checking consistent everywhere. | Arnold D. Robbins | 2012-12-09 | 1 | -17/+17 | |
* | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-11-25 | 1 | -259/+259 | |
|\| | ||||||
| * | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -248/+247 | |
| * | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-05-09 | 1 | -1/+2 | |
| |\ | ||||||
| | * | Fix minor printf format warnings. | Arnold D. Robbins | 2012-05-07 | 1 | -1/+2 | |
| * | | Merge branch 'gawk-4.0-stable' (latest infrastructure). | Arnold D. Robbins | 2012-04-27 | 1 | -10/+10 | |
| |\| | ||||||
| | * | Minor cleanups in debugger. | Arnold D. Robbins | 2012-04-26 | 1 | -10/+10 | |
* | | | Add optional shutdown routine for an extension lib. | john haque | 2012-04-21 | 1 | -0/+2 | |
* | | | Improve array interface. | john haque | 2012-04-19 | 1 | -9/+9 | |
|/ / | ||||||
* | | Change MPFR variable RND_MODE to ROUND_MODE. | john haque | 2012-04-12 | 1 | -2/+2 | |
* | | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 1 | -1/+5 | |
* | | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -31/+51 | |
* | | Merge branch 'gawk-4.0-stable', minor fixes after exe merge. | Arnold D. Robbins | 2011-12-31 | 1 | -12/+13 | |
|\| | ||||||
| * | Remove ancient STREQ, STREQN macros. | Arnold D. Robbins | 2011-12-31 | 1 | -12/+13 | |
* | | The grand merge: dgawk and pgawk folded into gawk. | Arnold D. Robbins | 2011-12-26 | 1 | -13/+12 | |
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-12-08 | 1 | -1/+18 | |
|\| | ||||||
| * | Misc fixes from John. | Arnold D. Robbins | 2011-12-06 | 1 | -1/+1 | |
| * | Bug fix in debugger - switch/case line numbers. | Arnold D. Robbins | 2011-11-14 | 1 | -0/+17 | |
* | | Speed/memory performance improvements. | john haque | 2011-10-12 | 1 | -181/+136 | |
|/ | ||||||
* | BEGINFILE/ENDFILE code redone. | Arnold D. Robbins | 2011-08-10 | 1 | -7/+16 | |
* | Fix gsub and getline pass by reference. Add tests. | Arnold D. Robbins | 2011-07-26 | 1 | -8/+7 | |
* | Fix gsub losing white space when working on fields. | Arnold D. Robbins | 2011-07-15 | 1 | -1/+31 | |
* | More array sorting fixes. | Arnold D. Robbins | 2011-05-08 | 1 | -3/+3 | |
* | Revamp array sorting. | Arnold D. Robbins | 2011-05-04 | 1 | -1/+1 | |
* | Bug fixes from John and Pat. | Arnold D. Robbins | 2011-04-29 | 1 | -8/+14 | |
* | Code cleanups in array.c and side effects in other files. | Arnold D. Robbins | 2011-04-27 | 1 | -1/+1 | |
* | More array sorting changes from John. | Arnold D. Robbins | 2011-04-18 | 1 | -45/+31 | |
* | Change ISATTY macro to os_isatty function. | Arnold D. Robbins | 2011-04-01 | 1 | -6/+6 | |
* | Fix next and exit from functions. | Arnold D. Robbins | 2011-03-29 | 1 | -1/+4 | |
* | Update copyrights. | Arnold D. Robbins | 2011-02-27 | 1 | -1/+1 | |
* | PC fixes for portability and dependencies. | Arnold D. Robbins | 2011-02-13 | 1 | -8/+10 | |
* | Fix switch debugging. | Arnold D. Robbins | 2011-02-01 | 1 | -44/+11 | |
* | Add isarray built-in function. | Arnold D. Robbins | 2011-01-30 | 1 | -0/+1 | |
* | Add controlled array sorting in for loop. Needs documenting. | Arnold D. Robbins | 2011-01-27 | 1 | -30/+0 | |
* | Bracket unused vars/functions as needed. | Arnold D. Robbins | 2011-01-24 | 1 | -2/+8 | |
* | Try to kill some warnings. | Arnold D. Robbins | 2011-01-17 | 1 | -1/+1 | |
* | More doc and code fixes. See ChangeLogs. | Arnold D. Robbins | 2010-12-05 | 1 | -1/+29 | |
* | Fixes for cygwin, make new dist file for me. | Arnold D. Robbins | 2010-12-01 | 1 | -3/+3 |