| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop using C library setjmp/longjmp. | Kaz Kylheku | 2015-10-25 | 1 | -1/+0 |
* | Implementing truncate-stream. | Kaz Kylheku | 2015-10-21 | 1 | -7/+50 |
* | Correction in error message on unimplemented seek. | Kaz Kylheku | 2015-10-21 | 1 | -1/+1 |
* | Support binary specifier in format. | Kaz Kylheku | 2015-10-17 | 1 | -5/+26 |
* | Remove use of the system function. | Kaz Kylheku | 2015-10-16 | 1 | -19/+10 |
* | Don't force lazy string in string input streams. | Kaz Kylheku | 2015-09-26 | 1 | -11/+5 |
* | Introduce chk_wmalloc function. | Kaz Kylheku | 2015-09-22 | 1 | -1/+1 |
* | Don't use prot1 for temporary gc protection. | Kaz Kylheku | 2015-09-07 | 1 | -10/+4 |
* | Move stat functions to use a struct. | Kaz Kylheku | 2015-08-30 | 1 | -16/+0 |
* | Renaming c_true to tnil. | Kaz Kylheku | 2015-08-27 | 1 | -1/+1 |
* | Replace two-step initialization of args with macros. | Kaz Kylheku | 2015-08-24 | 1 | -2/+1 |
* | Large scale conversion to new way of handling arguments. | Kaz Kylheku | 2015-08-23 | 1 | -26/+14 |
* | Remove silly use of apply from open-files. | Kaz Kylheku | 2015-08-21 | 1 | -5/+2 |
* | Streamlining format with new args module. | Kaz Kylheku | 2015-08-17 | 1 | -66/+48 |
* | Observe display width in format. | Kaz Kylheku | 2015-08-13 | 1 | -6/+36 |
* | Fix regression in string field formatting. | Kaz Kylheku | 2015-08-12 | 1 | -4/+0 |
* | Catenated stream reads must not close last stream. | Kaz Kylheku | 2015-08-12 | 1 | -6/+9 |
* | Count East Asian Wide and Full Fidth chars as two columns. | Kaz Kylheku | 2015-08-10 | 1 | -4/+5 |
* | C++ upkeep: conversions, clashes, warnings. | Kaz Kylheku | 2015-08-07 | 1 | -1/+1 |
* | * stream.c: Include <wctype.h> header for iswprint. | Kaz Kylheku | 2015-08-07 | 1 | -0/+1 |
* | * stream.c (stream_init): Register get-indent-mode, set-indent-mode, | Kaz Kylheku | 2015-08-05 | 1 | -0/+11 |
* | * stream.c (width_check): Just use the public | Kaz Kylheku | 2015-08-05 | 1 | -11/+4 |
* | * stream.c (put_string): In indent mode, put_string has | Kaz Kylheku | 2015-08-04 | 1 | -6/+7 |
* | * stream.c (vformat): Implement ~! format directive for indentation. | Kaz Kylheku | 2015-08-04 | 1 | -7/+37 |
* | * stream.c (put_string, put_char): Do not put out the indentation | Kaz Kylheku | 2015-08-04 | 1 | -2/+13 |
* | * stream.c (inc_indent): If a negative indentation increment goes below | Kaz Kylheku | 2015-08-04 | 1 | -0/+4 |
* | * stream.c (vormat): Bugfix: when width specified as * | Kaz Kylheku | 2015-08-04 | 1 | -1/+1 |
* | * stream.c (string_out_put_string): Do not return nil when | Kaz Kylheku | 2015-08-04 | 1 | -2/+4 |
* | Remove useless return values and checks. | Kaz Kylheku | 2015-08-04 | 1 | -78/+41 |
* | * stream.c (indent_mode_put_string): Function removed, | Kaz Kylheku | 2015-08-04 | 1 | -17/+4 |
* | Pass pretty flag to cobj print operation. | Kaz Kylheku | 2015-08-01 | 1 | -3/+8 |
* | string_output renamed to string_out | Kaz Kylheku | 2015-07-31 | 1 | -8/+8 |
* | Simplify type check code in stream module. | Kaz Kylheku | 2015-07-31 | 1 | -191/+100 |
* | Multi-line, indented printing of structure. | Kaz Kylheku | 2015-07-31 | 1 | -3/+145 |
* | Deriving streams from the same base, so | Kaz Kylheku | 2015-07-29 | 1 | -106/+175 |
* | * stream.c (common_destroy): Function removed. | Kaz Kylheku | 2015-07-29 | 1 | -7/+2 |
* | * stream.c: Rearranging definitions and declarations so that | Kaz Kylheku | 2015-07-29 | 1 | -432/+431 |
* | Centered fields in format. | Kaz Kylheku | 2015-07-28 | 1 | -25/+69 |
* | * stream.c (byte_in_unget_byte): Wrong function name in error message. | Kaz Kylheku | 2015-07-10 | 1 | -1/+1 |
* | Fix unget-byte and unget-char on catenated streams. | Kaz Kylheku | 2015-07-10 | 1 | -2/+2 |
* | Improved printing of stream objects. | Kaz Kylheku | 2015-07-07 | 1 | -16/+38 |
* | Bugfix in printed rep of stdio stream. | Kaz Kylheku | 2015-07-06 | 1 | -2/+3 |
* | Clarify clear-error and flush return value. | Kaz Kylheku | 2015-07-06 | 1 | -16/+7 |
* | Tightening behavior for unimplemented stream ops. | Kaz Kylheku | 2015-07-06 | 1 | -25/+208 |
* | * stream.c (catenated_stream_p, catenated_stream_push): New functions. | Kaz Kylheku | 2015-06-07 | 1 | -0/+24 |
* | Fix escaping issues in open-process on Windows. | Kaz Kylheku | 2015-04-15 | 1 | -12/+47 |
* | Functions open-fileno and fileno. | Kaz Kylheku | 2015-04-10 | 1 | -1/+20 |
* | * stream.c (vformat): Bugfix: ~X printing in lower case, like ~x, | Kaz Kylheku | 2015-03-30 | 1 | -1/+1 |
* | New -n option. New "i" mode letter in file opening functions. | Kaz Kylheku | 2015-03-29 | 1 | -10/+137 |
* | * stream.c (run): In Windows version, fix nasty corruption bug: | Kaz Kylheku | 2015-03-11 | 1 | -2/+0 |