summaryrefslogtreecommitdiff
path: root/doc/guile.1
AgeCommit message (Collapse)AuthorFilesLines
2017-05-22Update effective version to 3.0Andy Wingo1-1/+1
* GUILE-VERSION: Bump version to 2.3.0, and effective version to 3.0. * .gitignore: * README: * doc/guile.1: * doc/ref/api-evaluation.texi: * doc/ref/api-options.texi: * doc/ref/guile-invoke.texi: * doc/ref/libguile-foreign-objects.texi: * doc/ref/libguile-parallel.texi: * doc/ref/srfi-modules.texi: Update to 3.0. * libguile/_scm.h (SCM_OBJCODE_MAJOR_VERSION): (SCM_OBJCODE_MINIMUM_MINOR_VERSION, SCM_OBJCODE_MINOR_VERSION): Bump bytecode version for fallback path. * libguile/loader.c: Update to avoid loading version 2.2 bytecode files. * meta/guile-3.0-uninstalled.pc.in: * meta/guile-3.0.pc.in: Rename. * module/system/vm/assembler.scm (*bytecode-major-version*): (*bytecode-minor-version*): Write the new bytecode version.
2016-05-22Fix typo in the man page.Alex Kost1-1/+1
* doc/guile.1: "--no-autocompile" -> "--no-auto-compile".
2011-04-11bump effective version to 2.2Andy Wingo1-1/+1
* .gitignore: * GUILE-VERSION (GUILE_EFFECTIVE_VERSION): * configure.ac: * doc/example-smob/Makefile (CFLAGS, LIBS): * doc/guile.1: * doc/ref/libguile-concepts.texi: * doc/ref/srfi-modules.texi: * doc/ref/vm.texi: * meta/Makefile.am (EXTRA_DIST, pkgconfig_DATA): * meta/guile-config.in (guile-module): * meta/guile-2.2-uninstalled.pc.in: * meta/guile-2.2.pc.in: Bump effective version to 2.2.
2011-03-05Updated Guile manual page.Mark Harig1-96/+199
* doc/guile.1: Added the current month and year, Guile version descriptive text, and the text GNU to the title. Updated the nroff formatting commands for the SYNOPSIS and OPTIONS sections to what 'man' prescribes. See 'man(1)', 'man(7)', and 'man-pages(7)'. Corrected grammar, spelling, and capitalization (for example, 'scheme' to 'Scheme'). Vertical white-space was non-standard (two lines between some sections, one space between others). Changed this to the standard one empty line before each section heading, and added dots (a single period on a line) before every section heading (.SH) so that maintainers will find the readability unchanged. Added white space to follow the 'groff' recommendation of starting every sentence on its own line, and breaking sentences at punctuation. Corrected an error in description of the info command. Added the missing option '--no-debug', and the short switches '-h' and '-v'. Changed the description of the environment variable GUILE_LOAD_COMPILED_PATH so that it references the Guile variable `%load-compiled-path' instead of the variable `%load-path'. Updated the copyright to include 2011.
2011-02-13autocompile -> auto-compileAndy Wingo1-2/+2
* NEWS: * check-guile.in: * doc/guile.1: * doc/ref/scheme-scripts.texi: * libguile/init.c: * libguile/load.c: * libguile/load.h: * libguile/script.c: * module/Makefile.am: * module/ice-9/boot-9.scm: * module/scripts/compile.scm: * module/system/base/compile.scm: * test-suite/Makefile.am: * test-suite/tests/popen.test: Change "autocompile" to "auto-compile" or "auto_compile", as appropriate, in variable names, function names, command line arguments, and the documentation.
2011-01-24update the man pageAndy Wingo1-30/+58
* doc/guile.1: Update a bit.
2011-01-15Add "REPORTING BUGS" and "COPYING" sections to Guile man pageNeil Jerram1-0/+28
Thanks to Mark Harig for the suggestion. * doc/guile.1: Added "REPORTING BUGS" and "COPYING" sections, modelled on those in the Emacs man page.
2011-01-15Manual page fixesNeil Jerram1-3/+3
Thanks to Mark Harig for pointing these out. * doc/guile.1: Remove mention of the tutorial, since it no longer exists (as a separate document). Document the -q option. * THANKS: Add Mark Harig.
2008-11-13Update "guile(1)" man page.Ludovic Courtès1-4/+10
* doc/guile.1: Remove reference to the version and date. Mention R5RS, instead of R4RS. Explicitly say that the full documentation is in Texinfo (as other GNU packages do).
2001-04-24* guile.1: New file, from Robert Merkel and Rob Browning.Marius Vollmer1-0/+93
* Makefile.am (man_MANS, EXTRADIST): Added, but still commented out: install and distirbute the manpage. It is not yet installed or distributed since we don't have the Robert's papers yet.