1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 02:40:17 +02:00
Commit graph

3050 commits

Author SHA1 Message Date
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
Marius Vollmer
621e832470 Added description of readline stuff. 1999-09-22 19:47:30 +00:00
Jim Blandy
0dcad30f73 *** empty log message *** 1999-09-22 04:37:18 +00:00
Jim Blandy
2fb362976f * backtrace.c: #include "_scm.h" before testing whether
HAVE_UNISTD_H is #defined.
1999-09-22 04:36:56 +00:00
Jim Blandy
b717f2b111 ... to injury. 1999-09-21 04:21:36 +00:00
Jim Blandy
95b09b8fa1 Add insults. 1999-09-21 04:21:10 +00:00
Jim Blandy
65b57e21cb *** empty log message *** 1999-09-20 23:57:55 +00:00
Jim Blandy
5f2125be10 Doc fix. 1999-09-20 23:57:44 +00:00
Jim Blandy
fe5b6bebaa * tests/ports.test: Check that our input functions cope when
current-input-port is closed.
1999-09-20 23:57:08 +00:00
Jim Blandy
24e720c8d5 *** empty log message *** 1999-09-20 23:36:16 +00:00
Jim Blandy
4cc81ec6ca * read.c (scm_read): Don't assume that scm_cur_inp is always open.
* ports.c (scm_read_char): Same.
* ioext.c (scm_read_line): Same.
(Thanks to Bernard Urban.)
1999-09-20 23:34:57 +00:00
Mikael Djurfeldt
920ffdaa76 *** empty log message *** 1999-09-20 23:05:51 +00:00
Mikael Djurfeldt
2cc4167286 * vectors.c (scm_vector_move_right_x): Bugfix: Remove side effect
in SCM_ASSERT macro.
numbers.c: Removed #ifndef SCM_RECKLESS at places where type
checking may invoke a generic.  (Thanks to Michael Livshin.)
1999-09-20 23:01:33 +00:00
Jim Blandy
d033ad5377 *** empty log message *** 1999-09-20 22:52:08 +00:00
Jim Blandy
f88fdc6e32 * tests/regexp.test: Check regexp-substitute/global when there are
no matches.  (Duh.)
1999-09-20 22:52:02 +00:00
Jim Blandy
83c0c66087 *** empty log message *** 1999-09-20 22:42:04 +00:00
Mikael Djurfeldt
ff725a178e Fix 1999-09-20 22:25:10 +00:00