bpt/guile.git
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.
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 Marius Vollmer* numbers.c (scm_istr2flo): Throw an `out of range...
2000-09-20 Mikael Djurfeldt*** empty log message ***
2000-09-20 Mikael Djurfeldt* boot-9.scm: Removed comment. (Thanks to Brad Knotwell.)
2000-09-20 Keisuke Nishida*** empty log message ***
2000-09-20 Keisuke NishidaRemoved #include "libguile/environments.h", sorry..
2000-09-20 Keisuke Nishida*** empty log message ***
2000-09-20 Keisuke Nishida* libguile.h: #include "libguile/environments.h" and...
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-17 Marius Vollmer*** empty log message ***
2000-09-17 Marius Vollmer* configure.in: Check for curses, terminfo and termlib...
2000-09-17 Gary Houston*** empty log message ***
2000-09-17 Gary Houston2000-09-17 Gary Houston <ghouston@arglist.com>
2000-09-14 Gary Houston*** empty log message ***
2000-09-12 Michael Livshin*** empty log message ***
2000-09-12 Mikael Djurfeldt*** empty log message ***
2000-09-12 Mikael Djurfeldt* symbols.c (duplicate_string): Don't try to copy the...
2000-09-12 Dirk Herrmann* Redundant SCM_IMP test removed.
2000-09-12 Dirk Herrmann* Tests that rely on garbage collection: Be aware of...
2000-09-12 Dirk Herrmann* Unified ssymbols and msymbols to a single symbol...
2000-09-12 Dirk Herrmann* Eliminate use of low-level symbol property function.
2000-09-12 Mikael DjurfeldtRegenerated
2000-09-12 Mikael Djurfeldt*** empty log message ***
2000-09-12 Mikael Djurfeldt* psyntax.ss (build-lexical-var): Use gentemp instead...
2000-09-12 Mikael Djurfeldt* oldprint.scm (print-table-add!): Ditto.
2000-09-12 Mikael Djurfeldt* calling.scm (excursion-function-syntax,
2000-09-12 Mikael Djurfeldt* boot-9.scm (gentemp): Moved to symbols.c.
2000-09-12 Mikael Djurfeldt*** empty log message ***
2000-09-12 Mikael Djurfeldt* symbols.h (scm_gentemp): Declared.
2000-09-12 Mikael Djurfeldt* symbols.c (scm_gensym): Reimplemented. Now only...
2000-09-10 Keisuke Nishida*** empty log message ***
2000-09-10 Keisuke Nishida* modules.c: Use applicable smobs for eval closures...
2000-09-10 Mikael Djurfeldt*** empty log message ***
2000-09-10 Mikael Djurfeldt* Makefile.am (.x.doc): Bugfix: Added $(srcdir) to...
2000-09-10 Mikael Djurfeldt*** empty log message ***
2000-09-10 Mikael Djurfeldt* symbols.c (scm_gensym): Bugfixed my previous bugfix...
2000-09-10 Keisuke Nishida*** empty log message ***
next