summaryrefslogtreecommitdiff
path: root/libguile/simpos.c
Commit message (Expand)AuthorAgeFilesLines
* Move system* to posix.c, impl on open-process...Andy Wingo2016-08-311-127/+3
* Merge branch 'stable-2.0'...Mark H Weaver2014-09-301-6/+26
|\
| * Make 'system*' available on MS-Windows....Eli Zaretskii2014-07-021-6/+26
* | Merge branch 'stable-2.0'...Mark H Weaver2014-04-251-3/+1
|\|
| * Rely on Gnulib for <unistd.h>....Mark H Weaver2014-02-271-3/+1
* | Remove private-gc.h...Andy Wingo2013-11-281-1/+16
|/
* Change `system*' to not leave dangling processes behind....Ludovic Courtès2012-12-191-7/+15
* Improve the usage of variable names in C docstrings....Bake Timmons2012-02-021-1/+1
* simpos tweak...Andy Wingo2010-11-191-2/+2
* Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-08-181-6/+7
|\
| * Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* | Use `scm_gc malloc_pointerless ()' in `scm_i allocate_string_pointers ()'....Ludovic Courtès2009-01-181-12/+1
|/
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* merge from 1.8 branchKevin Ryde2006-06-171-3/+22
* Renamed the "frames" that are related to dynamic-wind to "dynamic...Marius Vollmer2006-01-291-5/+5
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* *** empty log message ***Marius Vollmer2004-09-221-2/+2
* (scm_system): Convert SCM strings to locale strings instead of...Marius Vollmer2004-08-121-3/+6
* * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,...Marius Vollmer2004-08-101-40/+21
* (scm_system_star): Use scm_from_int on SIGINT and SIGQUIT,...Kevin Ryde2004-08-051-2/+2
* * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,...Marius Vollmer2004-08-021-3/+3
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,...Marius Vollmer2004-07-231-2/+2
* * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,...Marius Vollmer2004-07-101-4/+1
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to...Marius Vollmer2004-07-081-2/+2
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,...Marius Vollmer2004-07-061-1/+1
* (scm_system_star): Fix execargv memory leak, merge parent...Kevin Ryde2004-04-051-14/+20
* Include <signal.h> for SIG_IGN and friends.Kevin Ryde2004-03-311-0/+1
* (scm_system_star): new function.Rob Browning2003-11-191-2/+115
* (scm_system): Remove SCM_DEFER_INTS, system() should be...Kevin Ryde2003-08-221-2/+0
* Add a copyright year.Kevin Ryde2003-08-221-1/+2
* (scm_system): In docstring, refer to status:exit-val rather than...Kevin Ryde2003-08-121-2/+2
* (getenv): Use <stdlib.h> for prototype.Kevin Ryde2003-08-121-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * simpos.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-0/+3
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>...Han-Wen Nienhuys2002-07-201-1/+1
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-2/+0
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * Deprecated scm_makfromstr and added scm_mem2string as a replacement....Dirk Herrmann2001-06-261-2/+2
* * validate.h...Michael Livshin2001-05-241-1/+1
* Correct, update, improve and clean up a lot of docstrings in order to make...Martin Grabmüller2001-04-031-5/+7
* * _scm.h: Removed #include <errno.h>....Mikael Djurfeldt2001-03-101-1/+3
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,...Marius Vollmer2000-11-171-0/+2
* * Change a couple of functions to accept either symbols or strings only....Dirk Herrmann2000-10-301-6/+5
* * Some more work to get rid of SCM_LENGTH...Dirk Herrmann2000-10-251-2/+2
* * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann2000-09-221-1/+1
* * net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_sethost,...Neil Jerram2000-08-181-2/+1
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,...Mikael Djurfeldt2000-04-211-6/+6