*** empty log message ***
[bpt/guile.git] / libguile / rw.c
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-25 Rob Browning* rw.c: #include <config.h> if HAVE_CONFIG_H.
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2001-07-03 Martin Grabmüller * posix.c (getlogin): getlogin() implementation for...
2001-06-20 Gary Houston * deprecation.c, extensions.c, rw.c: include string.h.
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-04 Gary Houston * rw.c (scm_write_string_partial): new procedure imple...
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-20 Marius Vollmer(scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr...
2001-05-19 Marius Vollmer(scm_init_rw_builtins): Renamed from scm_init_rw. ...
2001-05-02 Marius Vollmer* rw.c: Include "modules.h" and "strports.h".
2001-04-29 Gary Houston * rw.c: new file, implementing C part of module (ice...