summaryrefslogtreecommitdiff
path: root/README
Commit message (Expand)AuthorAgeFilesLines
* Update libgc URL in README....* README: Update libgc URL. Suggested by Ian Grant <ian.a.n.grant@googlemail.com>. Mark H Weaver2014-04-161-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ès2013-04-101-1/+1
* build: Require GMP >= 4.2....* NEWS, README: Update. Ludovic Courtès2013-03-281-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ès2012-01-161-4/+9
* Update cross-compilation instructions....* README (Cross building Guile): Update. Ludovic Courtès2011-11-231-10/+13
* Fix README....* README: Remove mention of an alpha release. Reported by Mark H. Weaver. Ludovic Courtès2011-02-241-17/+5
* update README for copyright year ranges...* README: Add note about copyright year ranges. Remove reference to guile-tut.info. Andy Wingo2011-01-261-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ès2010-09-061-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 Wingo2010-08-281-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 Wingo2010-08-081-14/+3
* Mention libffi dependency in `README'.Ludovic Courtès2010-02-171-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 Nguyen2010-01-131-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 Jerram2009-12-191-0/+14
* Update `README'.Ludovic Courtès2009-09-091-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 Jerram2009-08-031-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 Jerram2009-06-171-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 Jerram2009-06-141-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ès2009-05-281-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 Wingo2009-03-271-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 Wingo2009-03-271-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 Jerram2008-12-101-3/+1
* Update/remove references to the CVS repository.Ludovic Courtès2008-04-081-9/+19
* * README: Note need for subscription to bug-guile@gnu.org....* NEWS: Note need for subscription to bug-guile@gnu.org. Neil Jerram2006-11-171-1/+3
* Correction to "not a Guile release" warning, show 1.8 not 1.6.Kevin Ryde2006-04-171-1/+1
* merge from 1.8 branchKevin Ryde2006-04-171-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 Vollmer2006-02-051-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 Vollmer2005-03-081-6/+22
* Talk about (debug-enable 'warn-deprecated) etc.Marius Vollmer2005-01-121-0/+5
* Removed things that are no longer true. Updated in general.Marius Vollmer2004-08-251-87/+19
* Document the new --disable-discouraged option.Marius Vollmer2004-08-021-5/+20
* (Cross building Guile): Describe GUILE_FOR_BUILD rather than...--with-guile-for-build. Kevin Ryde2003-11-141-5/+2
* (Guile Documentation): Update to manuals now available,...remove notes about the reference manual being in progress. Kevin Ryde2003-06-181-15/+14
* (Cross building Guile): Remove --with-cc-for-build in favour of CC_FOR_BUILD.Kevin Ryde2003-05-181-3/+6
* * README: merge information from INSTALL and remove at least some...of the stale bits. Rob Browning2003-03-251-96/+274
* Fix virulent typo.Thien-Thi Nguyen2001-12-021-3/+3
* HACKING, README, ANON-CVS: updates.Gary Houston2001-11-221-2/+8
* *** empty log message ***Rob Browning2001-08-161-2/+2
* Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.Thien-Thi Nguyen2001-06-281-27/+34
* Also mention guile-tools.Thien-Thi Nguyen2001-06-281-2/+4
* *** empty log message ***Marius Vollmer2001-05-051-2/+2
* Added section about the handling of deprecated features.Marius Vollmer2001-05-021-0/+50
* *** empty log message ***Rob Browning2001-04-271-6/+12
* Doc fixes from Martin Grabmüller.Marius Vollmer2000-12-231-12/+8
* *** empty log message ***Mikael Djurfeldt2000-06-201-1/+5
* *** empty log message ***Mikael Djurfeldt2000-06-201-11/+15
* Do not advertise COPYING as containing the Guile license terms.Marius Vollmer2000-05-091-2/+0
* Added section about Guile license.Marius Vollmer2000-05-031-0/+45
* * README (Guile Documentation, About This Distribution): updated.Gary Houston2000-03-121-30/+49
* * README, HACKING: Moved "Hacking it yourself" section from README...to HACKING. Updated recommended libtool version to be 1.3.4. Marius Vollmer2000-01-151-34/+0
* *** empty log message ***Jim Blandy1999-09-251-1/+2