* fluids.c: Removed use of assert.h (in order to avoid
[bpt/guile.git] / libguile / Makefile.am
1998-05-02 Mikael Djurfeldt* fluids.c: Removed use of assert.h (in order to avoid
1998-04-20 Mikael Djurfeldt* Makefile.am (libguile_la_LDFLAGS): Removed redundant...
1998-04-18 Mikael Djurfeldt* Makefile.am (Makefile.am): Replaced THREAD_LIBS ...
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_...
1997-11-27 Mikael Djurfeldt* Makefile.am: Added iselect.c and iselect.h.
1997-10-26 Jim Blandy* Makefile.am (modinclude_HEADERS): Include readline...
1997-10-23 Jim BlandyReadline support, from Daniel Risacher.
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-09-28 Jim Blandy* Makefile.am (libpath.h): Include the value of the...
1997-09-22 Mikael Djurfeldt* init.c (scm_boot_guile_1): Added scm_init_objects ().
1997-09-16 Mikael Djurfeldt* scmhob.h: Removed.
1997-09-15 Mikael Djurfeldt* Makefile.am (sequences.h, sequences.c, append.h,...
1997-07-18 Marius Vollmer* fluids.c, fluid.h: New files.
1997-06-28 Tim Piercealloca configure fixes
1997-06-28 Tim PierceBuild fixes
1997-06-24 Jim Blandy* Makefile.am (libguile_la_LDFLAGS): Bump library version.
1997-06-23 Jim Blandy* Makefile.am (libpath.h): Include the values of all...
1997-06-22 Jim BlandyTry to detect when people are using one version of...
1997-06-21 Jim Blandy* Makefile.am (EXTRA_DIST): Include ChangeLog-gh and
1997-05-27 Jim BlandyAdd support for POSIX regular expressions.
1997-05-27 Jim Blandy* Makefile.am: Increment shared lib revision number...
1997-05-16 Jim Blandy* Makefile.am (libguile_la_LDFLAGS): Update libguile...
1997-05-01 Jim Blandy* Makefile.am (check-local): New target, which causes...
1997-04-29 Jim Blandy* Makefile.am (libpath.h, cpp_err_symbols.c, cpp_sig_sy...
1997-04-27 Jim Blandy* Makefile.am (modincludedir): Use "ice-9" instead...
1997-04-24 Jim BlandyGet 'make dist' to work again.
1997-04-19 Jim BlandyMove most of the guts of shell command processing into...
1997-04-15 Jim BlandyMerge threads directory into libguile.
1997-04-14 Jim Blandy* gh_init.c (gh_standard_handler): Return SCM_BOOL_F...
1997-04-09 Jim BlandyChanges to work with automake-1.1n, which has better...
1997-04-05 Jim Blandy* cpp_err_symbols.in: Renamed from cpp_err_symbols...
1997-04-05 Gary Houston* posix.c (scm_putenv): don't check HAVE_PUTENV.
1997-04-02 Jim Blandy* Makefile.am (EXTRA_DIST): It's cpp_err_symbols, not
1997-03-29 Gary Houstonfix typo
1997-03-29 Gary Houston* ioext.c (scm_setfileno): throw a runtime error if...
1997-02-21 Marius Vollmer* Makefile.am (EXTRA_libguile_la_SOURCES): New variable...
1997-02-11 Jim Blandy* Makefile.am (libguile_la_SOURCES): Remove backtrace...
1997-01-25 Gary Houston * ports.c: add SCM_PROC declarations for pt-size and...
1997-01-13 Gary Houston* Makefile.am: add AWK=@AWK@ (?)
1997-01-13 Gary Houston* Makefile.am (EXTRA_DIST): add errnos_cnvt.awk, errnos...
1997-01-11 Marius Vollmer* configure.in: Replaced AC_PROG_RANLIB with AM_PROG_LI...
1997-01-02 Marius Vollmer* Makefile.am (EXTRA_DIST): Added DYNAMIC-LINKING
1996-12-27 Marius Vollmer* configure.in: Create PLUGIN/guile.libs from
1996-12-21 Gary Houston* filesys.c (scm_input_waiting_p): use select in prefer...
1996-12-10 Tom Tromeyguile-snarf script once again used for creating .x...
1996-12-09 Jim Blandy* Makefile.am (libpath.h): Re-incorporate Mikael's...
1996-12-08 Marius Vollmer* Makefile.am (libguile_a_SOURCES):
1996-12-03 Tom TromeyChanges to use automake-generated Makefile.ins everywhere