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
*
* lisplib.c (ifa_set_entries): Add conda.
Kaz Kylheku
2015-06-21
1
-0
/
+22
*
* genman.txr: Rewrite the man2html-generated inner name links with hash
Kaz Kylheku
2015-06-20
1
-0
/
+7
*
* genman.txr (month-name): Filter removed.
Kaz Kylheku
2015-06-20
1
-0
/
+5
*
Remove places.h generation hack.
Kaz Kylheku
2015-06-20
1
-0
/
+16
*
* eval.c (eval_init): Register have function, synonym of true.
Kaz Kylheku
2015-06-20
1
-0
/
+6
*
* txr.1: Documented ifa.
Kaz Kylheku
2015-06-19
1
-0
/
+9
*
Test ifa macro.
Kaz Kylheku
2015-06-19
1
-0
/
+11
*
* parser.c (parser_mark): Do not mark p->syntax_tree if
Kaz Kylheku
2015-06-19
1
-0
/
+6
*
* lib.c (mkstring): Fix neglect to null terminate.
Kaz Kylheku
2015-06-18
1
-0
/
+4
*
* lib.c (cat_str): Detect overflow in the total length
Kaz Kylheku
2015-06-18
1
-0
/
+5
*
Improvements in equal hashing function.
Kaz Kylheku
2015-06-18
1
-0
/
+9
*
Library .txr files become .tl and are autoloaded.
Kaz Kylheku
2015-06-18
1
-0
/
+19
*
Adding anaphoric ifa macro.
Kaz Kylheku
2015-06-17
1
-0
/
+22
*
Refactoring of lisplib.c
Kaz Kylheku
2015-06-17
1
-0
/
+13
*
Version 108.
txr-108
Kaz Kylheku
2015-06-13
1
-0
/
+12
*
* txr.1: Documented Lisp loading.
Kaz Kylheku
2015-06-13
1
-0
/
+4
*
New --lisp option: treat unsuffixed files as Lisp.
Kaz Kylheku
2015-06-13
1
-0
/
+7
*
* txr.c (txr_main): Handle Lisp files.
Kaz Kylheku
2015-06-13
1
-0
/
+4
*
Lisp load macro.
Kaz Kylheku
2015-06-13
1
-0
/
+9
*
@(load) and @(include) now load Lisp code.
Kaz Kylheku
2015-06-12
1
-0
/
+13
*
Preparing for lisp loading.
Kaz Kylheku
2015-06-10
1
-0
/
+15
*
Error handling improvement in read.
Kaz Kylheku
2015-06-10
1
-0
/
+12
*
* parser.y (yybadtoken): Print unexpected character
Kaz Kylheku
2015-06-10
1
-0
/
+5
*
Code simplification.
Kaz Kylheku
2015-06-08
1
-0
/
+7
*
Critical bugfix for weak hashes.
Kaz Kylheku
2015-06-07
1
-0
/
+9
*
* lib.h (mkloc): Rename misleading argument from fun to obj.
Kaz Kylheku
2015-06-07
1
-0
/
+4
*
* parser.c (stream_parser_hash): New static variable.
Kaz Kylheku
2015-06-07
1
-0
/
+19
*
* match.c (v_load): Call parse_once rater than parse.
Kaz Kylheku
2015-06-07
1
-0
/
+15
*
* stream.c (catenated_stream_p, catenated_stream_push): New functions.
Kaz Kylheku
2015-06-07
1
-0
/
+9
*
* txr.1: Document new syntactic places framework and place-mutating macros.
Kaz Kylheku
2015-05-25
1
-0
/
+4
*
Fix mismanaged dyn_env variable.
Kaz Kylheku
2015-05-25
1
-0
/
+12
*
Ligher weight debug instrumentation.
Kaz Kylheku
2015-05-22
1
-0
/
+38
*
Adding pushnew.
Kaz Kylheku
2015-05-22
1
-0
/
+6
*
symbol-function, symbol-value and fun become places.
Kaz Kylheku
2015-05-22
1
-0
/
+11
*
Introduce defparm operator.
Kaz Kylheku
2015-05-21
1
-0
/
+10
*
Represent place.tl more compactly in image.
Kaz Kylheku
2015-05-19
1
-0
/
+11
*
Variables are now deletable places, if they are global.
Kaz Kylheku
2015-05-15
1
-0
/
+8
*
* eval.c (symbol_value): Retrieve the binding of a symbol
Kaz Kylheku
2015-05-15
1
-0
/
+10
*
* lib.c (replace_list, replace_str, replace_vec): Handle
Kaz Kylheku
2015-05-14
1
-0
/
+9
*
Recursive lcons force bug (keep-if*, remove-if*).
Kaz Kylheku
2015-05-13
1
-0
/
+7
*
* place.tl (define-modify-macro): New macro.
Kaz Kylheku
2015-05-13
1
-0
/
+6
*
* place.tl (push): Ensure left-to-right eval order.
Kaz Kylheku
2015-05-13
1
-0
/
+4
*
* place.tl (rlet): For the sake of sane evaluation order
Kaz Kylheku
2015-05-12
1
-0
/
+6
*
* eval.c (env_vb_to_fb): Allow null env argument. This
Kaz Kylheku
2015-05-12
1
-0
/
+5
*
DWIM places must use Lisp-1 semantics.
Kaz Kylheku
2015-05-12
1
-0
/
+24
*
* eval.c (lookup_var_l): Gut this function of its silly
Kaz Kylheku
2015-05-12
1
-0
/
+8
*
Handle vectors and strings in rplaca and rplacd.
Kaz Kylheku
2015-05-11
1
-0
/
+8
*
* lib.c (chr_str_set): Check for literal strings.
Kaz Kylheku
2015-05-11
1
-0
/
+4
*
Fix argument count checking regression.
Kaz Kylheku
2015-05-11
1
-0
/
+8
*
* place.tl (errno): Support (errno) form as place.
Kaz Kylheku
2015-05-10
1
-0
/
+4
[next]