1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 21:30:29 +02:00
Commit graph

3366 commits

Author SHA1 Message Date
Jim Blandy
e8ff464811 *** empty log message *** 1999-10-05 23:26:11 +00:00
Jim Blandy
ce35866271 *** empty log message *** 1999-10-05 23:17:56 +00:00
Jim Blandy
0b49b6aea0 * autogen.sh: Don't call autoreconf at all; it's not reliable.
Instead, call the various tools explicitly.  Invoke
guile-readline's autogen.sh script.
1999-10-05 23:07:04 +00:00
Jim Blandy
50a0663ce4 * Makefile.in, configure, aclocal.m4: Deleted from CVS repository.
Run the autogen.sh script to create generated files like these.
* autogen.sh: New script, invoked by the top-level autogen.sh.
1999-10-05 23:06:49 +00:00
Jim Blandy
7148264401 *** empty log message *** 1999-10-05 23:05:55 +00:00
Jim Blandy
9e5a2768c7 *** empty log message *** 1999-10-05 23:05:38 +00:00
Jim Blandy
0cbedb5b2b *** empty log message *** 1999-10-05 22:36:14 +00:00
Jim Blandy
2b9fe19fa0 * guile.m4: Moved here from top-level directory; see the ChangeLog
entry there.
* Makefile.am (aclocaldir, aclocal_DATA): New variables, ensuring
that guile.m4 gets installed.
1999-10-05 22:35:06 +00:00
Jim Blandy
37ace88a91 * guile.m4: Moved to guile-config.
* Makefile.am (aclocaldir, aclocal_DATA): Delete.
(EXTRA_DIST): Move qthreads.m4 here.
1999-10-05 22:34:46 +00:00
Jim Blandy
ee31ced26a * autogen.sh: Call autoheader explicitly. autoreconf runs
autoconf before autoheader, and autoconf complains if
libguile/scmconfig.h.in doesn't exist.
1999-10-05 22:34:35 +00:00
Jim Blandy
924cb850bc Shouldn't have deleted this. 1999-10-05 22:33:34 +00:00
Jim Blandy
1e5f8f2d71 * Makefile.in, configure, aclocal.m4: Deleted from CVS repository.
Run the autogen.sh script to create generated files like these.
1999-10-05 22:32:32 +00:00
Jim Blandy
0c1221ab9c *** empty log message *** 1999-10-05 20:49:29 +00:00
Jim Blandy
da04098ce9 * Makefile.in, md/Makefile.in, time/Makefile.in: Deleted from CVS
repository.  Run the autogen.sh script to create generated files
like this one.
1999-10-05 19:12:03 +00:00
Jim Blandy
a65750a309 * Makefile.in, scmconfig.h.in: Deleted from CVS repository. Run
the autogen.sh script to create generated files like these.
1999-10-05 19:08:37 +00:00
Jim Blandy
b04657c251 * Makefile.in: Deleted from CVS repository. Run the autogen.sh
script to create generated files like this one.
1999-10-05 19:08:25 +00:00
Jim Blandy
5d94b2fead Don't store generated files in the repository any more. Instead,
require people to run autogen.sh on trees from snapshots and CVS.
* Makefile.in, acconfig.h, aclocal.m4, configure: Deleted.
* autogen.sh: New file.
* ANON-CVS, SNAPSHOTS: Updated instructions.
1999-10-05 19:07:40 +00:00
Jim Blandy
80f2710274 *** empty log message *** 1999-10-05 19:00:38 +00:00
Jim Blandy
3eb7e6ee5e * numbers.c (scm_string_to_number): Signal an error if radix is
less than two.  (Thanks to Jorgen Schaefer.)

