| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in the man page....* doc/guile.1: "--no-autocompile" -> "--no-auto-compile".
| Alex Kost | 2016-05-22 | 1 | -1/+1 |
* | bump effective version to 2.2...* .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.
| Andy Wingo | 2011-04-11 | 1 | -1/+1 |
* | Updated Guile manual page....* 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.
| Mark Harig | 2011-03-05 | 1 | -96/+199 |
* | autocompile -> auto-compile...* 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.
| Andy Wingo | 2011-02-13 | 1 | -2/+2 |
* | update the man page...* doc/guile.1: Update a bit.
| Andy Wingo | 2011-01-24 | 1 | -30/+58 |
* | Add "REPORTING BUGS" and "COPYING" sections to Guile man page...Thanks to Mark Harig for the suggestion.
* doc/guile.1: Added "REPORTING BUGS" and "COPYING" sections, modelled
on those in the Emacs man page.
| Neil Jerram | 2011-01-15 | 1 | -0/+28 |
* | Manual page fixes...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.
| Neil Jerram | 2011-01-15 | 1 | -3/+3 |
* | Update "guile(1)" man page....* 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).
| Ludovic Courtès | 2008-11-13 | 1 | -4/+10 |
* | * guile.1: New file, from Robert Merkel and Rob Browning....* 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.
| Marius Vollmer | 2001-04-24 | 1 | -0/+93 |