summaryrefslogtreecommitdiff
path: root/libguile/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Rename `ChangeLog' files to `ChangeLog-2008'.Ludovic Courtès2008-09-121-14642/+0
* Resolve a deadlock caused by not checking mutex state after calling `SCM_TICK'.Julian Graham2008-08-311-0/+5
* Fix builds `--without-threads'.Ludovic Courtès2008-08-271-0/+9
* Use $(GCC_CFLAGS) for `-Werror' et al. so that it's not used to compileLudovic Courtès2008-08-251-0/+5
* Never define `_GNU_SOURCE' explicitly since `AC_USE_SYSTEM_EXTENSIONS'Ludovic Courtès2008-08-201-0/+6
* Add ChangeLog and NEWS entry for the GOOPS `class-redefinition' memoryLudovic Courtès2008-08-191-0/+7
* Fix misleading output from `(help rationalize)'Neil Jerram2008-08-031-0/+6
* 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-171-0/+10
* Add `scm_c_symbol_length ()'.Ludovic Courtès2008-07-051-0/+5
* Don't declare `scm_i_locale_mutex' as `SCM_INTERNAL'.Ludovic Courtès2008-07-041-0/+4
* Fix `SCM_INTERNAL' with GCC 4.3.Ludovic Courtès2008-07-041-0/+6
* Modernize Automake files.Ludovic Courtès2008-06-281-0/+4
* Disable type-checking of `SCM_UNPACK' for the broken HP compilers.Ludovic Courtès2008-06-281-0/+5
* Work around `#define except' on Tru64.Ludovic Courtès2008-06-021-0/+6
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-0/+7
* Delete trailing whitespace.Neil Jerram2008-05-151-241/+241
* ChangeLog updates for latest set of SRFI-18 changesJulian Graham2008-05-141-0/+14
* Expand DEFFROM and DEFTO macros in discouraged.cNeil Jerram2008-05-131-0/+6
* Fix continuation problems on IA64.Neil Jerram2008-05-121-0/+35
* Avoid warning with GCC on FreeBSD 6.2 in `numbers.c'.Ludovic Courtès2008-05-071-0/+5
* Fix c-tokenize.c error: 'input' defined but not used, when compiling with GCC...Neil Jerram2008-05-051-0/+4
* Remove extraneous semi-colon in `read.c'.Ludovic Courtès2008-04-261-0/+6
* Don't use "-I$(srcdir)", so that our "random.h" doesn't shadow libc's on Tru64.Ludovic Courtès2008-04-241-0/+9
* Inline `scm_getc', `scm_putc' and `scm_puts'.Ludovic Courtès2008-04-161-0/+5
* Add support for SRFI-88-like postfix keyword read syntax.Ludovic Courtès2008-04-151-0/+7
* Slightly simplify inline machinery.Ludovic Courtès2008-04-131-1/+1
* Really fix inline machinery for MacOS X.Ludovic Courtès2008-04-131-0/+6
* Fix inline machinery in C99 mode on MacOS X.Ludovic Courtès2008-04-101-0/+7
* fix struct-ref and struct-set! on "light" structsAndy Wingo2008-04-101-0/+6
* initialize 'u' slots to 0, not SCM_UNPACK(SCM_GOOPS_UNBOUND)Andy Wingo2008-04-101-1/+4
* respect slot allocation, e.g. for <read-only-slot>Andy Wingo2008-04-101-0/+7
* Fix inline machinery for GCC 4.3 and later in C99 mode.Ludovic Courtès2008-04-071-0/+7
* (to_timespec): Change 1000000 multiplier toNeil Jerram2008-03-241-0/+16
* Fix `alloca' on FreeBSD 6.Ludovic Courtès2008-03-101-0/+6
* Only define scm_from_complex_double if it willNeil Jerram2008-03-091-0/+5
* Core enhancements, by Julian Graham, to Guile's thread, mutex andNeil Jerram2008-03-081-0/+26
* Fix type-checking for the second argument of `eval'.Ludovic Courtès2008-03-061-0/+5
* Fix "mixed linkage" errors in `inline.h'.Ludovic Courtès2008-03-021-0/+8
* (errno): Remove declarations that have been thereNeil Jerram2008-02-271-0/+8
* Use `imaginary_part' instead of `imaginary' to fix build on Solaris 2.10.Ludovic Courtès2008-02-231-1/+9
* 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-221-0/+5
* Fix bug #22369: segfault in `scm_add_slot ()'.Ludovic Courtès2008-02-211-0/+7
* Merge 1.8.4 release commit.Ludovic Courtès2008-02-211-0/+4
* Fix NetBSD/alpha support.Ludovic Courtès2008-02-161-0/+5
* guile-snarf: Honor $TMPDIR.Ludovic Courtès2008-02-121-0/+4
* * numbers.c (SCM_COMPLEX_VALUE): Use GUILE_I instead of _Complex_INeil Jerram2008-02-111-0/+7
* More compilation fixes with Sun CC (bug #21378).Ludovic Courtès2008-02-071-0/+11
* * threads.c (do_thread_exit, scm_cancel_thread,Neil Jerram2008-02-071-0/+10