summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * arith.c (int_flo): Fix non-handling of negative values.Kaz Kylheku2014-03-192-4/+8
* * arith.c (tofloat, toint): New functions.Kaz Kylheku2014-03-195-0/+91
* ChangeLog: fix wrong date in entry for Version 86.Kaz Kylheku2014-03-191-1/+1
* Version 86.txr-86Kaz Kylheku2014-03-166-6/+89
* * stream.c (win_make_cmdline): I think I cracked the code ofKaz Kylheku2014-03-162-1/+16
* * configure: Detect _wspawn* functions.Kaz Kylheku2014-03-163-0/+51
* Document that leading whitespace before a backslash lineKaz Kylheku2014-03-151-2/+15
* * parser.l: Bugfix. When handling a backslash-newline continuationKaz Kylheku2014-03-155-11/+36
* * parser.y (text): Allow the EMPTY token (the @(empty) syntax)Kaz Kylheku2014-03-153-1/+14
* * parser.l (regex_parse, lisp_parse): Fix neglected handling ofKaz Kylheku2014-03-143-2/+14
* * utf8.c (w_fopen, w_popen, w_freopen, w_remove, w_rename): WeKaz Kylheku2014-03-142-0/+26
* * stream.c (run): Fix MinGW build failures. The run function doesn'tKaz Kylheku2014-03-142-1/+6
* * eval.c (eval_init): Make seed argument optional in make-random-state.Kaz Kylheku2014-03-144-9/+52
* * parser.y: nuke tabs.Kaz Kylheku2014-03-131-9/+9
* Implementing @(if)/@(elif)/@(else) in the pattern language.Kaz Kylheku2014-03-136-16/+173
* * txr.vim: Update.Kaz Kylheku2014-03-131-36/+37
* On platforms with sigaltstack, TXR programs can now catch theKaz Kylheku2014-03-135-1/+141
* * stream.c (open_process): If execvp fails, use errno as theKaz Kylheku2014-03-133-5/+118
* * lib.c (iffi): Bugfix: was still using incorrect, outdated optionalKaz Kylheku2014-03-122-2/+6
* * eval.c (plus_s, prof_s): New symbol global variables.Kaz Kylheku2014-03-1210-60/+223
* * configure: new test for fcntl.Kaz Kylheku2014-03-113-1/+48
* * stream.c (open_process): In the event of fdopen failure,Kaz Kylheku2014-03-112-1/+12
* * eval.c (eval_init): Registration of url_encode and url_decodeKaz Kylheku2014-03-116-82/+282
* * stream.c (open_process): Close the original pipe file descriptorKaz Kylheku2014-03-112-0/+10
* * stream.c (pipe_close): Restructured the function a bit.Kaz Kylheku2014-03-103-22/+51
* * match.c (v_trailer): Fix segfault. The code whichKaz Kylheku2014-03-092-1/+8
* * parser.l: Syntactic tweak. Do not allow the "extra"Kaz Kylheku2014-03-092-2/+10
* * lib.c (lazy_sub_str): Bugfix: "from" was mistakenly usedKaz Kylheku2014-03-093-2/+10
* Fixing broken processing of horizontal matching acrossKaz Kylheku2014-03-092-2/+24
* Issue: match_regex and search_regex were continuing to feed charactersKaz Kylheku2014-03-092-20/+65
* Version 85.txr-85Kaz Kylheku2014-03-085-4/+30
* * genvim.txr: Handle variable definition without embedded intern.Kaz Kylheku2014-03-081-0/+3
* * txr.1: Added missing documentation for @(forget)/@(local).Kaz Kylheku2014-03-082-0/+77
* * rand.c (rand_init): Oops! Spectacular silliness hereKaz Kylheku2014-03-082-3/+10
* * match.c (LOG_MATCH, LOG_MISMATCH): Wouldn't you know it;Kaz Kylheku2014-03-072-2/+11
* Version 84.txr-84Kaz Kylheku2014-03-076-17/+83
* * lib.c (upop): New function.Kaz Kylheku2014-03-074-8/+31
* * lib.c (assert_s): New global variable.Kaz Kylheku2014-03-066-11/+148
* * match.c: (v_next): Set the "curfile" in the context to "env" whenKaz Kylheku2014-03-062-1/+9
* * eval.c (apply_intrinsic, lazy_mapcar): Changed linkage to external.Kaz Kylheku2014-03-067-75/+161
* * match.c (match_files): Fix it again. The data (nil)Kaz Kylheku2014-03-062-1/+6
* g++ regressions.Kaz Kylheku2014-03-064-4/+16
* * txr.c (txr_main): Don't push back arg into arg_list if arg is nil.Kaz Kylheku2014-03-052-2/+8
* Fixing regression caused by the 2014-02-19 change ("Fixed long-runningKaz Kylheku2014-03-052-2/+24
* * stream.c (vformat): Fix broken parsing of parameteric width andKaz Kylheku2014-03-053-47/+84
* * stream.c (put_line): Default string argument to empty string.Kaz Kylheku2014-03-053-4/+13
* * arith.c (logten): New function.Kaz Kylheku2014-03-045-1/+22
* * parser.l: Allowing ^ to be a quote character, and adjusting definitionKaz Kylheku2014-03-0312-225/+257
* Fix bad .TP syntax.Kaz Kylheku2014-03-031-3/+7
* * Makefile (lex.yy.c): Remove lex.yy.c before trying to regenerate it.Kaz Kylheku2014-03-022-1/+10