| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -3/+6 |
* | Remove unnecessary #include directives. | Kaz Kylheku | 2020-04-22 | 1 | -9/+0 |
* | arith: move c_unum and unum declaration into lib.h | Kaz Kylheku | 2020-04-22 | 1 | -1/+0 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | debugger: initial backtrace support. | Kaz Kylheku | 2019-04-16 | 1 | -4/+37 |
* | debug support: crude debugger removed. | Kaz Kylheku | 2019-04-09 | 1 | -220/+2 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 1 | -1/+0 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | Fix missing nao terminator in formatted printing. | Kaz Kylheku | 2017-03-13 | 1 | -1/+1 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | key function argument on remq, remql and remqual. | Kaz Kylheku | 2016-09-15 | 1 | -2/+2 |
* | Header file cleanup. | Kaz Kylheku | 2016-01-22 | 1 | -2/+0 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Refactor propagation of contexts in evaluator. | Kaz Kylheku | 2015-11-30 | 1 | -2/+4 |
* | Implementing *print-base* and ~d format directive. | Kaz Kylheku | 2015-11-14 | 1 | -6/+6 |
* | Stop using C library setjmp/longjmp. | Kaz Kylheku | 2015-10-25 | 1 | -1/+0 |
* | Use of new args for function calls in interpreter. | Kaz Kylheku | 2015-08-23 | 1 | -2/+4 |
* | Change to different exception for debugger quit. | Kaz Kylheku | 2015-08-07 | 1 | -1/+4 |
* | * debug.c (help): Rearrange menu. Show missing quit command. | Kaz Kylheku | 2015-08-06 | 1 | -3/+2 |
* | Suppress debug stepping into auto-loaded library code. | Kaz Kylheku | 2015-08-06 | 1 | -0/+14 |
* | Ligher weight debug instrumentation. | Kaz Kylheku | 2015-05-22 | 1 | -2/+0 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | * Makefile: Removing trailing spaces. | Kaz Kylheku | 2014-10-24 | 1 | -2/+2 |
* | 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 |