Move bug report address to top.
[bpt/guile.git] / libguile /
1997-09-24 Mikael Djurfeldt* ramap.c (scm_array_map): Renamed to scm_array_map_x...
1997-09-24 Mikael Djurfeldt* backtrace.c: Introduced exception handlers which...
1997-09-24 Mikael DjurfeldtBugfix of the bugfix.
1997-09-24 Mikael Djurfeldt*** empty log message ***
1997-09-22 Mikael Djurfeldt* init.c (scm_boot_guile_1): Added scm_init_objects ().
1997-09-22 Mikael Djurfeldt* init.c (scm_boot_guile_1): Added scm_init_objects ().
1997-09-20 Mikael Djurfeldt* eval.c (scm_init_eval): Add feature `delay'.
1997-09-16 Mikael Djurfeldt* scmhob.h: Removed.
1997-09-15 Mikael Djurfeldt*** empty log message ***
1997-09-15 Mikael Djurfeldt* sequences.h, sequences.c, append.h, append.c: Removed...
1997-09-15 Mikael Djurfeldt* Makefile.am (sequences.h, sequences.c, append.h,...
1997-09-15 Mikael Djurfeldt* list.h (SCM_LISTn): New macros. Make list creation...
1997-09-11 Mikael Djurfeldt* procprop.h: Added declaration of scm_i_inner_name.
1997-09-10 Mikael Djurfeldt* * eval.c (macro?, macro-type, macro-name, macro-trans...
1997-09-10 Mikael Djurfeldt* procs.h (scm_closure_p): Added declaration.
1997-09-10 Mikael Djurfeldt* gc.c (scm_gc_mark): Fixed "rogue pointer in heap...
1997-09-02 Jim Blandy*** empty log message ***
1997-09-02 Jim Blandy* gh_predicates.c (gh_boolean_p, gh_symbol_p, gh_char_p,
1997-09-01 Mikael Djurfeldt* symbols.h (scm_builtin_bindings, scm_builtin_weak_bin...
1997-09-01 Mikael Djurfeldt* numbers.c (logand, logior, logxor): Handle 0 or 1...
1997-08-30 Gary Houston* unif.c (scm_shap2ra): tighten the checking of the...
1997-08-29 Jim Blandy* Makefile.in: Regenerated.
1997-08-27 Jim Blandy*** empty log message ***
1997-08-27 Jim Blandy* Makefile.in: Regenerated, so it uses "tar", not ...
1997-08-26 Jim Blandydoc fix
1997-08-25 Mikael DjurfeldtRegenerated.
1997-08-25 Mikael DjurfeldtUpdated
1997-08-25 Mikael Djurfeldt* error.c, error.h (scm_error_callback): Removed (see...
1997-08-24 Mikael DjurfeldtRegenerated
1997-08-24 Mikael Djurfeldt* regex-posix.c: If <regex.h> can't be found, try ...
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-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* 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-26 Marius Vollmer* dynwind.c (scm_dowinds): Handle fluids on the wind...
1997-07-25 Mikael Djurfeldt* eval.c (scm_apply): Handle the case when a tc7_sybr_2...
1997-07-23 Tim PierceLine-oriented i/o:
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 Gary Houston * configure.in: use AC_CHECK_FUNCS for sethostent...
1997-07-11 Jim Blandy*** empty log message ***
1997-07-11 Jim BlandyChanges to compile under gnu-win32, from Marcus Daniels:
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-03 Marius Vollmer*** empty log message ***
1997-07-03 Marius Vollmer* root.c (cwdr_outer_body): Bugfix: Pass `c' instead...
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 Jim Blandy*** empty log message ***
1997-06-24 Jim Blandy* script.c (scm_compile_shell_switches): Add 1997 to...
1997-06-24 Jim Blandy*** empty log message ***
1997-06-24 Jim Blandy* regex-posix.c (scm_init_regex_posix): Delete the...
1997-06-24 Jim Blandy* Makefile.am (libguile_la_LDFLAGS): Bump library version.
1997-06-24 Jim Blandy*** empty log message ***
1997-06-24 Jim Blandy*** empty log message ***
1997-06-24 Jim Blandy*** empty log message ***
1997-06-24 Jim Blandy* regex-posix.c (scm_make_regexp, scm_regexp_exec)...
1997-06-24 Jim Blandy* regex-posix.c (scm_make_regexp, scm_regexp_exec)...
1997-06-24 Jim BlandyRevert Marcus's changes; will re-apply when we get...
1997-06-24 Jim Blandy*** empty log message ***
1997-06-24 Jim BlandyChanges to compile under gnu-win32, from Marcus Daniels:
1997-06-23 Jim Blandy*** empty log message ***
1997-06-23 Jim Blandy* Makefile.am (libpath.h): Include the values of all...
1997-06-23 Jim Blandy*** empty log message ***
1997-06-23 Jim Blandy* root.c: Establish a reliable catch-all handler for...
1997-06-23 Jim Blandy*** empty log message ***
1997-06-23 Jim Blandy* __scm.h: (SCM_FENCE): New macro: optimizer will not...
1997-06-22 Jim Blandy*** empty log message ***
1997-06-22 Jim BlandyTry to detect when people are using one version of...
1997-06-22 Jim BlandyChangeLog
1997-06-22 Jim Blandy* scmconfig.h.in: Regenerated. (Needed after June...
1997-06-22 Jim Blandy* gdb_interface.h (GDB_INTERFACE): Remove semicolon...
1997-06-22 Gary Houston* ioext.c (scm_duplicate_port): bug fix: don't try...
next