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