*** empty log message ***

This commit is contained in:
Jim Blandy 1997-10-25 06:55:55 +00:00
commit 83531e61fc
3 changed files with 30 additions and 0 deletions

View file

@ -1,3 +1,11 @@
Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
Call the QuickThreads library libqthreads.a, not libqt.a. The old
name conflicts with the Qt user interface toolkit.
* threads.m4 (CY_AC_WITH_THREADS): Use new library name.
* configure.in: Same.
* aclocal.m4, configure: Regenerated.
Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com> Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
* configure.in: Check for the readline library, and the termcap * configure.in: Check for the readline library, and the termcap

View file

@ -1,3 +1,19 @@
Sat Oct 25 02:52:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
Minor problems with substring-related tag changes.
* symbols.h (SCM_SUBSTRP): Don't mask off the S bit; that's
exactly what we want to leave in to detect substrings.
(SCM_ROSTRINGP, ROUCHARS): Formatting tweaks.
* tags.h: Fix diagrams and comments describing the S tag bit;
remove vestigial remarks about the D tag bit.
(SCM_TYP7, SCM_TYP7S): Rephrased for readability.
* strings.c: Formatting tweaks.
* load.c (scm_init_load_path): Check GUILE_LOAD_PATH environment
variable first; then SCHEME_LOAD_PATH, with a warning message.
(scm_parse_path): New function.
* script.c: Doc fixes.
Thu Oct 23 01:02:03 1997 Jim Blandy <jimb@totoro.red-bean.com> Thu Oct 23 01:02:03 1997 Jim Blandy <jimb@totoro.red-bean.com>
Readline support, from Daniel Risacher. Readline support, from Daniel Risacher.

View file

@ -1,3 +1,9 @@
Sat Oct 25 02:54:11 1997 Jim Blandy <jimb@totoro.red-bean.com>
* Makefile.am: Call the library libqthreads.a, not libqt.a. The
old name conflicts with the Qt user interface toolkit.
* Makefile.in: Regenerated.
Mon Sep 29 23:54:28 1997 Jim Blandy <jimb@totoro.red-bean.com> Mon Sep 29 23:54:28 1997 Jim Blandy <jimb@totoro.red-bean.com>
* time/Makefile.in: Regenerated with automake 1.2c. * time/Makefile.in: Regenerated with automake 1.2c.