summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rollup minor diffs between string_abstraction2 and master branchesstring_abstraction2Michael Gran2009-08-2316-100/+80
* Avoid type-punning warning in scm_gentempMichael Gran2009-08-231-2/+3
* Merge branch 'master' into string_abstraction2Michael Gran2009-08-21126-7646/+8909
|\
| * Update NEWSNeil Jerram2009-08-211-0/+1
| * Avoid clash with system setjmp/longjmp on IA64Neil Jerram2009-08-216-17/+26
| * Remove trailing whitespaceNeil Jerram2009-08-211-1/+1
| * Fix set-source-properties so that the special source properties workNeil Jerram2009-08-212-1/+104
| * In srcprop.c change all occurrences of "plist" to "alist"Neil Jerram2009-08-212-39/+39
| * Minor improvements to doc on source propertiesNeil Jerram2009-08-211-9/+9
| * Merge branch 'wip-manual' of ssh://ossau@git.sv.gnu.org/srv/git/guileNeil Jerram2009-08-2140-707/+586
| |\
| | * 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
| * | Use uc_tolower in number conversionMichael Gran2009-08-211-1/+1
| * | Use string accessors for string->number conversionMichael Gran2009-08-214-55/+93
| * | Add initial support for wide symbolsMichael Gran2009-08-216-112/+113
| * | Use symbol accessors in scm_gc_mark_dependenciesMichael Gran2009-08-201-4/+4
| * | Use string accessors in scm_basename and scm_dirnameMichael Gran2009-08-201-21/+39
| * | Avoid type-limits warning in SCM_TO_TYPE_PROTOMichael Gran2009-08-201-6/+19
| * | Type-limits error in GC environment initializationMichael Gran2009-08-201-2/+4
| * | Avoid accessing symbol internals in call_dsubr_1 and DEVALMichael Gran2009-08-205-7/+25
| * | Use string and symbol accessors with obarrays and keyword-dash-symbolsMichael Gran2009-08-202-15/+19
| * | Aggregate `guile-readline' makefiles.Ludovic Courtès2009-08-213-34/+12
| * | Don't use a sub-`configure' for `guile-readline'.Ludovic Courtès2009-08-217-118/+95
| * | eval is actually compileAndy Wingo2009-08-202-24/+30
| * | programs have their own tc7 nowAndy Wingo2009-08-2019-81/+91
| * | eval-elisp uses primitive-evalAndy Wingo2009-08-201-1/+4
| * | define @bind using syntax-caseAndy Wingo2009-08-202-9/+39
| * | use primitive-eval in run-vm-tests.scmAndy Wingo2009-08-201-2/+1
| * | better VM error messagesAndy Wingo2009-08-201-9/+8
| * | update docs for calling convention changeAndy Wingo2009-08-201-64/+54