summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* optimizer: remove root slot from basic-block.Kaz Kylheku2022-06-091-6/+3
* listener: bugfix: handle warnings around linenoise.Kaz Kylheku2022-06-081-0/+4
* string-out-stream: gc issue.Kaz Kylheku2022-06-061-3/+4
* txr: fix --free-all crash due to atexit order.Kaz Kylheku2022-06-053-14/+15
* doc: missing word in tree-insert section.Kaz Kylheku2022-06-011-0/+1
* build: fix broken build when we don't HAVE_ZLIB.Kaz Kylheku2022-05-312-0/+21
* streams: use ~a for self string.Kaz Kylheku2022-05-311-3/+3
* Version 277.txr-277Kaz Kylheku2022-05-316-1123/+1158
* crc32: name clash with Zlib on Android.Kaz Kylheku2022-05-312-3/+2
* windows: bundle Zlib in installer.Kaz Kylheku2022-05-311-0/+1
* cygwin: bug: sh always uses cmd.exe.Kaz Kylheku2022-05-312-18/+7
* gzio: unused variable warning.Kaz Kylheku2022-05-311-1/+0
* gzio: fix multiple definition of gzio_stream_s.Kaz Kylheku2022-05-312-1/+3
* buf: compression tests.Kaz Kylheku2022-05-303-3/+22
* gzio: some tests.Kaz Kylheku2022-05-301-0/+53
* New: spln and tokn functions.Kaz Kylheku2022-05-306-2/+78
* tok-str: takes count argument.Kaz Kylheku2022-05-285-10/+52
* gzio: remove unused variables.Kaz Kylheku2022-05-281-2/+0
* buf: compression and decompression functions.Kaz Kylheku2022-05-283-0/+119
* buf: remove stray utf8 declaration.Kaz Kylheku2022-05-281-2/+0
* tags: rename to avoid name clash.Kaz Kylheku2022-05-272-1/+1
* streams: remove workaround for older Cygwin bug.Kaz Kylheku2022-05-271-7/+0
* doc: .tlo.gz suffix.Kaz Kylheku2022-05-271-9/+36
* load: support .tlo.gz files.Kaz Kylheku2022-05-271-9/+38
* gc: bug: fix compilation if HAVE_VALGRIND.Kaz Kylheku2022-05-271-1/+2
* gzio: include type in printed representation of stream.Kaz Kylheku2022-05-271-2/+16
* gzio: bugfix: just return descr for :name property.Kaz Kylheku2022-05-271-1/+1
* doc: document gzip file mode.Kaz Kylheku2022-05-271-1/+44
* gzio: support :byte-oriented prop.Kaz Kylheku2022-05-271-2/+10
* gzio: remove real-time-mode flag.Kaz Kylheku2022-05-271-2/+0
* I/O convenience functions get mode-opt argument.Kaz Kylheku2022-05-272-56/+136
* open-fileno: support "z" flag for gzip.Kaz Kylheku2022-05-261-12/+27
* gzio: support more modes in open-file.Kaz Kylheku2022-05-264-3/+49
* First cut at new feature: gzip streams.Kaz Kylheku2022-05-266-9/+631
* open-file: show function name in bad modes diagnostic.Kaz Kylheku2022-05-261-1/+2
* stream-set-prop: return t on successful :name set.Kaz Kylheku2022-05-261-0/+1
* streams: avoid double access to errno.Kaz Kylheku2022-05-261-2/+3
* configure: don't exit on no mmap.Kaz Kylheku2022-05-261-2/+0
* tests: fix failing load-search test.Kaz Kylheku2022-05-261-1/+2
* Version 276.txr-276Kaz Kylheku2022-05-247-699/+787
* ffi: reproduce odd GNU C behavior for aligned bitfields.Kaz Kylheku2022-05-243-7/+27
* fixup! ffi: couple of tests; assertion.Kaz Kylheku2022-05-241-5/+5
* doc: add a note about pack.Kaz Kylheku2022-05-241-0/+34
* ffi: couple of tests; assertion.Kaz Kylheku2022-05-242-0/+15
* oop: corruption bugfix.Kaz Kylheku2022-05-231-1/+2
* ffi: bitfield tests pass on PPC64.Kaz Kylheku2022-05-231-102/+53
* ffi: bitfield tests and fixes.Kaz Kylheku2022-05-233-17/+615
* ffi: allow bitfields based on endian types.Kaz Kylheku2022-05-222-210/+598
* ffi: fat bitfield bugfix for big endian.Kaz Kylheku2022-05-211-2/+12
* ffi: floating-point endian types: wrong Lisp type.Kaz Kylheku2022-05-211-4/+4