Age | Commit message (Expand) | Author | Files | Lines |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -4/+4 |
2011-11-08 | locking on port buffering operations | Andy Wingo | 1 | -1/+1 |
2011-07-13 | Fix `open' mode bits on GNU/Hurd. | Ludovic Courtès | 1 | -9/+14 |
2011-07-13 | Define `O_NOTRANS' on GNU/Hurd. | Ludovic Courtès | 1 | -1/+4 |
2011-06-30 | HAVE_POSIX warning fix | Andy Wingo | 1 | -0/+2 |
2011-06-17 | remove win32-dirent.[ch] | Andy Wingo | 1 | -5/+1 |
2011-05-20 | fix compile error in mingw fstat socket detection | Andy Wingo | 1 | -1/+1 |
2011-04-25 | Compile more file system related procedures when `--disable-posix'. | Ludovic Courtès | 1 | -202/+200 |
2011-04-15 | Allow compilation with `--disable-posix'. | Ludovic Courtès | 1 | -189/+314 |
2011-03-17 | fix code that causes warnings on gcc 4.6 | Andy Wingo | 1 | -4/+1 |
2010-04-19 | filesystem trickery to scm_i_relativize_path in filesys.c; bugfix. | Andy Wingo | 1 | -0/+46 |
2010-04-19 | formatting fix | Andy Wingo | 1 | -1/+2 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -2/+1 |
2010-01-17 | nanosecond timestamp support in stat and utime | Andy Wingo | 1 | -1/+16 |
2009-12-15 | Use Gnulib's `sys_stat' module; update Gnulib. | Ludovic Courtès | 1 | -63/+0 |
2009-12-08 | SCM_CELL in filesys.[ch] | Andy Wingo | 1 | -8/+8 |
2009-12-05 | remove a bunch of needless scm_permanent_object calls | Andy Wingo | 1 | -1/+1 |
2009-11-16 | Use Gnulib's `inet_ntop' and `inet_pton' modules. | Ludovic Courtès | 1 | -2/+2 |
2009-08-20 | Use string accessors in scm_basename and scm_dirname | Michael Gran | 1 | -21/+39 |
2009-06-19 | new function: canonicalize-path. use when autocompiling | Andy Wingo | 1 | -0/+22 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-06-03 | add exception-on-error optional arg to `stat' in scheme | Andy Wingo | 1 | -11/+21 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2008-08-20 | Never define `_GNU_SOURCE' explicitly since `AC_USE_SYSTEM_EXTENSIONS' | Ludovic Courtès | 1 | -1/+0 |
2007-07-29 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -17/+1 |
2007-01-15 | merge from 1.8 | Kevin Ryde | 1 | -20/+20 |
2006-10-09 | merge from 1.8 branch | Kevin Ryde | 1 | -21/+23 |
2006-06-17 | merge from 1.8 branch | Kevin Ryde | 1 | -3/+10 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -33/+99 |
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 |