Age | Commit message (Expand) | Author | Files | Lines |
2007-01-15 | (scm_init_filesys): Use scm_from_int rather than scm_from_long for | Kevin Ryde | 1 | -8/+8 |
2007-01-15 | (scm_init_filesys): Use scm_from_int rather than | Kevin Ryde | 1 | -12/+12 |
2006-09-23 | Crib not on dirfd.m4 if we need/want dirfd everywhere in the future. | Kevin Ryde | 1 | -2/+4 |
2006-07-24 | (dirfd): Test with #ifndef rather than HAVE_DIRFD, since | Kevin Ryde | 1 | -3/+5 |
2006-07-21 | (alloca): Update <alloca.h> etc blob, per current | Kevin Ryde | 1 | -17/+15 |
2006-05-27 | Add malloc.h to get alloca() on mingw. Reported by "The Senator". | Kevin Ryde | 1 | -0/+3 |
2006-05-19 | (scm_stat2scm): Test #ifdef S_ISLNK directly, rather than | Kevin Ryde | 1 | -2/+3 |
2006-05-09 | (scm_open_fdes): Use open64. | Kevin Ryde | 1 | -1/+4 |
2006-04-16 | (scm_stat2scm, scm_stat, scm_lstat): Use stat64. | Kevin Ryde | 1 | -19/+20 |
2006-02-25 | (scm_readdir): Use fpathconf for the dirent size when | Kevin Ryde | 1 | -16/+81 |
2006-02-12 | Added 2006 to copyright years in every file, as per the new rules. | Marius Vollmer | 1 | -1/+1 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -11/+11 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -3/+3 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -40/+41 |
2004-10-22 | * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c, | Marius Vollmer | 1 | -1/+1 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -1/+1 |
2004-09-08 | (_POSIX_C_SOURCE): Use this only on hpux, it | Kevin Ryde | 1 | -2/+4 |
2004-09-03 | 2004-09-03 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -0/+2 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -15/+15 |
2004-08-12 | (STRING_SYSCALL, STRING2_SYSCALL): New helper macros. | Marius Vollmer | 1 | -56/+95 |
2004-08-10 | * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c, | Marius Vollmer | 1 | -5/+4 |
2004-08-05 | (scm_copy_file): Use fstat on the input fd rather than | Kevin Ryde | 1 | -3/+11 |
2004-08-03 | (scm_make_real, scm_num2dbl, scm_float2num, scm_double2num): | Marius Vollmer | 1 | -1/+1 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -33/+33 |
2004-07-31 | (scm_copy_file): Avoid fd leak when destination file | Kevin Ryde | 1 | -1/+4 |
2004-07-31 | * error.c (scm_strerror): Use scm_i_misc_mutex around strerror since | Kevin Ryde | 1 | -2/+2 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -15/+15 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -42/+26 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -9/+9 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -3/+3 |
2004-05-01 | More of: | Kevin Ryde | 1 | -1/+2 |
2004-05-01 | (_POSIX_C_SOURCE): Define to 199506L to get readdir_r (in | Kevin Ryde | 1 | -0/+2 |
2004-04-18 | (scm_readdir): Use readdir_r when available, for thread safety. | Kevin Ryde | 1 | -5/+26 |
2004-03-25 | (scm_getcwd, scm_readlink): Avoid memory leak on errors. | Kevin Ryde | 1 | -3/+13 |
2003-05-29 | 2003-05-29 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -2/+2 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-25 | * filesys.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+4 |
2002-11-03 | * __scm.h (USE_THREADS, GUILE_ISELECT): Define when | Marius Vollmer | 1 | -6/+1 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -41/+40 |
2002-03-15 | Small docstring fixes. | Neil Jerram | 1 | -3/+3 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -8/+8 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -2/+3 |
2001-11-16 | * Adding C function declarations from the SCM interface to the | Neil Jerram | 1 | -1/+1 |
2001-11-11 | * Documentation work. | Neil Jerram | 1 | -4/+3 |
2001-11-04 | 2001-11-04 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -10/+53 |
2001-11-02 | Include `direct.h' if possible. Use local | Marius Vollmer | 1 | -4/+55 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -19/+0 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |