| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * lib.c (iffi): Bugfix: was still using incorrect, outdated optional | Kaz Kylheku | 2014-03-12 | 1 | -0/+5 |
* | * eval.c (plus_s, prof_s): New symbol global variables. | Kaz Kylheku | 2014-03-12 | 1 | -0/+35 |
* | * configure: new test for fcntl. | Kaz Kylheku | 2014-03-11 | 1 | -0/+13 |
* | * stream.c (open_process): In the event of fdopen failure, | Kaz Kylheku | 2014-03-11 | 1 | -0/+7 |
* | * eval.c (eval_init): Registration of url_encode and url_decode | Kaz Kylheku | 2014-03-11 | 1 | -0/+17 |
* | * stream.c (open_process): Close the original pipe file descriptor | Kaz Kylheku | 2014-03-11 | 1 | -0/+6 |
* | * stream.c (pipe_close): Restructured the function a bit. | Kaz Kylheku | 2014-03-10 | 1 | -0/+11 |
* | * match.c (v_trailer): Fix segfault. The code which | Kaz Kylheku | 2014-03-09 | 1 | -0/+7 |
* | * parser.l: Syntactic tweak. Do not allow the "extra" | Kaz Kylheku | 2014-03-09 | 1 | -0/+8 |
* | * lib.c (lazy_sub_str): Bugfix: "from" was mistakenly used | Kaz Kylheku | 2014-03-09 | 1 | -0/+8 |
* | Fixing broken processing of horizontal matching across | Kaz Kylheku | 2014-03-09 | 1 | -0/+15 |
* | Issue: match_regex and search_regex were continuing to feed characters | Kaz Kylheku | 2014-03-09 | 1 | -0/+21 |
* | Version 85.txr-85 | Kaz Kylheku | 2014-03-08 | 1 | -0/+14 |
* | * txr.1: Added missing documentation for @(forget)/@(local). | Kaz Kylheku | 2014-03-08 | 1 | -0/+4 |
* | * rand.c (rand_init): Oops! Spectacular silliness here | Kaz Kylheku | 2014-03-08 | 1 | -0/+8 |
* | * match.c (LOG_MATCH, LOG_MISMATCH): Wouldn't you know it; | Kaz Kylheku | 2014-03-07 | 1 | -0/+9 |
* | Version 84.txr-84 | Kaz Kylheku | 2014-03-07 | 1 | -0/+14 |
* | * lib.c (upop): New function. | Kaz Kylheku | 2014-03-07 | 1 | -0/+16 |
* | * lib.c (assert_s): New global variable. | Kaz Kylheku | 2014-03-06 | 1 | -0/+16 |
* | * match.c: (v_next): Set the "curfile" in the context to "env" when | Kaz Kylheku | 2014-03-06 | 1 | -0/+7 |
* | * eval.c (apply_intrinsic, lazy_mapcar): Changed linkage to external. | Kaz Kylheku | 2014-03-06 | 1 | -0/+15 |
* | * match.c (match_files): Fix it again. The data (nil) | Kaz Kylheku | 2014-03-06 | 1 | -0/+5 |
* | g++ regressions. | Kaz Kylheku | 2014-03-06 | 1 | -0/+12 |
* | * txr.c (txr_main): Don't push back arg into arg_list if arg is nil. | Kaz Kylheku | 2014-03-05 | 1 | -0/+4 |
* | Fixing regression caused by the 2014-02-19 change ("Fixed long-running | Kaz Kylheku | 2014-03-05 | 1 | -0/+16 |
* | * stream.c (vformat): Fix broken parsing of parameteric width and | Kaz Kylheku | 2014-03-05 | 1 | -0/+13 |
* | * stream.c (put_line): Default string argument to empty string. | Kaz Kylheku | 2014-03-05 | 1 | -0/+8 |
* | * arith.c (logten): New function. | Kaz Kylheku | 2014-03-04 | 1 | -0/+10 |
* | * parser.l: Allowing ^ to be a quote character, and adjusting definition | Kaz Kylheku | 2014-03-03 | 1 | -0/+32 |
* | * Makefile (lex.yy.c): Remove lex.yy.c before trying to regenerate it. | Kaz Kylheku | 2014-03-02 | 1 | -0/+7 |
* | * txr.1: Incorporating more corrections from Roman Mishin. | Kaz Kylheku | 2014-03-02 | 1 | -0/+4 |
* | * eval.c (make_env_intrinsic): New static function. | Kaz Kylheku | 2014-03-02 | 1 | -0/+7 |
* | Version 83txr-83 | Kaz Kylheku | 2014-03-02 | 1 | -0/+14 |
* | * eval.c (expand): Bugfix. When processing a defvar, should mark | Kaz Kylheku | 2014-03-02 | 1 | -0/+7 |
* | * parser.y (unquotes_occur): Fix use of unquote_s rather than sys_unquote_s | Kaz Kylheku | 2014-03-02 | 1 | -0/+10 |
* | * genvim.txr: Skip lines that contain system_package. | Kaz Kylheku | 2014-03-02 | 1 | -0/+6 |
* | Bugfix: catenated stream objects not hooked into garbage collector, | Kaz Kylheku | 2014-03-02 | 1 | -0/+8 |
* | New quasiquote idea: let's have two quasiquote macros sharing one | Kaz Kylheku | 2014-03-01 | 1 | -0/+35 |
* | * configure: changed numerous "if ! conftest" tests to "if conftest", | Kaz Kylheku | 2014-03-01 | 1 | -0/+5 |
* | * configure (conftest, conftest_o): New functions | Kaz Kylheku | 2014-03-01 | 1 | -0/+7 |
* | * tests/011/special-1.txr: Add some coverage for evaluation | Kaz Kylheku | 2014-03-01 | 1 | -0/+7 |
* | * eval.c (expand_qquote): Another bugfix: not recognizing a trailing | Kaz Kylheku | 2014-03-01 | 1 | -0/+7 |
* | * eval.c (lookup_sym_lisp1): Bugfix: wasn't following the dynamic | Kaz Kylheku | 2014-03-01 | 1 | -0/+6 |
* | * Makefile: Use target-specific assignment | Kaz Kylheku | 2014-02-28 | 1 | -0/+6 |
* | * eval.c (self_evaluating_p, maybe_quote): New functions. | Kaz Kylheku | 2014-02-28 | 1 | -0/+6 |
* | * tests/011/mandel.expected: New file. | Kaz Kylheku | 2014-02-28 | 1 | -0/+6 |
* | Turn *gensym-counter* into proper special variable. | Kaz Kylheku | 2014-02-28 | 1 | -0/+19 |
* | Change in the design of how special variables work, to fix the broken | Kaz Kylheku | 2014-02-28 | 1 | -0/+110 |
* | * eval.c (op_defvar): Remove the same-named symbol macro when a | Kaz Kylheku | 2014-02-28 | 1 | -0/+13 |
* | * eval.c (expand_qquote): Fix broken '(,x . ,y) case, which | Kaz Kylheku | 2014-02-28 | 1 | -0/+9 |