Age | Commit message (Expand) | Author | Files | Lines |
2000-05-18 | * Unified some rest argument checking and handling. | Dirk Herrmann | 1 | -7/+7 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -10/+10 |
2000-04-04 | Lots of fixes with respect to strict typing. | Dirk Herrmann | 1 | -9/+9 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-17 | Only include strings.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Only include vectors.h in those files, where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Removed empty file genio.h and references to it. | Dirk Herrmann | 1 | -1/+0 |
2000-03-09 | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 1 | -1/+1 |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-01-31 | * strings.h: don't use SCM_P. don't include <string.h>. | Gary Houston | 1 | -2/+2 |
2000-01-29 | * posix.c (scm_pipe): rewrote the docstring. | Gary Houston | 1 | -9/+10 |
2000-01-29 | * filesys.c (scm_select, retrieve_select_type, get_element, | Gary Houston | 1 | -91/+189 |
2000-01-23 | * filesys.c (scm_chown): omit port/fdes support if HAVE_FCHOWN is | Gary Houston | 1 | -11/+12 |
2000-01-18 | * strports.c (st_end_input): Inserted parenthesis to get operator | Mikael Djurfeldt | 1 | -3/+3 |
2000-01-18 | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, | Mikael Djurfeldt | 1 | -200/+186 |
2000-01-12 | * scm_validate.h: Added SCM_NUM2LONG_DEF macro. Make | Greg J. Badros | 1 | -8/+7 |
2000-01-11 | * dynl.c, feature.c, filesys.c, fports.c, list.c, load.c, | Greg J. Badros | 1 | -6/+4 |
2000-01-11 | * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c, | Greg J. Badros | 1 | -2/+2 |
2000-01-09 | * eval.c: define scm_unbound_variable_key ('unbound-variable). | Gary Houston | 1 | -48/+14 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -36/+36 |
2000-01-05 | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 1 | -28/+28 |
2000-01-05 | * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for | Greg J. Badros | 1 | -13/+13 |
1999-12-16 | * coop-threads.c: Remove K&R function headers. | Greg J. Badros | 1 | -13/+13 |
1999-12-13 | * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC, | Greg J. Badros | 1 | -26/+200 |
1999-12-12 | * *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMP | Greg J. Badros | 1 | -1/+1 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -262/+233 |
1999-09-26 | support new configure options: --disable-posix, --disable-net | Gary Houston | 1 | -2/+0 |
1999-09-12 | Change the name of the objects returned by OPENDIR from | Jim Blandy | 1 | -3/+3 |
1999-09-11 | 1999-09-11 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 1 | -0/+7 |
1999-08-29 | * filesys.c (scm_stat2scm): Conditionally use S_ISLNK. | Mikael Djurfeldt | 1 | -0/+4 |
1999-08-11 | 1999-08-11 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 1 | -1/+1 |
1999-07-24 | * filesys.c (scm_dir_print): Don't use the port printing code. | Mikael Djurfeldt | 1 | -5/+7 |
1999-07-24 | 1999-07-24 Gary Houston <ghouston@easynet.co.uk> | Gary Houston | 1 | -31/+0 |
1999-07-19 | * filesys.c: #include <io.h>, if we have it. | Jim Blandy | 1 | -1/+6 |
1999-07-07 | Greg's smob patch | Mikael Djurfeldt | 1 | -10/+3 |
1999-06-09 | * filesys.c (scm_chown): use SCM_FPORT_FDES. | Jim Blandy | 1 | -203/+26 |
1999-02-06 | * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), | Jim Blandy | 1 | -2/+2 |
1998-10-19 | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1 | -1/+1 |
1998-10-19 | * filesys.c (set_element, get_element): Make sure that `element' | Jim Blandy | 1 | -2/+2 |
1998-10-09 | Centralize the creation of port objects based on stdio FILE * in | Jim Blandy | 1 | -17/+3 |
1998-07-30 | * filesys.c (scm_readlink): Make local vars rv and size ints, to | Jim Blandy | 1 | -78/+83 |
1998-07-23 | Simplify smob and port marking; set the mark bit in the generic | Jim Blandy | 1 | -1/+1 |
1998-07-12 | * eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c, | Mikael Djurfeldt | 1 | -1/+1 |
1998-06-18 | * filesys.c (dirname, basename): New procedures. | Mikael Djurfeldt | 1 | -0/+76 |
1997-12-08 | * filesys.c (set_element): Return file descriptor. | Mikael Djurfeldt | 1 | -18/+35 |
1997-12-04 | * filesys.c (scm_stat): Slightly optimized. | Mikael Djurfeldt | 1 | -12/+13 |
1997-12-04 | * filesys.c (scm_stat): Coerce output port only if argument *is* | Mikael Djurfeldt | 1 | -3/+1 |
1997-11-27 | * Makefile.am: Added iselect.c and iselect.h. | Mikael Djurfeldt | 1 | -17/+6 |
1997-10-25 | * filesys.c (scm_close, set_element, get_element, scm_chown, | Marius Vollmer | 1 | -0/+16 |
1997-08-16 | * stime.h: prototype for scm_times. | Gary Houston | 1 | -84/+211 |