| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * utf8.c (w_fopen, w_popen, w_freopen, w_remove, w_rename): We | Kaz Kylheku | 2014-03-14 | 2 | -0/+26 |
* | * stream.c (run): Fix MinGW build failures. The run function doesn't | Kaz Kylheku | 2014-03-14 | 2 | -1/+6 |
* | * eval.c (eval_init): Make seed argument optional in make-random-state. | Kaz Kylheku | 2014-03-14 | 4 | -9/+52 |
* | * parser.y: nuke tabs. | Kaz Kylheku | 2014-03-13 | 1 | -9/+9 |
* | Implementing @(if)/@(elif)/@(else) in the pattern language. | Kaz Kylheku | 2014-03-13 | 6 | -16/+173 |
* | * txr.vim: Update. | Kaz Kylheku | 2014-03-13 | 1 | -36/+37 |
* | On platforms with sigaltstack, TXR programs can now catch the | Kaz Kylheku | 2014-03-13 | 5 | -1/+141 |
* | * stream.c (open_process): If execvp fails, use errno as the | Kaz Kylheku | 2014-03-13 | 3 | -5/+118 |
* | * lib.c (iffi): Bugfix: was still using incorrect, outdated optional | Kaz Kylheku | 2014-03-12 | 2 | -2/+6 |
* | * eval.c (plus_s, prof_s): New symbol global variables. | Kaz Kylheku | 2014-03-12 | 10 | -60/+223 |
* | * configure: new test for fcntl. | Kaz Kylheku | 2014-03-11 | 3 | -1/+48 |
* | * stream.c (open_process): In the event of fdopen failure, | Kaz Kylheku | 2014-03-11 | 2 | -1/+12 |
* | * eval.c (eval_init): Registration of url_encode and url_decode | Kaz Kylheku | 2014-03-11 | 6 | -82/+282 |
* | * stream.c (open_process): Close the original pipe file descriptor | Kaz Kylheku | 2014-03-11 | 2 | -0/+10 |
* | * stream.c (pipe_close): Restructured the function a bit. | Kaz Kylheku | 2014-03-10 | 3 | -22/+51 |
* | * match.c (v_trailer): Fix segfault. The code which | Kaz Kylheku | 2014-03-09 | 2 | -1/+8 |
* | * parser.l: Syntactic tweak. Do not allow the "extra" | Kaz Kylheku | 2014-03-09 | 2 | -2/+10 |
* | * lib.c (lazy_sub_str): Bugfix: "from" was mistakenly used | Kaz Kylheku | 2014-03-09 | 3 | -2/+10 |
* | Fixing broken processing of horizontal matching across | Kaz Kylheku | 2014-03-09 | 2 | -2/+24 |
* | Issue: match_regex and search_regex were continuing to feed characters | Kaz Kylheku | 2014-03-09 | 2 | -20/+65 |
* | Version 85.txr-85 | Kaz Kylheku | 2014-03-08 | 5 | -4/+30 |
* | * genvim.txr: Handle variable definition without embedded intern. | Kaz Kylheku | 2014-03-08 | 1 | -0/+3 |
* | * txr.1: Added missing documentation for @(forget)/@(local). | Kaz Kylheku | 2014-03-08 | 2 | -0/+77 |
* | * rand.c (rand_init): Oops! Spectacular silliness here | Kaz Kylheku | 2014-03-08 | 2 | -3/+10 |
* | * match.c (LOG_MATCH, LOG_MISMATCH): Wouldn't you know it; | Kaz Kylheku | 2014-03-07 | 2 | -2/+11 |
* | Version 84.txr-84 | Kaz Kylheku | 2014-03-07 | 6 | -17/+83 |
* | * lib.c (upop): New function. | Kaz Kylheku | 2014-03-07 | 4 | -8/+31 |
* | * lib.c (assert_s): New global variable. | Kaz Kylheku | 2014-03-06 | 6 | -11/+148 |
* | * match.c: (v_next): Set the "curfile" in the context to "env" when | Kaz Kylheku | 2014-03-06 | 2 | -1/+9 |
* | * eval.c (apply_intrinsic, lazy_mapcar): Changed linkage to external. | Kaz Kylheku | 2014-03-06 | 7 | -75/+161 |
* | * match.c (match_files): Fix it again. The data (nil) | Kaz Kylheku | 2014-03-06 | 2 | -1/+6 |
* | g++ regressions. | Kaz Kylheku | 2014-03-06 | 4 | -4/+16 |
* | * txr.c (txr_main): Don't push back arg into arg_list if arg is nil. | Kaz Kylheku | 2014-03-05 | 2 | -2/+8 |
* | Fixing regression caused by the 2014-02-19 change ("Fixed long-running | Kaz Kylheku | 2014-03-05 | 2 | -2/+24 |
* | * stream.c (vformat): Fix broken parsing of parameteric width and | Kaz Kylheku | 2014-03-05 | 3 | -47/+84 |
* | * stream.c (put_line): Default string argument to empty string. | Kaz Kylheku | 2014-03-05 | 3 | -4/+13 |
* | * arith.c (logten): New function. | Kaz Kylheku | 2014-03-04 | 5 | -1/+22 |
* | * parser.l: Allowing ^ to be a quote character, and adjusting definition | Kaz Kylheku | 2014-03-03 | 12 | -225/+257 |
* | Fix bad .TP syntax. | Kaz Kylheku | 2014-03-03 | 1 | -3/+7 |
* | * Makefile (lex.yy.c): Remove lex.yy.c before trying to regenerate it. | Kaz Kylheku | 2014-03-02 | 2 | -1/+10 |
* | * txr.1: Incorporating more corrections from Roman Mishin. | Kaz Kylheku | 2014-03-02 | 2 | -39/+35 |
* | * eval.c (make_env_intrinsic): New static function. | Kaz Kylheku | 2014-03-02 | 3 | -0/+65 |
* | Version 83txr-83 | Kaz Kylheku | 2014-03-02 | 6 | -8/+57 |
* | * eval.c (expand): Bugfix. When processing a defvar, should mark | Kaz Kylheku | 2014-03-02 | 2 | -0/+9 |
* | * parser.y (unquotes_occur): Fix use of unquote_s rather than sys_unquote_s | Kaz Kylheku | 2014-03-02 | 3 | -2/+13 |
* | * genvim.txr: Skip lines that contain system_package. | Kaz Kylheku | 2014-03-02 | 3 | -135/+147 |
* | Bugfix: catenated stream objects not hooked into garbage collector, | Kaz Kylheku | 2014-03-02 | 2 | -1/+15 |
* | New quasiquote idea: let's have two quasiquote macros sharing one | Kaz Kylheku | 2014-03-01 | 6 | -66/+148 |
* | * configure: changed numerous "if ! conftest" tests to "if conftest", | Kaz Kylheku | 2014-03-01 | 2 | -66/+72 |
* | * configure (conftest, conftest_o): New functions | Kaz Kylheku | 2014-03-01 | 2 | -71/+69 |