| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Support for pushing back bytes and characters into streams. | Kaz Kylheku | 2014-01-13 | 1 | -1/+128 |
* | * stream.c (put_byte): Bugfix: was checking whether the put_char | Kaz Kylheku | 2014-01-13 | 1 | -1/+1 |
* | * configure: Detect platforms which don't reveal declarations | Kaz Kylheku | 2014-01-10 | 1 | -5/+0 |
* | Fix broken Json parsing test case on MinGW. | Kaz Kylheku | 2014-01-09 | 1 | -4/+7 |
* | * stream.c: Eliminate useless #else section containing #error | Kaz Kylheku | 2014-01-09 | 1 | -2/+0 |
* | Long overdue MinGW port maintenance. | Kaz Kylheku | 2014-01-09 | 1 | -9/+82 |
* | * stream.c (stdio_seek): Bugfix. Was returning current position | Kaz Kylheku | 2013-12-17 | 1 | -1/+1 |
* | Support for parsing Lisp expression out of strings and streams. | Kaz Kylheku | 2013-12-14 | 1 | -0/+80 |
* | New stream property: name. Some streams can report | Kaz Kylheku | 2013-12-13 | 1 | -4/+24 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -7/+50 |
* | * arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: Removing | Kaz Kylheku | 2013-12-11 | 1 | -1/+0 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | * eval.c (eval_init): Register streamp, real_time_stream_p, | Kaz Kylheku | 2013-12-10 | 1 | -0/+12 |
* | syslog support; bitwise logior and logand functions become variadic. | Kaz Kylheku | 2013-12-10 | 1 | -21/+0 |
* | Fixing some old-style coding that became obsolete | Kaz Kylheku | 2013-12-06 | 1 | -4/+4 |
* | * eval.c (eval_init): Registered regex_parse as new | Kaz Kylheku | 2013-12-05 | 1 | -2/+32 |
* | * stream.c (stdio_set_prop): Fix reversed boolean. | Kaz Kylheku | 2013-12-02 | 1 | -1/+1 |
* | * stream.c (tail_strategy): Execute the strategy code also | Kaz Kylheku | 2013-12-02 | 1 | -16/+8 |
* | Steps toward fixing an issue: lazy list readahead. | Kaz Kylheku | 2013-12-01 | 1 | -4/+73 |
* | * stream.c (tail_calc): New function | Kaz Kylheku | 2013-11-28 | 1 | -11/+20 |
* | * stream.c (make_stdio_stream_common): Initialize new | Kaz Kylheku | 2013-11-28 | 1 | -0/+1 |
* | * stream.c (struct stdio_handle): New member, mode. | Kaz Kylheku | 2013-11-28 | 1 | -5/+60 |
* | * Changelog: missing entries reconstructed. | Kaz Kylheku | 2013-11-27 | 1 | -1/+1 |
* | * configure: Added check to detect POSIX sleep function. | Kaz Kylheku | 2013-11-27 | 1 | -41/+93 |
* | Stream-seeking functionality. | Kaz Kylheku | 2013-11-26 | 1 | -39/+103 |
* | * arith.c (logtest): New function. | Kaz Kylheku | 2012-09-18 | 1 | -1/+14 |
* | * stream.c (vformat): Slight change in ~s directive. For a floating | Kaz Kylheku | 2012-09-17 | 1 | -1/+1 |
* | * stream.c (vformat): Fix bug in ~x format directive for printing | Kaz Kylheku | 2012-09-16 | 1 | -14/+8 |
* | * configure: Added test for <sys/stat.h> | Kaz Kylheku | 2012-09-11 | 1 | -0/+62 |
* | * stream.c (vformat): Bugfix: under the ~a and ~s directives, | Kaz Kylheku | 2012-08-31 | 1 | -1/+1 |
* | * eval.c (eval_init): Registered open-command and open-process | Kaz Kylheku | 2012-05-18 | 1 | -4/+4 |
* | * stream.c (open_pipev): Bugfix: program name is included | Kaz Kylheku | 2012-05-18 | 1 | -2/+2 |
* | Implement open_pipev in terms of popen for Windows which | Kaz Kylheku | 2012-05-18 | 1 | -1/+65 |
* | * match.c (complex_open): Likewise. | Kaz Kylheku | 2012-05-18 | 1 | -1/+1 |
* | Implementing new pipe function to get around the limitation | Kaz Kylheku | 2012-05-18 | 1 | -2/+101 |