* Use scm_tc3_* codes instead of hardcoded values.
[bpt/guile.git] / libguile / ChangeLog
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.
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
2000-10-24 Marius VollmerCorrected "Brat" to "Brad". Sorry.
2000-10-20 Marius Vollmer*** empty log message ***
2000-10-18 Marius Vollmer*** empty log message ***
2000-10-18 Marius Vollmer*** empty log message ***
2000-10-13 Dirk Herrmann* Deprecated scm_sloppy_mem(q|v|ber)
2000-10-12 Dirk Herrmann* Fixed include file problem reported by Bruce Korb.
2000-10-11 Marius Vollmer*** empty log message ***
2000-10-11 Dirk Herrmann* Replace calls to SCM_LENGTH.
2000-10-11 Dirk Herrmann* Replace some SCM_LENGTH macros.
2000-10-11 Dirk Herrmann* Replaced some calls to SCM_LENGTH.
2000-10-10 Dirk Herrmann* Removed further calls to SCM_LENGTH.
2000-10-09 Dirk Herrmann* Made some functions not accept symbols as input param...
2000-10-09 Dirk Herrmann* Replace a bunch of calls to SCM_LENGTH.
2000-10-09 Dirk Herrmann* Eliminate last call to scm_vector_set_length_x within...
2000-10-09 Dirk Herrmann* Eliminate previously introduced redundant string...
2000-10-06 Dirk Herrmann* Don't call scm_vector_set_length_x for non-vector...
2000-10-06 Dirk Herrmann* Added type-specific replacement macros for SCM_LENGTH.
2000-10-02 Marius Vollmer*** empty log message ***
2000-10-02 Michael Livshin* guile-func-name-check.in: now should not confuse...
2000-10-01 Gary Houston * net_db.c: declare inet_aton only if HAVE_INET_ATON...
2000-10-01 Gary Houston * net_db.c: declare inet_aton only if MISSING_INET_ATO...
2000-09-30 Gary Houston * filesys.c (scm_stat2scm), posix.c (s_scm_mknod)...
2000-09-29 Neil Jerram* Enhance snarfing of libguile docstrings and postproce...
2000-09-29 Neil Jerram* Cosmetic docstring fixes.
2000-09-26 Dirk Herrmann* Forgot to submit the Changelog for the last patch.
2000-09-26 Dirk Herrmann* Eliminated all remaining calls to SCM_CHARS.
2000-09-26 Dirk Herrmann* Further references to SCM_CHARS removed.
2000-09-26 Dirk Herrmann* Don't use string or vector macros when accessing...
2000-09-26 Dirk Herrmann* More references to SCM_CHARS removed.
2000-09-26 Dirk Herrmann* Removed some more references to SCM_CHARS.
2000-09-26 Dirk Herrmann* Replaced a lot of references to SCM_CHARS.
2000-09-22 Dirk Herrmann* Removed unused type tag scm_tc7_lvector.
2000-09-22 Dirk Herrmann* Eliminated some more calls to SCM_CHARS.
2000-09-22 Dirk Herrmann* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBO...
2000-09-22 Dirk Herrmann* Added SCM_STRING_CHARS and SCM_SYMBOL_CHARS in order...
2000-09-22 Neil Jerram* Fix docstring texinfo warnings.
2000-09-20 Marius Vollmer*** empty log message ***
2000-09-20 Mikael Djurfeldt*** empty log message ***
2000-09-20 Dirk Herrmann* Make sure that symbol properties initially form an...
2000-09-19 Dirk Herrmann* Added a comment suggesting to rename scm_handle_by_me...
2000-09-14 Gary Houston*** empty log message ***
2000-09-12 Mikael Djurfeldt*** empty log message ***
2000-09-12 Dirk Herrmann* Redundant SCM_IMP test removed.
2000-09-12 Dirk Herrmann* Unified ssymbols and msymbols to a single symbol...
2000-09-12 Mikael Djurfeldt*** empty log message ***
2000-09-10 Keisuke Nishida*** empty log message ***
2000-09-10 Mikael Djurfeldt*** empty log message ***
2000-09-10 Mikael Djurfeldt*** empty log message ***
2000-09-10 Keisuke Nishida*** empty log message ***
2000-09-07 Dirk Herrmann* Fix hash value handling.
2000-09-06 Mikael Djurfeldt*** empty log message ***
2000-09-05 Marius Vollmer*** empty log message ***
2000-09-05 Dirk Herrmann* Fixed two bugs with environment type predicates.
2000-09-03 Mikael Djurfeldt*** empty log message ***
2000-09-03 Marius Vollmer*** empty log message ***
2000-09-02 Neil Jerram* Docstring updates.
2000-09-02 Michael Livshin*** empty log message ***
2000-08-27 Mikael Djurfeldt*** empty log message ***
2000-08-27 Mikael Djurfeldt*** empty log message ***
2000-08-26 Mikael Djurfeldt*** empty log message ***
2000-08-25 Neil Jerram* Docstring fixes.
2000-08-25 Dirk Herrmann* Added Jost Boekemeier's implementation of environment...
next