bpt/guile.git
1997-08-25 Mikael DjurfeldtUpdated with messages about gh_write and scm_internal_s...
1997-08-25 Mikael Djurfeldt* error.c, error.h (scm_error_callback): Removed (see...
1997-08-24 Mikael Djurfeldt* acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro...
1997-08-24 Mikael DjurfeldtSmall fix: sh doesn't have unset on all machines.
1997-08-24 Mikael DjurfeldtRegenerated
1997-08-24 Mikael DjurfeldtUpdated.
1997-08-24 Mikael Djurfeldt* configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
1997-08-24 Mikael Djurfeldt* regex-posix.c: If <regex.h> can't be found, try ...
1997-08-24 Mikael Djurfeldt* session.scm (vector-for-each): Removed.
1997-08-24 Mikael Djurfeldt* emacs.scm (emacs-load): New arguments: interactivep...
1997-08-24 Mikael Djurfeldt* debug.scm (frame-number->index): New function. Conve...
1997-08-24 Mikael Djurfeldt* ramap.c (scm_ra_matchp, scm_array_fill_int, racp...
1997-08-23 Gary Houston* errno.h: prototype for scm_strerror.
1997-08-23 Jim Blandy*** empty log message ***
1997-08-23 Jim Blandy* THANKS: New file.
1997-08-23 Jim BlandyThis used to be a big THANKS file for all the Guile...
1997-08-23 Jim BlandySegregated system-specific installation instructions.
1997-08-22 Jim Blandy*** empty log message ***
1997-08-21 Mikael Djurfeldt* emacs.scm (emacs-load): New argument: interactivep...
1997-08-20 Mikael Djurfeldt* emacs.scm (emacs-load): Adjust stack narrowing.
1997-08-20 Mikael Djurfeldt* emacs.scm (emacs-load): Adjust stack narrowing.
1997-08-20 Mikael Djurfeldt*** empty log message ***
1997-08-20 Mikael Djurfeldt* psyntax.pp: Removed leading blanks => 800K -> 100K.
1997-08-20 Mikael Djurfeldt* syncase.scm: Also turn off debugging evaluator and...
1997-08-19 Mikael Djurfeldt * syncase.scm: Don't tamper with debug mode setting...
1997-08-19 Mikael Djurfeldt * syncase.scm: Don't tamper with debug mode setting...
1997-08-19 Mikael DjurfeldtDybvig's version
1997-08-19 Mikael DjurfeldtAdded syncase.scm, psyntax.pp, psyntax.ss
1997-08-19 Mikael Djurfeldt*** empty log message ***
1997-08-19 Mikael Djurfeldtpsyntax.pp, psyntax.ss (quasiquote): Changed fx= -...
1997-08-19 Mikael Djurfeldt* syncase.scm: New file: Guile-adaption for syntax...
1997-08-18 Mikael Djurfeldt*** empty log message ***
1997-08-18 Mikael Djurfeldt* * session.scm: New file: Session support.
1997-08-18 Mikael Djurfeldt* list.c (scm_list_append_x): Allow non-pair as last...
1997-08-16 Gary Houston* stime.h: prototype for scm_times.
1997-08-14 Mikael Djurfeldt* emacs.scm (emacs-load): Something has changed in...
1997-08-14 Mikael Djurfeldt* slib.scm (slib:load): Use load-from-path instead of
1997-08-14 Mikael Djurfeldt* stacks.c (scm_make_stack), coop-threads.c, mit-pthreads.c
1997-08-14 Mikael Djurfeldt* gsubr.c (scm_gsubr_apply): From Radey Shouman
1997-08-13 Mikael Djurfeldt* * gh_io.c (gh_write): New function.
1997-08-13 Mikael Djurfeldt* * gh_eval.c (catch_with_saved_stack): Removed. Repla...
1997-07-29 Gary Houstonreally delete primitive-dup.
1997-07-29 Gary Houston* ioext.h: fix up prototypes.
1997-07-27 Marius Vollmer*** empty log message ***
1997-07-27 Marius Vollmer* struct.c (scm_print_struct): Use scm_printer_apply...
1997-07-27 Marius Vollmer* print.c (scm_iprin1): Enter printed structures into...
1997-07-27 Marius Vollmer*** empty log message ***
1997-07-26 Gary Houston* boot-9.scm (setenv): new procedure, scsh compatible.
1997-07-26 Marius Vollmer* dynwind.c (scm_dowinds): Handle fluids on the wind...
1997-07-26 Marius Vollmer*** empty log message ***
1997-07-26 Marius Vollmer* boot-9.scm (with-fluids): New macro to go with the
1997-07-25 Mikael Djurfeldt* eval.c (scm_apply): Handle the case when a tc7_sybr_2...
1997-07-24 Gary HoustonNEWS: added new dup variants amound other things.
1997-07-24 Mikael Djurfeldt* md/axp.s, md/axp_b.s: Changed comments from C-style...
1997-07-24 Mikael Djurfeldt* slib.scm (install-require-module): In newer versions...
1997-07-23 Tim PierceLine-oriented i/o:
1997-07-23 Mikael Djurfeldt* configure.in: Added thread support for the alpha...
1997-07-23 Mikael Djurfeldt* boot-9.scm: If using emacs interface, enable backtraces
1997-07-21 Gary Houston* ioext.h: removed scm_duplicate_port prototype.
1997-07-20 Gary Houston* filesys.c (scm_close): oops, don't call SCM_INUM...
1997-07-20 Gary Houston* fluids.c (next_fluid_num): don't do
1997-07-19 Gary Houston* ports.c (scm_flush_all_ports): SCM_PROC incorrectly...
1997-07-18 Marius Vollmer*** empty log message ***
1997-07-18 Marius Vollmer*** empty log message ***
1997-07-18 Marius Vollmer* smob.h: Include "libguile/print.h" to make scm_print_...
1997-07-18 Marius Vollmer* root.h: Added "fluids" member to scm_root_state.
1997-07-18 Marius Vollmer* root.c: Include "fluids.h". (scm_mark_root): Mark...
1997-07-18 Marius Vollmer* init.c: Include "fluids.h". (scm_boot_guile_1):...
1997-07-18 Marius Vollmer* dynl.c (free_dynl_obj): New function to free the...
1997-07-18 Marius Vollmer* fluids.c, fluid.h: New files.
1997-07-18 Marius Vollmer*** empty log message ***
1997-07-18 Gary Houston * configure.in: use AC_CHECK_FUNCS for sethostent...
1997-07-11 Tim Pierce*** empty log message ***
1997-07-11 Jim Blandy*** empty log message ***
1997-07-11 Jim BlandyChanges to compile under gnu-win32, from Marcus Daniels:
1997-07-11 Jim BlandyChanges to compile under gnu-win32, from Marcus Daniels:
1997-07-11 Jim BlandyChanges to compile under gnu-win32, from Marcus Daniels:
1997-07-11 Jim Blandy*** empty log message ***
1997-07-11 Jim Blandy* boot-9.scm (define-public): Changed to accomodate...
1997-07-10 Jim Blandy*** empty log message ***
1997-07-10 Jim Blandy* read.c (recsexpr): Give this a dummy definition if
1997-07-10 Jim Blandy* error.c (scm_wta): Pass SCM_EOL to scm_misc_error...
1997-07-10 Jim Blandy* stime.c (scm_localtime, scm_mktime): Pass SCM_EOL to
1997-07-04 Marius Vollmer*** empty log message ***
1997-07-04 Marius Vollmer* coop-threads.c (scm_wait_condition_variable): Lock...
1997-07-04 Tim Pierce*** empty log message ***
1997-07-03 Marius Vollmer*** empty log message ***
1997-07-03 Marius Vollmer* root.c (cwdr_outer_body): Bugfix: Pass `c' instead...
1997-07-02 Tim Pierceltmain bugfix for dumb linkers
1997-07-01 Jim Blandy*** empty log message ***
1997-07-01 Jim BlandyThe normal post-release changes.
1997-07-01 Jim Blandy* configure.in: Check for librx after libm; fundamental...
1997-07-01 Jim BlandyBump version to 1.3a, for snapshots.
1997-06-28 Tim Piercealloca configure fixes
1997-06-28 Gary Houston* simpos.h: prototype for scm_primitive_exit.
1997-06-28 Tim Pierce*** empty log message ***
1997-06-28 Tim PierceRegexp flag enhancements
1997-06-28 Tim PierceBuild fixes
1997-06-28 Tim PierceBuild fixes
1997-06-24 Tim PierceTypo fix
next