summaryrefslogtreecommitdiff
path: root/libguile/simpos.c
Commit message (Expand)AuthorAgeFilesLines
* Presume ISO C90 functions are always availableMike Gran2022-10-141-2/+0
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-1/+1
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-6/+6
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve threads.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-3/+2
* Move system* to posix.c, impl on open-processAndy 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'v2.1.0Mark H Weaver2014-04-251-3/+1
|\ \ | |/
| * Rely on Gnulib for <unistd.h>.Mark H Weaver2014-02-271-3/+1
* | Remove private-gc.hAndy 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 tweakAndy Wingo2010-11-191-2/+2
* Merge branch 'master' into boehm-demers-weiser-gcLudovic 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 "dynamicMarius 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 ofMarius 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 toMarius 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 parentKevin 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 beKevin 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 thanKevin 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