summaryrefslogtreecommitdiff
path: root/libguile
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog for "Improved MIPS/Linux gc_os_dep.c definitions"Neil Jerram2008-07-171-0/+10
* Handle lack of `struct dirent64' and `readdir64_r ()' on HP-UX 11.11.Ludovic Courtès2008-07-174-2/+34
* Improved MIPS/Linux gc_os_dep.c definitions...Neil Jerram2008-07-121-12/+11
* Add `scm_c_symbol_length ()'.Ludovic Courtès2008-07-053-0/+16
* Don't declare `scm_i_locale_mutex' as `SCM_INTERNAL'.Ludovic Courtès2008-07-042-1/+5
* Fix `SCM_INTERNAL' with GCC 4.3.Ludovic Courtès2008-07-042-2/+8
* Modernize Automake files.Ludovic Courtès2008-06-282-6/+10
* Disable type-checking of `SCM_UNPACK' for the broken HP compilers.Ludovic Courtès2008-06-282-2/+13
* Work around `#define except' on Tru64.Ludovic Courtès2008-06-022-5/+11
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-3191-348/+379
* Delete trailing whitespace.Neil Jerram2008-05-151-241/+241
* ChangeLog updates for latest set of SRFI-18 changesJulian Graham2008-05-141-0/+14
* Delete trailing whitespace.Neil Jerram2008-05-142-30/+30
* latest set of SRFI-18 support changes to core threadsJulian Graham2008-05-142-74/+93
* Expand DEFFROM and DEFTO macros in discouraged.c...Neil Jerram2008-05-132-25/+126
* Fix continuation problems on IA64....Neil Jerram2008-05-127-36/+108
* Avoid warning with GCC on FreeBSD 6.2 in `numbers.c'.Ludovic Courtès2008-05-072-1/+8
* Fix c-tokenize.c error: 'input' defined but not used, when compiling with GCC...Neil Jerram2008-05-052-1/+10
* Remove extraneous semi-colon in `read.c'.Ludovic Courtès2008-04-262-1/+7
* Don't use "-I$(srcdir)", so that our "random.h" doesn't shadow libc's on Tru64.Ludovic Courtès2008-04-243-3/+18
* Inline `scm_getc', `scm_putc' and `scm_puts'.Ludovic Courtès2008-04-164-68/+88
* Revert "Fix typo in `read.c'."...Ludovic Courtès2008-04-151-1/+1
* Fix typo in `read.c'.Ludovic Courtès2008-04-151-1/+1
* Add support for SRFI-88-like postfix keyword read syntax.Ludovic Courtès2008-04-152-6/+27
* Slightly simplify inline machinery.Ludovic Courtès2008-04-132-7/+7
* Really fix inline machinery for MacOS X.Ludovic Courtès2008-04-132-4/+11
* Fix inline machinery in C99 mode on MacOS X.Ludovic Courtès2008-04-102-2/+13
* fix struct-ref and struct-set! on "light" structs...Andy Wingo2008-04-102-2/+16
* initialize 'u' slots to 0, not SCM_UNPACK(SCM_GOOPS_UNBOUND)...Andy Wingo2008-04-102-3/+11
* respect slot allocation, e.g. for <read-only-slot>...Andy Wingo2008-04-102-2/+16
* Fix inline machinery for GCC 4.3 and later in C99 mode.Ludovic Courtès2008-04-072-40/+44
* More `.gitignore'.Ludovic Courtès2008-04-071-0/+15
* (to_timespec): Change 1000000 multiplier to...Neil Jerram2008-03-242-21/+30
* Fix `alloca' on FreeBSD 6.Ludovic Courtès2008-03-101-0/+6
* Only define scm_from_complex_double if it will...Neil Jerram2008-03-092-2/+9
* Core enhancements, by Julian Graham, to Guile's thread, mutex and...Neil Jerram2008-03-083-163/+400
* Fix type-checking for the second argument of `eval'.Ludovic Courtès2008-03-062-2/+10
* Fix "mixed linkage" errors in `inline.h'.Ludovic Courtès2008-03-023-4/+21
* (errno): Remove declarations that have been there...Neil Jerram2008-02-272-8/+8
* Use `imaginary_part' instead of `imaginary' to fix build on Solaris 2.10.Ludovic Courtès2008-02-232-5/+13
* Look for `strncasecmp' declaration.Ludovic Courtès2008-02-221-0/+4
* Fix build issue in `gc.c' on GNU/Linux IA64.Ludovic Courtès2008-02-222-2/+7
* Fix bug #22369: segfault in `scm_add_slot ()'.Ludovic Courtès2008-02-212-2/+10
* Merge 1.8.4 release commit.Ludovic Courtès2008-02-212-2/+6
* Fix NetBSD/alpha support.Ludovic Courtès2008-02-162-2/+12
* Release stuff: missing NEWS and 2007/2008 copyrights.Neil Jerram2008-02-154-4/+4
* guile-snarf: Honor $TMPDIR.Ludovic Courtès2008-02-122-2/+9
* * numbers.c (SCM_COMPLEX_VALUE): Use GUILE_I instead of _Complex_I...Neil Jerram2008-02-112-6/+14
* More compilation fixes with Sun CC (bug #21378).Ludovic Courtès2008-02-073-5/+16
* * threads.c (do_thread_exit, scm_cancel_thread,...Neil Jerram2008-02-074-26/+36