Rob Browning
03e24dbcd7
* Makefile.am (modinclude_HEADERS): add scmconfig.h.
...
(scmconfig.h): new target -- generate file from ../config.h.
(MOSTLYCLEANFILES): add scmconfig.h.
2002-08-05 16:26:31 +00:00
Rob Browning
a8c2aa0337
* configure.in: change our config header from libguile/scmconfig.h
...
to be the traditional ./config.h. libguile/scmconfig.h is now
built from that during the build process.
2002-08-05 16:26:24 +00:00
Rob Browning
4daec3246b
* api-diff: removed -- see doc/ChangeLog -- this may be a great
...
idea, but it'll have to wait for post 1.6.1.
2002-07-26 22:32:30 +00:00
Rob Browning
de4c004a94
*** empty log message ***
2002-07-26 22:32:22 +00:00
Rob Browning
031f5d648e
* groupings.alist: remove for now. This may be a great idea, but
...
it'll have to wait for post 1.6.1.
* Makefile.am: remove groupings.alist and guile-api.alist for now.
These may be a great idea, but they'll have to wait for post
1.6.1.
2002-07-26 22:28:12 +00:00
Rob Browning
4cef5611d2
* Makefile.am: remove groupings.alist and guile-api.alist for now.
...
These may be a great idea, but they'll have to wait for post
1.6.1.
2002-07-26 22:28:03 +00:00
Rob Browning
6d5a3df0a5
*** empty log message ***
2002-07-20 22:32:59 +00:00
Rob Browning
ffcf0c7619
* autogen.sh (mscripts): change back to ../scripts for now.
2002-07-20 22:30:52 +00:00
Rob Browning
8c81ca9fd2
Still fixing screwups.
2002-07-20 21:44:24 +00:00
Rob Browning
4304846e08
Fix the mess I made.
2002-07-20 21:14:53 +00:00
Rob Browning
440333c865
*** empty log message ***
2002-07-20 21:11:20 +00:00
Rob Browning
a3a173b01a
*** empty log message ***
2002-07-20 20:21:57 +00:00
Rob Browning
1fc8ffe4cc
* configure.in (LIBGUILE_SRFI_SRFI_4_MAJOR): replaces
...
LIBGUILE_SRFI_SRFI_4_LTHACK.
(LIBGUILE_SRFI_SRFI_13_14_MAJOR): replaces
LIBGUILE_SRFI_SRFI_13_14_LTHACK.
2002-07-20 20:21:26 +00:00
Rob Browning
59c79af6e5
* autogen.sh (mscripts): change from ../scripts to
...
../guile-scripts to match the module name in the cvs repository.
2002-07-20 20:21:19 +00:00
Rob Browning
b69cbd950e
* Makefile.am (EXTRA_DIST): add README-PACKAGING
2002-07-20 20:21:13 +00:00
Rob Browning
91dd8fb035
* GUILE-VERSION: adjust versions and just name dlsymable libs with
...
their major version number, not the whole version. That should be
sufficient for now.
2002-07-20 20:21:07 +00:00
Rob Browning
6d816e8d41
* srfi-4.scm: load libguile-srfi-srfi-4-v-MAJOR now.
2002-07-20 20:20:58 +00:00
Rob Browning
ead6015e21
* srfi-14.scm: load libguile-srfi-srfi-13-14-v-MAJOR now.
2002-07-20 20:20:51 +00:00
Rob Browning
d1f6bda7ba
* srfi-13.scm: load libguile-srfi-srfi-13-14-v-MAJOR now.
2002-07-20 20:20:45 +00:00
Rob Browning
427bab0596
* Makefile.am (lib_LTLIBRARIES): just name dlsymable libs with
...
their major version number, not the whole version. That should be
sufficient for now.
2002-07-20 20:20:38 +00:00
Rob Browning
0c8ac37879
* readline.scm: dynamic-link libguilereadline-v-MAJOR now.
2002-07-20 20:17:29 +00:00
Rob Browning
f244c41db1
* configure.in (LIBGUILEREADLINE_MAJOR): replaces
...
LIBGUILEREADLINE_LTHACK.
2002-07-20 20:17:23 +00:00
Rob Browning
890132e2c2
* Makefile.am: just name dlsymable libs with their major version
...
number, not the whole version. That should be sufficient for now.
2002-07-20 20:17:17 +00:00
Rob Browning
fbb8737c2f
* LIBGUILEREADLINE-VERSION: adjust versions and just name
...
dlsymable libs with their major version number, not the whole
version. That should be sufficient for now.
2002-07-20 20:17:10 +00:00
Rob Browning
8e35ae8326
*** empty log message ***
2002-07-19 03:34:05 +00:00
Neil Jerram
9d3fa3f3cc
New doc about stack overflow.
2002-07-16 22:27:01 +00:00
Neil Jerram
bd49c03c43
Thank M Luedde.
2002-07-16 21:02:37 +00:00
Neil Jerram
baf651c9a1
Apply patch from M. Luedde on use of tail recursion to avoid stack overflow
2002-07-16 21:00:30 +00:00
Marius Vollmer
8e7ebca1d3
*** empty log message ***
2002-07-13 18:56:27 +00:00
Marius Vollmer
3a81dffb7f
Patch libltdl/ltdl.c to avoid a nasty bug in libtool-1.4.2.
2002-07-13 18:53:58 +00:00
Marius Vollmer
6fc02f8582
Added 2002 to the copyright years.
2002-07-11 23:23:05 +00:00
Marius Vollmer
88de4b6e70
Added Clinton Ebadi.
2002-07-11 23:22:31 +00:00
Rob Browning
469eff2a7d
*** empty log message ***
2002-07-09 04:45:06 +00:00
Rob Browning
9be20cee6f
* gc_os_dep.c: HURD fixes.
2002-07-08 23:38:35 +00:00
Marius Vollmer
9cd20025a9
*** empty log message ***
2002-07-08 20:53:56 +00:00
Marius Vollmer
2536ce07ea
(make-exchanger): Added. Thanks to Clinton Ebadi!
2002-07-08 20:53:43 +00:00
Marius Vollmer
a25758e7ea
Renamed :rename to :renamer.
2002-07-08 18:54:20 +00:00
Marius Vollmer
65e3e02113
*** empty log message ***
2002-07-07 20:21:31 +00:00
Marius Vollmer
3a33a61877
* autogen.sh: Do not copy INSTALL from workbook since it is not
...
uniform across branches.
* INSTALL: Re-added to repository.
2002-07-07 20:20:16 +00:00
Marius Vollmer
ae0406118c
Changed some wording.
2002-07-07 13:55:08 +00:00
Rob Browning
9a386b2650
*** empty log message ***
2002-07-04 16:00:51 +00:00
Rob Browning
aae5ed13fd
*** empty log message ***
2002-07-04 15:59:48 +00:00
Rob Browning
22bd58ba91
*** empty log message ***
2002-07-04 15:59:26 +00:00
Rob Browning
0a86443188
*** empty log message ***
2002-07-04 15:58:36 +00:00
Rob Browning
238b810641
Initial submission.
2002-07-02 22:38:00 +00:00
Marius Vollmer
83360f36e5
*** empty log message ***
2002-06-17 23:22:45 +00:00
Marius Vollmer
0f36d956c2
(scm_simple_format): Print missing part of format before ~% control.
...
Thanks to Daniel Skarda!
2002-06-17 23:22:33 +00:00
Marius Vollmer
7a62130c99
*** empty log message ***
2002-06-02 00:24:59 +00:00
Marius Vollmer
cc5eb6357e
(file-set-position): Make third argument optional,
...
for SCM compatibility.
(file-position): simplify definition.
2002-06-02 00:24:46 +00:00
Marius Vollmer
a3a97bcdcc
*** empty log message ***
2002-06-01 16:07:44 +00:00