| Commit message (Expand) | Author | Age | Files | Lines |
* | Update libgc URL in README....* README: Update libgc URL. Suggested by Ian Grant
<ian.a.n.grant@googlemail.com>.
| Mark H Weaver | 2014-04-16 | 1 | -1/+1 |
* | doc: Require libunistring 0.9.3 in `README'....* README: Require libunistring 0.9.3. The <unitypes.h> header in 0.9.1
lacks the _UC_ATTRIBUTE_CONST definition, leading to build failures.
| Ludovic Courtès | 2013-04-10 | 1 | -1/+1 |
* | build: Require GMP >= 4.2....* NEWS, README: Update.
| Ludovic Courtès | 2013-03-28 | 1 | -1/+1 |
* | Improve wording in README regarding `pkg-config'....* README: Mention $PKG_CONFIG_PATH, and make it clear that $BDW_GC_LIBS,
etc. aren't normally needed.
| Ludovic Courtès | 2012-01-16 | 1 | -4/+9 |
* | Update cross-compilation instructions....* README (Cross building Guile): Update.
| Ludovic Courtès | 2011-11-23 | 1 | -10/+13 |
* | Fix README....* README: Remove mention of an alpha release. Reported by
Mark H. Weaver.
| Ludovic Courtès | 2011-02-24 | 1 | -17/+5 |
* | update README for copyright year ranges...* README: Add note about copyright year ranges. Remove reference to
guile-tut.info.
| Andy Wingo | 2011-01-26 | 1 | -5/+6 |
* | Use `have-lib' when checking for libltdl....Suggested by primus <rprimus@gmail.com>.
* configure.ac: Use `AC_LIB_HAVE_LINKFLAGS' when checking for libltdl.
* libguile/Makefile.am (libguile_@GUILE_EFFECTIVE_VERSION@_la_LIBADD):
Add $(LTLIBLTDL).
* README: Update to make it clear that libgc and libffi don't have a
`--with-XXX-prefix' option.
| Ludovic Courtès | 2010-09-06 | 1 | -5/+7 |
* | README fix for PKG_CONFIG=true...* README: Add note that if you override pkg-config, you need to set
libffi flags as well. Thanks to Mark Weaver.
| Andy Wingo | 2010-08-28 | 1 | -4/+11 |
* | loose ends from "discouraged" removal...* README: Remove docs on "discouraged".
* configure.ac: Remove one more "discouraged" thing.
* doc/ref/api-deprecated.texi: Rename from api-discdepr.texi, and remove
sections on "discouraged".
* doc/ref/Makefile.am:
* doc/ref/guile.texi: Update referrers.
| Andy Wingo | 2010-08-08 | 1 | -14/+3 |
* | Mention libffi dependency in `README'. | Ludovic Courtès | 2010-02-17 | 1 | -0/+7 |
* | Update configure script hints wrt precious env vars....* README: Don't suggest setting vars before running configure.
Instead, suggest specifying them on the configure command-line.
Signed-off-by: Thien-Thi Nguyen <ttn@gnuvola.org>
| Thien-Thi Nguyen | 2010-01-13 | 1 | -9/+12 |
* | Document need for pkg-config to build Guile...* README: Say that ./configure needs pkg-config; why; and how to work
around it.
| Neil Jerram | 2009-12-19 | 1 | -0/+14 |
* | Update `README'. | Ludovic Courtès | 2009-09-09 | 1 | -3/+10 |
* | Move GOOPS documentation into the main manual...Nothing editorial here, just the minimum to move the GOOPS documentation
into the main manual, and then still have everything build properly.
| Neil Jerram | 2009-08-03 | 1 | -3/+2 |
* | Change Guile license to LGPLv3+...(Not quite finished, the following will be done tomorrow.
module/srfi/*.scm
module/rnrs/*.scm
module/scripts/*.scm
testsuite/*.scm
guile-readline/*
)
| Neil Jerram | 2009-06-17 | 1 | -0/+1 |
* | Update README on using libraries in non-standard locations...* README: Update instructions on using libraries in non-standard
locations. Also change expected next stable release number from
1.10.0 to 2.0.0.
| Neil Jerram | 2009-06-14 | 1 | -19/+33 |
* | Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2....* README: Document dependency on GNU libunistring.
* benchmark-suite/Makefile.am (SCM_BENCHMARKS): Add
`benchmark/bytevectors.bm'.
* configure.in: Make sure we have libunistring; update $LIBS.
* libguile.h: Include "bytevectors.h" and "r6rs-ports.h".
* libguile/Makefile.am (libguile_la_SOURCES): Add `bytevectors.c' and
`r6rs-ports.c'
(DOT_X_FILES): Add `bytevectors.x' and `r6rs-ports.x'.
(DOT_DOC_FILES): Add `bytevectors.doc' and `r6rs-ports.doc'.
(noinst_HEADERS): Add `ieee-754.h'.
(modinclude_HEADERS): Add `bytevectors.h' and `r6rs-ports.h'
* libguile/validate.h (SCM_VALIDATE_BYTEVECTOR): New macro.
* module/Makefile.am (SOURCES): Add $(RNRS_SOURCES).
(RNRS_SOURCES): New variable.
* test-suite/Makefile.am (SCM_TESTS): Add `bytevectors.test' and
`r6rs-ports.test'.
| Ludovic Courtès | 2009-05-28 | 1 | -0/+6 |
* | add getrlimit and setrlimit wrappers...* README: Some rewording.
* configure.in: Check for getrlimit and setrlimit.
* libguile/posix.h:
* libguile/posix.c: Add some getrlimit and setrlimit wrappers. They're
documented, but I suspect something else has to be done to get them
into the manual.
| Andy Wingo | 2009-03-27 | 1 | -4/+4 |
* | allow building against uninstalled guile; move some things to meta/...* README: Add more info about building against an uninstalled Guile.
* meta/: New directory. The proximate cause of its creation is that I
want to be able to build external packages against uninstalled Guile,
and to do that I need guile-tools in the PATH, but I don't want
$top_builddir/libtool in the path. But it seems like a good
reorganization, for things that are /about/ Guile: pkg-config files, m4
files, guile-config... then we also include uninstalled info: the
environment, the pre-inst-guile script, etc.
* meta/guile-1.8-uninstalled.pc.in: New pkg-config template. pkg-config
prefers -uninstalled pkg-config files, if they are in its path.
* meta/Makefile.am:
* meta/ChangeLog-2008:
* meta/gdb-uninstalled-guile.in:
* meta/guile-1.8.pc.in:
* meta/guile-config.in:
* meta/guile.m4:
* meta/guile-tools.in: Moved to meta/.
* meta/guile.in: This is the new name of pre-inst-guile.in.
* meta/uninstalled-env.in: And this, pre-inst-guile-env.in.
* Makefile.am:
* am/guilec:
* am/pre-inst-guile:
* check-guile.in:
* configure.in:
* doc/ref/Makefile.am:
* gc-benchmarks/run-benchmark.scm:
* test-suite/standalone/Makefile.am:
* test-suite/standalone/README:
* testsuite/Makefile.am: Adapt to meta/ change.
| Andy Wingo | 2009-03-27 | 1 | -3/+17 |
* | Revert "* README: Note need for subscription to bug-guile@gnu.org."...This reverts commit 51d079ab0d23e4175d333ce22eb3e74aeae5913d, which is
appropriate because subscription is not now required for someone to
send a message to bug-guile@gnu.org.
| Neil Jerram | 2008-12-10 | 1 | -3/+1 |
* | Update/remove references to the CVS repository. | Ludovic Courtès | 2008-04-08 | 1 | -9/+19 |
* | * README: Note need for subscription to bug-guile@gnu.org....* NEWS: Note need for subscription to bug-guile@gnu.org.
| Neil Jerram | 2006-11-17 | 1 | -1/+3 |
* | Correction to "not a Guile release" warning, show 1.8 not 1.6. | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -2/+1 |
* | * GUILE-VERSION: Bumped versions for 1.9 series....* srfi-1.scm, srfi-60.scm: Updated versions in library name to
match GUILE-VERSION.
| Marius Vollmer | 2006-02-05 | 1 | -20/+3 |
* | * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. Use...AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL. Do not
add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
* Makefile.am (SUBDIRS): Removed libltdl.
* README: Talk about required external packages.
* autogen.sh: Do not call libtoolize.
| Marius Vollmer | 2005-03-08 | 1 | -6/+22 |
* | Talk about (debug-enable 'warn-deprecated) etc. | Marius Vollmer | 2005-01-12 | 1 | -0/+5 |
* | Removed things that are no longer true. Updated in general. | Marius Vollmer | 2004-08-25 | 1 | -87/+19 |
* | Document the new --disable-discouraged option. | Marius Vollmer | 2004-08-02 | 1 | -5/+20 |
* | (Cross building Guile): Describe GUILE_FOR_BUILD rather than...--with-guile-for-build.
| Kevin Ryde | 2003-11-14 | 1 | -5/+2 |
* | (Guile Documentation): Update to manuals now available,...remove notes about the reference manual being in progress.
| Kevin Ryde | 2003-06-18 | 1 | -15/+14 |
* | (Cross building Guile): Remove --with-cc-for-build in favour of CC_FOR_BUILD. | Kevin Ryde | 2003-05-18 | 1 | -3/+6 |
* | * README: merge information from INSTALL and remove at least some...of the stale bits.
| Rob Browning | 2003-03-25 | 1 | -96/+274 |
* | Fix virulent typo. | Thien-Thi Nguyen | 2001-12-02 | 1 | -3/+3 |
* | HACKING, README, ANON-CVS: updates. | Gary Houston | 2001-11-22 | 1 | -2/+8 |
* | *** empty log message *** | Rob Browning | 2001-08-16 | 1 | -2/+2 |
* | Mention libguile-srfi-*, oop/*, scripts/* and srfi/*. | Thien-Thi Nguyen | 2001-06-28 | 1 | -27/+34 |
* | Also mention guile-tools. | Thien-Thi Nguyen | 2001-06-28 | 1 | -2/+4 |
* | *** empty log message *** | Marius Vollmer | 2001-05-05 | 1 | -2/+2 |
* | Added section about the handling of deprecated features. | Marius Vollmer | 2001-05-02 | 1 | -0/+50 |
* | *** empty log message *** | Rob Browning | 2001-04-27 | 1 | -6/+12 |
* | Doc fixes from Martin Grabmüller. | Marius Vollmer | 2000-12-23 | 1 | -12/+8 |
* | *** empty log message *** | Mikael Djurfeldt | 2000-06-20 | 1 | -1/+5 |
* | *** empty log message *** | Mikael Djurfeldt | 2000-06-20 | 1 | -11/+15 |
* | Do not advertise COPYING as containing the Guile license terms. | Marius Vollmer | 2000-05-09 | 1 | -2/+0 |
* | Added section about Guile license. | Marius Vollmer | 2000-05-03 | 1 | -0/+45 |
* | * README (Guile Documentation, About This Distribution): updated. | Gary Houston | 2000-03-12 | 1 | -30/+49 |
* | * README, HACKING: Moved "Hacking it yourself" section from README...to HACKING. Updated recommended libtool version to be 1.3.4.
| Marius Vollmer | 2000-01-15 | 1 | -34/+0 |
* | *** empty log message *** | Jim Blandy | 1999-09-25 | 1 | -1/+2 |