* Eliminate some further applications of SCM_C[AD]R to non pair cells.
[bpt/guile.git] / libguile / ChangeLog
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:
2001-03-09 Neil Jerram* Docstring fixes.
2001-03-08 Mikael Djurfeldt* ramap.c (racp): Removed optimization which caused...
2001-03-08 Mikael Djurfeldt* hash.c (scm_string_hash): Don't downcase characters.
2001-03-08 Mikael Djurfeldt*** empty log message ***
2001-03-07 Keisuke Nishidafix problems with gcc-2.96.
2001-03-06 Dirk Herrmann* Remove uses of SCM_ASSERT that may result in error...
2001-03-05 Mikael Djurfeldt* eval.c (scm_m_letstar): Removed check for duplicate...
2001-03-05 Martin Grabmüller * print.c (scm_print_options): Fixed texinfo in docstring.
2001-03-04 Gary Houston*** empty log message ***
2001-03-04 Gary Houston * socket.c (scm_fill_sockaddr): don't allow buffer...
2001-03-04 Dirk Herrmann* Eliminate another couple of calls to scm_wta.
2001-03-04 Mikael Djurfeldt* goops.c, goops.h (scm_sys_pre_expand_closure_x):...
2001-03-04 Dirk Herrmann* Eliminate some calls to scm_wta.
2001-03-04 Mikael Djurfeldt* goops.c (scm_sys_pre_expand_closure_x): New procedure.
2001-03-03 Marius Vollmer*** empty log message ***
2001-03-03 Marius Vollmer*** empty log message ***
2001-03-03 Marius Vollmer*** empty log message ***
2001-03-02 Keisuke NishidaRemove dump facilities.
2001-03-02 Martin Grabmüller*** empty log message ***
2001-02-28 Dirk Herrmann* Minor fixes to error checking macros.
2001-02-26 Mikael Djurfeldtports.c, ports.h (scm_c_read, scm_c_write): New functions.
2001-02-24 Neil Jerram * numbers.c (scm_two_doubles, scm_sys_expt, scm_sys_atan2,
2001-02-23 Neil Jerram* Minor docstring updates.
2001-02-22 Marius Vollmer*** empty log message ***
2001-02-22 Marius Vollmer*** empty log message ***
2001-02-21 Marius Vollmer*** empty log message ***
2001-02-17 Martin Grabmüller*** empty log message ***
2001-02-16 Neil Jerram* guile-snarf.awk.in: Quote any `@'s that occur in...
2001-02-16 Martin GrabmüllerMassive docstring work.
2001-02-16 Keisuke Nishida* dump.c (scm_undump): Bug fixed.
2001-02-15 Marius Vollmer*** empty log message ***
2001-02-13 Marius Vollmer*** empty log message ***
2001-02-13 Marius Vollmer*** empty log message ***
2001-02-12 Keisuke Nishida* list.c (scm_list_copy): Validate the first argument.
2001-02-11 Marius Vollmer*** empty log message ***
2001-02-10 Keisuke Nishida* dump.c (scm_store_bytes, scm_restore_bytes): Store...
2001-02-09 Keisuke Nishida* dump.c: Use double cells for update schedule.
2001-02-09 Keisuke NishidaBug fixed.
2001-02-08 Marius Vollmers/open/existed/ in description of port-for-each change.
2001-02-08 Marius Vollmer*** empty log message ***
2001-02-08 Dirk Herrmann* Fixed parameter checking for make-string.
2001-02-08 Dirk Herrmann* Fixed parameter checking for make-vector.
2001-02-06 Keisuke NishidaRemoved redundant code.
2001-02-05 Keisuke NishidaMinor modifications.
2001-02-05 Keisuke NishidaNew dump/undump scheme.
2001-02-03 Michael LivshinSCM_DOUBLE_CELLP deprecated and made unused
2001-02-03 Keisuke NishidaNew files: dump.c, dump.h.
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2001-01-31 Mikael Djurfeldt* unif.c (rapr1): Don't apply scm_uniform_vector_length...
2001-01-30 Dirk Herrmann* Added docstrings by Martin Grabmueller.
next