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
*
Documenting the return value of rplaca and rplacd, and changing
Kaz Kylheku
2014-06-03
1
-0
/
+5
*
The call operator should be a function!
Kaz Kylheku
2014-05-20
1
-12
/
+4
*
Version 89
txr-89
Kaz Kylheku
2014-05-10
1
-2
/
+2
*
Version 88
txr-88
Kaz Kylheku
2014-04-04
1
-2
/
+2
*
* eval.c (me_quasilist): New static function.
Kaz Kylheku
2014-03-25
1
-10
/
+48
*
Introducing word list literals.
Kaz Kylheku
2014-03-25
1
-0
/
+40
*
* eval.c (eval_init): Register last function as intrinsic.
Kaz Kylheku
2014-03-23
1
-0
/
+16
*
* eval.c (eval_init): Register empty as intrinsic.
Kaz Kylheku
2014-03-23
1
-3
/
+17
*
* eval.c (not_s): New symbol var.
Kaz Kylheku
2014-03-23
1
-3
/
+37
*
Version 87.
txr-87
Kaz Kylheku
2014-03-22
1
-2
/
+2
*
txr.1: Improve dwim operator description.
Kaz Kylheku
2014-03-22
1
-11
/
+28
*
* eval.c (me_when): New static function.
Kaz Kylheku
2014-03-22
1
-0
/
+15
*
* arith.c (tofloat, toint): New functions.
Kaz Kylheku
2014-03-19
1
-0
/
+26
*
Version 86.
txr-86
Kaz Kylheku
2014-03-16
1
-2
/
+2
*
Document that leading whitespace before a backslash line
Kaz Kylheku
2014-03-15
1
-2
/
+15
*
* parser.l: Bugfix. When handling a backslash-newline continuation
Kaz Kylheku
2014-03-15
1
-2
/
+5
*
* parser.y (text): Allow the EMPTY token (the @(empty) syntax)
Kaz Kylheku
2014-03-15
1
-0
/
+6
*
* eval.c (eval_init): Make seed argument optional in make-random-state.
Kaz Kylheku
2014-03-14
1
-3
/
+24
*
Implementing @(if)/@(elif)/@(else) in the pattern language.
Kaz Kylheku
2014-03-13
1
-5
/
+91
*
* stream.c (open_process): If execvp fails, use errno as the
Kaz Kylheku
2014-03-13
1
-4
/
+33
*
* eval.c (plus_s, prof_s): New symbol global variables.
Kaz Kylheku
2014-03-12
1
-0
/
+60
*
* eval.c (eval_init): Registration of url_encode and url_decode
Kaz Kylheku
2014-03-11
1
-0
/
+155
*
* stream.c (pipe_close): Restructured the function a bit.
Kaz Kylheku
2014-03-10
1
-1
/
+18
*
Version 85.
txr-85
Kaz Kylheku
2014-03-08
1
-2
/
+2
*
* txr.1: Added missing documentation for @(forget)/@(local).
Kaz Kylheku
2014-03-08
1
-0
/
+73
*
Version 84.
txr-84
Kaz Kylheku
2014-03-07
1
-2
/
+2
*
* lib.c (assert_s): New global variable.
Kaz Kylheku
2014-03-06
1
-9
/
+60
*
* eval.c (apply_intrinsic, lazy_mapcar): Changed linkage to external.
Kaz Kylheku
2014-03-06
1
-0
/
+43
*
* stream.c (vformat): Fix broken parsing of parameteric width and
Kaz Kylheku
2014-03-05
1
-38
/
+58
*
* stream.c (put_line): Default string argument to empty string.
Kaz Kylheku
2014-03-05
1
-2
/
+3
*
* arith.c (logten): New function.
Kaz Kylheku
2014-03-04
1
-1
/
+5
*
* parser.l: Allowing ^ to be a quote character, and adjusting definition
Kaz Kylheku
2014-03-03
1
-77
/
+78
*
Fix bad .TP syntax.
Kaz Kylheku
2014-03-03
1
-3
/
+7
*
* txr.1: Incorporating more corrections from Roman Mishin.
Kaz Kylheku
2014-03-02
1
-39
/
+31
*
* eval.c (make_env_intrinsic): New static function.
Kaz Kylheku
2014-03-02
1
-0
/
+43
*
Version 83
txr-83
Kaz Kylheku
2014-03-02
1
-1
/
+1
*
New quasiquote idea: let's have two quasiquote macros sharing one
Kaz Kylheku
2014-03-01
1
-29
/
+53
*
* 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 81
txr-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
[next]