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
*
gzio: some tests.
Kaz Kylheku
2022-05-30
1
-0
/
+53
*
New: spln and tokn functions.
Kaz Kylheku
2022-05-30
6
-2
/
+78
*
tok-str: takes count argument.
Kaz Kylheku
2022-05-28
5
-10
/
+52
*
gzio: remove unused variables.
Kaz Kylheku
2022-05-28
1
-2
/
+0
*
buf: compression and decompression functions.
Kaz Kylheku
2022-05-28
3
-0
/
+119
*
buf: remove stray utf8 declaration.
Kaz Kylheku
2022-05-28
1
-2
/
+0
*
tags: rename to avoid name clash.
Kaz Kylheku
2022-05-27
2
-1
/
+1
*
streams: remove workaround for older Cygwin bug.
Kaz Kylheku
2022-05-27
1
-7
/
+0
*
doc: .tlo.gz suffix.
Kaz Kylheku
2022-05-27
1
-9
/
+36
*
load: support .tlo.gz files.
Kaz Kylheku
2022-05-27
1
-9
/
+38
*
gc: bug: fix compilation if HAVE_VALGRIND.
Kaz Kylheku
2022-05-27
1
-1
/
+2
*
gzio: include type in printed representation of stream.
Kaz Kylheku
2022-05-27
1
-2
/
+16
*
gzio: bugfix: just return descr for :name property.
Kaz Kylheku
2022-05-27
1
-1
/
+1
*
doc: document gzip file mode.
Kaz Kylheku
2022-05-27
1
-1
/
+44
*
gzio: support :byte-oriented prop.
Kaz Kylheku
2022-05-27
1
-2
/
+10
*
gzio: remove real-time-mode flag.
Kaz Kylheku
2022-05-27
1
-2
/
+0
*
I/O convenience functions get mode-opt argument.
Kaz Kylheku
2022-05-27
2
-56
/
+136
*
open-fileno: support "z" flag for gzip.
Kaz Kylheku
2022-05-26
1
-12
/
+27
*
gzio: support more modes in open-file.
Kaz Kylheku
2022-05-26
4
-3
/
+49
*
First cut at new feature: gzip streams.
Kaz Kylheku
2022-05-26
6
-9
/
+631
*
open-file: show function name in bad modes diagnostic.
Kaz Kylheku
2022-05-26
1
-1
/
+2
*
stream-set-prop: return t on successful :name set.
Kaz Kylheku
2022-05-26
1
-0
/
+1
*
streams: avoid double access to errno.
Kaz Kylheku
2022-05-26
1
-2
/
+3
*
configure: don't exit on no mmap.
Kaz Kylheku
2022-05-26
1
-2
/
+0
*
tests: fix failing load-search test.
Kaz Kylheku
2022-05-26
1
-1
/
+2
*
Version 276.
txr-276
Kaz Kylheku
2022-05-24
7
-699
/
+787
*
ffi: reproduce odd GNU C behavior for aligned bitfields.
Kaz Kylheku
2022-05-24
3
-7
/
+27
*
fixup! ffi: couple of tests; assertion.
Kaz Kylheku
2022-05-24
1
-5
/
+5
*
doc: add a note about pack.
Kaz Kylheku
2022-05-24
1
-0
/
+34
*
ffi: couple of tests; assertion.
Kaz Kylheku
2022-05-24
2
-0
/
+15
*
oop: corruption bugfix.
Kaz Kylheku
2022-05-23
1
-1
/
+2
*
ffi: bitfield tests pass on PPC64.
Kaz Kylheku
2022-05-23
1
-102
/
+53
*
ffi: bitfield tests and fixes.
Kaz Kylheku
2022-05-23
3
-17
/
+615
*
ffi: allow bitfields based on endian types.
Kaz Kylheku
2022-05-22
2
-210
/
+598
*
ffi: fat bitfield bugfix for big endian.
Kaz Kylheku
2022-05-21
1
-2
/
+12
*
ffi: floating-point endian types: wrong Lisp type.
Kaz Kylheku
2022-05-21
1
-4
/
+4
*
tests: add forgotten test for new expansion rule.
Kaz Kylheku
2022-05-21
1
-0
/
+11
*
ffi: flex structs: minor refactor.
Kaz Kylheku
2022-05-21
2
-4
/
+12
*
ffi: testing and fixing flexible arrays.
Kaz Kylheku
2022-05-20
2
-10
/
+97
*
utf8: bugfix: trailing char fragment ignored.
Kaz Kylheku
2022-05-20
2
-0
/
+16
*
ffi: pack bugfix and tests.
Kaz Kylheku
2022-05-20
3
-12
/
+149
*
eval: remove message about --backtrace option.
Kaz Kylheku
2022-05-20
1
-4
/
+0
*
doc: quasiliteral match: formatting problem.
Kaz Kylheku
2022-05-20
1
-1
/
+1
*
doc: undimensioned arrays may be flexible array members.
Kaz Kylheku
2022-05-20
1
-4
/
+9
*
doc: grammar
Kaz Kylheku
2022-05-20
1
-2
/
+2
*
ffi: behavior of align subject to compat.
Kaz Kylheku
2022-05-20
2
-1
/
+18
*
ffi: pack: implement documented align transformation.
Kaz Kylheku
2022-05-20
1
-19
/
+32
*
New function: trim-path-seps
Kaz Kylheku
2022-05-20
5
-0
/
+111
*
ffi: bugfix: clone of type points to old self.
Kaz Kylheku
2022-05-20
1
-2
/
+6
*
ffi: new pack type operator; align increases only.
Kaz Kylheku
2022-05-20
3
-38
/
+237
[next]