summaryrefslogtreecommitdiff
path: root/libguile/filesys.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-08locking for putc, putsAndy Wingo1-4/+4
2011-11-08locking on port buffering operationsAndy Wingo1-1/+1
2011-07-13Fix `open' mode bits on GNU/Hurd.Ludovic Courtès1-9/+14
2011-07-13Define `O_NOTRANS' on GNU/Hurd.Ludovic Courtès1-1/+4
2011-06-30HAVE_POSIX warning fixAndy Wingo1-0/+2
2011-06-17remove win32-dirent.[ch]Andy Wingo1-5/+1
2011-05-20fix compile error in mingw fstat socket detectionAndy Wingo1-1/+1
2011-04-25Compile more file system related procedures when `--disable-posix'.Ludovic Courtès1-202/+200
2011-04-15Allow compilation with `--disable-posix'.Ludovic Courtès1-189/+314
2011-03-17fix code that causes warnings on gcc 4.6Andy Wingo1-4/+1
2010-04-19filesystem trickery to scm_i_relativize_path in filesys.c; bugfix.Andy Wingo1-0/+46
2010-04-19formatting fixAndy Wingo1-1/+2
2010-04-09remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo1-2/+1
2010-01-17nanosecond timestamp support in stat and utimeAndy Wingo1-1/+16
2009-12-15Use Gnulib's `sys_stat' module; update Gnulib.Ludovic Courtès1-63/+0
2009-12-08SCM_CELL in filesys.[ch]Andy Wingo1-8/+8
2009-12-05remove a bunch of needless scm_permanent_object callsAndy Wingo1-1/+1
2009-11-16Use Gnulib's `inet_ntop' and `inet_pton' modules.Ludovic Courtès1-2/+2
2009-08-20Use string accessors in scm_basename and scm_dirnameMichael Gran1-21/+39
2009-06-19new function: canonicalize-path. use when autocompilingAndy Wingo1-0/+22
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-06-03add exception-on-error optional arg to `stat' in schemeAndy Wingo1-11/+21
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2008-08-20Never define `_GNU_SOURCE' explicitly since `AC_USE_SYSTEM_EXTENSIONS'Ludovic Courtès1-1/+0
2007-07-29Changes from arch/CVS synchronizationLudovic Courtès1-17/+1
2007-01-15merge from 1.8Kevin Ryde1-20/+20
2006-10-09merge from 1.8 branchKevin Ryde1-21/+23
2006-06-17merge from 1.8 branchKevin Ryde1-3/+10
2006-04-17merge from 1.8 branchKevin Ryde1-33/+99
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-11/+11
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-3/+3
2005-01-02Use new vector elements API or simple vector API, as appropriate.Marius Vollmer1-40/+41
2004-10-22* variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,Marius Vollmer1-1/+1
2004-09-22*** empty log message ***Marius Vollmer1-1/+1
2004-09-08(_POSIX_C_SOURCE): Use this only on hpux, itKevin Ryde1-2/+4
2004-09-032004-09-03 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+2
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-15/+15
2004-08-12(STRING_SYSCALL, STRING2_SYSCALL): New helper macros.Marius Vollmer1-56/+95
2004-08-10* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,Marius Vollmer1-5/+4
2004-08-05(scm_copy_file): Use fstat on the input fd rather thanKevin Ryde1-3/+11
2004-08-03(scm_make_real, scm_num2dbl, scm_float2num, scm_double2num):Marius Vollmer1-1/+1
2004-08-02* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer1-33/+33
2004-07-31(scm_copy_file): Avoid fd leak when destination fileKevin Ryde1-1/+4
2004-07-31 * error.c (scm_strerror): Use scm_i_misc_mutex around strerror sinceKevin Ryde1-2/+2
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-15/+15
2004-07-10* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer1-42/+26
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-9/+9
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-3/+3
2004-05-01More of:Kevin Ryde1-1/+2