bpt/guile.git
2001-09-26 Martin GrabmüllerSome cosmetic doc fixes.
2001-09-26 Thien-Thi Nguyen*** empty log message ***
2001-09-26 Thien-Thi Nguyen(SCM_MAKE_CHAR): Use `scm_t_bits' instead of `intptr_t'.
2001-09-26 Thien-Thi Nguyen*** empty log message ***
2001-09-26 Thien-Thi Nguyen(Syntax Rules): Add `cindex' directive.
2001-09-26 Thien-Thi Nguyen*** empty log message ***
2001-09-26 Thien-Thi NguyenAdd bugfix item to "Eventually".
2001-09-25 Gary Houston * ports.c (scm_drain_input): extended the docstring...
2001-09-24 Mikael Djurfeldt* boot-9.scm (process-define-module): Added :re-export.
2001-09-23 Mikael Djurfeldt* validate.h (SCM_NUM2FLOAT, SCM_NUM2DOUBLE,
2001-09-22 Mikael Djurfeldt* Makefile.am: Distribute num2float.i.c.
2001-09-22 Mikael Djurfeldt* srfi-19.scm (priv:split-real): Inserted missing call to
2001-09-21 Rob Browning*** empty log message ***
2001-09-21 Rob Browning* .cvsignore: really add version.h
2001-09-21 Rob Browning* chars.h (SCM_MAKE_CHAR): coerce value to intptr_t.
2001-09-21 Rob Browning* numbers.c (scm_gcd): change "k" to a long from an...
2001-09-21 Rob Browning* strings.h (SCM_SET_STRING_LENGTH): coerce "l" to...
2001-09-21 Rob Browning* srfi-14.c (SCM_CHARSET_SET): need 1L, not just 1...
2001-09-21 Rob Browning* srfi-14.h (SCM_CHARSET_GET): need 1L, not just 1...
2001-09-21 Rob Browning* tests/bit-operations.test (fixnum-bit): compute dynam...
2001-09-21 Rob Browning* tests/numbers.test (fixnum-bit): compute dynamically.
2001-09-20 Mikael Djurfeldt* numbers.c (scm_integer_expt): Accept inexact integer...
2001-09-20 Rob Browning*** empty log message ***
2001-09-20 Rob Browning* configure.in (AC_CONFIG_FILES): add libguile/version.h.
2001-09-20 Rob Browning* version.c
2001-09-20 Rob Browning* version.h: renamed to version.h.in.
2001-09-20 Rob Browning* version.h.in: renamed from version.h.
2001-09-20 Rob Browning* versiondat.h.in: removed (obsolete).
2001-09-20 Mikael Djurfeldt* error.c, error.h: Made error keys globally accessible.
2001-09-20 Mikael Djurfeldt* num2integral.i.c (NUM2INTEGRAL): Report an error...
2001-09-19 Thien-Thi Nguyen*** empty log message ***
2001-09-19 Thien-Thi NguyenFix number typo in "Jump Start" section.
2001-09-19 Thien-Thi Nguyen*** empty log message ***
2001-09-19 Thien-Thi NguyenFix improper `@result' usage.
2001-09-19 Thien-Thi Nguyen*** empty log message ***
2001-09-19 Thien-Thi NguyenCommentary fix; nfc.
2001-09-19 Thien-Thi Nguyen*** empty log message ***
2001-09-19 Thien-Thi Nguyen(process-use-modules): Fix typo.
2001-09-18 Mikael Djurfeldt* Makefile.am (psyntax.pp): Reference compile-psyntax...
2001-09-17 Dirk Herrmann* Removed function scm_gc_mark_cell_conservatively.
2001-09-15 Gary Houston * root.h (scm_root_state): removed the continuation_st...
2001-09-13 Dirk Herrmann* Some renamings and minor fixes.
2001-09-13 Dirk Herrmann* Simplified handling of static glocal SCM variable.
2001-09-13 Dirk Herrmann* Fixed some typing bugs. Thanks to Rob Browning.
2001-09-12 Dirk Herrmann* Added function scm_str2string. Thanks to Martin...
2001-09-12 Gary Houston2001-09-12 Gary Houston <ghouston@arglist.com>
2001-09-09 Thien-Thi NguyenAdd `arity' enhancement news.
2001-09-09 Thien-Thi Nguyen*** empty log message ***
2001-09-09 Thien-Thi Nguyen(arity): Use new `arglist' procedure property to
2001-09-09 Thien-Thi Nguyen(lambda*): Record the broken-down argument list in
2001-09-08 Thien-Thi Nguyen*** empty log message ***
2001-09-08 Thien-Thi Nguyen("apples-blimps-catalexis example", "multiple occurances"):
2001-09-08 Thien-Thi Nguyen(process-options, getopt-long): Fix omission
2001-09-06 Marius Vollmer*** empty log message ***
2001-09-06 Marius Vollmer(scm_done_free): Always subtract size from scm_mallocated
2001-09-04 Thien-Thi Nguyen*** empty log message ***
2001-09-04 Thien-Thi NguyenUse outline mode instead of text.
2001-09-01 Michael Livshin* numbers.c (scm_sys_check_number_conversions): new...
2001-09-01 Thien-Thi Nguyen*** empty log message ***
2001-09-01 Thien-Thi Nguyen(1.8.0): Add "move .gdbinit" entry.
2001-09-01 Thien-Thi Nguyen(Sample GDB Initialization File): New section.
2001-08-31 Dirk Herrmann* Improved the readability of some patterns.
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-08-31 Dirk Herrmann* Removed deprecated stuff.
2001-08-31 Dirk Herrmann* Remove deprecated macros and typenames.
2001-08-31 Dirk Herrmann* Renamed header macros to the SCM_<filename>_H format.
2001-08-31 Dirk Herrmann* Remove #& reader extension.
2001-08-31 Dirk Herrmann* Deleted `and-let-star-compat.scm´.
2001-08-31 Dirk Herrmann* Using `provided?´ instead of `feature?´.
2001-08-31 Dirk Herrmann* Removed deprecated definitions.
2001-08-30 Thien-Thi Nguyen*** empty log message ***
2001-08-30 Thien-Thi Nguyen(resolve-interface): When returning a custom
2001-08-30 Neil Jerram* Added Eric Hanchrow to THANKS.
2001-08-30 Neil Jerram* Group all index nodes together.
2001-08-30 Neil Jerram* Various typo fixes and clarifications merged from...
2001-08-30 Thien-Thi Nguyen*** empty log message ***
2001-08-30 Thien-Thi NguyenMention libtool ./configure-regeneration requirement.
2001-08-27 Neil Jerram* Fix doc snapshot build problems by avoiding use of...
2001-08-26 Marius Vollmer*** empty log message ***
2001-08-26 Marius VollmerReplaced "scm_t_portable" with "scm_port_table" which...
2001-08-26 Marius VollmerUse load-extension instead of explicit dynamic-link...
2001-08-26 Marius VollmerDo not include ".libs" in LTDL_LIBRARY_PATH, libltdl...
2001-08-25 Thien-Thi NguyenAdd news on `:select' and `:renamer' facilities.
2001-08-25 Thien-Thi Nguyen*** empty log message ***
2001-08-25 Thien-Thi Nguyen(test-time-comparision, test-time-arithmatic): New...
2001-08-25 Thien-Thi Nguyen*** empty log message ***
2001-08-25 Thien-Thi Nguyen(add-duration): Fix bug: Call `add-duration!' w/ two...
2001-08-25 Thien-Thi Nguyen*** empty log message ***
2001-08-25 Thien-Thi Nguyen(SCM_VALIDATE_USHORT_COPY, SCM_VALIDATE_SHORT_COPY,
2001-08-25 Thien-Thi Nguyen(GC_noop1): Move before `GC_find_limit' where it is...
2001-08-25 Marius Vollmer*** empty log message ***
2001-08-25 Marius Vollmer(resolve-interface): Get variables from the public...
2001-08-25 Marius Vollmer* eval.c (scm_m_atbind): Redesigned to behvae like...
2001-08-25 Marius Vollmer*** empty log message ***
2001-08-25 Marius VollmerNew file.
2001-08-25 Marius Vollmer(AUTOMAKE_OPTIONS): Change "foreign" to "gnu".
2001-08-24 Michael Livshin* gc.c (scm_gc_sweep): now can sweep unreachable variab...
2001-08-24 Thien-Thi Nguyen*** empty log message ***
2001-08-24 Thien-Thi NguyenAdd Alex Shinn.
2001-08-24 Thien-Thi Nguyen*** empty log message ***
next