Optimize 'string-hash'.
[bpt/guile.git] / libguile / posix.c
2014-09-22 Ludovic CourtèsAdd 'EXIT_SUCCESS' and 'EXIT_FAILURE'.
2014-07-03 Eli ZaretskiiFix calculation of CPU set size for getaffinity.
2014-05-28 Ludovic CourtèsSlightly simplify 'scm_open_process'.
2014-02-28 Mark H WeaverRely on Gnulib for <unistd.h>.
2013-06-16 Ludovic CourtèsFix #ifdefery for `setegid'.
2013-03-29 Ludovic Courtèsbuild: Build and check (ice-9 popen) only when --enable...
2013-03-09 Andy Wingoprovide getlogin declaration if needed.
2013-03-09 Andy Wingofix mingw issues with posix.c
2013-03-09 Andy Wingosimplify posix.c
2013-02-16 Ludovic CourtèsFix `getgroups' for when zero supplementary group IDs...
2013-01-17 Andy Wingowarn on multithreaded fork
2013-01-08 Andy Wingoslight open-pipe* / open-process refactor
2012-11-23 Ludovic CourtèsRemove reference to `scm_init_popen' when `fork' is...
2012-02-23 Andy Wingorewrite open-process in C, for robustness
2012-02-02 Bake TimmonsImprove the usage of variable names in C docstrings.
2011-08-17 Andy Wingofix scm_tmpfile leak
2011-05-13 Andy Wingoscm_is_false instead of == SCM_BOOL_F; also is_null...
2011-05-13 Andy Wingoscm_is_eq for SCM vals, not == or !=
2011-04-25 Ludovic CourtèsMove `{total,current}-processor-count' outside of ...
2011-04-14 Ludovic CourtèsAllow compilation with `--disable-posix'.
2011-04-14 Ludovic CourtèsInclude <sched.h> in `posix.c'.
2011-03-17 Andy Wingofix code that causes warnings on gcc 4.6
2011-02-10 Ludovic CourtèsAdd `scm_i_set_default_port_encoding' and `scm_i_defaul...
2011-01-28 Mark H WeaverFix incorrect FUNC_NAME for scm_current_processor_count
2010-12-07 Ludovic CourtèsAdd `total-processor-count' and `current-processor...
2010-12-07 Ludovic CourtèsImprove doc of `getaffinity' and `setaffinity'.
2010-12-02 Ludovic CourtèsAdd bindings to GNU `sched_setaffinity' and `sched_geta...
2010-11-18 Andy Wingodeprecate cuserid
2010-10-18 Andy Wingomore -Wundef on darwin fixes
2010-07-22 Thien-Thi Nguyen[build] Overhaul <errno.h>, <signal.h> cpp symbol extra...
2010-06-15 Thien-Thi NguyenAdd tmpfile(3) to libguile.
2010-05-28 Ludovic CourtèsChange occurrences of "filesystem" to "file system".
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingoremove libguile/lang.h, deprecate %nil (in favor of...
2010-01-18 Ludovic CourtèsFix use of utimensat(2).
2010-01-17 Andy Wingonanosecond timestamp support in stat and utime
2009-12-28 Andy WingoMerge branch 'read-fix'
2009-12-27 Neil JerramAdd support for getsid
2009-12-11 Andy Wingomerge from master to elisp
2009-11-14 Ludovic CourtèsReplace `setbinary' by a public `%default-port-encoding...
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-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
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-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
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.
next