Thien-Thi Nguyen
7fd43acd7c
*** empty log message ***
2002-02-12 02:05:51 +00:00
Thien-Thi Nguyen
4809f5340f
(bin_PROGRAMS): Move `guile_filter_doc_snarfage'
...
to `noinst_PROGRAMS'.
(bin_SCRIPTS): Move all values to `noinst_SCRIPTS'; delete.
(noinst_PROGRAMS, noinst_SCRIPTS): New.
2002-02-12 02:03:27 +00:00
Thien-Thi Nguyen
25216b3f51
*** empty log message ***
2002-02-09 06:03:43 +00:00
Thien-Thi Nguyen
40e3f30ea5
(AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
2002-02-09 06:03:00 +00:00
Thien-Thi Nguyen
d30c3c2f16
*** empty log message ***
2002-02-09 00:43:29 +00:00
Thien-Thi Nguyen
b93f3ac83b
(create_gsubr): On "too many args" error,
...
also display arg count and name.
2002-02-09 00:42:33 +00:00
Thien-Thi Nguyen
456cb52b39
*** empty log message ***
2002-02-05 11:39:15 +00:00
Thien-Thi Nguyen
fbe91613cc
bye bye
2002-02-05 11:29:49 +00:00
Thien-Thi Nguyen
ec1e152b89
Include $(top_srcdir)/pre-inst-guile.am.
...
(bin_SCRIPTS): Remove guile-snarf-docs-texi.
(alldotdocfiles, snarf2checkedtexi, dotdoc2texi): New vars.
(guile.texi): Use $(dotdoc2texi).
2002-02-05 11:28:42 +00:00
Marius Vollmer
c41c775435
Fix typo.
2002-02-03 22:51:30 +00:00
Marius Vollmer
266ec340ab
*** empty log message ***
2002-01-31 18:09:47 +00:00
Marius Vollmer
b982b7af06
(scm_gensym): Use " g" as default prefix, not "g". This might help to
...
make unintented clashes less likely.
2002-01-31 18:09:00 +00:00
Rob Browning
ee38fee297
*** empty log message ***
2002-01-25 19:34:11 +00:00
Rob Browning
c1ca71c343
* .cvsignore: add stamp-h1.
2002-01-16 19:42:03 +00:00
Marius Vollmer
4d8503962e
*** empty log message ***
2001-12-27 13:15:14 +00:00
Marius Vollmer
4bcb1eb1b7
(guile-procedures.txt): Make it dependent on guile.texi, not
...
guile-procedures.texi.
2001-12-27 13:15:01 +00:00
Marius Vollmer
a4d9081190
*** empty log message ***
2001-12-26 15:49:57 +00:00
Marius Vollmer
b447ce35ca
(guile-procedures.txt): When we don't have makeinfo, use "cp" instead.
2001-12-26 15:49:41 +00:00
Thien-Thi Nguyen
59984ff250
*** empty log message ***
2001-12-03 10:56:34 +00:00
Thien-Thi Nguyen
afe292a84f
(OMIT_DEPENDENCIES): Remove macro (obsolete mechanism).
2001-12-03 10:55:52 +00:00
Marius Vollmer
75f88c8d96
*** empty log message ***
2001-11-23 21:54:46 +00:00
Marius Vollmer
da2c268129
(scm_c_use_module): Adapt to changes to `process-use-modules'.
2001-11-23 21:54:30 +00:00
Marius Vollmer
e317a693ce
*** empty log message ***
2001-11-21 20:23:58 +00:00
Marius Vollmer
738ec091d6
(install-exec-hook): Prepend $(DESTDIR) to filename. Thanks to Eric
...
Gillespie, Jr!
2001-11-21 20:23:12 +00:00
Marius Vollmer
46f9303e98
*** empty log message ***
2001-11-20 22:53:00 +00:00
Marius Vollmer
3f831f22ae
(scm_c_export): Do nothing when the first argument is already the
...
terminating NULL. Thanks to Han-Wen Nienhuys!
2001-11-20 22:52:46 +00:00
Thien-Thi Nguyen
782f169b37
*** empty log message ***
2001-11-20 12:37:18 +00:00
Thien-Thi Nguyen
eb4c205c03
(libpath.h): In SCM_BUILD_INFO, also include `buildstamp'.
2001-11-20 12:36:21 +00:00
Rob Browning
112ecb5207
*** empty log message ***
2001-11-19 20:40:39 +00:00
Rob Browning
747c254815
* Makefile.am (libguile_la_LDFLAGS): port changes from 1.7 branch
...
to use --no-undefined and to link libguile against qthreads,
rather than the guile app.
2001-11-19 20:37:58 +00:00
Rob Browning
962c59d412
* version.h.in
...
(SCM_MAJOR_VERSION): renamed from SCM_GUILE_MAJOR_VERSION.
(SCM_MINOR_VERSION): renamed from SCM_GUILE_MINOR_VERSION.
(SCM_MICRO_VERSION): renamed from SCM_GUILE_MICRO_VERSION.
2001-11-18 22:58:38 +00:00
Rob Browning
de33f6f1ca
* version.c
...
(s_scm_major_version): use SCM_MAJOR_VERSION.
(s_scm_minor_version): use SCM_MINOR_VERSION.
(s_scm_micro_version): use SCM_MICRO_VERSION.
(s_scm_version): use SCM_MAJOR_VERSION, SCM_MINOR_VERSION, and
SCM_MICRO_VERSION.
2001-11-18 22:58:27 +00:00
Rob Browning
64fcb02fc1
*** empty log message ***
2001-11-18 22:58:19 +00:00
Neil Jerram
c08deb2b5e
* Updates for string- and vector-move-right/left! docstrings.
...
* Update Tcl war URLs.
2001-11-18 22:20:34 +00:00
Marius Vollmer
8148764973
*** empty log message ***
2001-11-14 01:36:55 +00:00
Marius Vollmer
8c78a1b2d2
(scm_c_export): Call va_end after collecting the symbols.
2001-11-14 01:36:45 +00:00
Neil Jerram
39d2ee3ba5
* Miscellaneous doc and docstring fixes.
2001-11-14 00:02:59 +00:00
Marius Vollmer
8334250f0f
*** empty log message ***
2001-11-13 15:20:25 +00:00
Marius Vollmer
52d145bcbb
(scm_substring_move_left_x, scm_substring_move_right_x): Deprecated.
2001-11-13 15:19:57 +00:00
Thien-Thi Nguyen
45986cc0f3
*** empty log message ***
2001-11-11 20:53:57 +00:00
Thien-Thi Nguyen
a3467149f0
(scm_string_null_p): Docfix; nfc.
2001-11-11 20:52:52 +00:00
Mikael Djurfeldt
2fead26144
* print.c (scm_iprin1): Mark print state as revealed when
...
dispatching to generic write or display.
2001-11-02 14:06:48 +00:00
Mikael Djurfeldt
70dc3aedcf
* unif.c (scm_ra2contig): Fixed memory overwrite bug.
2001-11-02 12:34:39 +00:00
Mikael Djurfeldt
fbac920eb0
* unif.c (scm_uniform_array_read_x, scm_uniform_array_write):
...
Don't apply scm_uniform_vector_length on arrays.
2001-10-28 11:32:39 +00:00
Mikael Djurfeldt
3c82843a38
* read.c (scm_lreadr): When user-defined hash procedure returns
...
SCM_UNSPECIFIED: Fall back to standard handling instead of raising
an exception. (This prevents parsing of uniform vectors from
interfering with parsing of numbers.)
* arrays.scm (read:uniform-vector): Return *unspecified* instead
of raising an exception if hash extend character isn't followed by
the array list. (This prevents parsing of uniform vectors from
interfering with parsing of numbers.)
2001-10-15 11:21:47 +00:00
Gary Houston
81abe9e3a3
* version.c (scm_version): use sprintf instead of snprintf,
...
for portability. thanks to Bill Schottstaedt.
2001-10-14 21:30:02 +00:00
Marius Vollmer
ee4de8aee3
*** empty log message ***
2001-10-14 20:12:08 +00:00
Marius Vollmer
6473f64d31
(EXTRA_libguile_la_SOURCES): Added "mkstemp.c".
2001-10-14 20:11:44 +00:00
Marius Vollmer
06f2a1b82a
(display_backtrace_file_and_line): Only use scm_basename when POSIX
...
support is compiled in. Thanks to Chris Cramer.
2001-10-14 20:11:20 +00:00
Mikael Djurfeldt
f29d1d2265
* validate.h (SCM_VALIDATE_DOUBLE_DEF_COPY): New macro.
2001-10-12 09:00:24 +00:00