bpt/guile.git
2001-12-26 Marius VollmerReally check for "makeinfo", not for "maakeinfo", which...
2001-12-26 Marius Vollmer*** empty log message ***
2001-12-26 Marius Vollmer(guile-procedures.txt): When we don't have makeinfo...
2001-12-26 Marius Vollmer(HAVE_MAKEINFO): Check for the makeinfo program and...
2001-12-22 Marius VollmerAdded Ron Peterson.
2001-12-22 Marius Vollmer*** empty log message ***
2001-12-22 Marius Vollmer(Alist Example): Changed "Bismarck" to "Pierre". Thank...
2001-12-22 Neil Jerram* Work on Programming Overview chapter.
2001-12-16 Marius Vollmer*** empty log message ***
2001-12-16 Marius Vollmer(let-values): Use `gensym' instead of `gentemp'.
2001-12-16 Marius Vollmer(scm_make_continuation): Do not retain the throw_value...
2001-12-16 Marius Vollmer(scm_t_stackype): Renamed to scm_stack_type everywhere.
2001-12-08 Stefan Jahn2001-12-08 Stefan Jahn <stefan@lkcc.org>
2001-12-07 Neil Jerram* Various small manual improvements.
2001-12-07 Neil Jerram* Fix comment typo.
2001-12-04 Gary Houston*** empty log message ***
2001-12-04 Gary Houston * some discussion in extension/dynamic-root.text.
2001-12-04 Martin GrabmüllerSmall typo fix in scheme-procedures.texi.
2001-12-03 Gary Houston*** empty log message ***
2001-12-03 Thien-Thi Nguyen*** empty log message ***
2001-12-03 Thien-Thi NguyenGrammar fix.
2001-12-02 Thien-Thi Nguyen*** empty log message ***
2001-12-02 Thien-Thi NguyenFix virulent typo.
2001-12-01 Neil Jerram* Split the Data Types chapter into two; plus a few...
2001-12-01 Neil Jerram* Add ETAGS_ARGS decls so that more stuff gets tagged.
2001-12-01 Neil Jerram* gh_data.c (gh_module_lookup): Use scm_str2symbol...
2001-12-01 Neil Jerram* Improve symbol documentation.
2001-11-29 Thien-Thi Nguyen*** empty log message ***
2001-11-29 Thien-Thi Nguyen(ferret): New proc.
2001-11-29 Thien-Thi Nguyen*** empty log message ***
2001-11-29 Thien-Thi Nguyen(write-punily): Handle symbols with ":" prefix specially.
2001-11-28 Gary Houston * added extension directory and extension/dynamic...
2001-11-27 Dirk Herrmann* gc.h (SCM_GC_CELL_WORD, SCM_GC_CELL_OBJECT,
2001-11-27 Marius Vollmer*** empty log message ***
2001-11-27 Marius Vollmer(string-index, list-head): Removed, we already these...
2001-11-27 Marius VollmerSome new ideas.
2001-11-25 Thien-Thi Nguyen*** empty log message ***
2001-11-25 Thien-Thi NguyenFix spelling.
2001-11-25 Marius VollmerUpdated for SCM_NEWCELL(2) deprecation.
2001-11-25 Marius Vollmer*** empty log message ***
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-11-25 Marius Vollmer(SCM_MAKE_VECTOR_TAG): New.
2001-11-25 Marius Vollmer(SCM_MAKE_BITVECTOR_TAG, SCM_MAKE_UVECTOR_TAG): New.
2001-11-25 Marius Vollmer(SCM_MAKE_SYMBOL_TAG): New.
2001-11-25 Marius Vollmer(SCM_MAKE_STRING_TAG): New.
2001-11-25 Marius Vollmer(SCM_MAKE_CCLO_TAG): New.
2001-11-25 Marius Vollmer(SCM_MAKE_BIGNUM_TAG): New.
2001-11-25 Marius VollmerReplaced SCM_DEBUG_DEPRECATED with !SCM_ENABLE_DEPRECATED.
2001-11-25 Marius Vollmer(scm_take_signal): Removed all code that assumes that...
2001-11-25 Marius Vollmer(scm_system_async_mark_from_signal_handler): New.
2001-11-25 Marius VollmerInclude "libguile/inline.h".
2001-11-25 Marius VollmerAdded prototypes for defined functions for the !HAVE_IN...
2001-11-25 Marius Vollmer(SCM_GC_SET_ALLOCATED, scm_debug_newcell,
2001-11-25 Marius Vollmer* inline.c, inline.h: New files.
2001-11-25 Marius VollmerRemoved docs about SCM_NEWCELL and added scm_alloc_cell and
2001-11-25 Marius Vollmer*** empty log message ***
2001-11-25 Marius VollmerInclude "libguile/inline.h".
2001-11-25 Marius VollmerNew files.
2001-11-25 Marius Vollmer* acconfig.h (HAVE_INLINE): Added template.
2001-11-23 Marius Vollmer*** empty log message ***
2001-11-23 Marius VollmerAdded comments to functions that are used by "modules.c".
2001-11-23 Marius Vollmer*** empty log message ***
2001-11-23 Marius Vollmer(scm_c_use_module): Adapt to changes to `process-use...
2001-11-23 Neil Jerram* Remove spurious placeholder text.
2001-11-22 Gary Houston HACKING, README, ANON-CVS: updates.
2001-11-22 Dirk Herrmann* tests/numbers.test: Added more division by zero tests.
2001-11-22 Dirk Herrmann* numbers.c (scm_divide): Fix more division by zero...
2001-11-22 Gary Houston * HACKING: Modified the Hacking It Yourself section...
2001-11-21 Gary Houston*** empty log message ***
2001-11-21 Gary HoustonRemoved reference to no longer practiced * in ChangeLog...
2001-11-21 Gary Houston * Makefile.am (OMIT_DEPENDENCIES): removed, since...
2001-11-21 Dirk Herrmann* tests/numbers.test: Added division by zero tests.
2001-11-21 Dirk Herrmann* numbers.c (scm_divide): Fix (/ 0). Thanks to Keith...
2001-11-21 Marius Vollmer*** empty log message ***
2001-11-21 Marius Vollmer(install-exec-hook): Prepend $(DESTDIR) to filename...
2001-11-21 Stefan Jahn2001-11-21 Stefan Jahn <stefan@lkcc.org>
2001-11-20 Marius Vollmer*** empty log message ***
2001-11-20 Marius Vollmer(scm_c_export): Do nothing when the first argument is
2001-11-20 Thien-Thi Nguyen*** empty log message ***
2001-11-20 Thien-Thi Nguyen(Install Config):
2001-11-20 Thien-Thi Nguyen*** empty log message ***
2001-11-20 Thien-Thi Nguyen(libpath.h): In SCM_BUILD_INFO, also include `buildstamp'.
2001-11-20 Thien-Thi Nguyen*** empty log message ***
2001-11-19 Thien-Thi Nguyen*** empty log message ***
2001-11-19 Thien-Thi Nguyen*** empty log message ***
2001-11-19 Thien-Thi Nguyen(11): Set "fixed: no-need".
2001-11-19 Neil Jerram* Improve doc on variables and definitions.
2001-11-19 Thien-Thi Nguyen*** empty log message ***
2001-11-19 Thien-Thi NguyenInitial revision
2001-11-19 Thien-Thi Nguyen*** empty log message ***
2001-11-19 Thien-Thi NguyenUse less forking for indexing command.
2001-11-19 Thien-Thi Nguyen*** empty log message ***
2001-11-19 Thien-Thi Nguyen(write emacs/patch.el): New item for 1.8.0, self-assigned.
2001-11-19 Thien-Thi NguyenWhen run as a batch program, invoke `(ucl-update "Chang...
2001-11-19 Thien-Thi NguyenInitial revision
2001-11-19 Thien-Thi Nguyenbye bye
2001-11-19 Thien-Thi NguyenA little birdie from cobalt sang in my ear.
2001-11-19 Thien-Thi Nguyen(patch-send): Renamed from `patch-submit'.
2001-11-19 Rob Browning*** empty log message ***
2001-11-19 Rob Browning* configure.in: switch to AC_LIBLTDL_INSTALLABLE so...
next