| Commit message (Expand) | Author | Age | Files | Lines |
* | Converting cast expressions to macros that are retargetted | Kaz Kylheku | 2014-10-17 | 1 | -1/+1 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | * configure: Add a check, in the case that we cannot make an | Kaz Kylheku | 2014-07-22 | 1 | -0/+7 |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 1 | -3/+3 |
* | * debug.c (debug): Fix 2013-12-02 regression, which leaves the | Kaz Kylheku | 2014-02-24 | 1 | -1/+4 |
* | The C function nullp is being renamed to null, and the rarely | Kaz Kylheku | 2014-02-22 | 1 | -1/+1 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+2 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -3/+1 |
* | debug_check calls are the culprit triggering lookahead | Kaz Kylheku | 2013-12-02 | 1 | -0/+2 |
* | * debug.c (help): Help text updated. | Kaz Kylheku | 2013-01-10 | 1 | -2/+2 |
* | * debug.c (debug): Breakpointing now takes into account | Kaz Kylheku | 2012-03-20 | 1 | -10/+19 |
* | * debug.c (help, debug): New g command for tweaking log level. | Kaz Kylheku | 2012-02-28 | 1 | -5/+16 |
* | * debug.c: Missing d command implemented. | Kaz Kylheku | 2012-02-28 | 1 | -3/+11 |
* | Fix the issue properly, once and for all, of how to determine | Kaz Kylheku | 2012-02-27 | 1 | -15/+15 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -0/+28 |
* | * debug.c (debug): Use new way of getting line number. | Kaz Kylheku | 2012-02-24 | 1 | -2/+2 |
* | Introducing optional arguments. | Kaz Kylheku | 2012-02-21 | 1 | -4/+4 |
* | * debug.c (breakpoints, last_command): linkage changed to static. | Kaz Kylheku | 2012-02-12 | 1 | -4/+21 |
* | Oops, syntax error. | Kaz Kylheku | 2012-02-12 | 1 | -1/+1 |
* | Task #11486: continuation. Take into account base position | Kaz Kylheku | 2012-02-12 | 1 | -5/+5 |
* | * debug.c (help): Added missing help for w command. | Kaz Kylheku | 2012-01-21 | 1 | -2/+8 |
* | * debug.c (last_command): Do not initialize with lit(); | Kaz Kylheku | 2012-01-21 | 1 | -2/+2 |
* | * debug.c (help): Filled in. | Kaz Kylheku | 2012-01-21 | 1 | -5/+13 |
* | Improved debugging. Debug nesting depth counter maintained | Kaz Kylheku | 2012-01-21 | 1 | -3/+19 |
* | * debug.c (last_command): Initialize to empty string rather | Kaz Kylheku | 2012-01-19 | 1 | -3/+29 |
* | * debug.c (debug): Fix regression: repeat last command by hitting | Kaz Kylheku | 2011-12-07 | 1 | -2/+2 |
* | * lib.h (or2): Restore macro version of or2, because we need | Kaz Kylheku | 2011-11-30 | 1 | -0/+1 |
* | * debug.c (debug): Eliminated duplicate code. | Kaz Kylheku | 2011-11-13 | 1 | -12/+21 |
* | Adding a debugger. This is an experimental prototype. | Kaz Kylheku | 2011-11-13 | 1 | -0/+106 |