summaryrefslogtreecommitdiff
path: root/libguile/posix.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-15(scm_setgroups): Check that the gid list is not too long. Thanks toMarius Vollmer1-1/+2
2003-07-27* posix.h (scm_setgroups): New prototype.Marius Vollmer1-8/+49
2003-06-142003-06-14 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-1/+38
2003-06-11(scm_putenv): Add freebsd to comment about need to use unsetenv.Kevin Ryde1-2/+3
2003-06-11Correction to:Kevin Ryde1-1/+2
2003-06-11(scm_putenv): Free temporary ptr in mingw unset.Kevin Ryde1-1/+2
2003-05-302003-05-30 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-2/+12
2003-05-292003-05-29 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+2
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-25* posix.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-0/+3
2002-10-03Refer to provided? rather than the deprecated feature?.Neil Jerram1-4/+4
2002-08-16* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead ofHan-Wen Nienhuys1-3/+3
2002-07-21* macros.c: include deprecation.hHan-Wen Nienhuys1-34/+34
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-55/+53
2002-07-10No need to check for Cygwin when including <winsock2.h>, this isMarius Vollmer1-2/+1
2002-07-07Do not include <winsock2.h> on Cygwin even when we have it.Marius Vollmer1-1/+2
2002-06-30 * posix.c (scm_convert_exec_args), dynl.cGary Houston1-28/+23
2002-05-06(scm_putenv): Handle removing variables explicitely by callingMarius Vollmer1-9/+20
2002-03-15Small docstring fixes.Neil Jerram1-4/+4
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-10/+8
2002-01-22* First batch of libguile changes for Elisp support.Neil Jerram1-1/+2
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-1/+1
2001-11-11* Documentation work.Neil Jerram1-1/+1
2001-11-042001-11-04 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-1/+67
2001-11-02Remove unnecessary dirent includes and defines. IncludeMarius Vollmer1-19/+10
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-15/+0
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-07-03 * posix.c (getlogin): getlogin() implementation for Windows.Martin Grabmüller1-1/+18
2001-06-26Make compilation under Windows easier.Martin Grabmüller1-6/+41
2001-05-24* validate.hMichael Livshin1-2/+2
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-23/+23
2001-04-10* Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann1-3/+3
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-91/+92
2001-03-18 * posix.c (scm_tmpnam): check that return value from tmpnam is notGary Houston1-4/+33
2001-03-10* _scm.h: Removed #include <errno.h>.Mikael Djurfeldt1-1/+3
2001-03-10* posix.c: Replaced `#define' of __USE_XOPEN right beforeMarius Vollmer1-2/+3
2001-03-09 (scm_gethostname): Set initial name length to 256 forMartin Grabmüller1-1/+3
2001-03-09Added some new posix functions:Martin Grabmüller1-0/+291
2001-02-02New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida1-4/+4
2001-01-25* Made the port implementations less tightly coupled within guile.Dirk Herrmann1-1/+1
2001-01-24 * boot-9.scm: don't import (ice-9 rdelim) here. it's doneGary Houston1-1/+0
2000-11-22* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann1-3/+3
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-11-01* environments.c: Don't use '==' to compare SCM objects.Dirk Herrmann1-26/+20
2000-10-30* Change a couple of functions to accept either symbols or strings only.Dirk Herrmann1-62/+59
2000-10-25* Some more work to get rid of SCM_LENGTHDirk Herrmann1-1/+1
2000-10-09* Made some functions not accept symbols as input parameters any more.Dirk Herrmann1-4/+4
2000-09-30 * filesys.c (scm_stat2scm), posix.c (s_scm_mknod): don't useGary Houston1-0/+2
2000-09-22* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann1-1/+1