1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/doc/ref
Andy Wingo 7696344634 Bump version to 3.9.x
Headed towards a 4.0.  The binary format will change slightly but
incompatibly (e.g. renumbering of intrinsics).  Having a new GC is
enough of a change to warrant a minor version bump, and it's been 5
years so why not go major.

* GUILE-VERSION (GUILE_EFFECTIVE_VERSION): Bump to 4.0.
(GUILE_MICRO_VERSION, GUILE_MINOR_VERSION): Bump to 3.9.0.
(LIBGUILE_INTERFACE_CURRENT, LIBGUILE_INTERFACE_AGE): Reset.

* meta/guile-4.0.pc.in:
* meta/guile-4.0-uninstalled.pc.in: Rename from guile-3.0.
* .gitignore: Ignore pkg-config files with 4.0 effective version.

* README: Update slightly.

* doc/ref/api-evaluation.texi (Load Paths):
* doc/ref/api-options.texi (Build Config):
* doc/ref/guile-invoke.texi (Environment Variables):
* doc/ref/history.texi (A Timeline of Selected Guile Releases):
* doc/ref/libguile-parallel.texi (Parallel Installations):
* doc/ref/srfi-modules.texi (SRFI-0): Update references to stable
version in paths.

* module/system/vm/assembler.scm (*bytecode-minor-version*):
* libguile/loader.h (SCM_OBJCODE_MAJOR_VERSION):
(SCM_OBJCODE_MINIMUM_MINOR_VERSION):
(SCM_OBJCODE_MINOR_VERSION): Use the same major objcode version for now
but bump the minor to 99.

