| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license notices in all C files | Andy Wingo | 2018-06-20 | 1 | -17/+17 |
* | Remove (C) from copyright statements | Andy Wingo | 2018-06-20 | 1 | -1/+1 |
* | Rationalize include order in C files | Andy Wingo | 2018-06-20 | 1 | -1/+1 |
* | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 2018-06-20 | 1 | -6/+6 |
* | Remove Emacs local variables comments in Guile source | Andy Wingo | 2018-06-20 | 1 | -6/+0 |
* | Remove _scm.h | Andy Wingo | 2018-06-20 | 1 | -1/+0 |
* | Devolve threads.h from _scm.h. | Andy Wingo | 2018-06-20 | 1 | -0/+1 |
* | Move subr snarfing macros to gsubr.h. | Andy Wingo | 2018-06-20 | 1 | -0/+1 |
* | Devolve numbers.h from _scm.h. | Andy Wingo | 2018-06-19 | 1 | -0/+1 |
* | Remove includes of validate.h. | Andy Wingo | 2018-06-18 | 1 | -3/+2 |
* | Move system* to posix.c, impl on open-process | Andy Wingo | 2016-08-31 | 1 | -127/+3 |
* | Merge branch 'stable-2.0' | Mark H Weaver | 2014-09-30 | 1 | -6/+26 |
|\ |
|
| * | Make 'system*' available on MS-Windows. | Eli Zaretskii | 2014-07-02 | 1 | -6/+26 |
* | | Merge branch 'stable-2.0'v2.1.0 | Mark H Weaver | 2014-04-25 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | Rely on Gnulib for <unistd.h>. | Mark H Weaver | 2014-02-27 | 1 | -3/+1 |
* | | Remove private-gc.h | Andy Wingo | 2013-11-28 | 1 | -1/+16 |
|/ |
|
* | Change `system*' to not leave dangling processes behind. | Ludovic Courtès | 2012-12-19 | 1 | -7/+15 |
* | Improve the usage of variable names in C docstrings. | Bake Timmons | 2012-02-02 | 1 | -1/+1 |
* | simpos tweak | Andy Wingo | 2010-11-19 | 1 | -2/+2 |
* | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 2009-08-18 | 1 | -6/+7 |
|\ |
|
| * | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | | Use `scm_gc malloc_pointerless ()' in `scm_i allocate_string_pointers ()'. | Ludovic Courtès | 2009-01-18 | 1 | -12/+1 |
|/ |
|
* | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+1 |
* | merge from 1.8 branch | Kevin Ryde | 2006-06-17 | 1 | -3/+22 |
* | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 2006-01-29 | 1 | -5/+5 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | *** empty log message *** | Marius Vollmer | 2004-09-22 | 1 | -2/+2 |
* | (scm_system): Convert SCM strings to locale strings instead of | Marius Vollmer | 2004-08-12 | 1 | -3/+6 |
* | * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c, | Marius Vollmer | 2004-08-10 | 1 | -40/+21 |
* | (scm_system_star): Use scm_from_int on SIGINT and SIGQUIT, | Kevin Ryde | 2004-08-05 | 1 | -2/+2 |
* | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 2004-08-02 | 1 | -3/+3 |
* | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 2004-07-23 | 1 | -2/+2 |
* | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 2004-07-10 | 1 | -4/+1 |
* | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 2004-07-08 | 1 | -2/+2 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 2004-07-06 | 1 | -1/+1 |
* | (scm_system_star): Fix execargv memory leak, merge parent | Kevin Ryde | 2004-04-05 | 1 | -14/+20 |
* | Include <signal.h> for SIG_IGN and friends. | Kevin Ryde | 2004-03-31 | 1 | -0/+1 |
* | (scm_system_star): new function. | Rob Browning | 2003-11-19 | 1 | -2/+115 |
* | (scm_system): Remove SCM_DEFER_INTS, system() should be | Kevin Ryde | 2003-08-22 | 1 | -2/+0 |
* | Add a copyright year. | Kevin Ryde | 2003-08-22 | 1 | -1/+2 |
* | (scm_system): In docstring, refer to status:exit-val rather than | Kevin Ryde | 2003-08-12 | 1 | -2/+2 |
* | (getenv): Use <stdlib.h> for prototype. | Kevin Ryde | 2003-08-12 | 1 | -1/+1 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | * simpos.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 2003-03-25 | 1 | -0/+3 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 2002-07-20 | 1 | -1/+1 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | * Removed lots of deprecated stuff. | Dirk Herrmann | 2001-08-31 | 1 | -2/+0 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | * Deprecated scm_makfromstr and added scm_mem2string as a replacement. | Dirk Herrmann | 2001-06-26 | 1 | -2/+2 |
* | * validate.h | Michael Livshin | 2001-05-24 | 1 | -1/+1 |