bpt/guile.git
1999-09-06 Mikael Djurfeldt* tests/interp.test: Added tests for evaluation of...
1999-09-06 Jim Blandy*** empty log message ***
1999-09-06 Jim BlandyPropagate the changes of 2 Sept the rest of the way...
1999-09-06 Jim Blandy*** empty log message ***
1999-09-06 Jim Blandy* guile-snarf.c: Deleted. Snarfing should respect CPP
1999-09-06 Jim BlandyRandom bug fixes
1999-09-06 Jim Blandy*** empty log message ***
1999-09-05 Jim Blandy*** empty log message ***
1999-09-05 Jim Blandy* guile-snarf.in: Be sure to exit with an error if...
1999-09-05 Jim Blandy*** empty log message ***
1999-09-05 Jim Blandy* snarf.h (SCM_GLOBAL_KEYWORD): Call scm_c_make_keyword...
1999-09-05 Jim Blandy*** empty log message ***
1999-09-05 Jim Blandy* guile-snarf.c (parse_args): Abort if we haven't handl...
1999-09-05 Jim Blandy* acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix...
1999-09-05 Jim BlandyTypo
1999-09-05 Jim Blandy*** empty log message ***
1999-09-05 Jim Blandy* guile-snarf.c: New implementation of guile-snarf...
1999-09-05 Jim BlandyAdd 1999 to copyright years.
1999-09-03 Jim BlandyRemove debugging output.
1999-09-03 Jim Blandy*** empty log message ***
1999-09-03 Jim Blandy* load.c (scm_search_path): If the filename has any...
1999-09-03 Jim Blandy*** empty log message ***
1999-09-03 Jim Blandy* tests/load.test: New test file.
1999-09-03 Jim Blandy* tests/multilingual.nottest: New file, which we will...
1999-09-03 Jim BlandyFix copyright info.
1999-09-03 Jim Blandy*** empty log message ***
1999-09-03 Jim Blandy* acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix...
1999-09-02 Mikael DjurfeldtAdded prototype for on_exit
1999-09-02 Mikael DjurfeldtRegenerated
1999-09-02 Mikael Djurfeldt*** empty log message ***
1999-09-02 Mikael Djurfeldt* gc.c (cleanup, scm_init_storage): Use on_exit if...
1999-09-02 Mikael Djurfeldt* configure.in: Test for presence of function on_exit.
1999-09-02 Mikael Djurfeldt*** empty log message ***
1999-09-01 Jim Blandy*** empty log message ***
1999-09-01 Jim BlandyPut off deprecating most functions until 1.4; not enoug...
1999-09-01 Jim BlandyI take it all back --- bcopy does handle overlapping...
1999-09-01 Jim Blandy*** empty log message ***
1999-09-01 Jim BlandyRegenerated. Seems like conflicting versions of automa...
1999-09-01 Jim Blandy* configure.in: Use AC_REPLACE_FUNCS to grab libguile...
1999-09-01 Jim BlandyAllocators should use the `void *' type for generic...
1999-08-31 Jim Blandy*** empty log message ***
1999-08-31 Jim Blandy* numbers.c (scm_init_numbers): Claim to support the...
1999-08-31 Jim Blandy*** empty log message ***
1999-08-31 Jim Blandy* Makefile.am (check-local): Set GUILE_LOAD_PATH so...
1999-08-31 Jim Blandy*** empty log message ***
1999-08-31 Jim Blandy* procs.c (scm_make_subr_opt): Fix typo. Remember...
1999-08-31 Jim Blandy*** empty log message ***
1999-08-30 Mikael Djurfeldt*** empty log message ***
1999-08-30 Jim Blandy*** empty log message ***
1999-08-30 Jim Blandy* tests/strings.test: New test file.
1999-08-30 Jim Blandyfirst cut
1999-08-30 Jim Blandy*** empty log message ***
1999-08-30 Jim Blandy* gh_data.c (gh_set_substr): Revert change of 1999...
1999-08-30 Jim BlandyFix up downloading addresses and filenames.
1999-08-30 Jim Blandy*** empty log message ***
1999-08-30 Mikael Djurfeldt*** empty log message ***
1999-08-30 Mikael DjurfeldtRegenerated
1999-08-30 Mikael DjurfeldtMoved scm_memoize_method back to eval.c.
1999-08-30 Mikael Djurfeldt* eval.c (SCM_CEVAL): Duplicated the method dispatch...
1999-08-30 Mikael Djurfeldt*** empty log message ***
1999-08-30 Mikael Djurfeldt* struct.c, struct.h (scm_struct_free_0, scm_struct_fre...
1999-08-30 Mikael Djurfeldt* gdbint.c, strports.c: #include <unistd.h>. (SEEK_SET...
1999-08-30 Mikael Djurfeldt* gc.c (scm_init_storage): Skip registration of cleanup...
1999-08-30 Mikael Djurfeldt* configure.in: Test for atexit.
1999-08-29 Mikael DjurfeldtRegenerated
1999-08-29 Mikael Djurfeldt* acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
1999-08-29 Mikael Djurfeldt*** empty log message ***
1999-08-29 Mikael Djurfeldt* acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
1999-08-29 Mikael Djurfeldt*** empty log message ***
1999-08-29 Mikael DjurfeldtFix
1999-08-29 Mikael Djurfeldt*** empty log message ***
1999-08-29 Mikael DjurfeldtFix of last fix
1999-08-29 Mikael Djurfeldt*** empty log message ***
1999-08-29 Mikael Djurfeldt*** empty log message ***
1999-08-29 Mikael Djurfeldt* numbers.c (scm_lcm): Bugfix: BIGDIG --> SCM_BIGDIG;
1999-08-29 Mikael Djurfeldt* strorder.c (scm_string_less_p, scm_string_ci_less_p...
1999-08-29 Mikael DjurfeldtRegenerated
1999-08-29 Mikael Djurfeldt* gh_data.c, ports.c, strop.c: Alternatively use bcopy...
1999-08-29 Mikael Djurfeldt* gh_data.c, ports.c, strop.c: Alternatively use bcopy...
1999-08-29 Mikael Djurfeldt* filesys.c (scm_stat2scm): Conditionally use S_ISLNK.
1999-08-29 Mikael Djurfeldt* dynl-dl.c (RTLD_GLOBAL): Define if non-existent....
1999-08-29 Mikael Djurfeldt* Makefile.am (libguile_la_LDFLAGS): Bumped libguile...
1999-08-29 Mikael Djurfeldt*** empty log message ***
1999-08-29 Mikael DjurfeldtThe following change makes it possible for applications...
1999-08-29 Mikael Djurfeldt* Makefile.am: Install guile-readline/readline.h.
1999-08-29 Mikael Djurfeldt* configure.in: Test for presence of S_ISLNK in sys...
1999-08-29 Mikael Djurfeldt* acconfig.h: Added HAVE_S_ISLNK.
1999-08-29 Mikael Djurfeldt* configure.in: Test for presence of S_ISLNK in sys...
1999-08-29 Mikael Djurfeldt*** empty log message ***
1999-08-29 Gary Houston1999-08-29 Gary Houston <ghouston@easynet.co.uk>
1999-08-29 Gary Houstonadd the attribution
1999-08-29 Gary Houston1999-08-29 Gary Houston <ghouston@easynet.co.uk>
1999-08-29 Mikael Djurfeldt*** empty log message ***
1999-08-29 Mikael Djurfeldt* stacks.c (scm_sym_apply): Removed. (Thanks to Ken...
1999-08-29 Mikael Djurfeldt* procs.c (scm_setter): Converted to use generic dispatch.
1999-08-29 Mikael Djurfeldt* load.c (scm_search_path): Don't try extensions which...
1999-08-29 Mikael Djurfeldt* eval.c, eval.h: Bugfix: scm_sym_apply was not initialized
1999-08-29 Mikael Djurfeldt* boot-9.scm (try-module-autoload): Use %search-load...
1999-08-29 Mikael Djurfeldt*** empty log message ***
1999-08-29 Mikael Djurfeldt* tags.h (SCM_IM_HASH_DISPATCH): Removed.
next