| Commit message (Expand) | Author | Age | Files | Lines |
* | Detect alloca. | Kaz Kylheku | 2015-08-15 | 1 | -0/+27 |
* | Minor dependency fix in Makefile. | Kaz Kylheku | 2015-08-15 | 1 | -3/+6 |
* | Whitespace. | Kaz Kylheku | 2015-08-15 | 1 | -1/+1 |
* | Remove include guards from MPI headers. | Kaz Kylheku | 2015-08-15 | 2 | -12/+0 |
* | Allow slashes in regex passed to regex-parse. | Kaz Kylheku | 2015-08-15 | 2 | -19/+47 |
* | Regenerate parser and scanner if config changes. | Kaz Kylheku | 2015-08-15 | 1 | -3/+3 |
* | Get Berkeley Yacc port of the parser working again. | Kaz Kylheku | 2015-08-14 | 1 | -0/+7 |
* | Formatting fix under clamp function. | Kaz Kylheku | 2015-08-14 | 1 | -1/+1 |
* | Version 112.txr-112 | Kaz Kylheku | 2015-08-14 | 6 | -370/+423 |
* | Fix TEXT macro clash on Windows. | Kaz Kylheku | 2015-08-14 | 1 | -0/+1 |
* | Remove unwanted yyparse declaration from y.tab.h. | Kaz Kylheku | 2015-08-14 | 2 | -1/+9 |
* | Word splices not quite on board with consing dot handling. | Kaz Kylheku | 2015-08-14 | 1 | -2/+2 |
* | New function, clamp. | Kaz Kylheku | 2015-08-13 | 4 | -0/+45 |
* | Observe display width in format. | Kaz Kylheku | 2015-08-13 | 2 | -9/+59 |
* | Print object readably in class mismatch error. | Kaz Kylheku | 2015-08-13 | 1 | -1/+1 |
* | New display-width function. | Kaz Kylheku | 2015-08-13 | 4 | -0/+51 |
* | Floating-point constant tightening. | Kaz Kylheku | 2015-08-12 | 2 | -11/+12 |
* | Improvement in hash bang code. | Kaz Kylheku | 2015-08-12 | 1 | -6/+3 |
* | Use new pushback token priming for single regex parse. | Kaz Kylheku | 2015-08-12 | 4 | -21/+38 |
* | Fix regression in string field formatting. | Kaz Kylheku | 2015-08-12 | 1 | -4/+0 |
* | Revision to .. syntax. | Kaz Kylheku | 2015-08-12 | 2 | -31/+18 |
* | Crafting a better parser-priming hack. | Kaz Kylheku | 2015-08-12 | 9 | -41/+97 |
* | Catenated stream reads must not close last stream. | Kaz Kylheku | 2015-08-12 | 1 | -6/+9 |
* | Diagnose ambiguous floats like (a b).4 and x.y.5 | Kaz Kylheku | 2015-08-10 | 1 | -0/+30 |
* | Dot with no whitespace generates qref syntax. | Kaz Kylheku | 2015-08-10 | 5 | -6/+71 |
* | Count East Asian Wide and Full Fidth chars as two columns. | Kaz Kylheku | 2015-08-10 | 4 | -7/+74 |
* | Handle abc: token syntax. | Kaz Kylheku | 2015-08-10 | 1 | -2/+2 |
* | Diagnose bad consing dot syntax like (a . b . c). | Kaz Kylheku | 2015-08-10 | 4 | -9/+27 |
* | Remove never-used member of symbol structure. | Kaz Kylheku | 2015-08-09 | 3 | -3/+0 |
* | Discontinuing ChangeLog. | Kaz Kylheku | 2015-08-08 | 1 | -0/+8 |
* | Version 111.txr-111 | Kaz Kylheku | 2015-08-08 | 7 | -210/+311 |
* | C++ upkeep: conversions, clashes, warnings. | Kaz Kylheku | 2015-08-07 | 4 | -5/+16 |
* | C++ static forward issue. | Kaz Kylheku | 2015-08-07 | 3 | -3/+21 |
* | C++ upkeep: resolve multiple definitions of fun_k. | Kaz Kylheku | 2015-08-07 | 6 | -7/+23 |
* | * Makefile (SRCS): When top_srcdir is blank, elide the entire | Kaz Kylheku | 2015-08-07 | 2 | -1/+8 |
* | * stream.c: Include <wctype.h> header for iswprint. | Kaz Kylheku | 2015-08-07 | 2 | -0/+6 |
* | * sysif.c (w_lstat): If we don't have S_IFLINK, implement | Kaz Kylheku | 2015-08-07 | 2 | -0/+9 |
* | Change to different exception for debugger quit. | Kaz Kylheku | 2015-08-07 | 2 | -1/+12 |
* | * debug.c (help): Rearrange menu. Show missing quit command. | Kaz Kylheku | 2015-08-06 | 2 | -3/+6 |
* | Suppress debug stepping into auto-loaded library code. | Kaz Kylheku | 2015-08-06 | 7 | -8/+86 |
* | * txr.c (txr_main): Bugfix: debugger long option nonfunctional. | Kaz Kylheku | 2015-08-06 | 2 | -1/+5 |
* | Better diagnosis for loose @ forms. | Kaz Kylheku | 2015-08-06 | 3 | -4/+27 |
* | * txr.1: Formatting issue in in-line code block under giterate. | Kaz Kylheku | 2015-08-05 | 1 | -1/+1 |
* | * txr.1: pppred formatting problem. | Kaz Kylheku | 2015-08-05 | 1 | -1/+1 |
* | New filesystem object testing functions. | Kaz Kylheku | 2015-08-05 | 4 | -0/+339 |
* | Adding support for uid and gid manipulation. | Kaz Kylheku | 2015-08-05 | 4 | -0/+187 |
* | New exception type: system-error. | Kaz Kylheku | 2015-08-05 | 4 | -0/+13 |
* | * stream.c (stream_init): Register get-indent-mode, set-indent-mode, | Kaz Kylheku | 2015-08-05 | 3 | -1/+163 |
* | * stream.c (width_check): Just use the public | Kaz Kylheku | 2015-08-05 | 2 | -11/+10 |
* | Better diagnostic in funcall family of functions. | Kaz Kylheku | 2015-08-05 | 2 | -5/+22 |