bpt/guile.git
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.
2001-04-12 Dirk Herrmann* Applied Niibe Yutaka's patch to add libguileqthreads...
2001-04-12 Keisuke NishidaUse memset instead of bzero.
2001-04-11 Neil Jerram* Fix dvi build problem.
2001-04-11 Martin Grabmüller * scheme-scheduling.texi (Arbiters): New explanatory...
2001-04-11 Martin Grabmüller * scheme-procedures.texi (Lambda): Documented the...
2001-04-11 Mikael Djurfeldt* goops/Makefile.am, goops/goopscore.scm: Reverted...
2001-04-11 Mikael Djurfeldt* init.c, goops.c, goops.h: Reverted change of 2001...
2001-04-11 Mikael Djurfeldt* init.c, goops.c: Reverted change of 2001-03-29. ...
2001-04-11 Mikael Djurfeldt*** empty log message ***
2001-04-10 Marius Vollmer*** empty log message ***
2001-04-10 Marius Vollmer* readline.c (scm_clear_history): New function.
2001-04-10 Neil Jerram* Apply improved Texinfo markup patch from Dale P....
2001-04-10 Neil Jerram* Fix typo.
2001-04-10 Dirk Herrmann* Avoid redundant casting of argument numbers to char...
2001-04-09 Neil Jerram* Clarify docstring for scm_make_shared_substring.
2001-04-09 Neil Jerram* Clean up doc and docstring for shared substrings...
2001-04-09 Neil Jerram* Remove obsolete `@c docstring' comments.
2001-04-09 Martin Grabmüller2001-04-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2001-04-09 Martin Grabmüller * hooks.c (scm_make_hook, scm_make_hook_with_name),
2001-04-06 Thien-Thi Nguyen*** empty log message ***
2001-04-06 Neil Jerram* boot-9.scm (warn-autoload-deprecation): Close parenth...
2001-04-06 Thien-Thi Nguyen(Higher level thread procedures): Replace some
2001-04-06 Thien-Thi Nguyen(Higher level thread procedures): Rewrite.
2001-04-06 Thien-Thi NguyenUpdate copyright.
2001-04-05 Keisuke Nishida * history.scm: Create the module (value-history) at...
2001-04-05 Keisuke Nishida * Makefile.am (ice9_sources): Add history.scm.
2001-04-04 Martin Grabmüller * scheme-data.texi (Alphabetic Case Mapping),
2001-04-03 Keisuke Nishida * goops/Makefile.am (goops_sources): Include goopscore...
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-04-03 Martin Grabmüller * scheme-options.texi, scheme-procedures.texi,
2001-04-02 Neil Jerram* data-rep.texi (Immediates vs. Non-immediates): Update
2001-04-02 Dirk Herrmann* Added some tests.
2001-03-31 Dirk Herrmann* Re-introduce a cheap sanity test for non debug mode.
2001-03-31 Michael Livshin* backtrace.c (display_backtrace_body): since the ...
2001-03-30 Neil Jerram* scheme-reading.texi (Further Reading): Add bullets...
2001-03-30 Dirk Herrmann* Made SCM_DEBUG_CELL_ACCESSES working again.
2001-03-30 Neil Jerram* Typo fix.
2001-03-30 Neil Jerram* NEWS updates and typo fixes.
2001-03-30 Dirk Herrmann* Ehrm... The Changelog entry for the last submission...
2001-03-30 Dirk Herrmann* The NEWS and RELEASE updates for the last submission.
2001-03-30 Dirk Herrmann* Replaced a lot of calls to SCM_C[AD]R with more appro...
2001-03-30 Keisuke NishidaAdd scm_init_oop_goops_goopscore_module.
2001-03-30 Keisuke Nishida * goops/goopscore.scm: New file.
2001-03-30 Keisuke Nishida * goops.c, goops.h (scm_init_oop_goops_goopscore_modul...
2001-03-29 Marius Vollmer*** empty log message ***
2001-03-29 Marius Vollmer* eval.c (SCM_APPLY): Check that arg1 is bound for...
2001-03-29 Marius Vollmer* boot-9.scm (init-dynamic-module): Fix typo in call to
2001-03-27 Martin Grabmüller * scheme-data.texi (Strings): Reorganized the whole...
2001-03-27 Martin Grabmüller * strop.c (scm_string_to_list): Fixed docstring markup.
2001-03-26 Marius Vollmer*** empty log message ***
2001-03-26 Marius Vollmer* values.h (scm_values_vtable, SCM_VALUESP): Moved...
2001-03-26 Marius Vollmer* tags.h (SCM_IM_CALL_WITH_VALUES): New isym.
2001-03-26 Marius Vollmer* tags.h (SCM_IM_CALL_WITH_VALUES): New isym.
2001-03-26 Marius Vollmer*** empty log message ***
next