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
*
Fix corruption triggered by extended gc disabling.
Kaz Kylheku
2015-05-01
1
-0
/
+5
*
Adding poll function.
Kaz Kylheku
2015-04-28
1
-0
/
+51
*
Version 107.
txr-107
Kaz Kylheku
2015-04-26
1
-2
/
+2
*
Allow (force ...) to be an assignable place.
Kaz Kylheku
2015-04-25
1
-8
/
+5
*
Introducing mlet macro.
Kaz Kylheku
2015-04-25
1
-1
/
+107
*
* txr.1: lconsp: unterminated syntax block.
Kaz Kylheku
2015-04-23
1
-0
/
+1
*
* txr.1: name typo in lcons sample implementation.
Kaz Kylheku
2015-04-23
1
-1
/
+1
*
* txr.1: Fix formatting issues
Kaz Kylheku
2015-04-22
1
-10
/
+10
*
Version 106.
txr-106
Kaz Kylheku
2015-04-21
1
-2
/
+2
*
Do not allow unrecognized escapes in regex.
Kaz Kylheku
2015-04-19
1
-5
/
+18
*
Adding lcons macro.
Kaz Kylheku
2015-04-18
1
-1
/
+62
*
Adding getenv, setenv and unsetenv.
Kaz Kylheku
2015-04-18
1
-0
/
+66
*
Adding exit* function which calls _exit.
Kaz Kylheku
2015-04-16
1
-0
/
+21
*
* txr.1: Fixed inconsistency in style of some function headings.
Kaz Kylheku
2015-04-16
1
-6
/
+6
*
Add exec and pipe functions.
Kaz Kylheku
2015-04-16
1
-0
/
+43
*
Adding chmod.
Kaz Kylheku
2015-04-16
1
-0
/
+40
*
* txr.1: Moving Unix-specific material to appropriate sections.
Kaz Kylheku
2015-04-16
1
-131
/
+134
*
Adding dotimes macro.
Kaz Kylheku
2015-04-16
1
-0
/
+41
*
Implementing while* and until* loops.
Kaz Kylheku
2015-04-11
1
-0
/
+30
*
* txr.1: Add powerset example under comb function
Kaz Kylheku
2015-04-11
1
-0
/
+10
*
Exposing dup and dup2.
Kaz Kylheku
2015-04-11
1
-0
/
+13
*
Functions open-fileno and fileno.
Kaz Kylheku
2015-04-10
1
-0
/
+36
*
* txr.1: Flurry of formatting fixes.
Kaz Kylheku
2015-04-09
1
-6
/
+6
*
Fork and wait support.
Kaz Kylheku
2015-04-09
1
-0
/
+132
*
* eval.c (iflet_s, when_s): New global variables.
Kaz Kylheku
2015-04-06
1
-0
/
+77
*
Move documentation of macros from between cond and if.
Kaz Kylheku
2015-04-06
1
-139
/
+138
*
* txr.1: formatting fix in pos-min/pos-max.
Kaz Kylheku
2015-04-06
1
-2
/
+2
*
New whilet macro.
Kaz Kylheku
2015-04-05
1
-0
/
+63
*
* txr.1: Formatting issue in for/for* syntax.
Kaz Kylheku
2015-04-04
1
-4
/
+4
*
New zap operator.
Kaz Kylheku
2015-04-01
1
-1
/
+23
*
New -n option. New "i" mode letter in file opening functions.
Kaz Kylheku
2015-03-29
1
-21
/
+66
*
* eval.c (prinl, pprinl): Become external functions.
Kaz Kylheku
2015-03-28
1
-0
/
+41
*
* eval.c (eval_init): register get-lines as having one optional
Kaz Kylheku
2015-03-28
1
-2
/
+8
*
* txr.1: formatting fixes in weave description.
Kaz Kylheku
2015-03-24
1
-1
/
+2
*
* lib.c (int_str): Workaround for wcstol recognizing the 0x prefix when
Kaz Kylheku
2015-03-20
1
-0
/
+1
*
* txr.c (help): Added missing documentation for -e and -p.
Kaz Kylheku
2015-03-17
1
-6
/
+18
*
Version 105.
txr-105
Kaz Kylheku
2015-03-14
1
-2
/
+2
*
* sysif.c (mkdir_nothrow_exists): New static function.
Kaz Kylheku
2015-03-10
1
-1
/
+9
*
New ignerr macro.
Kaz Kylheku
2015-02-25
1
-0
/
+30
*
Introducing persistent error state on streams.
Kaz Kylheku
2015-02-25
1
-0
/
+58
*
String-returning wrappers for some regex matching functions.
Kaz Kylheku
2015-02-20
1
-4
/
+33
*
New functions pad and weave.
Kaz Kylheku
2015-02-12
1
-0
/
+61
*
* eval.c (symacro_k, fun_k): New keyword variables.
Kaz Kylheku
2015-02-10
1
-0
/
+36
*
Version 104.
txr-104
Kaz Kylheku
2015-02-08
1
-2
/
+2
*
* arith.c (trunc_rem): New function.
Kaz Kylheku
2015-02-07
1
-1
/
+21
*
* txr.1: fixed flurry of phrasing, formatting fumbles.
Kaz Kylheku
2015-02-07
1
-12
/
+22
*
* sysif.c (abort_wrap): New static function.
Kaz Kylheku
2015-02-06
1
-2
/
+25
*
* unwind.c (unhandled_hook_s): New static variable.
Kaz Kylheku
2015-02-06
1
-0
/
+41
*
Symbol macros shadowed by functions under dwim.
Kaz Kylheku
2015-02-03
1
-20
/
+44
*
Version 103.
txr-103
Kaz Kylheku
2015-02-01
1
-2
/
+2
[next]