*** empty log message ***
[bpt/guile.git] / libguile / ChangeLog
2001-05-20 Marius Vollmer*** empty log message ***
2001-05-20 Marius Vollmer*** empty log message ***
2001-05-20 Marius Vollmer*** empty log message ***
2001-05-19 Neil Jerram* Slight clarification of lazy-catch docstring.
2001-05-19 Marius Vollmer*** empty log message ***
2001-05-19 Marius Vollmer*** empty log message ***
2001-05-17 Dirk Herrmann* Removed SCM_CDR misuse.
2001-05-17 Rob Browning*** empty log message ***
2001-05-16 Dirk Herrmann* Renamed GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEP...
2001-05-16 Marius Vollmer*** empty log message ***
2001-05-15 Martin Grabmüller * script.c (scm_compile_shell_switches): New command...
2001-05-15 Marius Vollmer*** empty log message ***
2001-05-15 Dirk Herrmann* Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_...
2001-05-15 Marius Vollmer*** empty log message ***
2001-05-14 Dirk Herrmann* Deprecated some definitions.
2001-05-10 Thien-Thi Nguyen*** empty log message ***
2001-05-10 Marius Vollmer*** empty log message ***
2001-05-09 Martin Grabmüller * procs.c: Increased `scm_subr_table_room' to 800...
2001-05-09 Marius Vollmer*** empty log message ***
2001-05-09 Michael Livshin* ports.c (scm_c_read): pointer arithmetic on void...
2001-05-08 Dirk Herrmann* Removed deprecated hook names.
2001-05-07 Marius Vollmer*** empty log message ***
2001-05-06 Marius Vollmer*** empty log message ***
2001-05-06 Marius Vollmer*** empty log message ***
2001-05-06 Marius Vollmer*** empty log message ***
2001-05-06 Thien-Thi Nguyen*** empty log message ***
2001-05-06 Thien-Thi Nguyen*** empty log message ***
2001-05-05 Marius Vollmer*** empty log message ***
2001-05-05 Gary Houston * socket.c: use HAVE_IPV6 instead of AF_INET6 to enabl...
2001-05-04 Neil Jerram * eval.c (scm_promise_p), list.c (scm_append_x, scm_re...
2001-05-04 Martin Grabmüller * strop.c (scm_string_split): New procedure.
2001-05-03 Gary Houston * socket.c: define uint32_t if netdb.h doesn't. thanks to
2001-05-02 Marius Vollmer*** empty log message ***
2001-04-29 Gary Houston * rw.c: new file, implementing C part of module (ice...
2001-04-28 Rob Browning*** empty log message ***
2001-04-28 Neil Jerram* Fix typo in docstring.
2001-04-27 Rob Browning*** empty log message ***
2001-04-24 Marius Vollmer*** empty log message ***
2001-04-22 Neil Jerram* Correct docstring for `throw'.
2001-04-22 Gary Houston * socket.c: attempted to improve the docstrings slightly.
2001-04-22 Gary Houston * net_db.c: remove bogus "close" declaration.
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 Dirk Herrmann* Removed an application of SCM_C[AD]R to non pairs.
2001-04-19 Mikael Djurfeldt* unif.h (SCM_ARRAY_CONTIGUOUS): Reintroduced as deprec...
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 * some initial support for IPv6:
2001-04-17 Dirk Herrmann* Incorporated fixes to interrupt deferring/allowing...
2001-04-12 Keisuke NishidaUse memset instead of bzero.
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-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 Martin Grabmüller * hooks.c (scm_make_hook, scm_make_hook_with_name),
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
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 Dirk Herrmann* Made SCM_DEBUG_CELL_ACCESSES working again.
2001-03-30 Dirk Herrmann* Ehrm... The Changelog entry for the last submission...
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-27 Martin Grabmüller * strop.c (scm_string_to_list): Fixed docstring markup.
2001-03-26 Marius Vollmer*** empty log message ***
2001-03-23 Neil Jerram* Minor docstring updates.
2001-03-23 Neil Jerram* Fix docstring typos.
2001-03-22 Dirk Herrmann* Replace function scm_makstr with new function scm_all...
2001-03-18 Gary Houston * posix.c (scm_tmpnam): check that return value from...
2001-03-18 Gary Houston * net_db.c: define h_errno if configure didn't define...
2001-03-17 Gary Houston * configure.in: don't append threads.doc to EXTRA_DOT_...
2001-03-17 Gary Houston * gc.c (scm_must_malloc): changed the comment explaini...
2001-03-17 Dirk Herrmann* __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISP...
2001-03-17 Dirk Herrmann* validate.h (SCM_WRONG_NUM_ARGS): Call scm_error_num_...
2001-03-17 Dirk Herrmann* Added function scm_error_num_args_subr.
2001-03-16 Martin Grabmüller * list.c (scm_list, scm_cons_star, scm_null_p, scm_lis...
2001-03-16 Keisuke Nishida * snarf.h (SCM_CONST_LONG): Deprecated.
2001-03-15 Marius Vollmer*** empty log message ***
2001-03-15 Martin Grabmüller * validate.h (SCM_VALIDATE_OPOUTSTRPORT): New macro.
2001-03-15 Dirk Herrmann* Removed unused object parameter from SCM_ASSYNT.
2001-03-15 Dirk Herrmann* Use const specifier in function signature of gh_ints2scm.
2001-03-14 Martin Grabmüller* gh_data.c (gh_scm2chars, gh_scm2shorts, gh_scm2longs),
2001-03-13 Martin Grabmüller* ports.c (scm_port_mode): Changed `mode' array size...
2001-03-13 Keisuke Nishida * strports.c (scm_object_to_string): New procedure.
2001-03-12 Dirk Herrmann* Cleaned up uses and definition of SCM_ASSYNT.
2001-03-12 Martin Grabmüller * load.c (scm_primitive_load, scm_primitive_load_path),
2001-03-11 Keisuke NishidaSplit up.
2001-03-11 Keisuke Nishida * list.c (s_scm_reverse_x): Use SCM_VALIDATE_LIST.
2001-03-11 Keisuke NishidaUse SCM_LISTn instead of scm_listify.
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2001-03-10 Gary Houston * socket.c: add a definition of SUN_LEN (from glibc...
2001-03-10 Mikael Djurfeldt* coop.c: Inserted #include <stdio.h>.
2001-03-10 Marius Vollmer*** empty log message ***
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-09 Martin Grabmüller * posix.c (scm_gethostname): Set initial name length...
2001-03-09 Martin GrabmüllerAdded some new posix functions:
next