bpt/guile.git
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...
2000-11-24 Dirk Herrmann* Don't uses anything deprecated any more.
2000-11-23 Dirk Herrmann* Deprecated SCM_LENGTH_MAX.
2000-11-23 Dirk Herrmann* SCM_SETCHARS deprecated.
2000-11-23 Dirk Herrmann* Deprecated SCM_SETLENGTH.
2000-11-22 Dirk Herrmann* Added SCM_SET_CONTINUATION_LENGTH to replace SCM_SETL...
2000-11-22 Dirk Herrmann* Added SCM_SET_VECTOR_LENGTH as one replacement for...
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-22 Dirk Herrmann* This patch belongs to the previous one, it deprecates...
2000-11-21 Dirk Herrmann* Deprecated SCM_RWSTRINGP and SCM_VALIDATE_RWSTRING.
2000-11-19 Gary Houston * configure.in: test $ac_cv_lib_readline_readline...
2000-11-18 Gary Houston * Makefile.am (.c.x): don't prefix ".:" to $PATH when...
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-11-13 Gary Houston * fports.c: include gc.h.
2000-11-12 Gary Houston * fports.c (scm_open_file): fix the 'b' option. Thanks
2000-11-09 Gary Houston2000-11-07 Gary Houston <ghouston@arglist.com>
2000-11-09 Gary Houston2000-11-09 Gary Houston <ghouston@arglist.com>
2000-11-09 Gary Houston*** empty log message ***
2000-11-07 Gary Houston*** empty log message ***
2000-11-07 Gary Houston*** empty log message ***
2000-11-07 Gary Houston2000-11-06 Gary Houston <ghouston@arglist.com>
2000-11-07 Gary Houston2000-11-07 Gary Houston <ghouston@arglist.com>
2000-11-07 Mikael Djurfeldt*** empty log message ***
2000-11-07 Mikael Djurfeldt* goops/dispatch.scm (method-cache-install!): Use n...
2000-11-07 Mikael Djurfeldt* goops.scm (internal-add-method!): Set n-specialized...
2000-11-07 Mikael Djurfeldt* eval.c (SCM_IM_DISPATCH), objects.c (scm_mcache_looku...
2000-11-07 Mikael Djurfeldt* goops.c (scm_sys_invalidate_method_cache_x): Don...
2000-11-04 Gary Houston2000-11-04 Gary Houston <ghouston@arglist.com>
2000-11-03 Dirk Herrmann* Add test to check whether the after-gc-hook is run...
2000-11-02 Dirk Herrmann* Ahem, forgot to send the changelog with the last...
2000-11-02 Dirk Herrmann* Get rid of calls to SCM_ROSTRINGP.
2000-11-01 Dirk Herrmann* environments.c: Don't use '==' to compare SCM objects.
2000-11-01 Dirk Herrmann* Don't recompute symbol hash values. The symbol holds...
2000-11-01 Dirk Herrmann* Fix output. Thanks to I. N. Golubev for the patch.
2000-11-01 Dirk Herrmann* string=? requires a string argument. Thanks to Dale...
2000-10-30 Dirk Herrmann* Remove the code that implemented the SCM_HUGE_LENGTH...
2000-10-30 Dirk Herrmann* Reflect the fact that string=? is fixed in the test...
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-10-26 Dirk Herrmann* String comparison functions don't accept symbols...
next