| Commit message (Expand) | Author | Age | Files | Lines |
* | C++ upkeep: conversions, clashes, warnings. | Kaz Kylheku | 2015-08-07 | 1 | -0/+11 |
* | C++ static forward issue. | Kaz Kylheku | 2015-08-07 | 1 | -0/+10 |
* | C++ upkeep: resolve multiple definitions of fun_k. | Kaz Kylheku | 2015-08-07 | 1 | -0/+17 |
* | * Makefile (SRCS): When top_srcdir is blank, elide the entire | Kaz Kylheku | 2015-08-07 | 1 | -0/+6 |
* | * stream.c: Include <wctype.h> header for iswprint. | Kaz Kylheku | 2015-08-07 | 1 | -0/+5 |
* | * sysif.c (w_lstat): If we don't have S_IFLINK, implement | Kaz Kylheku | 2015-08-07 | 1 | -0/+5 |
* | Change to different exception for debugger quit. | Kaz Kylheku | 2015-08-07 | 1 | -0/+8 |
* | * debug.c (help): Rearrange menu. Show missing quit command. | Kaz Kylheku | 2015-08-06 | 1 | -0/+4 |
* | Suppress debug stepping into auto-loaded library code. | Kaz Kylheku | 2015-08-06 | 1 | -0/+23 |
* | * txr.c (txr_main): Bugfix: debugger long option nonfunctional. | Kaz Kylheku | 2015-08-06 | 1 | -0/+4 |
* | Better diagnosis for loose @ forms. | Kaz Kylheku | 2015-08-06 | 1 | -0/+15 |
* | New filesystem object testing functions. | Kaz Kylheku | 2015-08-05 | 1 | -0/+12 |
* | Adding support for uid and gid manipulation. | Kaz Kylheku | 2015-08-05 | 1 | -0/+14 |
* | New exception type: system-error. | Kaz Kylheku | 2015-08-05 | 1 | -0/+9 |
* | * stream.c (stream_init): Register get-indent-mode, set-indent-mode, | Kaz Kylheku | 2015-08-05 | 1 | -0/+9 |
* | * stream.c (width_check): Just use the public | Kaz Kylheku | 2015-08-05 | 1 | -0/+6 |
* | Better diagnostic in funcall family of functions. | Kaz Kylheku | 2015-08-05 | 1 | -0/+8 |
* | * eval.c (do_eval): Bugfix: though last_form_evaled is | Kaz Kylheku | 2015-08-05 | 1 | -0/+6 |
* | * eval.c (bind_args): Use new ~! for proper indentation | Kaz Kylheku | 2015-08-04 | 1 | -0/+8 |
* | * stream.c (put_string): In indent mode, put_string has | Kaz Kylheku | 2015-08-04 | 1 | -0/+9 |
* | * stream.c (vformat): Implement ~! format directive for indentation. | Kaz Kylheku | 2015-08-04 | 1 | -0/+8 |
* | * stream.c (put_string, put_char): Do not put out the indentation | Kaz Kylheku | 2015-08-04 | 1 | -0/+6 |
* | * stream.c (inc_indent): If a negative indentation increment goes below | Kaz Kylheku | 2015-08-04 | 1 | -0/+6 |
* | * stream.c (vormat): Bugfix: when width specified as * | Kaz Kylheku | 2015-08-04 | 1 | -0/+7 |
* | * stream.c (string_out_put_string): Do not return nil when | Kaz Kylheku | 2015-08-04 | 1 | -0/+5 |
* | Remove useless return values and checks. | Kaz Kylheku | 2015-08-04 | 1 | -0/+17 |
* | * eval.c (func_get_name): New function. | Kaz Kylheku | 2015-08-04 | 1 | -0/+13 |
* | * eval.c (force): Default the new second argument of source_loc_str. | Kaz Kylheku | 2015-08-04 | 1 | -0/+20 |
* | * hash.c (hash_revget): New function. | Kaz Kylheku | 2015-08-04 | 1 | -0/+10 |
* | * stream.c (indent_mode_put_string): Function removed, | Kaz Kylheku | 2015-08-04 | 1 | -0/+8 |
* | Define TXR_DBG macro when compiling debug build. | Kaz Kylheku | 2015-08-03 | 1 | -0/+11 |
* | Custom linker flags support. | Christopher Meng | 2015-08-03 | 1 | -0/+14 |
* | Switching some globals to lexical and changing some names. | Kaz Kylheku | 2015-08-03 | 1 | -0/+50 |
* | * txr.c (txr_main): Bugfix: register *args-full*, the variable | Kaz Kylheku | 2015-08-03 | 1 | -0/+6 |
* | Introducing global lexicals: defvarl, defparml. | Kaz Kylheku | 2015-08-03 | 1 | -0/+23 |
* | Support lstat and fstat. | Kaz Kylheku | 2015-08-02 | 1 | -0/+17 |
* | Pass pretty flag to cobj print operation. | Kaz Kylheku | 2015-08-01 | 1 | -0/+23 |
* | * eval.c (special_p): Function renamed to special_var_p. | Kaz Kylheku | 2015-08-01 | 1 | -0/+9 |
* | Big TXR Lisp documentation rearrangement. | Kaz Kylheku | 2015-08-01 | 1 | -0/+7 |
* | string_output renamed to string_out | Kaz Kylheku | 2015-07-31 | 1 | -0/+9 |
* | Simplify type check code in stream module. | Kaz Kylheku | 2015-07-31 | 1 | -0/+17 |
* | Multi-line, indented printing of structure. | Kaz Kylheku | 2015-07-31 | 1 | -0/+46 |
* | * filter.c, utf8.c: Fix bad indentation introduced in whitespace | Kaz Kylheku | 2015-07-30 | 1 | -0/+5 |
* | Correction to COBJ initialization pattern. | Kaz Kylheku | 2015-07-30 | 1 | -0/+15 |
* | * HACKING: Restore accidentally deleted document title. | Kaz Kylheku | 2015-07-30 | 1 | -0/+4 |
* | Deriving streams from the same base, so | Kaz Kylheku | 2015-07-29 | 1 | -0/+51 |
* | * gc.c (finalize): Null out cobj handle after calling the | Kaz Kylheku | 2015-07-29 | 1 | -0/+5 |
* | * stream.c (common_destroy): Function removed. | Kaz Kylheku | 2015-07-29 | 1 | -0/+5 |
* | * stream.c: Rearranging definitions and declarations so that | Kaz Kylheku | 2015-07-29 | 1 | -0/+7 |
* | Centered fields in format. | Kaz Kylheku | 2015-07-28 | 1 | -0/+14 |