* Makefile.am: Added .x-dependencies to variable BUILT_SOURCES.
[bpt/guile.git] / libguile /
1998-04-14 Mikael Djurfeldt* Makefile.am: Added .x-dependencies to variable BUILT_...
1998-04-14 Mikael DjurfeldtSmall fix.
1998-04-12 Mikael Djurfeldt* unif.c (scm_uniform_vector_ref, scm_cvref, scm_array_...
1998-04-12 Mikael Djurfeldt* ports.c (scm_port_line, scm_set_port_line_x, scm_port...
1998-04-12 Mikael Djurfeldt* eval.c, eval.h, coop.c (scm_eval_stack, SCM_EVAL_STAC...
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-11 Mark Galassitrivial
1998-04-11 Mikael DjurfeldtNew libtool: 1.2
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* gsubr.c (scm_gsubr_apply): Added dummy return to...
1998-03-30 Mikael Djurfeldt* eval.h, eval.c, debug.h, debug.c (scm_evaluator_traps...
1998-03-30 Mikael Djurfeldt* coop.c (COOP_STKSIZE): Use SCM_EVAL_STACK.
1998-03-30 Mikael Djurfeldt* ports.c (scm_add_to_port_table): First line is now...
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-03-01 Mark Galassiminor: remove some commented out old code
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-02-02 Mikael Djurfeldt* backtrace.c (display_error_body, display_backtrace_body),
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-30 Mikael Djurfeldt* eval.c (scm_eval, scm_deval), eq.c (scm_equal_p)...
1998-01-30 Mikael Djurfeldt* dynwind.c (scm_wind_chain): New debug function.
1998-01-30 Mikael Djurfeldt* coop.c, iselect.c: Since thread switches are now...
1998-01-30 Mikael Djurfeldt* coop-threads.c (scheme_launch_data, scheme_body_boots...
1998-01-30 Mikael Djurfeldt* async.c, async.h (asyncs_pending): Renamed asyncs_pen...
1998-01-30 Mikael Djurfeldt* __scm.h (SCM_ASYNC_TICK): Removed thread switching...
1998-01-30 Mikael DjurfeldtSmall fix to scm_getc: Move FD_ZERO into the select...
1998-01-26 Mikael Djurfeldt*** empty log message ***
1998-01-26 Mikael Djurfeldt* coop.c (coop_mutex_init, coop_mutex_lock, coop_mutex_...
1998-01-26 Mikael Djurfeldt* iselect.c: Small fixes.
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-04 Jim Blandy* gc.c, tags.h: Doc fixes.
1998-01-04 Jim Blandy* iselect.h: Some systems require <sys/types.h> to...
1998-01-04 Jim BlandyDoc fix.
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-03 Jim Blandy* guile-snarf.in: Pass args through to gcc in a way...
1997-12-03 Jim Blandy* ports.c (scm_close_port): Make sure the port is open...
1997-12-03 Jim BlandyAdd copyrights; tweak comments.
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* iselect.h, iselect.c: New files. Implements
1997-11-27 Mikael DjurfeldtUpdated
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-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-20 Tim Pierce*** empty log message ***
1997-11-06 Mikael DjurfeldtSmall fix of last fix...
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-26 Jim Blandy* Makefile.am (modinclude_HEADERS): Include readline...
1997-10-25 Marius Vollmer*** empty log message ***
1997-10-25 Marius Vollmer* print.h (SCM_COERCE_OPORT): Renamed to SCM_COERCE_OUT...
1997-10-25 Marius Vollmer* filesys.c (scm_close, set_element, get_element, scm_c...
1997-10-25 Jim Blandy*** empty log message ***
1997-10-25 Jim BlandyMinor problems with substring-related tag changes.
1997-10-25 Jim Blandy* load.c (scm_init_load_path): Check GUILE_LOAD_PATH...
1997-10-23 Jim Blandy*** empty log message ***
1997-10-23 Jim BlandyReadline support, from Daniel Risacher.
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-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...
next