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
...
*
genvim: colon isn't keyword constituent any more.
Kaz Kylheku
2020-03-07
1
-1
/
+1
*
tags: add --exclude option.
Kaz Kylheku
2020-03-07
1
-9
/
+33
*
fnmatch: fix missing fnm-extmatch.
Kaz Kylheku
2020-03-07
1
-1
/
+1
*
getopts: new feature: cumulative options.
Kaz Kyheku
2020-03-06
3
-14
/
+82
*
getopts: bugfix in short option processing.
Kaz Kyheku
2020-03-06
1
-6
/
+6
*
tags: handle option struct slots with more care
Kaz Kylheku
2020-03-05
1
-2
/
+4
*
tags: implement merge with merge function.
Kaz Kylheku
2020-03-05
1
-2
/
+2
*
tags: fix off-by-one line numbers for hash bang.
Kaz Kylheku
2020-03-05
1
-1
/
+2
*
tags: handle define-option-struct.
Kaz Kylheku
2020-03-05
1
-0
/
+6
*
tags: add option processing.
Kaz Kylheku
2020-03-05
1
-11
/
+46
*
tags: reduce repetition of tag construction with macrolet.
Kaz Kylheku
2020-03-04
1
-76
/
+50
*
tags: eliminate duplicated text methods.
Kaz Kylheku
2020-03-04
1
-10
/
+13
*
TXR Lisp tag generation utility.
Kaz Kylheku
2020-03-04
1
-0
/
+150
*
less: fix broken semantics for symbols.
Kaz Kyheku
2020-03-04
2
-6
/
+82
*
doc: better wording on lisp compilation.
Kaz Kylheku
2020-02-29
1
-16
/
+11
*
doc: missing article under Lisp Compilation.
Kaz Kylheku
2020-02-29
1
-1
/
+1
*
New function: assq and rassq.
Kaz Kyheku
2020-02-24
6
-12
/
+63
*
New functions: meq, meql and mequal.
Kaz Kylheku
2020-02-22
4
-0
/
+69
*
listener: if no new lines, don't save history.
Kaz Kylheku
2020-02-18
3
-1
/
+7
*
listener: save history early with :save command.
Kaz Kylheku
2020-02-18
2
-15
/
+36
*
doc: spelling under file-place-buf
Kaz Kylheku
2020-02-18
1
-1
/
+1
*
listener: append to .txr_history instead of clobbering.
Kaz Kyheku
2020-02-18
4
-10
/
+60
*
cygwin: use spawnvp for run and sh.
Kaz Kylheku
2020-02-17
2
-48
/
+102
*
crypt: refactor hardening a bit.
Kaz Kylheku
2020-02-15
1
-17
/
+22
*
crypt: harden against crashes.
Kaz Kylheku
2020-02-14
1
-3
/
+60
*
@(line): get meaningful value in horizontal mode.
Kaz Kylheku
2020-02-13
1
-1
/
+10
*
compiler: remove useless consp test.
Kaz Kylheku
2020-02-13
1
-56
/
+55
*
open-file: fix diagnostic referring to "o" mode.
Kaz Kyheku
2020-02-12
1
-1
/
+1
*
copy-file.tl: mode change.
Kaz Kyheku
2020-02-12
1
-0
/
+0
*
chmod tests: avoid sticky bit when not available.
Kaz Kylheku
2020-02-10
1
-18
/
+25
*
chmod tests: use macro.
Kaz Kylheku
2020-02-10
1
-3
/
+3
*
Version 232.
txr-232
Kaz Kylheku
2020-02-09
6
-687
/
+773
*
bugfix: regression in @(skip).
Kaz Kylheku
2020-02-09
1
-4
/
+4
*
ffi: varray: g++ signed/unsigned warning.
Kaz Kylheku
2020-02-08
1
-1
/
+1
*
chmod: ugo perms sees effects from same clause.
Kaz Kylheku
2020-02-08
2
-0
/
+2
*
chmod: ugo must refer to unaltered perms.
Kaz Kylheku
2020-02-08
2
-7
/
+14
*
chmod: bug handling comma after right hand ugo.
Kaz Kylheku
2020-02-07
2
-2
/
+2
*
chmod: setuid/setgid bit bugfix and new tests.
Kaz Kyheku
2020-02-07
2
-9
/
+8
*
chmod: bugfix and new tests.
Kaz Kyheku
2020-02-07
2
-5
/
+14
*
New tests for chmod.
Kaz Kyheku
2020-02-07
4
-0
/
+47
*
chmod: fix broken umask application for implicit all.
Kaz Kylheku
2020-02-07
1
-9
/
+6
*
chmod: fix broken Coreutils-compatible sticky clear.
Kaz Kylheku
2020-02-07
1
-1
/
+1
*
file-place-buf: bugfix: create file if doesn't exist.
Kaz Kylheku
2020-02-07
1
-1
/
+1
*
New "m" file open mode: non-truncating "w".
Kaz Kylheku
2020-02-07
3
-7
/
+45
*
file-put-buf: new argument; also, new file-place-buf
Kaz Kylheku
2020-02-07
3
-3
/
+27
*
buf: bugfix: buf-set-length not setting bytes.
Kaz Kylheku
2020-02-06
2
-34
/
+35
*
file-get-buf: size limit, seek offset.
Kaz Kyheku
2020-02-05
2
-15
/
+42
*
doc: file-get-buf opens a binary stream.
Kaz Kyheku
2020-02-05
1
-2
/
+2
*
doc: fill-buf return value wrongly described.
Kaz Kyheku
2020-02-05
1
-1
/
+2
*
fill-buf/fill-buf-adjust: incorrect return value.
Kaz Kyheku
2020-02-05
1
-2
/
+2
[prev]
[next]