| Commit message (Expand) | Author | Age | Files | Lines |
* | * txr.1: Improved documentation for the dwim operator. | Kaz Kylheku | 2014-02-27 | 1 | -12/+28 |
* | differently, not different. | Kaz Kylheku | 2014-02-27 | 1 | -1/+1 |
* | Fix naked backslashes to \e. I could have sworn I did this recently. | Kaz Kylheku | 2014-02-27 | 1 | -18/+18 |
* | Typos. | Kaz Kylheku | 2014-02-27 | 1 | -2/+2 |
* | Version 82.txr-82 | Kaz Kylheku | 2014-02-27 | 1 | -4/+18 |
* | * txr.1: Typos, grammar and formatting fixes mailed in | Kaz Kylheku | 2014-02-27 | 1 | -11/+11 |
* | * lib.c (copy): New function. | Kaz Kylheku | 2014-02-27 | 1 | -1/+27 |
* | Make note of a recent change in semantics affecting mapcar over strings. | Kaz Kylheku | 2014-02-27 | 1 | -4/+10 |
* | Capitalization of TXR. | Kaz Kylheku | 2014-02-27 | 1 | -1/+1 |
* | * eval.c (gun_s): New global variable. | Kaz Kylheku | 2014-02-26 | 1 | -1/+30 |
* | Converting expander special case code transformations into | Kaz Kylheku | 2014-02-26 | 1 | -15/+41 |
* | Version 81txr-81 | Kaz Kylheku | 2014-02-26 | 1 | -2/+2 |
* | * lib.c (obj_init): Revert qquote, unquote and splice | Kaz Kylheku | 2014-02-25 | 1 | -19/+27 |
* | * eval.c (eval_init): Intern symlink_wrap, link_wrap, readlink_wrap. | Kaz Kylheku | 2014-02-24 | 1 | -0/+36 |
* | * eval.c (eval_init): Register forgotten s_ifsock variable. | Kaz Kylheku | 2014-02-24 | 1 | -4/+140 |
* | * parser.l: Support octal and binary numbers. | Kaz Kylheku | 2014-02-24 | 1 | -0/+9 |
* | Symbol macros. | Kaz Kylheku | 2014-02-24 | 1 | -9/+65 |
* | * txr.1: Document quasiquote operator syntax. | Kaz Kylheku | 2014-02-23 | 1 | -2/+147 |
* | * eval.c (symbol_function): Retrieve the global macro binding if the | Kaz Kylheku | 2014-02-22 | 1 | -9/+26 |
* | * eval.c (prinl, pprinl): New functions. | Kaz Kylheku | 2014-02-22 | 1 | -4/+11 |
* | * parser.y: Allow the (. expr) syntax to denote expr. | Kaz Kylheku | 2014-02-22 | 1 | -0/+27 |
* | * eval.c (eval_intrinsic): We don't need to make an environment | Kaz Kylheku | 2014-02-22 | 1 | -3/+105 |
* | Implementing special variables with local overriding. | Kaz Kylheku | 2014-02-21 | 1 | -13/+62 |
* | * eval.c (macro_form_p, macroexpand_1, macroexpand): New static | Kaz Kylheku | 2014-02-20 | 1 | -0/+40 |
* | Fixing a long-running issue in the TXR pattern language: premature | Kaz Kylheku | 2014-02-19 | 1 | -7/+7 |
* | * eval.c (env_hash): new function. | Kaz Kylheku | 2014-02-18 | 1 | -0/+43 |
* | The mode argument in some stream-opening functions becomes optional. | Kaz Kylheku | 2014-02-18 | 1 | -14/+19 |
* | * stream.c (open_tail): Fix 2013-12-02 regression: | Kaz Kylheku | 2014-02-18 | 1 | -3/+10 |
* | Typos. | Kaz Kylheku | 2014-02-18 | 1 | -2/+2 |
* | Version 80txr-80 | Kaz Kylheku | 2014-02-17 | 1 | -2/+2 |
* | * eval.c (eval_init): Register gensym function as the gensym | Kaz Kylheku | 2014-02-17 | 1 | -0/+29 |
* | * eval.c (op_tree_case): Removed superfluous handling of | Kaz Kylheku | 2014-02-16 | 1 | -3/+8 |
* | New destructuring operators. | Kaz Kylheku | 2014-02-16 | 1 | -0/+66 |
* | * eval.c (bind_macro_params): Bugfix: the :whole parameter must | Kaz Kylheku | 2014-02-15 | 1 | -2/+167 |
* | A trivial change in the UTF-8 decoder allows TXR to handle null bytes | Kaz Kylheku | 2014-02-15 | 1 | -1/+8 |
* | * eval.c (eval_init): Registered hash_update_1 as intrinsic. | Kaz Kylheku | 2014-02-14 | 1 | -1/+25 |
* | Different approach: optional arguments on hash-isec and hash-uni allow | Kaz Kylheku | 2014-02-14 | 1 | -18/+12 |
* | * eval.c (eval_init): Register hash_guni and hash_gisec as intrinsics. | Kaz Kylheku | 2014-02-14 | 1 | -5/+18 |
* | * eval.c (eval_init): Register inhash as intrinsic. | Kaz Kylheku | 2014-02-14 | 1 | -0/+38 |
* | * hash.c (hash_equal_op, hash_hash_op): New static functions. | Kaz Kylheku | 2014-02-12 | 1 | -12/+25 |
* | * eval.c (eval_init): Register new functions posqual, posql, | Kaz Kylheku | 2014-02-11 | 1 | -0/+62 |
* | * eval.c (eval_init): Turn a require argument into an optional | Kaz Kylheku | 2014-02-11 | 1 | -4/+5 |
* | Version 79txr-79 | Kaz Kylheku | 2014-02-11 | 1 | -2/+2 |
* | * combi.c (comb_hash_while_fun, comb_hash_gen_fun, comb_hash): New | Kaz Kylheku | 2014-02-11 | 1 | -6/+8 |
* | Relaxed behavior: don't throw errors for impossible permutations, | Kaz Kylheku | 2014-02-10 | 1 | -29/+37 |
* | * eval.c (rcomb_while_fun, rcomb_gen_fun_common, | Kaz Kylheku | 2014-02-10 | 1 | -3/+29 |
* | * eval.c (rperm, perm_str): Just in case, return a mutable empty | Kaz Kylheku | 2014-02-10 | 1 | -0/+26 |
* | * eval.c (rperm_list, rperm_vec, rperm_str): n variable renamed | Kaz Kylheku | 2014-02-09 | 1 | -5/+36 |
* | * eval.c (nperm_while_fun, nperm_gen_fun, nperm_list, | Kaz Kylheku | 2014-02-07 | 1 | -0/+36 |
* | Version 78.txr-78 | Kaz Kylheku | 2014-02-06 | 1 | -2/+2 |