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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that a hash reorganization doesn't take place
Kaz Kylheku
2014-10-22
1
-0
/
+31
*
* eval.c (interp_fun): If the function doesn't have
Kaz Kylheku
2014-10-21
1
-0
/
+6
*
* eval.c (eval_init): Register notf intrinsic function.
Kaz Kylheku
2014-10-21
1
-0
/
+16
*
* share/txr/stdlib/txr-case.txr: New file.
Kaz Kylheku
2014-10-21
1
-0
/
+14
*
Source file inclusion implemented: needed for macros.
Kaz Kylheku
2014-10-20
1
-0
/
+23
*
* match.c (match_fun): Bugfix: replace incorrect plain return
Kaz Kylheku
2014-10-19
1
-0
/
+10
*
* parser.l (lisp_parse): Bugfix: the error_stream argument
Kaz Kylheku
2014-10-19
1
-0
/
+10
*
* parser.y (r_exprs): New grammar symbol. r_exprs uses
Kaz Kylheku
2014-10-19
1
-0
/
+10
*
* parser.y: Allow TXR to support large programs, and efficiently so.
Kaz Kylheku
2014-10-18
1
-0
/
+12
*
Deal with situation when GC is disabled and the freshobj array runs out
Kaz Kylheku
2014-10-18
1
-0
/
+17
*
* match.c (mf_all): Drop data_lineno parameter. Initialize
Kaz Kylheku
2014-10-18
1
-0
/
+12
*
* match.c (v_eof): Bugfix: we are at EOF not only when
Kaz Kylheku
2014-10-17
1
-0
/
+6
*
* match.c (dest_bind): Remove the restriction of not allowing
Kaz Kylheku
2014-10-17
1
-0
/
+12
*
* HACKING: New section Type Safety.
Kaz Kylheku
2014-10-17
1
-0
/
+7
*
Converting cast expressions to macros that are retargetted
Kaz Kylheku
2014-10-17
1
-0
/
+94
*
Purge stray occurrences of "void *" from code base.
Kaz Kylheku
2014-10-17
1
-0
/
+37
*
* arith.c (gcd): Fix semantics. If either operand is
Kaz Kylheku
2014-10-16
1
-0
/
+17
*
* arith.c (gcd, lognot): Bugfix: bignum results
Kaz Kylheku
2014-10-16
1
-0
/
+5
*
* match.c (dest_bind): More detailed log message for variable
Kaz Kylheku
2014-10-16
1
-0
/
+5
*
New @(line) and @(chr) directives.
Kaz Kylheku
2014-10-16
1
-0
/
+15
*
* match.c (subst_vars): Fix buggy rendering of TXR Lisp expressions
Kaz Kylheku
2014-10-15
1
-0
/
+18
*
More type safety, with help from C++ compiler.
Kaz Kylheku
2014-10-14
1
-0
/
+27
*
C++ upkeep.
Kaz Kylheku
2014-10-14
1
-0
/
+32
*
* txr.1: Round of fixes.
Kaz Kylheku
2014-10-13
1
-0
/
+4
*
* eval.c (eval_init): Register greater function as intrinsic.
Kaz Kylheku
2014-10-13
1
-0
/
+22
*
* genvim.txr (sortuniq): Remove unnecessary function,
Kaz Kylheku
2014-10-13
1
-0
/
+5
*
* eval.c (merge_wrap): New static function
Kaz Kylheku
2014-10-12
1
-0
/
+27
*
* eval.c (eval_init): Register chr_isblank and chr_isunisp as
Kaz Kylheku
2014-10-11
1
-0
/
+17
*
Fix gc safety issue in abs_path_p function.
Kaz Kylheku
2014-10-09
1
-0
/
+9
*
* stream.c (stream_init): No need to gc-protect
Kaz Kylheku
2014-10-09
1
-0
/
+10
*
Moving system interface functions to separate module out of
Kaz Kylheku
2014-10-08
1
-0
/
+31
*
Add test case for recent breakage.
Kaz Kylheku
2014-10-08
1
-0
/
+12
*
Fix 2011-12-03 regression. The freeform directive code
Kaz Kylheku
2014-10-08
1
-0
/
+20
*
Version 99.
txr-99
Kaz Kylheku
2014-10-05
1
-0
/
+14
*
Printing of regular expression objects implemented.
Kaz Kylheku
2014-10-04
1
-0
/
+10
*
Keep regex source code in regex objects, in anticipation
Kaz Kylheku
2014-10-04
1
-0
/
+10
*
Eliminating the extra list wrapping applied to regular
Kaz Kylheku
2014-10-03
1
-0
/
+20
*
* match.c (h_var): Fix regression introduced in 2014-08-11
Kaz Kylheku
2014-10-03
1
-0
/
+12
*
* Makefile: rules that rely on values from config.make
Kaz Kylheku
2014-10-03
1
-0
/
+5
*
Using unified COBJ representation for both regex kinds,
Kaz Kylheku
2014-10-02
1
-0
/
+25
*
* genman.txr: Add PayPal donation button.
Kaz Kylheku
2014-09-30
1
-0
/
+7
*
* genman.txr: TXR is now bolded in the title.
Kaz Kylheku
2014-09-30
1
-0
/
+6
*
* lib.c (do_and): Fix andf again: (andf) not producing
Kaz Kylheku
2014-09-26
1
-0
/
+5
*
Version 98.
txr-98
Kaz Kylheku
2014-09-26
1
-0
/
+12
*
* txr.1: Substantially revised with rich troff markup,
Kaz Kylheku
2014-09-26
1
-0
/
+8
*
* lib.c (do_and, do_or): Fix broken andf and orf,
Kaz Kylheku
2014-09-25
1
-0
/
+6
*
* Makefile (txr-manpage.pdf): New target.
Kaz Kylheku
2014-09-22
1
-0
/
+4
*
* lib.c (compat_fixup): void return changed to int.
Kaz Kylheku
2014-09-10
1
-0
/
+10
*
* txr.c (help): List new --compat option.
Kaz Kylheku
2014-09-09
1
-0
/
+10
*
* txr.c (txr_main): Cleaning up option handling code.
Kaz Kylheku
2014-09-09
1
-0
/
+5
[next]