summaryrefslogtreecommitdiffstats
path: root/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Better identify functions that misuse COBJ-s and hashes.Kaz Kylheku2018-11-071-53/+112
* Fix wrong uses of ~s for function name string.Kaz Kylheku2018-11-071-3/+3
* math: improve error diagnosis.Kaz Kylheku2018-11-071-1/+1
* repl: bugfix: slow paste into terminal window.Kaz Kylheku2018-11-011-1/+3
* printer: improve object formatting.Kaz Kylheku2018-04-051-3/+17
* string output streams: null pointer deref.Kaz Kylheku2018-03-301-4/+10
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* New feature: structure delegate streams.Kaz Kylheku2017-12-081-13/+39
* streams: allow "b" flag on open-command.Kaz Kylheku2017-10-301-1/+17
* Default the length argument of truncate-stream.Kaz Kylheku2017-08-211-1/+3
* new function: path-catKaz Kylheku2017-07-181-0/+40
* remove-path: exception semantics adjusted.Kaz Kylheku2017-07-171-1/+1
* format: support leading zero printing for floats.Kaz Kylheku2017-07-161-2/+2
* streams: add overflow checks.Kaz Kylheku2017-06-121-4/+17
* c++ maintenance: eliminate old-style casts.Kaz Kylheku2017-06-061-2/+2
* c++ maintenance: signed/unsigned comparisons.Kaz Kylheku2017-06-061-4/+4
* buffers: improve put-buf and fill-buf.Kaz Kylheku2017-06-051-27/+48
* streams: put-buf and fill-buf functions.Kaz Kylheku2017-06-041-7/+120
* Adding base-name and dir-name functions.Kaz Kylheku2017-05-211-1/+82
* doc: emphasize platform-independence of abs-path-p.Kaz Kylheku2017-05-211-0/+3
* cobj: rename poorly named default operation.Kaz Kylheku2017-05-151-12/+12
* bugfix: gc-incorrect creation of catenated stream.Kaz Kylheku2017-05-131-1/+4
* bugfix: tostringp not behaving right for floats.Kaz Kylheku2017-05-041-1/+4
* Rename badly named default_bool_argKaz Kylheku2017-03-171-9/+9
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Changes to the printing framework.Kaz Kylheku2016-10-201-4/+1
* A few volatile fixes related to setjmp.Kaz Kylheku2016-10-201-4/+4
* Add stream printing context.Kaz Kylheku2016-10-201-5/+26
* Add *print-circle* special variable.Kaz Kylheku2016-10-191-1/+2
* nuke trailing newlines from exception messages.Kaz Kylheku2016-10-071-5/+5
* small bug in format: handle missing format char.Kaz Kylheku2016-10-071-0/+2
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* New function pure-rel-path-p.Kaz Kylheku2016-09-271-0/+31
* New strlist list input stream type.Kaz Kylheku2016-09-241-0/+137
* Don't open text files using "t" mode on Cygwin.Kaz Kylheku2016-07-121-1/+1
* Dynamically determine whether shell is cmd.exe.Kaz Kylheku2016-06-301-1/+18
* We would like the Windows port of TXR to open files in textKaz Kylheku2016-06-281-0/+5
* Turn flags in struct stdio_handle into bitfields.Kaz Kylheku2016-05-291-3/+3
* Support ISO C stream direction switching rules.Kaz Kylheku2016-05-281-0/+58
* Add a byte mode to stdio streams.Kaz Kylheku2016-05-281-4/+22
* Don't use sleep function in tail streams.Kaz Kylheku2016-05-231-19/+7
* Optional argument on remove-path.Kaz Kylheku2016-05-231-5/+9
* Wrong argument defaulting in record-adapter.Kaz Kylheku2016-05-091-1/+1
* Argument of flush-stream now optional.Kaz Kylheku2016-05-071-2/+3
* Redundant addr in printed rep of string-input-stream.Kaz Kylheku2016-05-071-1/+1
* New: standard stream redirection for subprocesses.Kaz Kylheku2016-05-071-11/+141
* Strengthen against resource leaks upon exceptions.Kaz Kylheku2016-04-211-1/+2
* Recycle conses in unget-char and read-until-match.Kaz Kylheku2016-04-201-1/+1
* Bugfix: optional arg defaulting in get-string.Kaz Kylheku2016-04-201-1/+2
* read-until-match can optionally keep matched text.Kaz Kylheku2016-04-201-3/+5