summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: add forgotten test for new expansion rule.Kaz Kylheku2022-05-211-0/+11
* ffi: flex structs: minor refactor.Kaz Kylheku2022-05-212-4/+12
* ffi: testing and fixing flexible arrays.Kaz Kylheku2022-05-202-10/+97
* utf8: bugfix: trailing char fragment ignored.Kaz Kylheku2022-05-202-0/+16
* ffi: pack bugfix and tests.Kaz Kylheku2022-05-203-12/+149
* eval: remove message about --backtrace option.Kaz Kylheku2022-05-201-4/+0
* doc: quasiliteral match: formatting problem.Kaz Kylheku2022-05-201-1/+1