| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | * stream.c (open_process): In the event of fdopen failure, | Kaz Kylheku | 2014-03-11 | 1 | -1/+5 |
* | * stream.c (open_process): Close the original pipe file descriptor | Kaz Kylheku | 2014-03-11 | 1 | -0/+4 |
* | * stream.c (pipe_close): Restructured the function a bit. | Kaz Kylheku | 2014-03-10 | 1 | -21/+22 |
* | * eval.c (apply_intrinsic, lazy_mapcar): Changed linkage to external. | Kaz Kylheku | 2014-03-06 | 1 | -0/+27 |
* | * stream.c (vformat): Fix broken parsing of parameteric width and | Kaz Kylheku | 2014-03-05 | 1 | -9/+13 |
* | * stream.c (put_line): Default string argument to empty string. | Kaz Kylheku | 2014-03-05 | 1 | -2/+2 |
* | Bugfix: catenated stream objects not hooked into garbage collector, | Kaz Kylheku | 2014-03-02 | 1 | -1/+7 |
* | Change in the design of how special variables work, to fix the broken | Kaz Kylheku | 2014-02-28 | 1 | -45/+101 |
* | * configure: Make it an error to have implicit function declarations by | Kaz Kylheku | 2014-02-25 | 1 | -0/+9 |
* | * stream.c (getcwd_wrap): Implement correct test of getcwd's | Kaz Kylheku | 2014-02-25 | 1 | -1/+2 |
* | * configure: Added feature tests for makedev, link/symlink/readlink, | Kaz Kylheku | 2014-02-25 | 1 | -1/+25 |
* | * eval.c (eval_init): Intern symlink_wrap, link_wrap, readlink_wrap. | Kaz Kylheku | 2014-02-24 | 1 | -1/+58 |
* | * eval.c (eval_init): Register forgotten s_ifsock variable. | Kaz Kylheku | 2014-02-24 | 1 | -0/+84 |
* | * stream.c (get_string_from_stream): Bugfix: do not abort if | Kaz Kylheku | 2014-02-23 | 1 | -5/+8 |
* | Replacing uses of the eq function which are used only as C booleans, | Kaz Kylheku | 2014-02-22 | 1 | -10/+10 |
* | The mode argument in some stream-opening functions becomes optional. | Kaz Kylheku | 2014-02-18 | 1 | -5/+6 |
* | * stream.c (open_tail): Fix 2013-12-02 regression: | Kaz Kylheku | 2014-02-18 | 1 | -2/+9 |
* | * arith.c (lognot): Conform to new scheme for defaulting optional args. | Kaz Kylheku | 2014-02-05 | 1 | -12/+9 |
* | * eval.c (eval_init): Registered existing make_catenated_stream as | Kaz Kylheku | 2014-01-28 | 1 | -5/+38 |
* | * stream.c (struct stdio_handle): New member, is_rotated. | Kaz Kylheku | 2014-01-28 | 1 | -17/+78 |
* | * stream.c (remove_path, rename_path): New functions. | Kaz Kylheku | 2014-01-28 | 1 | -0/+17 |
* | * stream.c (stdio_seek): After a successful seek, discard the character | Kaz Kylheku | 2014-01-14 | 1 | -0/+1 |