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
*
New: standard stream redirection for subprocesses.
Kaz Kylheku
2016-05-07
2
-11
/
+215
*
Some recent versions of flex contain // comment.
Kaz Kylheku
2016-05-06
1
-1
/
+6
*
Copyright in --help text.
Kaz Kylheku
2016-05-05
1
-1
/
+1
*
Condense --help text.
Reini Urban
2016-05-05
1
-1
/
+0
*
Typo in --help.
Reini Urban
2016-05-05
1
-1
/
+1
*
HACKING: typo
Reini Urban
2016-05-05
1
-1
/
+1
*
New --reexec option.
Kaz Kylheku
2016-05-05
4
-1
/
+40
*
Reveal setgroups on Solaris.
Kaz Kylheku
2016-05-04
1
-0
/
+5
*
Fix Vim syntax highlighting bugs.
Kaz Kylheku
2016-05-04
3
-5
/
+5
*
Fix treatment of "false" in out-of-memory handler.
Kaz Kylheku
2016-05-04
1
-1
/
+2
*
Somew new path access testing functions.
Kaz Kylheku
2016-05-04
3
-31
/
+109
*
Fix: path-writable-to-me bug, for root.
Kaz Kylheku
2016-05-04
1
-1
/
+2
*
Calculate sysroot even if executable is renamed.
Kaz Kylheku
2016-05-04
1
-1
/
+17
*
Consolidate sysroot calculation.
Kaz Kylheku
2016-05-04
1
-16
/
+19
*
Implement setgid script support.
Kaz Kylheku
2016-05-02
4
-25
/
+87
*
Fix somewhat broken setuid privilege dropping.
Kaz Kylheku
2016-05-01
2
-49
/
+103
*
Adding getresuid, getresuid, getresgid and setresgid.
Kaz Kylheku
2016-05-01
3
-0
/
+107
*
Adding setgroups function.
Kaz Kylheku
2016-05-01
3
-12
/
+90
*
Adding -D_GNU_SOURCE to compiler command line.
Kaz Kylheku
2016-05-01
2
-4
/
+1
*
Security: do not require executable stack.
Kaz Kylheku
2016-04-29
1
-0
/
+12
*
Use random padding in PRNG rather than 0xAA.
Kaz Kylheku
2016-04-28
3
-62
/
+97
*
Fix broken bignum to int_ptr_t conversion.
Kaz Kylheku
2016-04-28
1
-3
/
+2
*
Fix broken bignum to uint_ptr_t conversion.
Kaz Kylheku
2016-04-28
1
-1
/
+1
*
Clean-up rand code; implement configurable warmup.
Kaz Kylheku
2016-04-28
4
-30
/
+92
*
Only use getpid for rand seed if HAVE_UNISTD_H.
Kaz Kylheku
2016-04-28
1
-0
/
+2
*
Remove bogus code for 128 bit platform.
Kaz Kylheku
2016-04-28
1
-6
/
+3
*
Move PRNG-related initialization to rand.c
Kaz Kylheku
2016-04-28
2
-8
/
+9
*
Simple indirection on pattern functions: @(call).
Kaz Kylheku
2016-04-27
3
-1
/
+150
*
Diagnose empty clauses better in parallel constructs.
Kaz Kylheku
2016-04-27
1
-86
/
+119
*
Adding fixnum-min and fixnum-max variables.
Kaz Kylheku
2016-04-27
2
-0
/
+17
*
Check .metn similarly to .codn and fix.
Kaz Kylheku
2016-04-26
2
-30
/
+31
*
Change .meta to single-argument.
Kaz Kylheku
2016-04-26
2
-10
/
+10
*
Check that arg 2 of .codn starts with punctuation.
Kaz Kylheku
2016-04-26
2
-5
/
+8
*
Change .codn and .code to fixed arity.
Kaz Kylheku
2016-04-26
2
-427
/
+471
*
Fix errors found by new checkman.txr.
Kaz Kylheku
2016-04-26
1
-21
/
+21
*
Adding manual page checker.
Kaz Kylheku
2016-04-26
2
-1
/
+80
*
Check man page for errors when generating PDF.
Kaz Kylheku
2016-04-26
1
-1
/
+1
*
Pretty print filename in assertion.
Kaz Kylheku
2016-04-25
1
-2
/
+2
*
Version 139.
txr-139
Kaz Kylheku
2016-04-22
6
-428
/
+471
*
Spring cleaning: find wrong wrong troff macros.
Kaz Kylheku
2016-04-22
1
-60
/
+61
*
Recycle temporary list-of-lists in mapping functions.
Kaz Kylheku
2016-04-22
1
-3
/
+9
*
Support list of paths in ftw.
Kaz Kylheku
2016-04-22
2
-0
/
+59
*
Optimization in path-private-to-me-p.
Kaz Kylheku
2016-04-22
1
-8
/
+8
*
Don't quote path in load and @(load) diagnostics.
Kaz Kylheku
2016-04-22
2
-6
/
+6
*
Strengthen against resource leaks upon exceptions.
Kaz Kylheku
2016-04-21
6
-23
/
+44
*
Rename misleadingly named out_str_pretty function.
Kaz Kylheku
2016-04-21
1
-5
/
+5
*
Harmonize rules for string and character printing.
Kaz Kylheku
2016-04-21
1
-9
/
+24
*
Handle non-UTF-8 byte in regex scanned from string.
Kaz Kylheku
2016-04-21
1
-0
/
+6
*
Regex syntax errors trigger exception.
Kaz Kylheku
2016-04-21
1
-1
/
+5
*
Diagnose out-of-range char to UTF-8 conversion.
Kaz Kylheku
2016-04-21
1
-1
/
+3
[next]