Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes toward release and test tarball. | Arnold D. Robbins | 2016-05-30 | 1 | -1/+1 |
* | Fix duplicate case in debug.c. | Arnold D. Robbins | 2016-03-08 | 1 | -1/+1 |
* | Improve instruction dump. | Arnold D. Robbins | 2016-03-07 | 1 | -0/+25 |
* | Improvements in debug.c for if and else. | Arnold D. Robbins | 2016-03-02 | 1 | -0/+9 |
* | Make watchpoints fire before breakpoints in the debugger. | Arnold D. Robbins | 2015-11-24 | 1 | -2/+14 |
* | Further fix to eval "" in debugger. | Arnold D. Robbins | 2014-05-11 | 1 | -9/+12 |
* | Fix memory leak in do_eval. | Arnold D. Robbins | 2014-05-09 | 1 | -1/+4 |
* | Fix double free error in do_eval. | Arnold D. Robbins | 2014-05-09 | 1 | -2/+10 |
* | Fix debugger 'run' command to fully restart. | Arnold D. Robbins | 2014-05-05 | 1 | -1/+1 |
* | Minor fix in debug.c. | Arnold D. Robbins | 2014-03-05 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |