summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-26Only run `test-with-guile-module' when pthread support is built.Ludovic Courtès4-1/+28
2008-04-26Remove extraneous semi-colon in `read.c'.Ludovic Courtès2-1/+7
2008-04-26Make `(srfi srfi-35)' visible through `cond-expand'.Ludovic Courtès5-2/+23
2008-04-26Add `(srfi srfi-88)'.Ludovic Courtès10-7/+188
2008-04-26Fix dangling references to files that have been removed.Ludovic Courtès4-6/+12
2008-04-24Don't use "-I$(srcdir)", so that our "random.h" doesn't shadow libc's on Tru64.Ludovic Courtès4-3/+19
2008-04-17Document file-exists?Neil Jerram2-0/+9
2008-04-17Add `read' benchmark.Ludovic Courtès3-4/+72
2008-04-16Update `NEWS'.Ludovic Courtès1-0/+1
2008-04-16Inline `scm_getc', `scm_putc' and `scm_puts'.Ludovic Courtès5-68/+89
2008-04-16Merge branch 'master' of ssh://civodul@git.sv.gnu.org/srv/git/guileLudovic Courtès7-5/+27
2008-04-16Don't use "echo -n" in `guile-readline/configure.in'.Ludovic Courtès2-1/+12
2008-04-16Add TAGS to .gitignoreNeil Jerram1-0/+1
2008-04-16A few elisp fixes and enhancementsNeil Jerram4-4/+18
2008-04-16* gds-client.scm (gds-debug-trap): Ensure that frame index passed to Emacs is...Neil Jerram2-1/+8
2008-04-15Revert "Fix typo in `read.c'."Ludovic Courtès1-1/+1
2008-04-15Fix typo in `read.c'.Ludovic Courtès1-1/+1
2008-04-15Add support for SRFI-88-like postfix keyword read syntax.Ludovic Courtès8-12/+81
2008-04-13Test the interaction of GOOPS objects with `struct-{ref,set!}'.Ludovic Courtès2-2/+33
2008-04-13Slightly simplify inline machinery.Ludovic Courtès2-7/+7
2008-04-13Really fix inline machinery for MacOS X.Ludovic Courtès2-4/+11
2008-04-10Fix inline machinery in C99 mode on MacOS X.Ludovic Courtès2-2/+13
2008-04-10Add `NEWS' entries for Andy's fixes.Ludovic Courtès1-0/+2
2008-04-10fix struct-ref and struct-set! on "light" structsAndy Wingo2-2/+16
2008-04-10initialize 'u' slots to 0, not SCM_UNPACK(SCM_GOOPS_UNBOUND)Andy Wingo2-3/+11
2008-04-10respect slot allocation, e.g. for <read-only-slot>Andy Wingo2-2/+16
2008-04-08Fix manual typo.Neil Jerram2-1/+5
2008-04-08Update/remove references to the CVS repository.Ludovic Courtès5-240/+28
2008-04-07Fix "#include" directives in stand-alone C tests.Ludovic Courtès7-16/+28
2008-04-07Fix inline machinery for GCC 4.3 and later in C99 mode.Ludovic Courtès3-40/+45
2008-04-07More `.gitignore'.Ludovic Courtès5-0/+18
2008-04-07More `.gitignore'.Ludovic Courtès5-0/+29
2008-03-24(to_timespec): Change 1000000 multiplier toNeil Jerram2-21/+30
2008-03-24(Mutexes and Condition Variables): ChangeNeil Jerram2-1/+9
2008-03-19(command-loop): UseNeil Jerram2-1/+9
2008-03-19* api-debug.texi (Low Level Trap Calls): Removed (materialNeil Jerram7-646/+404
2008-03-18Use SRFI-1 in `(oop goops util)'.Ludovic Courtès2-40/+11
2008-03-13Honor $TMPDIR in the test suite.Ludovic Courtès5-11/+74
2008-03-12Fix SRFI-37 `args-fold' with short option names of argument-less options.Ludovic Courtès5-4/+34
2008-03-12Provide `describe' feature in `(oop goops describe)'.Ludovic Courtès3-3/+14
2008-03-10Fix `alloca' on FreeBSD 6.Ludovic Courtès2-1/+8
2008-03-09Only define scm_from_complex_double if it willNeil Jerram3-2/+10
2008-03-08Core enhancements, by Julian Graham, to Guile's thread, mutex andNeil Jerram6-174/+609
2008-03-06Fix type-checking for the second argument of `eval'.Ludovic Courtès3-2/+11
2008-03-02Fix "mixed linkage" errors in `inline.h'.Ludovic Courtès4-4/+22
2008-02-27(errno): Remove declarations that have been thereNeil Jerram3-9/+9
2008-02-23* FAQ: New file.Neil Jerram4-1/+33
2008-02-23Updated to GNU codingNeil Jerram2-18/+48
2008-02-23Use `imaginary_part' instead of `imaginary' to fix build on Solaris 2.10.Ludovic Courtès4-5/+17
2008-02-22Fix `(ice-9 match)' for lists of lists.Ludovic Courtès3-2/+14