Age | Commit message (Expand) | Author | Files | Lines |
2021-05-08 | 'primitive-fork' closes and recreates the current thread's 'sleep_pipe'. | Ludovic Courtès | 1 | -1/+28 |
2021-03-10 | Add mkstemp; undocument mkstemp! | Andy Wingo | 1 | -3/+3 |
2020-05-16 | popen: Add 'pipeline' procedure. | Rutger van Beusekom | 1 | -48/+18 |
2020-04-14 | bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set! | Andy Wingo | 1 | -1/+1 |
2020-03-22 | Deprecate 'tmpnam' and add '--disable-tmpnam' configure option. | Matt Wette | 1 | -0/+11 |
2019-08-02 | Merge from stable-2.2 | Andy Wingo | 1 | -9/+38 |
2019-06-18 | open-process: Fix dup(2) and execvp(2) error handling. | Mark H Weaver | 1 | -9/+38 |
2019-05-23 | Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. | Mark H Weaver | 1 | -2/+2 |
2019-05-23 | Define AT_SYMLINK_NOFOLLOW et al. | Ludovic Courtès | 1 | -2/+18 |
2018-10-17 | Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. | Mark H Weaver | 1 | -5/+3 |
2018-10-07 | Fix use of uninstalled header by installed headers | Andy Wingo | 1 | -0/+1 |
2018-09-23 | Define AT_SYMLINK_NOFOLLOW et al. | Ludovic Courtès | 1 | -1/+17 |
2018-08-07 | Make sure the return value of 'scm_crypt' is always initialized. | Ludovic Courtès | 1 | -4/+7 |
2018-08-07 | Fix 'crypt' deadlock upon error. | Ludovic Courtès | 1 | -4/+21 |
2018-06-25 | Give multiple-values objects a tc7 | Andy Wingo | 1 | -7/+5 |
2018-06-21 | Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types | Andy Wingo | 1 | -3/+3 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Make .c copyright headers uniform | Andy Wingo | 1 | -1/+2 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -28/+23 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -26/+26 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Devolve symbols.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Remove modules.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Devolve numbers.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove list.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove includes of validate.h. | Andy Wingo | 1 | -1/+0 |
2018-06-17 | Move syscall-related private defines to their own header | Andy Wingo | 1 | -0/+1 |
2018-06-14 | Fix libguile subcomponent headers not to include <libguile.h> | Andy Wingo | 1 | -3/+5 |
2018-01-10 | Make sure the return value of 'scm_crypt' is always initialized. | Ludovic Courtès | 1 | -5/+8 |
2017-12-22 | Fix 'crypt' deadlock upon error. | Ludovic Courtès | 1 | -4/+21 |
2017-03-01 | Treat 'SIG_IGN' as a pointer. | Ludovic Courtès | 1 | -3/+5 |
2017-02-14 | Elide syscalls in fdes->port | Andy Wingo | 1 | -4/+10 |
2016-09-14 | Fix compile warning in posix.cv2.1.4 | Andy Wingo | 1 | -2/+4 |
2016-08-31 | Move system* to posix.c, impl on open-process | Andy Wingo | 1 | -1/+71 |
2016-07-25 | Add popen feature | Andy Wingo | 1 | -0/+1 |
2016-07-25 | Add POSIX shims for MinGW | Eli Zaretskii | 1 | -1/+1 |
2016-07-25 | Rename win32-uname.[ch] to posix-w32.[ch] | Andy Wingo | 1 | -4/+4 |
2016-07-25 | Factor start_child out of open_process | Andy Wingo | 1 | -84/+104 |
2016-07-25 | More specific status:exit-val et al compilation guards | Andy Wingo | 1 | -2/+6 |
2016-07-25 | getaffinity, setaffinity docstring cleanup | Andy Wingo | 1 | -12/+2 |
2016-07-25 | Provide `kill' only if supported by the host | Andy Wingo | 1 | -19/+2 |
2016-07-25 | More robust setuid, setgid, etc detection | Andy Wingo | 1 | -14/+16 |
2014-09-30 | Merge branch 'stable-2.0' | Mark H Weaver | 1 | -9/+13 |
2014-09-22 | Add 'EXIT_SUCCESS' and 'EXIT_FAILURE'. | Ludovic Courtès | 1 | -0/+6 |
2014-07-03 | Fix calculation of CPU set size for getaffinity. | Eli Zaretskii | 1 | -2/+2 |
2014-05-28 | Slightly simplify 'scm_open_process'. | Ludovic Courtès | 1 | -7/+5 |