summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Remove doc/example-smob/...* doc/example-smob/: Remove example. It's smaller than it used to be in Guile 1.8, and with foreign objects there's practically nothing interesting to test. * doc/oldfmt.c: Remove this hoary thing. * doc/README: * doc/Makefile.am: Update. Andy Wingo2014-04-281-13/+1
* delete the tutorial...* configure.ac: * doc/Makefile.am: * doc/tutorial/ChangeLog-2008: * doc/tutorial/ChangeLog-guile-doc-tutorial: * doc/tutorial/Makefile.am: * doc/tutorial/guile-tut.texi: Remove the tutorial. The history was out of date (whereas the manual is current), the C examples are no longer valid (and the manual does provide C examples), it was incomplete, and its first person no longer hacks on Guile. So tutorial, you had a good run, but the manual does your job now! Andy Wingo2010-02-161-2/+2
* 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-1/+1
* remove obsolete guile-vm.texi...* doc/guile-vm.texi: Remove, has been folded into the Guile manual for a while now. * doc/Makefile.am: Remove guile-vm.texi. Andy Wingo2009-06-211-3/+1
* 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-8/+8
* Merge commit 'origin/master' into vm...Conflicts: .gitignore guile-tools.in srfi/srfi-19.scm Andy Wingo2009-01-121-5/+1
|\
| * Add "guile(1)" man page....Robert Merkel's copyright assignment to the FSF had apparently been on file for some time. * NEWS: Update. * doc/Makefile.am (dist_man1_MANS): New. Ludovic Courtès2008-11-131-5/+1
* | Merge commit 'origin/master' into vm...Conflicts: doc/Makefile.am ice-9/Makefile.am libguile/gc.c Andy Wingo2008-09-301-4/+2
|\|
| * Add `ChangeLog-2008' files to the distribution.Ludovic Courtès2008-09-121-2/+2
| * Get rid of Automake's "maintainer mode"....* NEWS: Update. * configure.in: Remove `AM_MAINTAINER_MODE' invocation. * doc/Makefile.am, ice-9/Makefile.am: Ignore `MAINTAINER_MODE' conditional. Ludovic Courtès2008-09-091-2/+1
* | merge from guile master...Had to fix up .gitignore for some conflicts. Andy Wingo2008-08-261-2/+2
|\|
| * Fix dangling references to files that have been removed.Ludovic Courtès2008-04-261-2/+2
* | merge guile-vm to guile...An attempt to pull in the original history from guile-vm into guile itself. Andy Wingo2008-08-021-0/+2
|\ \ | |/ |/|
| * Fixed a Scheme translation bug; cleaned compilation with GCC 4....* module/language/scheme/translate.scm (trans-pair): In the `set!' case, when a procedure-with-setter is passed, call `trans:pair' with an actual pair. This fixes a long-lasting bug which prevented compilation of `set!' statements with procedures-with-setter (this showed up when compiling `(system vm assemble)'). * module/system/base/compile.scm: Added `objcode->u8vector' to the `#:select' clause. * module/system/base/syntax.scm: Cosmetic changes. * module/system/vm/assemble.scm (preprocess): Removed debugging statements. * src/frames.c: Cosmetic changes. * src/frames.h (SCM_FRAME_SET_DYNAMIC_LINK): New. * src/objcodes.c: Use `scm_t_uint8' instead of `char' when relevant. * src/vm.c (vm_heapify_frames_1): Use `SCM_FRAME_SET_DYNAMIC_LINK ()'. * src/vm_loader.c: Added casts to mute GCC 4 warnings. * testsuite/run-vm-tests.scm (*scheme*): Renamed to `%scheme'. (run-test-from-file): Renamed to `compile/run-test-from-file'. (run-vm-tests): Run each test using both the VM and the interpreter; compare the results. * testsuite/t-proc-with-setter.scm: Try out `get/set'. * doc/Makefile.am (info_TEXINFOS): New. * doc/guile-vm.texi: Added index entries and indices. * doc/texinfo.tex: New file. git-archimport-id: lcourtes@laas.fr--2005-mobile/guile-vm--mobile--0.6--patch-5 Ludovic Courtes2008-04-251-2/+1
| * ChangeLogKeisuke Nishida2000-09-221-1/+1
| * Initial revisionKeisuke Nishida2000-08-221-0/+2
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
* (EXTRA_DIST): Do not distribute guile-api.alist, it can't be built...currently. Marius Vollmer2002-08-241-2/+2
* (EXTRA_DIST): New var.Thien-Thi Nguyen2002-05-131-0/+2
* Include ../am/maintainer-dirs (in MAINTAINER_MODE)....(guile-api.alist, guile-api.alist-FORCE): New rules (in MAINTAINER_MODE). Thien-Thi Nguyen2002-05-121-3/+10
* (dist-hook): Simplified to not use "cd"; now it works for relative...pathnames in $(distdir). Marius Vollmer2002-04-171-5/+4
* * Complete split of documentation into per-manual subdirectories.Neil Jerram2001-08-241-48/+3
* * Makefile.am (guile_tut_TEXINFOS): remove guile-tut.texi. It's...already in info_TEXINFOS. Rob Browning2001-08-181-1/+1
* * misc-modules.texi: New file.... (Pretty Printing): New chapter. (Formatted Output): New chapter. * Makefile.am (guile_TEXINFOS): Added misc-modules.texi. * guile.texi (Top): Added inclusion of misc-modules.texi. * scheme-modules.texi (Included Guile Modules): Added (srfi srfi-4) and (ice-9 rw) modules. (Module System Quirks): Removed note that `module-export!' must be called via gh_eval_str, now that we have scm_c_export. * repl-modules.texi (Loading Readline Support, Readline Options): New nodes. Martin Grabmüller2001-06-291-1/+1
* (version.texi, version-tutorial.texi): Removed kluges to build them...unconditionally. Marius Vollmer2001-06-251-4/+8
* * srfi-13-14.texi: Removed.... * srfi-modules.texi (SRFI-13): Merged SRFI-13 docs into SRFI chapter. (SRFI-14): Merged SRFI-14 too. * guile.texi (Top): Remove inclusion of obsolete SRFI-13/14 file. * srfi-modules.texi (SRFI-0): New section. (SRFI-16): New section. Change `--' to `-' throughout. Martin Grabmüller2001-05-141-1/+1
* * srfi-13-14.texi: Added @bullet to various @itemize lists.... * srfi-modules.texi (SRFI Support): New file and chapter. * Makefile.am (guile_TEXINFOS): Added repl-modules.texi and srfi-modules.texi. * guile.texi (Top): New menu entries for the new chapters. (Top): @includes for the new chapters. (Top): New menu entry for `SRFI Support', @include for `srfi-modules.texi'. * repl-modules.texi: New file. (Readline Support): New chapter for (ice-9 readline). (Value History): New chapter for (ice-9 history). Martin Grabmüller2001-05-021-1/+2
* * Consolidate authorship information in AUTHORS file....* Simplify THANKS file and add in recent contributors. * Add top level menu entry for Manual Conventions node. * Consolidate notes at beginning of guile.texi. Neil Jerram2001-04-281-2/+4
* * 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 Vollmer2001-04-241-0/+6
* * Fix bug with multiple files including of version.texi.Neil Jerram2001-04-241-1/+4
* * Makefile.am (guile_TEXINFOS): Added srfi-13-14.texi.... * srfi-13-14.texi: New file documenting SRFI-13/14. * guile.texi (Top): Added the SRFI-13/14 menu entry and @include. Martin Grabmüller2001-04-241-1/+1
* * Remove r4rs from distribution.Neil Jerram2001-04-221-1/+1
* * data-rep.texi (Immediates vs. Non-immediates): Update...out-of-date documentation. (Thanks to Dirk Herrmann for the report!) (Immediates vs Non-immediates): Renamed without the dot, since the dot causes `info' not to be able to display this node! * Makefile.am (guile_TEXINFOS): Add in a few more source files that had got left out. Neil Jerram2001-04-021-1/+2
* * scheme-reading.texi (Further Reading): Add bullets to further...reading list. * gh.texi: Insert page break before chapter. Remove page breaks within the chapter. * Makefile.am: Add script-getopt.texi. * guile.texi (Top): Include and link to new script-getopt.texi chapter. * script-getopt.texi: New chapter on command line handling. (Written and contributed by Martin Grabmueller, revised by me.) Neil Jerram2001-03-301-1/+1
* Move doc files into guile-core distribution (7)Neil Jerram2001-03-091-1/+1
* Move doc files into guile-core distribution (4)Neil Jerram2001-03-091-5/+37
* * Remove data-rep.texi from Makefile.am....* Explain data-rep.texi retirement in README. Neil Jerram2001-02-151-2/+0
* * Makefile.am (version.texi): Override automake's rule for...version.texi so that it gets created even in non-maintainer-mode. Marius Vollmer2000-01-301-0/+6
* * Makefile.am (dist-hook): Updated to include oldfmt.c in...distribution archive. Mikael Djurfeldt2000-01-121-2/+6
* * COPYING: New file....* Makefile.in: Regenerated. * Makefile.am (EXAMPLE_SMOB_FILES): List example-smob/COPYING. * Makefile.in: Regenerated. Jim Blandy1998-10-191-1/+1
* Added copyright notice.Jim Blandy1998-10-191-0/+20
* * data-rep.texi: Extended to accomodate a full running example,...provided with the manual. * example-smob: A new subdirectory, containing example files for the manual chapter on smobs. * Makefile.am (EXAMPLE_SMOB_FILES, dist-hook): New variable and target, to get the example-smob directory into the distribution. * Makefile.in: Regenerated. Jim Blandy1998-10-151-0/+9
* * New directory for documentation....* README: New file. * data-rep.texi: It's not a real manual, but it's better than nothing. * Makefile.am, Makefile.in, data-rep.info, data-rep.texi, mdate-sh, stamp-vti, texinfo.tex, version.texi: The usual support files. Jim Blandy1998-10-071-0/+2