summaryrefslogtreecommitdiff
path: root/libguile/filesys.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-15(scm_init_filesys): Use scm_from_int rather than scm_from_long forKevin Ryde1-8/+8
2007-01-15(scm_init_filesys): Use scm_from_int rather thanKevin Ryde1-12/+12
2006-09-23Crib not on dirfd.m4 if we need/want dirfd everywhere in the future.Kevin Ryde1-2/+4
2006-07-24(dirfd): Test with #ifndef rather than HAVE_DIRFD, sinceKevin Ryde1-3/+5
2006-07-21(alloca): Update <alloca.h> etc blob, per currentKevin Ryde1-17/+15
2006-05-27Add malloc.h to get alloca() on mingw. Reported by "The Senator".Kevin Ryde1-0/+3
2006-05-19(scm_stat2scm): Test #ifdef S_ISLNK directly, rather thanKevin Ryde1-2/+3
2006-05-09(scm_open_fdes): Use open64.Kevin Ryde1-1/+4
2006-04-16(scm_stat2scm, scm_stat, scm_lstat): Use stat64.Kevin Ryde1-19/+20
2006-02-25(scm_readdir): Use fpathconf for the dirent size whenKevin Ryde1-16/+81
2006-02-12Added 2006 to copyright years in every file, as per the new rules.Marius Vollmer1-1/+1
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
2004-05-01(_POSIX_C_SOURCE): Define to 199506L to get readdir_r (inKevin Ryde1-0/+2
2004-04-18(scm_readdir): Use readdir_r when available, for thread safety.Kevin Ryde1-5/+26
2004-03-25(scm_getcwd, scm_readlink): Avoid memory leak on errors.Kevin Ryde1-3/+13
2003-05-292003-05-29 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-2/+2
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-25* filesys.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-0/+4
2002-11-03* __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer1-6/+1
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-41/+40
2002-03-15Small docstring fixes.Neil Jerram1-3/+3
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-8/+8
2002-01-22* First batch of libguile changes for Elisp support.Neil Jerram1-2/+3
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-1/+1
2001-11-11* Documentation work.Neil Jerram1-4/+3
2001-11-042001-11-04 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-10/+53
2001-11-02Include `direct.h' if possible. Use localMarius Vollmer1-4/+55
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-19/+0
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0