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
...
*
optimizer: remove root slot from basic-block.
Kaz Kylheku
2022-06-09
1
-6
/
+3
*
listener: bugfix: handle warnings around linenoise.
Kaz Kylheku
2022-06-08
1
-0
/
+4
*
string-out-stream: gc issue.
Kaz Kylheku
2022-06-06
1
-3
/
+4
*
txr: fix --free-all crash due to atexit order.
Kaz Kylheku
2022-06-05
3
-14
/
+15
*
doc: missing word in tree-insert section.
Kaz Kylheku
2022-06-01
1
-0
/
+1
*
build: fix broken build when we don't HAVE_ZLIB.
Kaz Kylheku
2022-05-31
2
-0
/
+21
*
streams: use ~a for self string.
Kaz Kylheku
2022-05-31
1
-3
/
+3
*
Version 277.
txr-277
Kaz Kylheku
2022-05-31
6
-1123
/
+1158
*
crc32: name clash with Zlib on Android.
Kaz Kylheku
2022-05-31
2
-3
/
+2
*
windows: bundle Zlib in installer.
Kaz Kylheku
2022-05-31
1
-0
/
+1
*
cygwin: bug: sh always uses cmd.exe.
Kaz Kylheku
2022-05-31
2
-18
/
+7
*
gzio: unused variable warning.
Kaz Kylheku
2022-05-31
1
-1
/
+0
*
gzio: fix multiple definition of gzio_stream_s.
Kaz Kylheku
2022-05-31
2
-1
/
+3
*
buf: compression tests.
Kaz Kylheku
2022-05-30
3
-3
/
+22
*
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
[prev]
[next]