| Commit message (Expand) | Author | Age | Files | Lines |
* | 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'... | 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 |
* | Correct, update, improve and clean up a lot of docstrings in order to make... | Martin Grabmüller | 2001-04-03 | 1 | -5/+7 |
* | * _scm.h: Removed #include <errno.h>.... | Mikael Djurfeldt | 2001-03-10 | 1 | -1/+3 |
* | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 2001-03-09 | 1 | -1/+0 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,... | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | * Change a couple of functions to accept either symbols or strings only.... | Dirk Herrmann | 2000-10-30 | 1 | -6/+5 |
* | * Some more work to get rid of SCM_LENGTH... | Dirk Herrmann | 2000-10-25 | 1 | -2/+2 |
* | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 2000-09-22 | 1 | -1/+1 |
* | * net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_sethost,... | Neil Jerram | 2000-08-18 | 1 | -2/+1 |
* | Updated copyrights | Mikael Djurfeldt | 2000-06-12 | 1 | -1/+1 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS,... | Mikael Djurfeldt | 2000-04-21 | 1 | -6/+6 |