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