bpt/guile.git
2001-04-28 Thien-Thi Nguyen(time-proc): Use `identity' instead of deprecated ...
2001-04-27 Rob Browning*** empty log message ***
2001-04-27 Rob Browning * srfi-13.h
2001-04-27 Rob Browning * vectors.h (SCM_NVECTORP): deprecation expired -...
2001-04-27 Rob Browning * strings.h
2001-04-27 Rob Browning * ports.h
2001-04-27 Rob Browning * gc.c
2001-04-27 Rob Browning * error.h (scm_sysmissing): deprecation expired -...
2001-04-27 Rob Browning * error.c (scm_sysmissing): deprecation expired -...
2001-04-27 Rob Browning * continuations.h (SCM_SETJMPBUF): deprecation expired...
2001-04-27 Rob Browning*** empty log message ***
2001-04-27 Rob Browning * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5...
2001-04-27 Gary Houston * srfi-13.c (scm_init_srfi_13), srfi-14.c (scm_init_sr...
2001-04-27 Rob Browning*** empty log message ***
2001-04-27 Rob Browning*** empty log message ***
2001-04-27 Rob Browning*** empty log message ***
2001-04-27 Neil Jerram* Update NEWS for removal of R4RS from distro.
2001-04-27 Martin GrabmüllerSome updates reflecting the latest SRFI-13/14/9 changes.
2001-04-27 Martin Grabmüller * Makefile.am (srfi_DATA): Added srfi-9.scm.
2001-04-27 Martin Grabmüller * Makefile.am (ice9_sources): Remove srfi-8.scm.
2001-04-27 Rob Browning*** empty log message ***
2001-04-27 Rob Browning * srfi-8.scm: removed in favor of srfi/srfi-8.scm...
2001-04-26 Rob Browning * Makefile.am (srfi_DATA): added srfi-6.scm.
2001-04-26 Rob Browning*** empty log message ***
2001-04-26 Rob Browning * srfi-8.scm: new file - exports receive.
2001-04-26 Rob Browning * srfi-6.scm: new file - guile already has srfi-6...
2001-04-26 Rob Browning * srfi-2.scm: new file - just use/export (ice-9 and...
2001-04-26 Rob Browning * srfi-11.scm: new file - exports let-values and let...
2001-04-26 Rob Browning*** empty log message ***
2001-04-26 Martin Grabmüller * srfi-13-14.texi (Reverse/Append): Updated procedure...
2001-04-26 Martin Grabmüller Changed two procedure names to match final SRFI docume...
2001-04-26 Neil Jerram* Update SMOB example and associated documentation.
2001-04-26 Keisuke Nishida*** empty log message ***
2001-04-26 Keisuke NishidaMade it Guile 1.4 compatible.
2001-04-26 Keisuke Nishida*** empty log message ***
2001-04-26 Keisuke Nishida*** empty log message ***
2001-04-25 Gary Houston * tests/r4rs.test: delete files tmp1, tmp2, tmp3 after...
2001-04-25 Marius Vollmer* boot-9.scm (the-module, set-current-module, current...
2001-04-25 Martin Grabmüller * configure.in: Don't treat srfi directory specially...
2001-04-25 Martin Grabmüller * srfi-13.c (scm_string_replace): Take sizeof (char...
2001-04-25 Keisuke Nishida*** empty log message ***
2001-04-25 Keisuke Nishida(ice9_sources): Include channel.scm.
2001-04-25 Keisuke NishidaBug fixes.
2001-04-25 Keisuke NishidaNew files for Guile Emacs support.
2001-04-24 Marius Vollmer*** empty log message ***
2001-04-24 Marius Vollmer* modules.c (scm_module_type): New.
2001-04-24 Marius Vollmer* eval.h, eval.c (scm_system_transformer): Deprecated...
2001-04-24 Marius Vollmer* gh_data.c: Removed FIXME comment about gh_lookup...
2001-04-24 Marius Vollmer* eval.h, eval.c (scm_system_transformer): Deprecated...
2001-04-24 Marius Vollmer* guile.1: New file, from Robert Merkel and Rob Browning.
2001-04-24 Neil Jerram* Makefile.am: Fixed "srf-14.x" typo.
2001-04-24 Neil Jerram* Fix bug with multiple files including of version...
2001-04-24 Martin Grabmüller * Makefile.am (guile_TEXINFOS): Added srfi-13-14.texi.
2001-04-24 Martin Grabmüller * guile-srfi.texi: Removed, because merged with the...
2001-04-23 Martin Grabmüller * Makefile.am (SUBDIRS): Added `srfi'.
2001-04-23 Martin GrabmüllerIntegrated the guile-srfi package into the Guile distri...
2001-04-22 Neil Jerram* Correct docstring for `throw'.
2001-04-22 Neil Jerram* More exception handling doc.
2001-04-22 Gary Houston * socket.c: attempted to improve the docstrings slightly.
2001-04-22 Neil Jerram* Automatic docstring updates (for IPv6).
2001-04-22 Gary Houston*** empty log message ***
2001-04-22 Gary Houston * net_db.c: remove bogus "close" declaration.
2001-04-22 Gary Houston * configure.in: check for inet_pton and inet_ntop.
2001-04-22 Neil Jerram* Change R4RS references to R5RS.
2001-04-22 Neil Jerram* Complete ChangeLog entries for removal of r4rs.
2001-04-22 Neil Jerram* Remove r4rs from distribution.
2001-04-22 Neil Jerram* Extended documentation on exceptions.
2001-04-21 Dirk Herrmann* Made creation of new smob types thread safe.
2001-04-21 Gary Houston * socket.c (FLIP_NET_HOST_128): new macro.
2001-04-20 Gary Houston * socket.c (scm_fill_sockaddr): call htons for sin6_port.
2001-04-20 Gary Houston * acconfig.h: include HAVE_SIN6_SCOPE_ID.
2001-04-20 Neil Jerram* Improve doc for exceptions.
2001-04-20 Martin Grabmüller * scheme-evaluation.texi (Comments): Document normal...
2001-04-20 Neil JerramDoc fixes
2001-04-20 Neil Jerram* Added recipe-guidelines.txt.
2001-04-20 Dirk Herrmann* Removed an application of SCM_C[AD]R to non pairs.
2001-04-20 Martin Grabmüller * intro.texi (Using Guile Modules): Wrote intro to...
2001-04-20 Keisuke Nishida * receive.scm (receive): Use `define-macro'.
2001-04-19 Mikael Djurfeldt* unif.h (SCM_ARRAY_CONTIGUOUS): Reintroduced as deprec...
2001-04-19 Martin Grabmüller * scheme-control.texi (while do): Added documentation...
2001-04-19 Mikael Djurfeldt* __scm.h (SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1,
2001-04-19 Dirk Herrmann* Allow to convert an array of bytes to a list. Thanks...
2001-04-19 Dirk Herrmann* Some simplification, basically a postscriptum to...
2001-04-19 Dirk Herrmann* Fixed scm_thunk_p's results when applied to closures.
2001-04-19 Dirk Herrmann* Eliminate some further applications of SCM_C[AD]R...
2001-04-17 Gary Houston*** empty log message ***
2001-04-17 Gary Houston * some initial support for IPv6:
2001-04-17 Gary Houston * configure.in: run the autoconf BIGENDIAN check.
2001-04-17 Martin Grabmüller * scheme-control.texi (Multiple Values): Documented...
2001-04-17 Martin Grabmüller * scheme-utility.texi (General Conversion): New node...
2001-04-17 Dirk Herrmann* Incorporated fixes to interrupt deferring/allowing...
2001-04-17 Marius VollmerRemoved out-of-date comment.
2001-04-16 Neil Jerram* Updated doc for SCM_ASSERT.
2001-04-16 Keisuke Nishida * boot-9.scm (load-compiled): New variable, initialize...
2001-04-15 Keisuke NishidaDeprecate `id'.
2001-04-15 Keisuke Nishida * boot-9.scm (call-with-deprecation): New procedure.
2001-04-15 Keisuke Nishida * boot-9.scm (defmacro, define-macro, define-syntax...
2001-04-14 Keisuke NishidaMoved up the eval-case section.
2001-04-13 Neil Jerram* Texinfo markup fixes.
2001-04-13 Neil Jerram* Incorporate Dirk's description of SCM and scm_bits_t.
next