| Commit message (Expand) | Author | Age | Files | Lines |
* | fill-buf-adjust: new function. | Kaz Kylheku | 2019-02-16 | 1 | -0/+15 |
* | streams: use Boolean return value for stdio_fseek. | Kaz Kylheku | 2019-01-25 | 1 | -1/+1 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Eliminate ALLOCA_H. | Kaz Kylheku | 2018-12-31 | 1 | -1/+1 |
* | Eliminate various unneeded header inclusions. | Kaz Kylheku | 2018-12-12 | 1 | -1/+0 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 1 | -1/+1 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 1 | -53/+112 |
* | Fix wrong uses of ~s for function name string. | Kaz Kylheku | 2018-11-07 | 1 | -3/+3 |
* | math: improve error diagnosis. | Kaz Kylheku | 2018-11-07 | 1 | -1/+1 |
* | repl: bugfix: slow paste into terminal window. | Kaz Kylheku | 2018-11-01 | 1 | -1/+3 |
* | printer: improve object formatting. | Kaz Kylheku | 2018-04-05 | 1 | -3/+17 |
* | string output streams: null pointer deref. | Kaz Kylheku | 2018-03-30 | 1 | -4/+10 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | New feature: structure delegate streams. | Kaz Kylheku | 2017-12-08 | 1 | -13/+39 |
* | streams: allow "b" flag on open-command. | Kaz Kylheku | 2017-10-30 | 1 | -1/+17 |
* | Default the length argument of truncate-stream. | Kaz Kylheku | 2017-08-21 | 1 | -1/+3 |
* | new function: path-cat | Kaz Kylheku | 2017-07-18 | 1 | -0/+40 |
* | remove-path: exception semantics adjusted. | Kaz Kylheku | 2017-07-17 | 1 | -1/+1 |
* | format: support leading zero printing for floats. | Kaz Kylheku | 2017-07-16 | 1 | -2/+2 |
* | streams: add overflow checks. | Kaz Kylheku | 2017-06-12 | 1 | -4/+17 |
* | c++ maintenance: eliminate old-style casts. | Kaz Kylheku | 2017-06-06 | 1 | -2/+2 |
* | c++ maintenance: signed/unsigned comparisons. | Kaz Kylheku | 2017-06-06 | 1 | -4/+4 |
* | buffers: improve put-buf and fill-buf. | Kaz Kylheku | 2017-06-05 | 1 | -27/+48 |
* | streams: put-buf and fill-buf functions. | Kaz Kylheku | 2017-06-04 | 1 | -7/+120 |
* | Adding base-name and dir-name functions. | Kaz Kylheku | 2017-05-21 | 1 | -1/+82 |
* | doc: emphasize platform-independence of abs-path-p. | Kaz Kylheku | 2017-05-21 | 1 | -0/+3 |
* | cobj: rename poorly named default operation. | Kaz Kylheku | 2017-05-15 | 1 | -12/+12 |
* | bugfix: gc-incorrect creation of catenated stream. | Kaz Kylheku | 2017-05-13 | 1 | -1/+4 |
* | bugfix: tostringp not behaving right for floats. | Kaz Kylheku | 2017-05-04 | 1 | -1/+4 |
* | Rename badly named default_bool_arg | Kaz Kylheku | 2017-03-17 | 1 | -9/+9 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Changes to the printing framework. | Kaz Kylheku | 2016-10-20 | 1 | -4/+1 |
* | A few volatile fixes related to setjmp. | Kaz Kylheku | 2016-10-20 | 1 | -4/+4 |
* | Add stream printing context. | Kaz Kylheku | 2016-10-20 | 1 | -5/+26 |
* | Add *print-circle* special variable. | Kaz Kylheku | 2016-10-19 | 1 | -1/+2 |
* | nuke trailing newlines from exception messages. | Kaz Kylheku | 2016-10-07 | 1 | -5/+5 |
* | small bug in format: handle missing format char. | Kaz Kylheku | 2016-10-07 | 1 | -0/+2 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | New function pure-rel-path-p. | Kaz Kylheku | 2016-09-27 | 1 | -0/+31 |
* | New strlist list input stream type. | Kaz Kylheku | 2016-09-24 | 1 | -0/+137 |
* | Don't open text files using "t" mode on Cygwin. | Kaz Kylheku | 2016-07-12 | 1 | -1/+1 |
* | Dynamically determine whether shell is cmd.exe. | Kaz Kylheku | 2016-06-30 | 1 | -1/+18 |
* | We would like the Windows port of TXR to open files in text | Kaz Kylheku | 2016-06-28 | 1 | -0/+5 |
* | Turn flags in struct stdio_handle into bitfields. | Kaz Kylheku | 2016-05-29 | 1 | -3/+3 |
* | Support ISO C stream direction switching rules. | Kaz Kylheku | 2016-05-28 | 1 | -0/+58 |
* | Add a byte mode to stdio streams. | Kaz Kylheku | 2016-05-28 | 1 | -4/+22 |
* | Don't use sleep function in tail streams. | Kaz Kylheku | 2016-05-23 | 1 | -19/+7 |
* | Optional argument on remove-path. | Kaz Kylheku | 2016-05-23 | 1 | -5/+9 |
* | Wrong argument defaulting in record-adapter. | Kaz Kylheku | 2016-05-09 | 1 | -1/+1 |
* | Argument of flush-stream now optional. | Kaz Kylheku | 2016-05-07 | 1 | -2/+3 |