summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* delete the tutorialAndy Wingo2010-02-161-2/+2
| | | | | | | | | | | | | * 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!
* Move GOOPS documentation into the main manualNeil Jerram2009-08-031-1/+1
| | | | | Nothing editorial here, just the minimum to move the GOOPS documentation into the main manual, and then still have everything build properly.
* remove obsolete guile-vm.texiAndy Wingo2009-06-211-3/+1
| | | | | | | * doc/guile-vm.texi: Remove, has been folded into the Guile manual for a while now. * doc/Makefile.am: Remove guile-vm.texi.
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-8/+8
| | | | | | | | | | (Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* )
* Merge commit 'origin/master' into vmAndy Wingo2009-01-121-5/+1
|\ | | | | | | | | | | | | | | Conflicts: .gitignore guile-tools.in srfi/srfi-19.scm
| * Add "guile(1)" man page.Ludovic Courtès2008-11-131-5/+1
| | | | | | | | | | | | | | | | | | 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.
* | Merge commit 'origin/master' into vmAndy Wingo2008-09-301-4/+2
|\ \ | |/ | | | | | | | | | | | | Conflicts: doc/Makefile.am ice-9/Makefile.am libguile/gc.c
| * Add `ChangeLog-2008' files to the distribution.Ludovic Courtès2008-09-121-2/+2
| |
| * Get rid of Automake's "maintainer mode".Ludovic Courtès2008-09-091-2/+1
| | | | | | | | | | | | | | * NEWS: Update. * configure.in: Remove `AM_MAINTAINER_MODE' invocation. * doc/Makefile.am, ice-9/Makefile.am: Ignore `MAINTAINER_MODE' conditional.
* | merge from guile masterAndy Wingo2008-08-261-2/+2
|\ \ | |/ | | | | Had to fix up .gitignore for some conflicts.
| * Fix dangling references to files that have been removed.Ludovic Courtès2008-04-261-2/+2
| |
* | merge guile-vm to guileAndy Wingo2008-08-021-0/+2
|\ \ | |/ |/| | | An attempt to pull in the original history from guile-vm into guile itself.
| * Fixed a Scheme translation bug; cleaned compilation with GCC 4.Ludovic Courtes2008-04-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * 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 builtMarius Vollmer2002-08-241-2/+2
| | | | currently.
* (EXTRA_DIST): New var.Thien-Thi Nguyen2002-05-131-0/+2
|
* Include ../am/maintainer-dirs (in MAINTAINER_MODE).Thien-Thi Nguyen2002-05-121-3/+10
| | | | | (guile-api.alist, guile-api.alist-FORCE): New rules (in MAINTAINER_MODE).
* (dist-hook): Simplified to not use "cd"; now it works for relativeMarius Vollmer2002-04-171-5/+4
| | | | pathnames in $(distdir).
* * Complete split of documentation into per-manual subdirectories.Neil Jerram2001-08-241-48/+3
|
* * Makefile.am (guile_tut_TEXINFOS): remove guile-tut.texi. It'sRob Browning2001-08-181-1/+1
| | | | already in info_TEXINFOS.
* * misc-modules.texi: New file.Martin Grabmüller2001-06-291-1/+1
| | | | | | | | | | | | | | | | | (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.
* (version.texi, version-tutorial.texi): Removed kluges to build themMarius Vollmer2001-06-251-4/+8
| | | | unconditionally.
* * srfi-13-14.texi: Removed.Martin Grabmüller2001-05-141-1/+1
| | | | | | | | | | | | | * 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.
* * srfi-13-14.texi: Added @bullet to various @itemize lists.Martin Grabmüller2001-05-021-1/+2
| | | | | | | | | | | | | | | | * 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).
* * Consolidate authorship information in AUTHORS file.Neil Jerram2001-04-281-2/+4
| | | | | | * Simplify THANKS file and add in recent contributors. * Add top level menu entry for Manual Conventions node. * Consolidate notes at beginning of guile.texi.
* * guile.1: New file, from Robert Merkel and Rob Browning.Marius Vollmer2001-04-241-0/+6
| | | | | | * 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.
* * Fix bug with multiple files including of version.texi.Neil Jerram2001-04-241-1/+4
|
* * Makefile.am (guile_TEXINFOS): Added srfi-13-14.texi.Martin Grabmüller2001-04-241-1/+1
| | | | | | * srfi-13-14.texi: New file documenting SRFI-13/14. * guile.texi (Top): Added the SRFI-13/14 menu entry and @include.
* * Remove r4rs from distribution.Neil Jerram2001-04-221-1/+1
|
* * data-rep.texi (Immediates vs. Non-immediates): UpdateNeil Jerram2001-04-021-1/+2
| | | | | | | | | | 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.
* * scheme-reading.texi (Further Reading): Add bullets to furtherNeil Jerram2001-03-301-1/+1
| | | | | | | | | | | 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.)
* 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.Neil Jerram2001-02-151-2/+0
| | | | * Explain data-rep.texi retirement in README.
* * Makefile.am (version.texi): Override automake's rule forMarius Vollmer2000-01-301-0/+6
| | | | version.texi so that it gets created even in non-maintainer-mode.
* * Makefile.am (dist-hook): Updated to include oldfmt.c inMikael Djurfeldt2000-01-121-2/+6
| | | | distribution archive.
* * COPYING: New file.Jim Blandy1998-10-191-1/+1
| | | | | | * Makefile.in: Regenerated. * Makefile.am (EXAMPLE_SMOB_FILES): List example-smob/COPYING. * Makefile.in: Regenerated.
* Added copyright notice.Jim Blandy1998-10-191-0/+20
|
* * data-rep.texi: Extended to accomodate a full running example,Jim Blandy1998-10-151-0/+9
| | | | | | | | | 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.
* * New directory for documentation.Jim Blandy1998-10-071-0/+2
* 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.