bpt/guile.git
2001-05-31 Michael Livshin* configure.in: generate guile-snarf-docs & guile-snarf...
2001-05-31 Michael Livshin* guile-snarf-docs.in, guile-snarf-docs-texi.in,
2001-05-31 Michael Livshin* Makefile.am (MKDEP): copied from libguile/Makefile...
2001-05-31 Michael Livshin* snarf-check-and-output-texi: new file.
2001-05-31 Michael Livshin* Makefile.am (libguilereadline_la_SOURCES): removed...
2001-05-30 Marius Vollmer*** empty log message ***
2001-05-30 Marius Vollmer(keyword_print): Use scm_print_symbol_name so that
2001-05-30 Marius Vollmer* print.c (scm_simple_format): Support "~~" and "~...
2001-05-30 Martin Grabmüller*** empty log message ***
2001-05-30 Martin Grabmüller * General: A lot of typo, texinfo markup and layout...
2001-05-30 Martin Grabmüller * image-type.c: Adapted to new typing and naming conve...
2001-05-30 Martin Grabmüller2001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2001-05-28 Gary Houston * Makefile.am: let guile-config depend on libguile...
2001-05-28 Martin Grabmüller * symbols.c (scm_gensym): Fix buffer overrun (try...
2001-05-28 Martin Grabmüller * tests/symbols.test ("gensym"): New tests for long...
2001-05-28 Dirk Herrmann* Ooops. This belongs to my ChangeLog entry from 2001...
2001-05-28 Michael Livshin* srfi-19.scm: removed a stray open parenthesis. (thanks to
2001-05-28 Michael Livshin*** empty log message ***
2001-05-28 Michael Livshin* hooks.c (scm_create_hook): deprecated.
2001-05-28 Michael Livshin* strop.c (s_scm_string_capitalize_x): fix docstring...
2001-05-28 Michael Livshin* check-guile.in: fix to be runnable when srcdir!=builddir.
2001-05-27 Dirk Herrmann* Changed the default definition of SCM.
2001-05-26 Michael Livshin*** empty log message ***
2001-05-26 Michael Livshin* gc.c (scm_init_storage): init `scm_gc_registered_roots'.
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-26 Michael Livshinrevert the ill-considered part of 2001-05-23 changes
2001-05-25 Marius Vollmer*** empty log message ***
2001-05-25 Marius Vollmer(generic-write): Return the `unspecified' value.
2001-05-25 Marius Vollmer(cond-expand): Define using
2001-05-25 Marius Vollmer(scm_env_module): Exported to Scheme.
2001-05-25 Marius Vollmer*** empty log message ***
2001-05-25 Marius VollmerInclude "libguile/filesys.h".
2001-05-25 Marius Vollmer* eval.c (scm_debug_opts): New option `show-file-name'.
2001-05-25 Marius Vollmer* eval.c (scm_debug_opts): New option `show-file-name'.
2001-05-25 Marius Vollmer* Makefile.am (ice9_sources): Added "pretty-print.scm".
2001-05-24 Martin GrabmüllerCreated a usecase diagram for Guile.
2001-05-24 Michael Livshin*** empty log message ***
2001-05-24 Martin Grabmüller * unif.c (scm_make_ra, array_free), unif.h (SCM_ARRAY_...
2001-05-24 Martin Grabmüller Make it compile with --disable-deprecated.
2001-05-24 Michael Livshin* validate.h
2001-05-23 Martin Grabmüller * guile.texi: Commented out menu entry and inclusion...
2001-05-23 Rob Browning*** empty log message ***
2001-05-23 Rob Browning* srfi-19.scm (:optional): renamed to optional to avoid...
2001-05-23 Rob Browning* srfi-19.scm (:optional): renamed to optional to avoid...
2001-05-23 Martin Grabmüller * boot-9.scm (%cond-expand-table): New hash table...
2001-05-23 Martin Grabmüller * README: Update, document available SRFIs.
2001-05-22 Rob Browning*** empty log message ***
2001-05-22 Marius Vollmer*** empty log message ***
2001-05-22 Marius Vollmer(scm_include_deprecated_features): Make docstring
2001-05-22 Marius Vollmer(SCM_CONST_LONG): Use SCM_VCELL_INIT instead of
2001-05-22 Marius Vollmer(define-module): Return the new module. (process-defin...
2001-05-21 Marius Vollmer*** empty log message ***
2001-05-21 Marius VollmerNew, minimal tests.
2001-05-21 Marius VollmerMore details for the removal of scm:eval-transformer and
2001-05-21 Marius VollmerMoved deprecated C stuff to C section.
2001-05-21 Marius Vollmer(use-syntax): Do not set scm:eval-transformer when
2001-05-21 Marius Vollmer*** empty log message ***
2001-05-21 Marius Vollmer(scm_make_subr_with_generic): Add missing last argument
2001-05-21 Marius Vollmer(scm_mem2symbol): Re-introduce indirect cell. It is
2001-05-20 Marius Vollmer*** empty log message ***
2001-05-20 Marius VollmerUse SCM_EQ_P insteda of `==' or `!=' in certain
2001-05-20 Marius Vollmer(SCM_EVALIM2): Use SCM_EQ_P instead of `=='.
2001-05-20 Marius Vollmer(#\&): Use `issue-deprecation-warning' instead of
2001-05-20 Marius Vollmer*** empty log message ***
2001-05-20 Marius Vollmer(scm_mem2symbol): Call `scm_must_strndup' instead of
2001-05-20 Marius Vollmer(scm_init_guile_1): Call scm_init_extensions.
2001-05-20 Marius VollmerAdd "extensions.c" and related files in all the
2001-05-20 Marius Vollmer* gc.h, gc.c (scm_must_strdup, scm_must_strndup): New.
2001-05-20 Marius VollmerNew files.
2001-05-20 Marius Vollmer*** empty log message ***
2001-05-20 Marius Vollmer(scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr...
2001-05-20 Marius Vollmer(scm_c_make_subr, scm_c_define_subr,
2001-05-20 Marius Vollmer(scm_c_make_gsubr, scm_c_define_gsubr,
2001-05-20 Marius Vollmer(scm_system_module_env_p): Move out of deprecated
2001-05-20 Marius Vollmer(scm_init_rw): Added prototype.
2001-05-20 Marius Vollmer(scm_c_init_srfi_14): Added "int" to declaration of
2001-05-19 Marius VollmerFix missing paren.
2001-05-19 Neil Jerram* Slight clarification of lazy-catch docstring.
2001-05-19 Neil Jerram* Doc updates for lazy-catch and IP address conversion
2001-05-19 Marius Vollmer*** empty log message ***
2001-05-19 Marius VollmerLazy-catch handlers are no longer allowed to return.
2001-05-19 Marius Vollmer*** empty log message ***
2001-05-19 Marius Vollmer* psyntax.ss (build-lexical-var): Use gensym instead...
2001-05-19 Marius Vollmer(process-define-module): Do not call
2001-05-19 Marius Vollmer*** empty log message ***
2001-05-19 Marius Vollmer(s_scm_micro_version): Fix typo in FUNC_NAME, it
2001-05-19 Marius VollmerUpdated test for new micro version stuff.
2001-05-19 Marius VollmerUndo last change. I have decided not to deprecate
2001-05-19 Marius Vollmer* modules.h, modules.c: Moved around a lot of code...
2001-05-19 Marius Vollmer(scm_internal_with_fluids): Deprecated.
2001-05-19 Marius Vollmer(scm_init_goops_builtins): Renamed from
2001-05-19 Marius Vollmer(scm_init_guile_1): Call `scm_init_goops' instead of
2001-05-19 Marius VollmerCall `%init-rdelim-builtins'.
2001-05-19 Marius Vollmer(scm_init_rdelim_builtins): Renamed from
2001-05-19 Marius VollmerCall `%init-rw-builtins'.
2001-05-19 Marius Vollmer(scm_init_rw_builtins): Renamed from scm_init_rw. ...
2001-05-19 Marius Vollmer(scm_shell): Evaluate the compiled switches in the
2001-05-19 Marius Vollmer(narrow_stack): Do not call `scm_system_module_env_p'
2001-05-19 Marius VollmerFix typos.
2001-05-19 Marius Vollmer*** empty log message ***
next