summaryrefslogtreecommitdiff
path: root/libguile/simpos.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-5/+7
2001-03-10* _scm.h: Removed #include <errno.h>.Mikael Djurfeldt1-1/+3
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-10-30* Change a couple of functions to accept either symbols or strings only.Dirk Herrmann1-6/+5
2000-10-25* Some more work to get rid of SCM_LENGTHDirk Herrmann1-2/+2
2000-09-22* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann1-1/+1
2000-08-18* net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_sethost,Neil Jerram1-2/+1
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-6/+6
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-17Only include strings.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-01-18* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt1-14/+13
2000-01-09 * eval.c: define scm_unbound_variable_key ('unbound-variable).Gary Houston1-8/+2