index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
txr.1
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that a hash reorganization doesn't take place
Kaz Kylheku
2014-10-22
1
-0
/
+33
*
* eval.c (eval_init): Register notf intrinsic function.
Kaz Kylheku
2014-10-21
1
-0
/
+17
*
* share/txr/stdlib/txr-case.txr: New file.
Kaz Kylheku
2014-10-21
1
-0
/
+214
*
Source file inclusion implemented: needed for macros.
Kaz Kylheku
2014-10-20
1
-8
/
+51
*
* match.c (dest_bind): Remove the restriction of not allowing
Kaz Kylheku
2014-10-17
1
-0
/
+55
*
Purge stray occurrences of "void *" from code base.
Kaz Kylheku
2014-10-17
1
-0
/
+8
*
* arith.c (gcd): Fix semantics. If either operand is
Kaz Kylheku
2014-10-16
1
-25
/
+50
*
New @(line) and @(chr) directives.
Kaz Kylheku
2014-10-16
1
-0
/
+67
*
* match.c (subst_vars): Fix buggy rendering of TXR Lisp expressions
Kaz Kylheku
2014-10-15
1
-0
/
+15
*
* txr.1: Round of fixes.
Kaz Kylheku
2014-10-13
1
-77
/
+140
*
* eval.c (eval_init): Register greater function as intrinsic.
Kaz Kylheku
2014-10-13
1
-7
/
+39
*
* eval.c (merge_wrap): New static function
Kaz Kylheku
2014-10-12
1
-3
/
+134
*
* eval.c (eval_init): Register chr_isblank and chr_isunisp as
Kaz Kylheku
2014-10-11
1
-0
/
+55
*
Fix 2011-12-03 regression. The freeform directive code
Kaz Kylheku
2014-10-08
1
-12
/
+19
*
Version 99.
txr-99
Kaz Kylheku
2014-10-05
1
-2
/
+2
*
* txr.1: Small fixes.
Kaz Kylheku
2014-10-05
1
-2
/
+2
*
* match.c (h_var): Fix regression introduced in 2014-08-11
Kaz Kylheku
2014-10-03
1
-2
/
+18
*
* genman.txr: Add PayPal donation button.
Kaz Kylheku
2014-09-30
1
-42
/
+52
*
* genman.txr: TXR is now bolded in the title.
Kaz Kylheku
2014-09-30
1
-347
/
+407
*
Version 98.
txr-98
Kaz Kylheku
2014-09-26
1
-2
/
+2
*
* txr.1: Substantially revised with rich troff markup,
Kaz Kylheku
2014-09-26
1
-10024
/
+18923
*
* txr.1: Fix version.
Kaz Kylheku
2014-09-13
1
-1
/
+1
*
* txr.1: Quoting issue, reported by groff.
Kaz Kylheku
2014-09-12
1
-1
/
+1
*
* lib.c (compat_fixup): void return changed to int.
Kaz Kylheku
2014-09-10
1
-0
/
+2
*
* txr.c (help): List new --compat option.
Kaz Kylheku
2014-09-09
1
-0
/
+4
*
* eval.c (eval_init): Register intrinsic partition* function.
Kaz Kylheku
2014-09-09
1
-0
/
+41
*
* eval.c (eval_init): Register intrinsic partition function.
Kaz Kylheku
2014-09-09
1
-0
/
+42
*
* gc.c (MALLOC_DELTA_THRESH): Macro remaned to DFL_MALLOC_DELTA_THRESH.
Kaz Kylheku
2014-09-08
1
-0
/
+58
*
* lib.c (symbol_setname): New static function.
Kaz Kylheku
2014-09-03
1
-13
/
+42
*
* txr.1: Document -C option.
Kaz Kylheku
2014-09-02
1
-0
/
+11
*
* eval.c (eval_init): Update registration of lisp-parse and read
Kaz Kylheku
2014-09-02
1
-4
/
+5
*
* arith.c (arith_init): Register some variables: *flo-dig*,
Kaz Kylheku
2014-09-01
1
-3
/
+37
*
Version 96.
txr-96
Kaz Kylheku
2014-08-14
1
-2
/
+2
*
Fix regression in previous change: we must match a compound text
Kaz Kylheku
2014-08-13
1
-26
/
+20
*
* filter.c (filter_init): Expose the trie-lookup-begin,
Kaz Kylheku
2014-08-09
1
-0
/
+58
*
Bugfix: ret operator does not generate functions
Kaz Kylheku
2014-08-08
1
-1
/
+4
*
Version 95.
txr-95
Kaz Kylheku
2014-08-07
1
-2
/
+2
*
Version 94.
txr-94
Kaz Kylheku
2014-08-05
1
-2
/
+2
*
* configure (have_sys_time): New variable.
Kaz Kylheku
2014-08-01
1
-0
/
+37
*
* eval.c (getpid_wrap, getppid_wrap): New static functions.
Kaz Kylheku
2014-07-30
1
-0
/
+29
*
* parser.l: Allow unquotes and splices in QSPECIAL and BRACED states.
Kaz Kylheku
2014-07-30
1
-0
/
+12
*
* eval.c (eval_init): Register uniq function.
Kaz Kylheku
2014-07-29
1
-0
/
+16
*
* eval.c (repeatv): Renamed to repeat. Turned into function
Kaz Kylheku
2014-07-29
1
-3
/
+11
*
* eval.c (eval_init): Register nconc as intrinsic.
Kaz Kylheku
2014-07-29
1
-3
/
+8
*
* eval.c (giterate_func, giterate): Adjusting semantics of giterate to
Kaz Kylheku
2014-07-29
1
-8
/
+9
*
* eval.c (eval_init): Register partition-by intrinsic.
Kaz Kylheku
2014-07-28
1
-0
/
+39
*
* arith.c (rising_product): Fix wrong m == n case,
Kaz Kylheku
2014-07-28
1
-4
/
+4
*
* txr.1: Fix bad non-floating-point constant examples.
Kaz Kylheku
2014-07-28
1
-1
/
+3
*
* txr.1: typo: List Literals not Lists. Fix
Kaz Kylheku
2014-07-28
1
-2
/
+2
*
* eval.c (giterate_func, giterate): New static functions.
Kaz Kylheku
2014-07-27
1
-2
/
+24
[next]