add getrlimit and setrlimit wrappers
[bpt/guile.git] / libguile / posix.c
2009-03-27 Andy Wingoadd getrlimit and setrlimit wrappers
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-11-30 Ludovic CourtèsCheck the return value of libc's functions to make...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-08-26 Andy Wingomerge from guile master
2008-08-20 Ludovic CourtèsNever define `_GNU_SOURCE' explicitly since `AC_USE_SYS...
2008-08-02 Andy Wingomerge guile-vm to guile
2007-10-27 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-27 Ludovic CourtèsChanges from arch/CVS synchronization
2007-09-11 Kevin Ryde(scm_putenv): Confine the putenv("NAME=") bit to mingw...
2007-07-29 Ludovic CourtèsChanges from arch/CVS synchronization
2007-06-07 Ludovic CourtèsChanges from arch/CVS synchronization
2007-01-31 Ludovic CourtèsChanges from arch/CVS synchronization
2007-01-15 Kevin Rydemerge from 1.8
2006-11-18 Ludovic CourtèsChanges from arch/CVS synchronization
2006-10-09 Kevin Rydemerge from 1.8 branch
2006-09-20 Ludovic CourtèsChanges from arch/CVS synchronization
2006-06-17 Kevin Rydemerge from 1.8 branch
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2005-01-23 Kevin Ryde(scm_flock): Update docstring from manual.
2005-01-23 Kevin Ryde(scm_setlocale): Force errno=EINVAL for an error, since
2005-01-09 Kevin Ryde(scm_mkstemp): Update docstring from manual.
2005-01-02 Marius VollmerUse new vector elements API or simple vector API, as...
2004-09-22 Marius Vollmer* i18n.c: Handle --disable-nls (thanks Bruno).
2004-09-07 Kevin Ryde(scm_access): Update docstring per manual.
2004-09-07 Kevin Ryde(scm_nice): Correction to error detection. Reported by
2004-09-03 Stefan Jahn2004-09-03 Stefan Jahn <stefan@lkcc.org>
2004-08-24 Marius VollmerInclude "srfi-13.h" instead of "strop.h".
2004-08-20 Marius Vollmer(scm_mkstemp): Correction to the correction, mkstemp...
2004-08-20 Kevin Ryde(scm_mkstemp): Correction to new locale_string stuff...
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-12 Marius Vollmer(WITH_STRING): New helper macro. Use it where one
2004-08-10 Marius Vollmer* procs.c, posix.c, ports.c, net_db.c, fports.c, filesys.c,
2004-08-05 Kevin Ryde(scm_setgroups): Enhance docstring, per doc/ref/posix...
2004-08-02 Marius Vollmer* numbers.h, numbers.c, discouraged.h, discouraged...
2004-07-29 Kevin Ryde(scm_ttyname): Use scm_i_misc_mutex for thread safety.
2004-07-27 Kevin Ryde(scm_ctermid): Use an L_ctermid buf on the stack, for...
2004-07-23 Kevin Ryde * threads.c, threads.h (scm_i_misc_mutex): New SCM_GLO...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-10 Marius Vollmer* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALI...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-03-24 Dirk Herrmann * posix.c (scm_gethostname): Make sure len is initiali...
2004-03-22 Kevin Ryde(scm_gethostname): Use sysconf(_SC_HOST_NAME_MAX) and/or
2004-03-19 Kevin Ryde * posix.c (scm_gethostname): Preserve errno across...
2004-02-28 Kevin Ryde(scm_execl, scm_execlp, scm_execle): Avoid memory leak...
2004-02-23 Kevin Ryde(scm_cuserid): Use a private result buffer, for thread...
2004-02-20 Kevin RydeAdd copyright year 2002, which appears in the ChangeLog.
2004-02-20 Kevin RydeAdd a copyright year.
2004-02-20 Kevin Ryde(scm_crypt): Use new HAVE_CRYPT.
2004-02-18 Kevin Ryde(environ): Use _NSGetEnviron in Darwin
2003-09-15 Marius Vollmer(scm_setgroups): Check that the gid list is not too...
2003-07-27 Marius Vollmer* posix.h (scm_setgroups): New prototype.
2003-06-14 Stefan Jahn2003-06-14 Stefan Jahn <stefan@lkcc.org>
2003-06-11 Kevin Ryde(scm_putenv): Add freebsd to comment about need to...
2003-06-11 Kevin RydeCorrection to:
2003-06-11 Kevin Ryde(scm_putenv): Free temporary ptr in mingw unset.
2003-05-30 Stefan Jahn2003-05-30 Stefan Jahn <stefan@lkcc.org>
2003-05-29 Stefan Jahn2003-05-29 Stefan Jahn <stefan@lkcc.org>
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-25 Rob Browning* posix.c: #include <config.h> if HAVE_CONFIG_H.
2002-10-03 Neil JerramRefer to provided? rather than the deprecated feature?.
2002-08-16 Han-Wen Nienhuys* mallocs.c (scm_malloc_obj): use scm_gc_malloc in...
2002-07-21 Han-Wen Nienhuys* macros.c: include deprecation.h
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-07-10 Marius VollmerNo need to check for Cygwin when including <winsock2...
2002-07-07 Marius VollmerDo not include <winsock2.h> on Cygwin even when we...
2002-06-30 Gary Houston * posix.c (scm_convert_exec_args), dynl.c
2002-05-06 Marius Vollmer(scm_putenv): Handle removing variables explicitely...
2002-03-15 Neil JerramSmall docstring fixes.
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2002-01-22 Neil Jerram* First batch of libguile changes for Elisp support.
2001-11-16 Neil Jerram* Adding C function declarations from the SCM interface...
2001-11-11 Neil Jerram* Documentation work.
2001-11-04 Stefan Jahn2001-11-04 Stefan Jahn <stefan@lkcc.org>
2001-11-02 Marius VollmerRemove unnecessary dirent includes and defines. Include
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-07-03 Martin Grabmüller * posix.c (getlogin): getlogin() implementation for...
2001-06-26 Martin GrabmüllerMake compilation under Windows easier.
2001-05-24 Michael Livshin* validate.h
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-04-10 Dirk Herrmann* Avoid redundant casting of argument numbers to char...
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-18 Gary Houston * posix.c (scm_tmpnam): check that return value from...
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2001-03-10 Marius Vollmer* posix.c: Replaced `#define' of __USE_XOPEN right...
2001-03-09 Martin Grabmüller (scm_gethostname): Set initial name length to 256 for
2001-03-09 Martin GrabmüllerAdded some new posix functions:
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2001-01-25 Dirk Herrmann* Made the port implementations less tightly coupled...
2001-01-24 Gary Houston * boot-9.scm: don't import (ice-9 rdelim) here. it...
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
next