scm_t_bits is unsigned, types have been renamed.
[bpt/guile.git] / libguile /
2001-06-14 Marius VollmerReplace "scm_*_t" with "scm_t_*", except "scm_lisp_t".
2001-06-14 Marius Vollmer*** empty log message ***
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-14 Marius Vollmer*** empty log message ***
2001-06-14 Marius Vollmer* unif.h (SCM_ARRAY_NDIM): Shift then cast so that...
2001-06-14 Marius Vollmer*** empty log message ***
2001-06-14 Marius Vollmer(SCM_SRS): Cast shiftee to scm_signed_bits_t.
2001-06-14 Marius VollmerInclude <stdint.h> when we have it.
2001-06-14 Marius Vollmer(ptrdiff_t): Typedef to long when configure didn't...
2001-06-13 Thien-Thi Nguyen*** empty log message ***
2001-06-13 Thien-Thi NguyenUpdate path to #include file scmconfig.h.
2001-06-11 Dirk Herrmann* Simplified the goops macro system a bit and fixed...
2001-06-10 Gary Houston*** empty log message ***
2001-06-10 Gary Houston * rdelim.c (scm_init_rdelim_builtins): don't try to...
2001-06-09 Marius Vollmer*** empty log message ***
2001-06-09 Marius Vollmer(scm_lfwrite): Maintain columnd and row count in port.
2001-06-08 Michael Livshin* snarf.h, filter-doc-snarfage.c: more changes to cope...
2001-06-08 Michael Livshin* filter-doc-snarfage.c, guile-snarf.in: try to cope...
2001-06-08 Dirk Herrmann* Fixed some bugs, some reported by Matthias Koeppe.
2001-06-07 Dirk Herrmann* Fix SCM <--> scm_t_bits related typing problems.
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-06-05 Dirk Herrmann* Introduce macro SCM_VALIDATE_NON_EMPTY_COMBINATION.
2001-06-04 Marius Vollmer*** empty log message ***
2001-06-04 Marius Vollmer(keyword_print): Substract 1 from length of symbol...
2001-06-04 Marius Vollmer(scm_hasher): Use SCM_UNPACK in the case labels so...
2001-06-04 Marius Vollmer(scm_c_register_extension): Allow NULL as library
2001-06-04 Marius Vollmer(scm_registered_modules, scm_clear_registered_modules...
2001-06-04 Gary Houston*** empty log message ***
2001-06-04 Gary Houston*** empty log message ***
2001-06-04 Gary Houston * rw.c (scm_write_string_partial): new procedure imple...
2001-06-03 Marius Vollmer*** empty log message ***
2001-06-03 Marius VollmerAdded exception notice to all files.
2001-06-03 Marius VollmerInclude "deprecation.h".
2001-06-03 Marius Vollmer*** empty log message ***
2001-06-03 Marius Vollmer(scm_register_module_xxx, scm_registered_modules,
2001-06-02 Rob Browning*** empty log message ***
2001-06-02 Rob Browning* .cvsignore: really add guile_filter_doc_snarfage.
2001-06-02 Rob Browning* .cvsignore: add guile_filter_doc_snarfage guile-snarf...
2001-06-02 Rob Browning* filesys.c (scm_stat2scm): HAVE_ST_RDEV changed to
2001-06-02 Rob Browning* fports.c: HAVE_ST_BLKSIZE changed to
2001-06-02 Marius Vollmer*** empty log message ***
2001-06-02 Marius Vollmer(scm_eval_string): Use scm_primitive_eval_x instead
2001-06-02 Marius Vollmer*** empty log message ***
2001-06-02 Marius VollmerNew file, slightly modified from libiberties
2001-05-31 Michael Livshinsmall fixes
2001-05-31 Michael Livshin* guile-snarf-docs.in, guile-snarf-docs-texi.in,
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üller2001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2001-05-28 Martin Grabmüller * symbols.c (scm_gensym): Fix buffer overrun (try...
2001-05-28 Dirk Herrmann* Ooops. This belongs to my ChangeLog entry from 2001...
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-27 Dirk Herrmann* Changed the default definition of SCM.
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-25 Marius Vollmer*** empty log message ***
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-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 Michael Livshin* validate.h
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-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*** 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-19 Neil Jerram* Slight clarification of lazy-catch docstring.
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(s_scm_micro_version): Fix typo in FUNC_NAME, it
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 Vollmer(scm_init_rdelim_builtins): Renamed from
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
next