bpt/guile.git
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...
2000-10-25 Mikael Djurfeldt*** empty log message ***
2000-10-25 Mikael Djurfeldt* mop.text: Preliminary documentation of the GOOPS...
2000-10-25 Mikael Djurfeldt*** empty log message ***
2000-10-25 Mikael Djurfeldt* goops.h: Renamed class --> cls, new --> newinst in...
2000-10-25 Mikael Djurfeldt*** empty log message ***
2000-10-25 Mikael Djurfeldt* goops.c, objects.c, objects.h, eval.c (scm_make_exten...
2000-10-25 Mikael Djurfeldt* init.c (scm_init_guile_1): Call the goops module...
2000-10-25 Mikael Djurfeldt* goops.h: Removed various superfluous conditions.
2000-10-25 Mikael Djurfeldt* goops.c, objects.c, objects.h, eval.c (scm_make_exten...
2000-10-25 Mikael Djurfeldt* Makefile.am (libguile_la_SOURCES): Added goops.c
2000-10-25 Mikael Djurfeldt* GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented...
2000-10-25 Dirk Herrmann* Deprecated scm_vector_set_length_x.
2000-10-25 Dirk Herrmann* Forgot to check this in with the last bunch of files.
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-20 Marius Vollmer* init.c (scm_init_guile_1, invoke_main_func): Call
2000-10-18 Marius Vollmer*** empty log message ***
2000-10-18 Marius Vollmer* print.c (grow_ref_stack): Pass a INUM to scm_make_vec...
2000-10-18 Marius Vollmer*** empty log message ***
2000-10-18 Marius Vollmer* gc_os_dep.c (GC_noop1, GC_bool, TRUE, FALSE, VOLATILE):
2000-10-15 Neil Jerram* Fix typos in optargs.scm.
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 Marius Vollmer* gc_os_dep.c: Added real implementation based on code...
2000-10-11 Marius Vollmer* gc.h (scm_get_stack_base): Added prototype.
2000-10-11 Marius Vollmer* gc.h (scm_get_stack_base): Added prototype.
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-10 Dirk Herrmann* Fixed apropos: regexp-exec does not accept symbol...
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 Marius Vollmer* coop-defs.h (coop_key_create): Don't use the C++...
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 Reverse the previous changes, I don't think they are...
2000-10-01 Gary Houston * configure.in: check whether inet_aton is declared.
2000-10-01 Gary Houston * net_db.c: declare inet_aton only if MISSING_INET_ATO...
2000-09-30 Gary Houston*** empty log message ***
2000-09-30 Gary Houston * posix.scm (setgrent): pass #t, not #f. thanks to
2000-09-30 Gary Houston * filesys.c (scm_stat2scm), posix.c (s_scm_mknod)...
2000-09-29 Neil Jerram* Enhancements to online help presentation.
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 calls to SCM_UCHARS.
2000-09-26 Dirk Herrmann* Eliminated all remaining calls to SCM_CHARS.
2000-09-26 Dirk Herrmann* Remember that string=? and friends need fixing.
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.
next