| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | * stream.c (open_process, run, sh): Eliminate utf8name local variable | Kaz Kylheku | 2015-03-11 | 1 | -10/+6 |
* | Introducing persistent error state on streams. | Kaz Kylheku | 2015-02-25 | 1 | -27/+208 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | Use macro to initialize strm_ops. | Kaz Kylheku | 2015-01-29 | 1 | -202/+137 |
* | * stream.c (get_string): New argument, close_after_p. | Kaz Kylheku | 2015-01-21 | 1 | -2/+7 |
* | * lib.c (simple_lazy_stream_func): Bugfix: close the stream | Kaz Kylheku | 2014-12-25 | 1 | -3/+9 |
* | * stream.c (stream_init): Register make_catenated_stream in | Kaz Kylheku | 2014-12-25 | 1 | -1/+1 |
* | * lib.c (chk_grow_vec): New function. | Kaz Kylheku | 2014-10-30 | 1 | -4/+7 |
* | * Makefile: Removing trailing spaces. | Kaz Kylheku | 2014-10-24 | 1 | -15/+15 |
* | Converting cast expressions to macros that are retargetted | Kaz Kylheku | 2014-10-17 | 1 | -116/+122 |
* | Purge stray occurrences of "void *" from code base. | Kaz Kylheku | 2014-10-17 | 1 | -6/+7 |
* | Fix gc safety issue in abs_path_p function. | Kaz Kylheku | 2014-10-09 | 1 | -4/+7 |
* | * stream.c (stream_init): No need to gc-protect | Kaz Kylheku | 2014-10-09 | 1 | -1/+0 |
* | Moving system interface functions to separate module out of | Kaz Kylheku | 2014-10-08 | 1 | -298/+0 |
* | GC correctness fixes: make sure we pin down objects for which we borrow | Kaz Kylheku | 2014-08-25 | 1 | -7/+26 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | * stream.c (put_strings, put_lines): New functions. | Kaz Kylheku | 2014-07-19 | 1 | -0/+20 |
* | * eval.c (eval_init): Register get-lines as a synonym for lazy-stream-cons. | Kaz Kylheku | 2014-07-19 | 1 | -0/+19 |
* | * match.c (v_load): use the abs_path_p function instead of | Kaz Kylheku | 2014-06-12 | 1 | -0/+21 |
* | The dumping of bindings and printing of false must now | Kaz Kylheku | 2014-06-09 | 1 | -11/+0 |
* | * stream.c (get_line, get_char, get_byte): Fix outdated, incorrect | Kaz Kylheku | 2014-04-14 | 1 | -6/+3 |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 1 | -7/+7 |
* | * stream.c (win_make_cmdline): I think I cracked the code of | Kaz Kylheku | 2014-03-16 | 1 | -1/+4 |
* | * configure: Detect _wspawn* functions. | Kaz Kylheku | 2014-03-16 | 1 | -0/+24 |
* | * stream.c (run): Fix MinGW build failures. The run function doesn't | Kaz Kylheku | 2014-03-14 | 1 | -1/+1 |
* | * stream.c (open_process): If execvp fails, use errno as the | Kaz Kylheku | 2014-03-13 | 1 | -1/+78 |
* | * eval.c (plus_s, prof_s): New symbol global variables. | Kaz Kylheku | 2014-03-12 | 1 | -1/+3 |
* | * configure: new test for fcntl. | Kaz Kylheku | 2014-03-11 | 1 | -1/+11 |