summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Misc GOOPS chapter updateswip-manualNeil Jerram2009-08-092-7/+6
* Use #:keyword syntax in preference to :keywordNeil Jerram2009-08-093-12/+12
* In general, use @lisp in preference to @smalllispNeil Jerram2009-08-0912-76/+76
* Use @result{} instead of -->Neil Jerram2009-08-091-9/+9
* Update GOOPS Getting Started sectionNeil Jerram2009-08-091-10/+21
* Minor textual improvements to slot sectionsNeil Jerram2009-08-081-21/+29
* Move tutorial sections on slots before inheritanceNeil Jerram2009-08-081-65/+65
* Change <complex> to <my-complex> in GOOPS tutorialNeil Jerram2009-08-081-50/+44
* Start updating/merging GOOPS getting started / tutorial textNeil Jerram2009-08-082-105/+52
* Remove page break after heading of Chapter 6 (Modules)Neil Jerram2009-08-081-1/+0
* Use GOOPS Introduction as intorudctory text for the whole GOOPS chapterNeil Jerram2009-08-081-11/+7
* Include GOOPS pictures in the distributionNeil Jerram2009-08-061-1/+7
* Git-Ignore effective-version.texiNeil Jerram2009-08-041-0/+1
* Fix overfull hboxesNeil Jerram2009-08-0412-66/+102
* TyposNeil Jerram2009-08-041-2/+2
* Add an effective version variable for the manualNeil Jerram2009-08-046-6/+10
* Add copyright statements to goops.texi and goops-tutorial.texiNeil Jerram2009-08-042-0/+12
* Move GOOPS documentation into the main manualNeil Jerram2009-08-0318-225/+100
* Move `Continuation Barriers' to the section that covers continuationsNeil Jerram2009-08-032-27/+28
* Review/update sections on arbiters and asyncsNeil Jerram2009-08-031-21/+15
* Miscellaneous small updatesNeil Jerram2009-08-033-9/+10
* Remove the idea of a separate manual edition numberNeil Jerram2009-08-032-12/+7
* Add 32-bit charactersMichael Gran2009-07-298-43/+126
* Replace global charnames variables with accessorsMichael Gran2009-07-274-68/+109
* increase range of relative jumps by aligning blocks to 8-byte boundariesAndy Wingo2009-07-267-26/+39
* make sure all programs are 8-byte alignedAndy Wingo2009-07-2610-45/+53
* fix alignment of subprograms of subprogramsAndy Wingo2009-07-261-6/+9
* fix unused SCM_FRAME_SET_DYNAMIC_LINK macroAndy Wingo2009-07-261-1/+1
* fix vmstack gdb macro for new stack frame layoutAndy Wingo2009-07-261-5/+0
* check that jumps are within the range of a signed 16-bit intAndy Wingo2009-07-241-1/+4
* fix gensym creation in psyntaxAndy Wingo2009-07-242-4/+5
* increase default stack size to 64 kilowordsAndy Wingo2009-07-241-1/+1
* compiler support for nlocs >= 256Andy Wingo2009-07-242-10/+62
* nlocs is now 16 bits wideAndy Wingo2009-07-244-40/+47
* remove all mentions of "external" from the compiler and related codeAndy Wingo2009-07-2315-268/+195
* rename "closure-ref" to "free-ref"; s/vars/variables/ in some namesAndy Wingo2009-07-239-49/+49
* remove "externals" from the vmAndy Wingo2009-07-2312-184/+60
* compile lexical variable access and closure creation to the new opsAndy Wingo2009-07-235-288/+368
* vm support for display closuresAndy Wingo2009-07-223-1/+130
* renumber vm ops (objcode cookie bumped)Andy Wingo2009-07-214-175/+176
* Bump version number for 1.9.1.release_1-9-1Ludovic Courtès2009-07-151-1/+1
* Make the non-integrated VM test-suite less verbose.Ludovic Courtès2009-07-151-5/+2
* Add FIXMEs about misaligned objcode-metas.Ludovic Courtès2009-07-152-0/+9
* Fix unaligned access in the VM code.Ludovic Courtès2009-07-151-7/+27
* Const-qualify buffers passed to `scm_c_make_objcode_slice ()'.Ludovic Courtès2009-07-152-4/+4
* Switch remaining GPLv2+ Guile-VM headers to LGPLv3+.Ludovic Courtès2009-07-159-123/+114
* Fix typo in the compile-type verification of `OBJCODE_COOKIE'.Ludovic Courtès2009-07-151-1/+1
* Make sure at compile-time that `OBJCODE_COOKIE' has the right size.Ludovic Courtès2009-07-151-1/+7
* Explicitly use Gnulib's `verify' module.Ludovic Courtès2009-07-152-2/+3
* Augment `OBJCODE_COOKIE' to detect wrong endianness or word size.Ludovic Courtès2009-07-151-1/+15