| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure: Detect platforms which don't reveal declarations | Kaz Kylheku | 2014-01-10 | 1 | -0/+15 |
* | * eval.c (eval_init): Renaming lisp-parse to read; lisp-parse | Kaz Kylheku | 2014-01-10 | 1 | -0/+9 |
* | * match.c (do_txeval): Lift an annoying restriction in the pattern | Kaz Kylheku | 2014-01-10 | 1 | -0/+11 |
* | * configure: Generate HAVE_VALGRIND as #define-d to 1, rathern | Kaz Kylheku | 2014-01-10 | 1 | -0/+16 |
* | Fix broken Json parsing test case on MinGW. | Kaz Kylheku | 2014-01-09 | 1 | -0/+10 |
* | * stream.c: Eliminate useless #else section containing #error | Kaz Kylheku | 2014-01-09 | 1 | -0/+4 |
* | Long overdue MinGW port maintenance. | Kaz Kylheku | 2014-01-09 | 1 | -0/+34 |
* | Version 73txr-73 | Kaz Kylheku | 2014-01-08 | 1 | -0/+12 |
* | The lisp-parse function can now be called multiple times | Kaz Kylheku | 2014-01-07 | 1 | -0/+31 |
* | * match.c (v_load): Call yylex_destroy after yyparse, so we don't | Kaz Kylheku | 2014-01-07 | 1 | -0/+6 |
* | * genvim.txr: Add forgotten until and last keywords. | Kaz Kylheku | 2014-01-06 | 1 | -0/+6 |
* | Merry C++mas! | Kaz Kylheku | 2013-12-25 | 1 | -0/+10 |
* | Fixing a bug and performance issue. | Kaz Kylheku | 2013-12-20 | 1 | -0/+23 |
* | Version 72txr-72 | Kaz Kylheku | 2013-12-17 | 1 | -0/+12 |
* | * stream.c (stdio_seek): Bugfix. Was returning current position | Kaz Kylheku | 2013-12-17 | 1 | -0/+5 |
* | * parser.y (yybadtoken): Handle HASH_H. | Kaz Kylheku | 2013-12-17 | 1 | -0/+4 |
* | * eval.c (op_defvar): Fix the semantics to be similar to Common Lisp: | Kaz Kylheku | 2013-12-17 | 1 | -0/+7 |
* | * lib.c (intern): fix the previous diagnostic bug once more with more | Kaz Kylheku | 2013-12-16 | 1 | -0/+11 |
* | Changing the tokenizer to get rid of IDENT, KEYWORD and METAVAR | Kaz Kylheku | 2013-12-15 | 1 | -0/+22 |
* | Support for parsing Lisp expression out of strings and streams. | Kaz Kylheku | 2013-12-14 | 1 | -0/+23 |
* | New stream property: name. Some streams can report | Kaz Kylheku | 2013-12-13 | 1 | -0/+18 |
* | * signal.c (sig_handler): Pass two arguments to signal | Kaz Kylheku | 2013-12-13 | 1 | -0/+14 |
* | * signal.c (set_sig_handler): Disable signals around this | Kaz Kylheku | 2013-12-13 | 1 | -0/+6 |
* | * signal.c (set_sig_handler): Clear the deferred flag | Kaz Kylheku | 2013-12-13 | 1 | -0/+7 |
* | * eval.c (eval_init): Registered vars for signal numbers. | Kaz Kylheku | 2013-12-12 | 1 | -0/+14 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+47 |
* | * configure (config_flags): Variable removed. This was more trouble than it | Kaz Kylheku | 2013-12-12 | 1 | -0/+6 |
* | * configure: Fix warnings in test cases for HAVE_FORK_STUFF | Kaz Kylheku | 2013-12-12 | 1 | -0/+7 |
* | * txr.c (txr_main): Change stderr to line buffered mode. | Kaz Kylheku | 2013-12-11 | 1 | -0/+4 |
* | * eval.c (eval_init): log_authpriv_v registered as log-authpriv. | Kaz Kylheku | 2013-12-11 | 1 | -0/+12 |
* | * eval.c (symbol_value, boundp, fboundp): New functions. | Kaz Kylheku | 2013-12-11 | 1 | -0/+7 |
* | * arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: Removing | Kaz Kylheku | 2013-12-11 | 1 | -0/+6 |
* | * eval.c (eval_init): closelog_wrap interned. | Kaz Kylheku | 2013-12-10 | 1 | -0/+10 |
* | * eval.c (eval_init): Register streamp, real_time_stream_p, | Kaz Kylheku | 2013-12-10 | 1 | -0/+13 |
* | syslog support; bitwise logior and logand functions become variadic. | Kaz Kylheku | 2013-12-10 | 1 | -2/+7 |
* | syslog support; bitwise logior and logand functions become variadic. | Kaz Kylheku | 2013-12-10 | 1 | -0/+22 |
* | Version 71txr-71 | Kaz Kylheku | 2013-12-07 | 1 | -0/+12 |
* | * parser.l (end_of_regex): Fix start condition stack underflow | Kaz Kylheku | 2013-12-06 | 1 | -0/+5 |
* | * parser.l (regex_parse): Match the simplified grammar now | Kaz Kylheku | 2013-12-06 | 1 | -0/+6 |
* | * eval.c (eval_init): Update registration of regex-compile | Kaz Kylheku | 2013-12-06 | 1 | -0/+20 |
* | Fixing some old-style coding that became obsolete | Kaz Kylheku | 2013-12-06 | 1 | -0/+13 |
* | * regex.c (regex_compile): Handle string input. | Kaz Kylheku | 2013-12-05 | 1 | -0/+9 |
* | * eval.c (eval_init): Registered regex_parse as new | Kaz Kylheku | 2013-12-05 | 1 | -0/+27 |
* | * stream.c (stdio_set_prop): Fix reversed boolean. | Kaz Kylheku | 2013-12-02 | 1 | -0/+4 |
* | * stream.c (tail_strategy): Execute the strategy code also | Kaz Kylheku | 2013-12-02 | 1 | -0/+15 |
* | * genvim.txr: Missing catch and finally keywords added. | Kaz Kylheku | 2013-12-02 | 1 | -0/+6 |
* | debug_check calls are the culprit triggering lookahead | Kaz Kylheku | 2013-12-02 | 1 | -0/+14 |
* | Steps toward fixing an issue: lazy list readahead. | Kaz Kylheku | 2013-12-01 | 1 | -0/+50 |
* | * eval.c (eval_init): New functions countqual, countql, countq | Kaz Kylheku | 2013-11-29 | 1 | -0/+11 |
* | * configure (config_flags): New variable, allowing us to | Kaz Kylheku | 2013-11-29 | 1 | -0/+20 |