summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use new pushback token priming for single regex parse.Kaz Kylheku2015-08-124-21/+38
* Fix regression in string field formatting.Kaz Kylheku2015-08-121-4/+0
* Revision to .. syntax.Kaz Kylheku2015-08-122-31/+18
* Crafting a better parser-priming hack.Kaz Kylheku2015-08-129-41/+97
* Catenated stream reads must not close last stream.Kaz Kylheku2015-08-121-6/+9
* Diagnose ambiguous floats like (a b).4 and x.y.5Kaz Kylheku2015-08-101-0/+30
* Dot with no whitespace generates qref syntax.Kaz Kylheku2015-08-105-6/+71
* Count East Asian Wide and Full Fidth chars as two columns.Kaz Kylheku2015-08-104-7/+74
* Handle abc: token syntax.Kaz Kylheku2015-08-101-2/+2
* Diagnose bad consing dot syntax like (a . b . c).Kaz Kylheku2015-08-104-9/+27
* Remove never-used member of symbol structure.Kaz Kylheku2015-08-093-3/+0
* Discontinuing ChangeLog.Kaz Kylheku2015-08-081-0/+8
* Version 111.txr-111Kaz Kylheku2015-08-087-210/+311
* C++ upkeep: conversions, clashes, warnings.Kaz Kylheku2015-08-074-5/+16
* C++ static forward issue.Kaz Kylheku2015-08-073-3/+21
* C++ upkeep: resolve multiple definitions of fun_k.Kaz Kylheku2015-08-076-7/+23
* * Makefile (SRCS): When top_srcdir is blank, elide the entireKaz Kylheku2015-08-072-1/+8
* * stream.c: Include <wctype.h> header for iswprint.Kaz Kylheku2015-08-072-0/+6
* * sysif.c (w_lstat): If we don't have S_IFLINK, implementKaz Kylheku2015-08-072-0/+9
* Change to different exception for debugger quit.Kaz Kylheku2015-08-072-1/+12
* * debug.c (help): Rearrange menu. Show missing quit command.Kaz Kylheku2015-08-062-3/+6
* Suppress debug stepping into auto-loaded library code.Kaz Kylheku2015-08-067-8/+86
* * txr.c (txr_main): Bugfix: debugger long option nonfunctional.Kaz Kylheku2015-08-062-1/+5
* Better diagnosis for loose @ forms.Kaz Kylheku2015-08-063-4/+27
* * txr.1: Formatting issue in in-line code block under giterate.Kaz Kylheku2015-08-051-1/+1
* * txr.1: pppred formatting problem.Kaz Kylheku2015-08-051-1/+1
* New filesystem object testing functions.Kaz Kylheku2015-08-054-0/+339
* Adding support for uid and gid manipulation.Kaz Kylheku2015-08-054-0/+187
* New exception type: system-error.Kaz Kylheku2015-08-054-0/+13
* * stream.c (stream_init): Register get-indent-mode, set-indent-mode,Kaz Kylheku2015-08-053-1/+163
* * stream.c (width_check): Just use the publicKaz Kylheku2015-08-052-11/+10
* Better diagnostic in funcall family of functions.Kaz Kylheku2015-08-052-5/+22
* * eval.c (do_eval): Bugfix: though last_form_evaled isKaz Kylheku2015-08-052-0/+7
* * eval.c (bind_args): Use new ~! for proper indentationKaz Kylheku2015-08-043-9/+17
* * stream.c (put_string): In indent mode, put_string hasKaz Kylheku2015-08-042-6/+16
* * stream.c (vformat): Implement ~! format directive for indentation.Kaz Kylheku2015-08-043-10/+80
* * stream.c (put_string, put_char): Do not put out the indentationKaz Kylheku2015-08-042-2/+19
* * stream.c (inc_indent): If a negative indentation increment goes belowKaz Kylheku2015-08-042-0/+10
* * stream.c (vormat): Bugfix: when width specified as *Kaz Kylheku2015-08-042-1/+8
* * stream.c (string_out_put_string): Do not return nil whenKaz Kylheku2015-08-042-2/+9
* Remove useless return values and checks.Kaz Kylheku2015-08-043-78/+63
* * eval.c (func_get_name): New function.Kaz Kylheku2015-08-044-7/+84
* * eval.c (force): Default the new second argument of source_loc_str.Kaz Kylheku2015-08-047-22/+47
* * hash.c (hash_revget): New function.Kaz Kylheku2015-08-045-0/+72
* * stream.c (indent_mode_put_string): Function removed,Kaz Kylheku2015-08-043-64/+59
* Define TXR_DBG macro when compiling debug build.Kaz Kylheku2015-08-033-3/+22
* Custom linker flags support.Christopher Meng2015-08-033-5/+27
* Switching some globals to lexical and changing some names.Kaz Kylheku2015-08-0313-158/+240
* * txr.c (txr_main): Bugfix: register *args-full*, the variableKaz Kylheku2015-08-032-0/+7
* Introducing global lexicals: defvarl, defparml.Kaz Kylheku2015-08-033-19/+102