| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 Wingo | 2014-04-28 | 1 | -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 Wingo | 2010-02-16 | 1 | -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 Jerram | 2009-08-03 | 1 | -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 Wingo | 2009-06-21 | 1 | -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 Jerram | 2009-06-17 | 1 | -8/+8 |
* | Merge commit 'origin/master' into vm...Conflicts:
.gitignore
guile-tools.in
srfi/srfi-19.scm
| Andy Wingo | 2009-01-12 | 1 | -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ès | 2008-11-13 | 1 | -5/+1 |
* | | Merge commit 'origin/master' into vm...Conflicts:
doc/Makefile.am
ice-9/Makefile.am
libguile/gc.c
| Andy Wingo | 2008-09-30 | 1 | -4/+2 |
|\| |
|
| * | Add `ChangeLog-2008' files to the distribution. | Ludovic Courtès | 2008-09-12 | 1 | -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ès | 2008-09-09 | 1 | -2/+1 |
* | | merge from guile master...Had to fix up .gitignore for some conflicts.
| Andy Wingo | 2008-08-26 | 1 | -2/+2 |
|\| |
|
| * | Fix dangling references to files that have been removed. | Ludovic Courtès | 2008-04-26 | 1 | -2/+2 |
* | | merge guile-vm to guile...An attempt to pull in the original history from guile-vm into guile itself.
| Andy Wingo | 2008-08-02 | 1 | -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 Courtes | 2008-04-25 | 1 | -2/+1 |
| * | ChangeLog | Keisuke Nishida | 2000-09-22 | 1 | -1/+1 |
| * | Initial revision | Keisuke Nishida | 2000-08-22 | 1 | -0/+2 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-16 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -2/+2 |
* | (EXTRA_DIST): Do not distribute guile-api.alist, it can't be built...currently.
| Marius Vollmer | 2002-08-24 | 1 | -2/+2 |
* | (EXTRA_DIST): New var. | Thien-Thi Nguyen | 2002-05-13 | 1 | -0/+2 |
* | Include ../am/maintainer-dirs (in MAINTAINER_MODE)....(guile-api.alist, guile-api.alist-FORCE):
New rules (in MAINTAINER_MODE).
| Thien-Thi Nguyen | 2002-05-12 | 1 | -3/+10 |
* | (dist-hook): Simplified to not use "cd"; now it works for relative...pathnames in $(distdir).
| Marius Vollmer | 2002-04-17 | 1 | -5/+4 |
* | * Complete split of documentation into per-manual subdirectories. | Neil Jerram | 2001-08-24 | 1 | -48/+3 |
* | * Makefile.am (guile_tut_TEXINFOS): remove guile-tut.texi. It's...already in info_TEXINFOS.
| Rob Browning | 2001-08-18 | 1 | -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üller | 2001-06-29 | 1 | -1/+1 |
* | (version.texi, version-tutorial.texi): Removed kluges to build them...unconditionally.
| Marius Vollmer | 2001-06-25 | 1 | -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üller | 2001-05-14 | 1 | -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üller | 2001-05-02 | 1 | -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 Jerram | 2001-04-28 | 1 | -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 Vollmer | 2001-04-24 | 1 | -0/+6 |
* | * Fix bug with multiple files including of version.texi. | Neil Jerram | 2001-04-24 | 1 | -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üller | 2001-04-24 | 1 | -1/+1 |
* | * Remove r4rs from distribution. | Neil Jerram | 2001-04-22 | 1 | -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 Jerram | 2001-04-02 | 1 | -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 Jerram | 2001-03-30 | 1 | -1/+1 |
* | Move doc files into guile-core distribution (7) | Neil Jerram | 2001-03-09 | 1 | -1/+1 |
* | Move doc files into guile-core distribution (4) | Neil Jerram | 2001-03-09 | 1 | -5/+37 |
* | * Remove data-rep.texi from Makefile.am....* Explain data-rep.texi retirement in README.
| Neil Jerram | 2001-02-15 | 1 | -2/+0 |
* | * Makefile.am (version.texi): Override automake's rule for...version.texi so that it gets created even in non-maintainer-mode.
| Marius Vollmer | 2000-01-30 | 1 | -0/+6 |
* | * Makefile.am (dist-hook): Updated to include oldfmt.c in...distribution archive.
| Mikael Djurfeldt | 2000-01-12 | 1 | -2/+6 |
* | * COPYING: New file....* Makefile.in: Regenerated.
* Makefile.am (EXAMPLE_SMOB_FILES): List example-smob/COPYING.
* Makefile.in: Regenerated.
| Jim Blandy | 1998-10-19 | 1 | -1/+1 |
* | Added copyright notice. | Jim Blandy | 1998-10-19 | 1 | -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 Blandy | 1998-10-15 | 1 | -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 Blandy | 1998-10-07 | 1 | -0/+2 |