* Added missing includes of string.h.
[bpt/guile.git] / libguile / ChangeLog
2001-01-26 Dirk Herrmann* Added missing includes of string.h.
2001-01-25 Dirk Herrmann* On errors, show line and column information even...
2001-01-25 Dirk Herrmann* Added a file-port? primitive.
2001-01-25 Dirk Herrmann* Made the port implementations less tightly coupled...
2001-01-25 Dirk Herrmann* Fix handling of (set-source-property! <obj> 'copy...
2001-01-24 Gary Houston * boot-9.scm: don't import (ice-9 rdelim) here. it...
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-19 Dirk Herrmann* Applied Martin Grabmueller's fix of case's handling...
2001-01-18 Gary Houston * ioext.c: further simplify scm_read_string_x_partial...
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* 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 * ioext.c (scm_read_string_x_partial): new procedure...
2001-01-06 Marius Vollmer*** empty log message ***
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-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-23 Michael Livshin* gc.c: (scm_gc_mark_dependencies): new function. ...
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-16 Keisuke NishidaSome GOOPS cleanup.
2000-12-16 Keisuke NishidaAdded prototype.
2000-12-15 Dirk Herrmann* New environment variable scm_system_environment to...
2000-12-15 Dirk Herrmann* Fix a bug in scm_eval.
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-12 Dirk Herrmann* The creation of symbols and bindings are two separate...
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 Dirk Herrmann* Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead...
2000-12-10 Mikael Djurfeldt*** empty log message ***
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 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 NishidaImproved smob calls.
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-28 Dirk Herrmann* Removed outdated comment.
2000-11-28 Dirk Herrmann* Removed SCM_SYMBOL_UCHARS.
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-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-21 Dirk Herrmann* Deprecated SCM_RWSTRINGP and SCM_VALIDATE_RWSTRING.
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-09 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-04 Gary Houston2000-11-04 Gary Houston <ghouston@arglist.com>
2000-11-02 Dirk Herrmann* Ahem, forgot to send the changelog with the last...
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-10-30 Dirk Herrmann* Remove the code that implemented the SCM_HUGE_LENGTH...
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...
2000-10-25 Mikael Djurfeldt*** empty log message ***
2000-10-25 Mikael Djurfeldt*** empty log message ***
2000-10-25 Dirk Herrmann* Deprecated scm_vector_set_length_x.
next