* print.c (scm_write, scm_display, scm_newline, scm_write_char):
Don't assume that the current output port is valid.  Somebody
might close it.  (Thanks to Bernard Urban.)
1999-10-05 18:57:31 +00:00
Jim Blandy
dc4d930b43 *** empty log message *** 1999-10-02 23:53:13 +00:00
Jim Blandy
94e6a5c1d5 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments. 1999-10-02 23:52:23 +00:00
Jim Blandy
3b307d439d * Makefile.am (EXTRA_libguile_la_SOURCES): fix typo. 1999-10-02 23:01:46 +00:00
Jim Blandy
eb33e4d702 * scmconfig.h.in: Add comments for HAVE_POSIX and HAVE_NETWORKING. 1999-10-02 23:01:14 +00:00
Jim Blandy
7b7148d8ef Revert back to text generated by automake 1.4. 1999-10-02 22:57:38 +00:00
Greg J. Badros
38a15cfd38 * NEWS: More complete description for --enable-debug-freelist. 1999-10-02 22:55:36 +00:00
Greg J. Badros
fca7547b1a Fix my last commit -- DEBUG_FREELIST renamed to GUILE_DEBUG_FREELIST 1999-09-28 00:54:26 +00:00
Greg J. Badros
e1b0d0acc8 *** empty log message *** 1999-09-28 00:39:35 +00:00
Greg J. Badros
0b307a34d1 *** empty log message *** 1999-09-28 00:18:34 +00:00
Greg J. Badros
bfc69694be * __scm.h: Fix a bunch of macros that were missing do-while(0)
sandwiches.

* debug.c, eval.c: Fix buggy uses of SCM_ALLOW_INTS (missing
semicolon) exposed by the above change.
1999-09-28 00:18:16 +00:00
Greg J. Badros
155265386a *** empty log message *** 1999-09-27 23:35:33 +00:00
Greg J. Badros
25748c78cf * stacks.c: Avoid compiler warning re: unitialized var.
* scmconfig.h.in: Added DEBUG_FREELIST

* pairs.h: Fix macro that was not do-while(0) sandwiched.

* gc.h, gc.c: Added scm_gc_set_debug_check_freelist_x,
scm_map_free_list
1999-09-27 23:30:36 +00:00
Greg J. Badros
52b3923a9d * configure.in: Added --enable-debug-freelist option.
* acconfig.h: Added DEBUG_FREELIST.
1999-09-27 23:29:07 +00:00
Mikael Djurfeldt
2e8a5db86a (One has to prove oneself after each release in order to be called
"dodderer" ;-)
1999-09-27 20:29:33 +00:00
Gary Houston
52cfc69be6 support new configure options: --disable-posix, --disable-net
and --disable-regex.
1999-09-26 16:00:36 +00:00
Jim Blandy
e59373d65f *** empty log message *** 1999-09-25 23:41:59 +00:00
Jim Blandy
4ea1f83d91 * root.c (scm_make_root): Initialize all the fields of the new
root.  GC could happen any time, you know.  (Thanks to Greg
Harvey.)
1999-09-25 23:41:09 +00:00
Jim Blandy
06974184f0 * tests/reader.test: Check that number->string checks its radix
properly.
1999-09-25 23:38:26 +00:00
Jim Blandy
8854e65479 *** empty log message *** 1999-09-25 23:13:09 +00:00
Jim Blandy
d4a2839e92 * numbers.c (scm_number_to_string): Signal an error if radix is
less than two.  (Thanks to Jorgen Schaefer.)
1999-09-25 23:11:23 +00:00
Jim Blandy
fac688761c *** empty log message *** 1999-09-25 18:18:38 +00:00
Jim Blandy
cc36e791ad Start a new version. 1999-09-25 18:13:01 +00:00
Jim Blandy
b27c88f695 *** empty log message *** 1999-09-25 17:36:42 +00:00
Jim Blandy
bab4e1ccba *** empty log message *** 1999-09-25 17:27:37 +00:00
Jim Blandy
60a059e680 * Makefile.am (EXTRA_libguile_la_SOURCES): Add memmove.c here,
so automake will actually generate rules for it.
* Makefile.in: Regenerated.
1999-09-25 17:26:14 +00:00
Jim Blandy
0203715d75 *** empty log message *** 1999-09-23 06:09:57 +00:00
Jim Blandy
966476c163 Include pointer to NEWS item about readline. 1999-09-23 05:37:30 +00:00
Jim Blandy
5d195868f9 Add explanation of licensing issues to the description of the
readline interface.
1999-09-23 05:36:00 +00:00
Jim Blandy
fc97c626b4 *** empty log message *** 1999-09-22 19:59:11 +00:00
Jim Blandy
52b30d5e8d * configure.in: Call AM_PROG_CC_STDC.
* configure, aclocal.m4: Regenerated.
1999-09-22 19:58:54 +00:00
Jim Blandy
9da7f71781 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
libtool knows how to get ANSI C behavior from the compiler.
* configure: Regenerated.
1999-09-22 19:58:39 +00:00