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
Marius Vollmer
cea7aa1bfb
(HAVE_MAKEINFO): Check for the makeinfo program and set this
...
conditional accordingly.
2001-12-26 15:49:19 +00:00
Thien-Thi Nguyen
1dba86d113
*** empty log message ***
2001-12-03 11:26:45 +00:00
Thien-Thi Nguyen
e991872f1d
Grammar fix.
2001-12-03 11:26:18 +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
Thien-Thi Nguyen
270b9b2c93
*** empty log message ***
2001-12-02 01:43:15 +00:00
Thien-Thi Nguyen
99c37ce79d
Fix virulent typo.
2001-12-02 01:42:19 +00:00
Thien-Thi Nguyen
bfc29065bf
*** empty log message ***
2001-11-29 00:21:59 +00:00
Thien-Thi Nguyen
d8f780b1ea
(ferret): New proc.
...
(grok): Use `ferret'.
2001-11-29 00:21:18 +00:00
Thien-Thi Nguyen
5dcc5241c5
*** empty log message ***
2001-11-29 00:05:34 +00:00
Thien-Thi Nguyen
5e879fea09
(write-punily): Handle symbols with ":" prefix specially.
2001-11-29 00:04:32 +00:00
Marius Vollmer
1952524f50
*** empty log message ***
2001-11-27 22:30:16 +00:00
Marius Vollmer
efc6c94c44
(string-index, list-head): Removed, we already these in the core.
2001-11-27 22:30:04 +00:00
Marius Vollmer
cec635ff04
*** empty log message ***
2001-11-26 22:33:17 +00:00
Marius Vollmer
5e2ed4525d
(install-data-local): Prepend $(DESTDIR) to target location.
2001-11-26 22:33:06 +00:00
Thien-Thi Nguyen
3592c0900d
*** empty log message ***
2001-11-25 20:58:15 +00:00
Thien-Thi Nguyen
cdaba177e9
Fix spelling.
...
Reword `getpass' intro blurb.
2001-11-25 20:54:40 +00:00
Marius Vollmer
8146695c2d
Added comments to functions that are used by "modules.c".
2001-11-23 21:55:03 +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
Thien-Thi Nguyen
01f27b2402
*** empty log message ***
2001-11-19 23:31:13 +00:00
Thien-Thi Nguyen
2cef26c58a
(11): Set "fixed: no-need".
2001-11-19 23:26:36 +00:00
Rob Browning
112ecb5207
*** empty log message ***
2001-11-19 20:40:39 +00:00
Rob Browning
525c3112c8
* Makefile.am (libqthreads_la_LDFLAGS): add -no-undefined from
...
unstable branch.
2001-11-19 20:40:13 +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
c2fa5e5791
* readline.scm: load libguilereadline, not libguilereadline.so --
...
newer libltdl won't work otherwise.
2001-11-19 20:37:20 +00:00
Rob Browning
f4a4206647
* Makefile.am (libguilereadline_la_LIBADD): add libguile.la --
...
fix from unstable branch.
2001-11-19 20:35:40 +00:00
Rob Browning
7de4c19c49
* configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
...
system libltdl when it's available. Aside from the normal reasons
to prefer installed shared libs, this means other apps that link
with libguile and also use libltdl will be more likely to work
right.
2001-11-19 20:34:35 +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
Thien-Thi Nguyen
4ee1534fcc
*** empty log message ***
2001-11-15 23:41:49 +00:00
Thien-Thi Nguyen
670639f606
Handle command "list" specially: list scripts dir.
...
(help): Make more informative.
2001-11-15 23:41:03 +00:00
Thien-Thi Nguyen
f5d963ffad
*** empty log message ***
2001-11-14 18:27:22 +00:00
Thien-Thi Nguyen
84bb30ab87
Spell "library" correctly.
2001-11-14 18:26:26 +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