* meta/guile.m4 (GUILE_PKG, GUILE_PROGS): Check for Guile 4.0.
* module/ice-9/boot-9.scm (%cond-expand-features): Add new cond-expand
features.
2025-04-22 13:23:00 +02:00
..
.gitignore
api-binding.texi Document multiple-value returns in forms taking a let-expression body 2023-01-25 12:52:29 +01:00
api-control.texi Fix typo in dynamic wind documentation. 2024-10-20 21:22:22 +02:00
api-coverage.texi doc: Fix typo in 'coverage-data->lcov' example. 2022-10-01 16:00:05 +02:00
api-data.texi Replace "either" with "either array" in make-shared-array docs 2025-03-20 13:37:04 -05:00
api-debug.texi doc: Document the peek and pk procedures. 2024-10-26 19:44:41 +02:00
api-deprecated.texi Fix typos throughout codebase. 2024-05-06 11:51:53 +02:00
api-evaluation.texi Bump version to 3.9.x 2025-04-22 13:23:00 +02:00
api-foreign-objects.texi make-foreign-object-type: add #:super to provide superclasses 2024-05-17 12:53:39 -05:00
api-foreign.texi Improve DLL search strategy for load-foreign-library 2025-03-22 07:05:31 -07:00
api-i18n.texi Fix typos throughout codebase. 2024-05-06 11:51:53 +02:00
api-init.texi
api-io.texi New line or field iteration procedures in (ice-9 rdelim) 2024-12-19 22:36:38 +01:00
api-lalr.texi doc: Update LALR URL. 2018-08-07 11:33:06 +02:00
api-languages.texi Fix typos throughout codebase. 2024-05-06 11:51:53 +02:00
api-macros.texi Fix typos throughout codebase. 2024-05-06 11:51:53 +02:00
api-memory.texi Fix typos throughout codebase. 2024-05-06 11:51:53 +02:00
api-modules.texi doc: Fix implication of omitting optional arguments. 2024-10-26 19:44:40 +02:00
api-options.texi Bump version to 3.9.x 2025-04-22 13:23:00 +02:00
api-overview.texi
api-peg.texi PEG: Add support for not-in-range and [^...] 2024-12-09 18:15:01 +01:00
api-procedures.texi Add link to foreign functions from gsubr doc 2024-06-20 14:39:41 +02:00
api-regex.texi Doc: clarification on regexes and encodings 2023-01-17 07:20:10 +01:00
api-scheduling.texi Fix typos throughout codebase. 2024-05-06 11:51:53 +02:00
api-scm.texi
api-smobs.texi Remove SMOB tutorial; update manual. 2014-04-28 17:45:07 +02:00
api-snarf.texi
api-undocumented.texi Fix typos throughout codebase. 2024-05-06 11:51:53 +02:00
api-utility.texi Add clarification about the less predicate passed to merge and sort 2024-12-09 23:46:20 +01:00
api.txt
ChangeLog-2008
ChangeLog-goops-2008
ChangeLog-guile-doc-ref
compiler.texi doc: Fix typo under "CPS Soup". 2022-10-01 16:00:05 +02:00
curried.texi Document (ice-9 curried definitions) 2012-09-06 22:15:40 +01:00
data-rep.texi Spelling fixes 2018-10-21 14:54:38 +02:00
effective-version.texi.in
expect.texi Fix typos throughout codebase. 2024-05-06 11:51:53 +02:00
fdl.texi
goops-tutorial.texi
goops.texi Updated GOOPS sections of reference 2024-11-28 21:54:30 +01:00
guile-invoke.texi Bump version to 3.9.x 2025-04-22 13:23:00 +02:00
guile.texi doc: Document SRFI-64. 2024-12-22 22:46:11 +01:00
hierarchy.dot doc/ref/hierarchy.png: conform to hierarchy.txt and manual 2013-01-15 19:17:55 +01:00
hierarchy.eps doc/ref/hierarchy.png: conform to hierarchy.txt and manual 2013-01-15 19:17:55 +01:00
hierarchy.pdf doc/ref/hierarchy.png: conform to hierarchy.txt and manual 2013-01-15 19:17:55 +01:00
hierarchy.png doc/ref/hierarchy.png: conform to hierarchy.txt and manual 2013-01-15 19:17:55 +01:00
hierarchy.txt
history.texi Bump version to 3.9.x 2025-04-22 13:23:00 +02:00
indices.texi
intro.texi doc: Remove reference to “benevolent dictators”. 2024-01-24 11:12:06 +01:00
libguile-autoconf.texi manual: reorganize autoconf, pkg-config info 2011-10-12 17:12:29 +02:00
libguile-concepts.texi Fix typos throughout codebase. 2023-07-16 22:09:01 +02:00
libguile-extensions.texi
libguile-foreign-objects.texi doc: Fix typo. 2018-08-07 12:09:33 +02:00
libguile-linking.texi doc: embedding example more readable. 2014-01-17 22:22:02 +01:00
libguile-parallel.texi Bump version to 3.9.x 2025-04-22 13:23:00 +02:00
libguile-program.texi Review REFFIXME 2021-12-13 08:11:29 +01:00
libguile-snarf.texi Prefer foreign objects over smobs in manual 2014-04-28 18:00:05 +02:00
Makefile.am doc: Remove all remaining references to GDS. 2025-02-28 22:12:03 +01:00
match.texi doc: Fix argument list in match-lambda docs 2019-06-24 15:24:33 +02:00
misc-modules.texi Fix typos throughout codebase. 2024-05-06 11:51:53 +02:00
mod-getopt-long.texi doc: fix documented keyword argument default to match code default 2022-12-21 08:29:42 +01:00
mop.text
new-docstrings.texi
posix.texi Note setlocale raises a system-error when locale doesn't exist 2025-03-02 14:33:30 -06:00
preface.texi doc: Use gender-neutral language in Preface 2020-01-20 10:23:33 +01:00
r6rs.texi Implement R6RS custom textual ports 2023-06-08 10:21:02 +02:00
r7rs.texi Document R7RS functions related to bytevectors 2023-01-17 16:07:48 +01:00
repl-modules.texi Fix typos throughout codebase. 2024-05-06 11:51:53 +02:00
scheme-ideas.texi Fix typos throughout codebase. 2024-05-06 11:51:53 +02:00
scheme-indices.texi
scheme-intro.texi Add R7RS documentation and --r7rs command-line option 2019-11-17 15:30:59 +01:00
scheme-reading.texi fix urls in docs 2011-11-16 23:21:59 +01:00
scheme-scripts.texi Fix typos throughout codebase. 2024-05-06 11:51:53 +02:00
scheme-using.texi doc: Mention (ice-9 time) module path. 2020-06-18 00:30:30 +02:00
scheme.dia
scheme.eps
scheme.pdf
scheme.txt
scsh.texi
slib.texi
srfi-modules.texi Bump version to 3.9.x 2025-04-22 13:23:00 +02:00
statprof.texi Check for working profiling and virtual itimers 2017-03-06 23:06:12 -08:00
sxml-match.texi doc: Replace square brackets with round brackets. 2020-03-25 22:50:26 +01:00
sxml.texi Fix typos in comments. 2025-02-28 09:58:29 +01:00
texinfo.texi Fix typos in comments. 2025-02-28 09:58:29 +01:00
tools.texi Prefer foreign objects over smobs in manual 2014-04-28 18:00:05 +02:00
tour.texi Replace libltdl with raw dlopen, dlsym 2021-02-03 23:02:21 +01:00
vm.texi Better compilation of calls to raise-exception 2023-08-28 12:11:19 +02:00
web.texi Fix typos throughout codebase. 2023-07-16 22:09:01 +02:00