summaryrefslogtreecommitdiff
path: root/libguile/filesys.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-7/+8
2001-06-26Make compilation under Windows easier.Martin Grabmüller1-0/+50
2001-06-26* Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann1-18/+17
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-3/+3
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-1/+1
2001-06-02* filesys.c (scm_stat2scm): HAVE_ST_RDEV changed toRob Browning1-3/+3
2001-05-24* validate.hMichael Livshin1-7/+7
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-19/+19
2001-04-10* Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann1-4/+4
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-27/+32
2001-03-11Use SCM_LISTn instead of scm_listify.Keisuke Nishida1-12/+7
2001-03-10* _scm.h: Removed #include <errno.h>.Mikael Djurfeldt1-1/+3
2001-02-16(scm_dirname, scm_basename): Added docstrings.Martin Grabmüller1-2/+7
2001-02-02New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida1-1/+1
2001-01-24 * boot-9.scm: don't import (ice-9 rdelim) here. it's doneGary Houston1-5/+7