* fluids.c: Removed use of assert.h (in order to avoid
[bpt/guile.git] / libguile / ChangeLog
1998-05-02 Mikael Djurfeldt* fluids.c: Removed use of assert.h (in order to avoid
1998-05-02 Mikael Djurfeldt* eval.c (SCM_CEVAL): Do more thorough argument checkin...
1998-04-24 Mikael Djurfeldt*** empty log message ***
1998-04-24 Mikael Djurfeldt* scmsigs.c: Declare usleep as returning void on some...
1998-04-20 Mikael Djurfeldt* Makefile.am (libguile_la_LDFLAGS): Removed redundant...
1998-04-19 Mikael Djurfeldt* dynl.c (scm_must_free_argv): Fixed memory leak due...
1998-04-19 Mikael Djurfeldt* dynl.c: Only check that HAVE_DLOPEN is defined before...
1998-04-18 Mikael Djurfeldt* script.c (scm_compile_shell_switches): Bugfix: Don...
1998-04-15 Mikael Djurfeldt* Makefile.am (libguile_la_LDFLAGS): Bumped version...
1998-04-14 Mikael Djurfeldt* Makefile.am: Added .x-dependencies to variable BUILT_...
1998-04-12 Mikael Djurfeldt* unif.c (scm_uniform_vector_ref, scm_cvref, scm_array_...
1998-04-12 Mikael Djurfeldt* socket.c: Check for HAVE_UNIX_DOMAIN_SOCKETS instead of
1998-04-12 Mikael Djurfeldt* gc.c (scm_gc_sweep): Count cells correctly. (Thanks...
1998-04-12 Mikael Djurfeldt* eval.c (SCM_CEVAL, SCM_APPLY): In SCM_IM_APPLY and...
1998-04-10 Mikael Djurfeldt* script.c (scm_compile_shell_switches): Use "guile...
1998-04-02 Mikael Djurfeldt* script.c (scm_compile_shell_switches): Allow NULL...
1998-03-30 Mikael Djurfeldt*** empty log message ***
1998-03-30 Mikael Djurfeldt* ports.c (scm_add_to_port_table): First line is now...
1998-03-28 Mikael Djurfeldt* throw.c (handler_message): Print message on current...
1998-03-03 Gary Houston * ports.c (scm_add_to_port_table): allocate in units of
1998-02-06 Mikael Djurfeldt* iselect.h, iselect.c, coop.c, coop-threads.c, coop...
1998-02-02 Mikael Djurfeldt* throw.h: Removed jmpbuf arg in scm_catch_body_t.
1998-01-31 Mikael Djurfeldt * async.c (async_pending): Removed declaration.
1998-01-30 Mikael Djurfeldt* coop.c, iselect.c: Since thread switches are now...
1998-01-26 Mikael Djurfeldt*** empty log message ***
1998-01-25 Mikael Djurfeldt* error.c (scm_wta): Added support for SCM_ARG6 and...
1998-01-24 Mikael Djurfeldt* iselect.c: Now several threads can wait on the same...
1998-01-23 Mikael Djurfeldt* coop-threads.c, threads.h (scm_spawn_thread): New...
1998-01-20 Mikael Djurfeldt* gh.h, gh_data.c (gh_doubles2scm, gh_doubles2dvect,
1998-01-16 Mark Galassisome trivial cleanup
1998-01-04 Gary Houston * socket.c (scm_bind): free soka after use.
1998-01-04 Jim Blandy*** empty log message ***
1998-01-02 Mikael Djurfeldt* eval.c (macro-eval!): Removed. This function was...
1997-12-20 Tim Pierce * fports.c (scm_pipob): Use scm_generic_fgets for...
1997-12-16 Tim Pierce * gh_data.c (gh_scm2newstr, gh_get_substr): Use RO...
1997-12-13 Tim Pierceboot-9.scm (read-line): Rewritten to use %read-line.
1997-12-08 Mikael Djurfeldt* filesys.c (set_element): Return file descriptor.
1997-12-07 Gary Houston * README: using Automake 1.2d
1997-12-04 Tim Pierce * fports.c (scm_fgets): Return if the last char in...
1997-12-04 Mikael Djurfeldt* filesys.c (scm_stat): Slightly optimized.
1997-12-04 Mikael Djurfeldt* print.h (SCM_COERCE_OUTPORT): Check that the object...
1997-12-04 Mikael Djurfeldt* filesys.c (scm_stat): Coerce output port only if...
1997-12-03 Jim Blandy*** empty log message ***
1997-12-02 Tim Pierce * stacks.c (scm_frame_procedure): Reverse the logic...
1997-12-01 Tim Pierceacconfig.h: Add USCORE.
1997-11-30 Mikael Djurfeldt* coop-defs.h (struct coop_t): Renamed errno --> _errno...
1997-11-30 Tim PierceDoc fix.
1997-11-29 Mikael Djurfeldt* init.c (scm_start_stack): Removed initialization of
1997-11-29 Mikael Djurfeldt* backtrace.c: Added #include "fluids.h"
1997-11-28 Tim Pierce * iselect.c: #ifdef USE_THREADS around thread-related...
1997-11-28 Mikael Djurfeldt* iselect.c (coop_next_runnable_thread,
1997-11-28 Mikael Djurfeldt* iselect.c (coop_next_runnable_thread,
1997-11-27 Mikael Djurfeldt* Makefile.am: Added iselect.c and iselect.h.
1997-11-27 Tim Pierce Fix a memory leak in scm_read_line and a type cast...
1997-11-26 Anthony Greengh bug fix
1997-11-25 Mark Galassicompleting changes to gh_repl and uniform array stuff
1997-11-25 Mark Galassimade changes in gh_repl() and started adding the unifor...
1997-11-22 Tim Piercefixed dynl memory leak
1997-11-21 Tim PierceAdded support for leading dlsym underscore.
1997-11-06 Mikael Djurfeldt* regex-posix.c (scm_free_regex_t): Return size of...
1997-10-26 Mikael Djurfeldt* scmconfig.h.in: Updated (HAVE_LIBTERMCAP was added...
1997-10-26 Jim Blandy*** empty log message ***
1997-10-25 Marius Vollmer*** empty log message ***
1997-10-25 Jim Blandy*** empty log message ***
1997-10-23 Jim Blandy*** empty log message ***
1997-10-20 Mark Galassia couple of name changes for consistency with ! -> _x
1997-10-20 Mark Galassiimplemented several missing gh_ functions, mostly relat...
1997-10-18 Mikael Djurfeldt* tags.h (scm_tc7_substring): Changed the comment and...
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-10-13 Mark Galassi * gh_test_repl.c (c_vector_test): same as gh_test_c.c
1997-10-12 Mikael Djurfeldt* eval.c (SCM_CEVAL, scm_apply): Completed GOOPS suppor...
1997-10-07 Mark Galassirenamed gh_int2scmb to gh_bool2scm
1997-10-03 Mikael Djurfeldt1997-10-03 Mikael Djurfeldt <mdj@nada.kth.se>
1997-10-02 Mikael Djurfeldt* print.c (scm_iprin1): Don't print arguments of macro
1997-10-02 Marius Vollmer*** empty log message ***
1997-09-30 Jim Blandy*** empty log message ***
1997-09-29 Radey Shouman*** empty log message ***
1997-09-28 Jim Blandy*** empty log message ***
1997-09-28 Jim Blandy*** empty log message ***
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 Djurfeldt*** empty log message ***
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* 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-02 Jim Blandy*** empty log message ***
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-27 Jim Blandy*** empty log message ***
1997-08-25 Mikael DjurfeldtUpdated
1997-08-25 Mikael Djurfeldt* error.c, error.h (scm_error_callback): Removed (see...
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.
next