Merge branch 'bdw-gc-static-alloc'
[bpt/guile.git] / libguile / posix.c
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Michael GranAdd full Unicode capability to ports and the default...
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-26 Andy Wingognulib-tool --import environ; rely on gnulib for enviro...
2009-05-20 Ludovic CourtèsMake use of Gnulib's `flock' module.
2009-05-20 Ludovic CourtèsMake use of Gnulib's `putenv' module.
2009-05-20 Ludovic CourtèsWork around lack of cuserid(3) declaration on Tru64...
2009-03-29 Andy WingoMerge branch 'wingo'
2009-03-27 Andy Wingoadd getrlimit and setrlimit wrappers
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-19 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-01-18 Ludovic CourtèsUse `scm_gc malloc_pointerless ()' in `scm_i allocate_s...
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
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èsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
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...
next