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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add-mp-hash patch
Kaz Kylheku
2015-04-22
2
-0
/
+30
*
export-mp-eq patch
Kaz Kylheku
2015-04-22
2
-8
/
+4
*
add-mp-set-intptr patch
Kaz Kylheku
2015-04-22
2
-0
/
+55
*
use-txr-allocator patch
Kaz Kylheku
2015-04-22
1
-6
/
+9
*
fix-warnings patch
Kaz Kylheku
2015-04-22
2
-7
/
+7
*
config-types patch
Kaz Kylheku
2015-04-22
3
-13
/
+54
*
Bringing MPI library out of tarball into GIT.
Kaz Kylheku
2015-04-22
9
-0
/
+5597
*
delay/force overhaul.
Kaz Kylheku
2015-04-22
2
-7
/
+45
*
* txr.1: Fix formatting issues
Kaz Kylheku
2015-04-22
1
-10
/
+10
*
ChangeLog fixup: "Version 106" missing.
Kaz Kylheku
2015-04-21
1
-0
/
+2
*
Version 106.
txr-106
Kaz Kylheku
2015-04-21
5
-4
/
+105
*
Bugfix: throwing error when trying to print valid regexps.
Kaz Kylheku
2015-04-19
2
-1
/
+9
*
Do not allow unrecognized escapes in regex.
Kaz Kylheku
2015-04-19
3
-16
/
+46
*
Improvement in error reporting.
Kaz Kylheku
2015-04-19
2
-15
/
+24
*
Adding lcons macro.
Kaz Kylheku
2015-04-18
5
-217
/
+308
*
Adding getenv, setenv and unsetenv.
Kaz Kylheku
2015-04-18
7
-262
/
+380
*
Fix quasistring regression introduced in TXR 81.
Kaz Kylheku
2015-04-18
2
-0
/
+26
*
Adding exit* function which calls _exit.
Kaz Kylheku
2015-04-16
5
-280
/
+331
*
* 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
6
-282
/
+393
*
Adding chmod.
Kaz Kylheku
2015-04-16
6
-320
/
+412
*
* 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
3
-0
/
+71
*
Fix escaping issues in open-process on Windows.
Kaz Kylheku
2015-04-15
2
-12
/
+64
*
Allow quasiquotes in braces and quasiliterals, and quotes in braces.
Kaz Kylheku
2015-04-15
3
-6
/
+14
*
Diagnose trailing junk in numeric literals.
Kaz Kylheku
2015-04-14
2
-14
/
+28
*
Implementing while* and until* loops.
Kaz Kylheku
2015-04-11
5
-21
/
+90
*
* txr.1: Add powerset example under comb function
Kaz Kylheku
2015-04-11
1
-0
/
+10
*
* sysif.c: Use HAVE_FORK_STUFF to wrap fork, waitpid and dup/dup2.
Kaz Kylheku
2015-04-11
2
-2
/
+6
*
Exposing dup and dup2.
Kaz Kylheku
2015-04-11
5
-288
/
+323
*
Functions open-fileno and fileno.
Kaz Kylheku
2015-04-10
6
-1
/
+84
*
* gc.c (sweep): Fix comment referring to nonexistent identifier.
Kaz Kylheku
2015-04-10
2
-1
/
+5
*
* eval.c (eval_init): There is an until_s global variable, so
Kaz Kylheku
2015-04-10
2
-1
/
+6
*
* txr.1: Flurry of formatting fixes.
Kaz Kylheku
2015-04-09
1
-6
/
+6
*
Fork and wait support.
Kaz Kylheku
2015-04-09
5
-258
/
+510
*
* eval.c (iflet_s, when_s): New global variables.
Kaz Kylheku
2015-04-06
5
-224
/
+335
*
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
5
-28
/
+125
*
* txr.1: Formatting issue in for/for* syntax.
Kaz Kylheku
2015-04-04
1
-4
/
+4
*
New zap operator.
Kaz Kylheku
2015-04-01
3
-2
/
+40
*
Array overrun fix in apply.
Kaz Kylheku
2015-03-31
2
-12
/
+22
*
Deal with spurious retention in function application.
Kaz Kylheku
2015-03-31
4
-114
/
+135
*
* stream.c (vformat): Bugfix: ~X printing in lower case, like ~x,
Kaz Kylheku
2015-03-30
2
-1
/
+6
*
* mpi-patches/eliminate-locale-dependencies: New patch.
Kaz Kylheku
2015-03-29
3
-0
/
+53
*
New -n option. New "i" mode letter in file opening functions.
Kaz Kylheku
2015-03-29
5
-31
/
+242
*
* eval.c (prinl, pprinl): Become external functions.
Kaz Kylheku
2015-03-28
5
-5
/
+90
*
* eval.c (eval_init): register get-lines as having one optional
Kaz Kylheku
2015-03-28
4
-3
/
+20
*
* txr.1: formatting fixes in weave description.
Kaz Kylheku
2015-03-24
1
-1
/
+2
*
* Makefile (enforce): Update error error message.
Kaz Kylheku
2015-03-24
3
-8
/
+20
[prev]
[next]