2001-11-04 Stefan Jahn <stefan@lkcc.org>
[bpt/guile.git] / libguile / filesys.c
2001-11-04 Stefan Jahn2001-11-04 Stefan Jahn <stefan@lkcc.org>
2001-11-02 Marius VollmerInclude `direct.h' if possible. Use local
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-06-26 Martin GrabmüllerMake compilation under Windows easier.
2001-06-26 Dirk Herrmann* Deprecated scm_makfromstr and added scm_mem2string...
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-06-02 Rob Browning* filesys.c (scm_stat2scm): HAVE_ST_RDEV changed to
2001-05-24 Michael Livshin* validate.h
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-04-10 Dirk Herrmann* Avoid redundant casting of argument numbers to char...
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-11 Keisuke NishidaUse SCM_LISTn instead of scm_listify.
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2001-02-16 Martin Grabmüller(scm_dirname, scm_basename): Added docstrings.
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2001-01-24 Gary Houston * boot-9.scm: don't import (ice-9 rdelim) here. it...
2001-01-24 Dirk Herrmann* Separate the handling of OPEN flags between ports...
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-11-07 Gary Houston2000-11-07 Gary Houston <ghouston@arglist.com>
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
2000-10-09 Dirk Herrmann* Made some functions not accept symbols as input param...
2000-09-30 Gary Houston * filesys.c (scm_stat2scm), posix.c (s_scm_mknod)...
2000-08-18 Neil Jerram* filesys.c (scm_fcntl): Docstring fix - missing newlin...
2000-05-18 Dirk Herrmann* Unified some rest argument checking and handling.
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-04 Dirk HerrmannLots of fixes with respect to strict typing.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-17 Dirk HerrmannRemoved empty file genio.h and references to it.
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-31 Gary Houston * strings.h: don't use SCM_P. don't include <string.h>.
2000-01-29 Gary Houston * posix.c (scm_pipe): rewrote the docstring.
2000-01-29 Gary Houston * filesys.c (scm_select, retrieve_select_type, get_ele...
2000-01-23 Gary Houston * filesys.c (scm_chown): omit port/fdes support if...
2000-01-18 Mikael Djurfeldt* strports.c (st_end_input): Inserted parenthesis to...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-12 Greg J. Badros* scm_validate.h: Added SCM_NUM2LONG_DEF macro. Make
2000-01-11 Greg J. Badros* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
2000-01-11 Greg J. Badros* dynl.c, error.c, eval.c, feature.c, filesys.c, fports...
2000-01-09 Gary Houston * eval.c: define scm_unbound_variable_key ('unbound...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VA...
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-09-26 Gary Houstonsupport new configure options: --disable-posix, -...
1999-09-12 Jim BlandyChange the name of the objects returned by OPENDIR...
1999-09-11 Gary Houston1999-09-11 Gary Houston <ghouston@easynet.co.uk>
1999-08-29 Mikael Djurfeldt* filesys.c (scm_stat2scm): Conditionally use S_ISLNK.
1999-08-11 Gary Houston1999-08-11 Gary Houston <ghouston@easynet.co.uk>
1999-07-24 Mikael Djurfeldt* filesys.c (scm_dir_print): Don't use the port printin...
1999-07-24 Gary Houston1999-07-24 Gary Houston <ghouston@easynet.co.uk>
1999-07-19 Jim Blandy* filesys.c: #include <io.h>, if we have it.
1999-07-07 Mikael DjurfeldtGreg's smob patch
1999-06-09 Jim Blandy * filesys.c (scm_chown): use SCM_FPORT_FDES.
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-19 Jim Blandy* filesys.c (set_element, get_element): Make sure that...
1998-10-09 Jim BlandyCentralize the creation of port objects based on stdio...
1998-07-30 Jim Blandy* filesys.c (scm_readlink): Make local vars rv and...
1998-07-23 Jim BlandySimplify smob and port marking; set the mark bit in...
1998-07-12 Mikael Djurfeldt* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init...
1998-06-18 Mikael Djurfeldt* filesys.c (dirname, basename): New procedures.
1997-12-08 Mikael Djurfeldt* filesys.c (set_element): Return file descriptor.
1997-12-04 Mikael Djurfeldt* filesys.c (scm_stat): Slightly optimized.
1997-12-04 Mikael Djurfeldt* filesys.c (scm_stat): Coerce output port only if...
1997-11-27 Mikael Djurfeldt* Makefile.am: Added iselect.c and iselect.h.
1997-10-25 Marius Vollmer* filesys.c (scm_close, set_element, get_element, scm_c...
1997-08-16 Gary Houston* stime.h: prototype for scm_times.
1997-07-20 Gary Houston* filesys.c (scm_close): oops, don't call SCM_INUM...
1997-07-20 Gary Houston* fluids.c (next_fluid_num): don't do
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-15 Gary Houston * posix.c: don't include <sys/select.h> or define...
1997-05-12 Jim BlandyEnsure that shared substrings are handled properly...
1997-05-05 Gary Houston* filesys.c (scm_input_waiting_p): add missing third...
1997-04-12 Jim Blandy* filesys.c (scm_fcntl): New function from Roland McGrath.
1997-04-12 Jim Blandy* filesys.c (S_ISSOCK): Define this if it's missing...
1997-03-29 Gary Houston* ioext.c (scm_setfileno): throw a runtime error if...
1997-03-04 Mikael Djurfeldt* filesys.c (scm_stat): stat now takes fport arguments...
1997-01-18 Gary Houston * init.scm (index, rindex): replace versions in utilit...
1996-12-21 Gary Houston* filesys.c (scm_input_waiting_p): use select in prefer...
1996-11-10 Jim BlandyOn some systems <libc.h> conflicts with <unistd.h>...
1996-10-30 Mikael Djurfeldt * filesys.c, filesys.h (scm_input_waiting_p): Moved...
1996-10-27 Gary Houston* filesys.c (scm_stat2scm): derive file type and permis...
1996-10-20 Mikael Djurfeldt* alist.c, arbiters.c, continuations.c, debug.c, debug...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-06 Gary Houston* filesys.c (scm_sys_select): move SCM_ALLOW_INTS past...
1996-09-28 Gary Houston* strings.c, strings.h: (scm_makfrom0str, scm_makefrom0...
1996-09-22 Mikael Djurfeldt* arbiters.c (prinarb),
1996-09-19 Gary Houston * filesys.c (scsm_sys_stat): don't SIGSEGV if argument...
next