bpt/guile.git
2001-01-24 Gary Houston*** empty log message ***
2001-01-24 Dirk Herrmann* Make sure that parameter errors are reported correctly.
2001-01-24 Dirk Herrmann* Ooops: Forgot to credit Neil for the bug report.
2001-01-24 Dirk Herrmann* Make sure that scm_display_error validates its port...
2001-01-24 Mikael Djurfeldt* eval.c (SCM_APPLY): Added # args check for application of
2001-01-24 Dirk Herrmann* Separate the handling of OPEN flags between ports...
2001-01-22 Dirk Herrmann* Move all real functionality from scm_eval into inner_...
2001-01-21 Gary Houston * rdelim.scm: new file implementing module (ice-9...
2001-01-19 Dirk Herrmann* Applied Martin Grabmueller's fix of case's handling...
2001-01-19 Neil Jerram* Make the readline port input-only.
2001-01-18 Gary Houston * ioext.c: further simplify scm_read_string_x_partial...
2001-01-18 Dirk Herrmann* Converted to real boundary testing.
2001-01-18 Dirk Herrmann* Simplified gh_ints2scm by using SCM_FIXABLE.
2001-01-18 Dirk Herrmann* Cleaned up some limits-definitions.
2001-01-17 Dirk Herrmann* Added tests for bit-operations.
2001-01-17 Dirk Herrmann* Fixed a couple of bugs with quotient, remainder,...
2001-01-16 Dirk Herrmann* Comment fixed.
2001-01-15 Dirk Herrmann* Return type of scm_make_smob_type is scm_bits_t now.
2001-01-11 Michael Livshin* objects.h (SCM_SET_ENTITY_SETTER): new macro. SCM_EN...
2001-01-08 Gary Houston * validate.h (SCM_VALIDATE_SUBSTRING_SPEC_COPY): new...
2001-01-06 Gary Houston*** empty log message ***
2001-01-06 Gary Houston * ioext.c (scm_read_string_x_partial): new procedure...
2001-01-06 Marius Vollmer*** empty log message ***
2001-01-06 Marius Vollmer* validate.h (SCM_VALIDATE_NUMBER): New.
2001-01-05 Neil Jerram* Fix typos in entry about guardian semantic changes.
2001-01-04 Michael Livshin * guardians.c (F_GREEDY, F_LISTED, F_DESTROYED, GREEDY_P,
2001-01-02 Gary Houston * fports.c (fport_write): bugfix: handle short writes for
2000-12-30 Michael Livshin* guardians.c (guardian_print): for sharing guardians...
2000-12-29 Michael Livshin * weaks.c (scm_scan_weak_vectors): move the calculatio...
2000-12-29 Dirk Herrmann* Remove calls to symbol-interned? which have always...
2000-12-28 Dirk Herrmann* Fixed the changelog entry regarding re-introduction...
2000-12-28 Dirk Herrmann* Get rid of the annoying variable-gets-clobbered-by...
2000-12-28 Dirk Herrmann* Re-introduces the unused member "documentation" of...
2000-12-28 Michael Livshin* guardians.c (mark_dependencies_in_tconc): new function.
2000-12-24 Michael Livshin* gc.c: (scm_gc_mark_dependencies): use SCM_EQ_P for...
2000-12-24 Michael Livshin*** empty log message ***
2000-12-23 Michael Livshin* gc.c: (scm_gc_mark_dependencies): new function. ...
2000-12-23 Marius VollmerDoc fixes from Martin Grabmüller.
2000-12-23 Dirk Herrmann* Removed unused member "properties" from struct scm_su...
2000-12-22 Dirk Herrmann* Removed unused member "documentation" from struct...
2000-12-21 Dirk Herrmann* Make sure, re-entering the dynamic scope of an eval...
2000-12-21 Dirk Herrmann* Simplify the use of SCM_PUREGENERICP.
2000-12-20 Gary Houston * continuations.c (continuation_apply): subtract the...
2000-12-18 Dirk Herrmann* Remove some redundant SCM_N?IMP tests.
2000-12-17 Mikael Djurfeldt*** empty log message ***
2000-12-16 Keisuke NishidaSome GOOPS cleanup.
2000-12-16 Keisuke NishidaIgnore guile.texi.
2000-12-16 Michael Livshin*** empty log message ***
2000-12-16 Keisuke NishidaAdded prototype.
2000-12-15 Dirk Herrmann* New environment variable scm_system_environment to...
2000-12-15 Dirk Herrmann* Avoid using eval-in-module in example code. Thanks...
2000-12-15 Dirk Herrmann* Fix a bug in scm_eval.
2000-12-15 Dirk Herrmann* Use eval instead of eval-in-module.
2000-12-14 Dirk Herrmann* Re-introduced most-positive-fixnum and most-negative...
2000-12-13 Dirk Herrmann* Renamed scm_symbols to symbols and made it static...
2000-12-13 Dirk Herrmann* Fixed the last patch (which was uncomplete). Thanks...
2000-12-12 Dirk Herrmann* The creation of symbols and bindings are two separate...
2000-12-12 Dirk Herrmann* Lookup 'use-emacs-interface in the-root-module.
2000-12-12 Dirk Herrmann* Make the creation of bindings more straightforward.
2000-12-12 Dirk Herrmann* Moved function scm_string_hash to hash.c.
2000-12-11 Marius Vollmer*** empty log message ***
2000-12-11 Marius Vollmer* gc_os_dep.c (scm_get_stack_base) [MSWIN32]: Added...
2000-12-11 Dirk Herrmann* Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead...
2000-12-10 Mikael Djurfeldt*** empty log message ***
2000-12-10 Mikael Djurfeldt* threads.h (SCM_MUTEXP): Typo: removed extra parenthesis.
2000-12-08 Keisuke NishidaAdded entries of smob_mfpe and smob_apply
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-12-08 Dirk Herrmann* Use scm_mem2symbol or scm_str2symbol to create symbol...
2000-12-08 Dirk Herrmann* New functions: scm_str2symbol, scm_mem2symbol
2000-12-08 Neil Jerram* Fix spelling mistake.
2000-12-08 Dirk Herrmann* Guile does not assume a hash table size of scm_symhas...
2000-12-07 Dirk Herrmann* Undid my last patch and added a comment why it was...
2000-12-07 Keisuke NishidaDeprecated scm_make_smob_type_mfpe and scm_set_smob_mfpe.
2000-12-07 Keisuke NishidaSome cleanup on smob calls.
2000-12-07 Keisuke NishidaTest suite for applicable smobs.
2000-12-07 Keisuke NishidaImproved smob calls.
2000-12-07 Keisuke Nishida.cvsignore
2000-12-07 Keisuke NishidaAdded some ignorable files.
2000-12-06 Dirk Herrmann* Fixed: gc_async must be protected from gc.
2000-12-06 Dirk Herrmann* No binding is created for %gc-thunk any more.
2000-12-06 Dirk Herrmann* Various minor cleanups.
2000-12-06 Dirk Herrmann* eval.c: remove commented code, remove #ifdef CCLO...
2000-12-05 Dirk Herrmann* Use scm_tc3_* codes instead of hardcoded values.
2000-12-05 Dirk Herrmann* Changed guardian representation to applicable smob.
2000-12-04 Dirk Herrmann* Minor cleanup/optimization for char=?.
2000-12-04 Dirk Herrmann* Eliminate hard-coded value of scm_tc7_smob.
2000-12-01 Dirk Herrmann* Added scm_c_memq as a fast C level alternative for...
2000-12-01 Dirk Herrmann* Started goops cleanup.
2000-11-30 Dirk Herrmann* coop-threads.c: Don't join finished threads. Thanks...
2000-11-29 Gary Houston*** empty log message ***
2000-11-28 Dirk Herrmann* Removed outdated comment.
2000-11-28 Dirk Herrmann* Removed SCM_SYMBOL_UCHARS.
2000-11-28 Dirk Herrmann* Don't use make-shared-substring any more.
2000-11-28 Dirk Herrmann* Don't use make-shared-substring any more.
2000-11-26 Gary Houston * boot-9.scm: values?, get-values, values, call-with...
2000-11-26 Gary Houston * reimplementation of values, call-with-values as...
2000-11-25 Gary Houston * use an applicable SMOB to represent continuations...
2000-11-24 Dirk Herrmann* Fix previous change (thanks to Matthias Koeppe).
2000-11-24 Dirk Herrmann* Goops does not provide its own version of logand...
2000-11-24 Dirk Herrmann* Fixed readline default input/output port parameter...
next