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

23 commits

Author SHA1 Message Date
Marius Vollmer
7d81830dd2 The FSF has a new address. 2005-05-23 20:15:36 +00:00
Rob Browning
aea9a070fc (srfi_DATA): add srfi-39.scm. 2004-11-12 03:58:13 +00:00
Rob Browning
e25853106e (srfi_DATA): add srfi-31.scm. 2004-02-01 21:41:23 +00:00
Rob Browning
fe401116ba * Makefile.am: move built files to nodist_ targets so they don't
end up in the dist tarfile.
(libguile_srfi_srfi_4_v_@LIBGUILE_SRFI_SRFI_4_MAJOR@_la_SOURCES):
remove srfi-4.x.
(nodist_libguile_srfi_srfi_4_v_@LIBGUILE_SRFI_SRFI_4_MAJOR@_la_SOURCES): add srfi-4.x.
(libguile_srfi_srfi_13_14_v_@LIBGUILE_SRFI_SRFI_13_14_MAJOR@_la_SOURCES): remove srfi-13.x srfi-14.x.
(nodist_libguile_srfi_srfi_13_14_v_@LIBGUILE_SRFI_SRFI_13_14_MAJOR@_la_SOURCES): add srfi-13.x srfi-14.x.
2003-02-01 17:49:13 +00:00
Rob Browning
5a3300a23b * Makefile.am (srfidir): VERSION -> GUILE_EFFECTIVE_VERSION. 2002-12-08 20:44:03 +00:00
Rob Browning
3b463c07ea * Makefile.am (srfiinclude_HEADERS, srfiincludedir): install the
srfi headers into guile/srfi/.
2002-10-10 04:25:48 +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
87cf132b41 * Makefile.am: hack around dynamic-link problems by
using painfully explicit lib names.
2002-04-09 17:26:37 +00:00
Marius Vollmer
fa378b0d11 (.c.x): Pass "-o $@" to guile-snarf. 2002-03-20 20:55:57 +00:00
Thien-Thi Nguyen
9557bb80f5 (snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
2002-03-14 05:34:15 +00:00
Rob Browning
30c8d27024 * Makefile.am (libguile_srfi_srfi_4_la_LDFLAGS): use
@LIBGUILE_SRFI_SRFI_4_INTERFACE@.
(libguile_srfi_srfi_13_14_la_LDFLAGS): use
@LIBGUILE_SRFI_SRFI_13_14_INTERFACE@.
2002-02-25 04:42:49 +00:00
Thien-Thi Nguyen
40e3f30ea5 (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu". 2002-02-09 06:03:00 +00:00
Martin Grabmüller
71ca65d982 * Makefile.am: Added SRFI-4 files in various places.
* srfi-4.c, srfi-4.h, srfi-4.scm: New files implementing SRFI-4.
2001-06-27 13:18:40 +00:00
Martin Grabmüller
e9680547d3 * README: Update.
* srfi-1.scm: New file.
2001-06-07 04:27:37 +00:00
Michael Livshin
998c3141ac * Makefile.am (MKDEP): copied from libguile/Makefile.am, just in
case.
(CLEANFILES): added *.x (and removed from DISTCLEANFILES)
2001-05-31 12:47:24 +00:00
Martin Grabmüller
6851c8a446 * Makefile.am (srfi_DATA): Added srfi-16.scm.
* srfi-16.scm: New file.
2001-05-14 19:07:51 +00:00
Rob Browning
a19422d7bf * Makefile.am (srfi_DATA): added srfi-19.scm. 2001-05-06 03:33:02 +00:00
Martin Grabmüller
e1633bf39b * Makefile.am (srfi_DATA): Added srfi-10.scm and srfi-17.scm.
* srfi-10.scm: New file.

	* srfi-17.scm: New file, contributed by Matthias Koeppe.  Thanks a
	lot!
	Added `Commentary:' tag.

	* srfi-9.scm: Added `Commentary:' tag.
2001-05-02 13:13:35 +00:00
Martin Grabmüller
a6fd89a497 * Makefile.am (srfi_DATA): Added srfi-9.scm.
* srfi-9.scm: New file.  Exports `define-record-type'.
2001-04-27 05:47:58 +00:00
Rob Browning
95f1d86163 * Makefile.am (srfi_DATA): added srfi-6.scm.
(srfi_DATA): added srfi-11.scm.
	(srfi_DATA): added srfi-8.scm.
	(srfi_DATA): added srfi-2.scm.
2001-04-26 20:24:38 +00:00
Martin Grabmüller
653c729127 * srfi-13.c (scm_string_replace): Take sizeof (char) into account
when using memmove().

	* srfi-14.h: Added prototypes for all exported procedures..

	* srfi-13.c: Include srfi-13.h

	* srfi-13.h: New file containing the prototypes.

	* Makefile.am: Removed guile-srfi.texi and info_TEXINFOS variable.
	(libguile_srfi_srfi_13_14_la_SOURCES): Added srfi-14.h, so it gets
	distributed.
	(libguile_srfi_srfi_13_14_la_SOURCES): Added srfi-13.h.
2001-04-25 14:28:11 +00:00
Neil Jerram
30f3282076 * Makefile.am: Fixed "srf-14.x" typo. 2001-04-24 22:15:58 +00:00
Martin Grabmüller
ca003b26ce Integrated the guile-srfi package into the Guile distribution. 2001-04-23 20:21:01 +00:00