index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle lack of `struct dirent64' and `readdir64_r ()' on HP-UX 11.11.
Ludovic Courtès
2008-07-17
1
-0
/
+1
*
Improve stack direction test
...
Neil Jerram
2008-07-12
1
-0
/
+1
*
Add `scm_c_symbol_length ()'.
Ludovic Courtès
2008-07-05
1
-0
/
+4
*
Add `NEWS' entry for SRFI-18.
Ludovic Courtès
2008-06-30
1
-0
/
+1
*
Disable type-checking of `SCM_UNPACK' for the broken HP compilers.
Ludovic Courtès
2008-06-28
1
-1
/
+1
*
guile-config: Show `-L$libdir' before `-lguile'.
Ludovic Courtès
2008-06-02
1
-0
/
+1
*
Work around `#define except' on Tru64.
Ludovic Courtès
2008-06-02
1
-0
/
+2
*
Update `NEWS'.
Ludovic Courtès
2008-05-31
1
-0
/
+10
*
Remove uses of non-portable makefile constructs.
Ludovic Courtès
2008-05-07
1
-0
/
+1
*
Add NEWS and concept index entries for traps infrastructure and Emacs support.
Neil Jerram
2008-05-05
1
-0
/
+12
*
Add `pkg-config' support.
Ludovic Courtès
2008-05-04
1
-0
/
+4
*
Fix type-checking of SRFI-1 `partition'.
Ludovic Courtès
2008-04-28
1
-0
/
+1
*
Make `(srfi srfi-35)' visible through `cond-expand'.
Ludovic Courtès
2008-04-26
1
-0
/
+1
*
Add `(srfi srfi-88)'.
Ludovic Courtès
2008-04-26
1
-0
/
+4
*
Don't use "-I$(srcdir)", so that our "random.h" doesn't shadow libc's on Tru64.
Ludovic Courtès
2008-04-24
1
-0
/
+1
*
Update `NEWS'.
Ludovic Courtès
2008-04-16
1
-0
/
+1
*
Inline `scm_getc', `scm_putc' and `scm_puts'.
Ludovic Courtès
2008-04-16
1
-0
/
+1
*
Add support for SRFI-88-like postfix keyword read syntax.
Ludovic Courtès
2008-04-15
1
-0
/
+4
*
Add `NEWS' entries for Andy's fixes.
Ludovic Courtès
2008-04-10
1
-0
/
+2
*
Update/remove references to the CVS repository.
Ludovic Courtès
2008-04-08
1
-0
/
+8
*
Fix inline machinery for GCC 4.3 and later in C99 mode.
Ludovic Courtès
2008-04-07
1
-0
/
+1
*
Honor $TMPDIR in the test suite.
Ludovic Courtès
2008-03-13
1
-0
/
+1
*
Fix SRFI-37 `args-fold' with short option names of argument-less options.
Ludovic Courtès
2008-03-12
1
-1
/
+6
*
Provide `describe' feature in `(oop goops describe)'.
Ludovic Courtès
2008-03-12
1
-0
/
+1
*
Fix `alloca' on FreeBSD 6.
Ludovic Courtès
2008-03-10
1
-1
/
+2
*
Only define scm_from_complex_double if it will
...
Neil Jerram
2008-03-09
1
-0
/
+1
*
Fix type-checking for the second argument of `eval'.
Ludovic Courtès
2008-03-06
1
-0
/
+1
*
Fix "mixed linkage" errors in `inline.h'.
Ludovic Courtès
2008-03-02
1
-0
/
+1
*
(errno): Remove declarations that have been there
...
Neil Jerram
2008-02-27
1
-1
/
+1
*
* FAQ: New file.
...
Neil Jerram
2008-02-23
1
-0
/
+7
*
Use `imaginary_part' instead of `imaginary' to fix build on Solaris 2.10.
Ludovic Courtès
2008-02-23
1
-0
/
+1
*
Fix `(ice-9 match)' for lists of lists.
Ludovic Courtès
2008-02-22
1
-1
/
+6
*
Look for `strncasecmp' declaration.
Ludovic Courtès
2008-02-22
1
-0
/
+1
*
Fix build issue in `gc.c' on GNU/Linux IA64.
Ludovic Courtès
2008-02-22
1
-1
/
+2
*
Fix a strange character that got into "scm_add_slot" somehow
Neil Jerram
2008-02-21
1
-1
/
+1
*
Fix bug #22369: segfault in `scm_add_slot ()'.
Ludovic Courtès
2008-02-21
1
-0
/
+7
*
Merge 1.8.4 release commit.
Ludovic Courtès
2008-02-21
1
-0
/
+1
*
Fix NetBSD/alpha support.
Ludovic Courtès
2008-02-16
1
-0
/
+2
*
Release stuff: missing NEWS and 2007/2008 copyrights.
Neil Jerram
2008-02-15
1
-0
/
+12
*
* autogen.sh: Copy versions of config.guess and config.sub from
...
Neil Jerram
2008-02-15
1
-0
/
+1
*
* numbers.c (SCM_COMPLEX_VALUE): Use GUILE_I instead of _Complex_I
...
Neil Jerram
2008-02-11
1
-0
/
+1
*
More compilation fixes with Sun CC (bug #21378).
Ludovic Courtès
2008-02-07
1
-1
/
+1
*
* threads.c (do_thread_exit, scm_cancel_thread,
...
Neil Jerram
2008-02-07
1
-0
/
+1
*
(scm_gc_malloc): Return NULL if requested size is 0.
...
Neil Jerram
2008-02-06
1
-0
/
+2
*
Fix compilation of `numbers.c' with Sun CC.
Ludovic Courtès
2008-02-06
1
-1
/
+2
*
* fports.c (fport_seek): Make dependent on GUILE_USE_64_CALLS.
...
Neil Jerram
2008-02-05
1
-0
/
+2
*
* modules.c (the_root_module): Moved before scm_current_module.
...
Neil Jerram
2008-02-01
1
-0
/
+1
*
*** empty log message ***
Neil Jerram
2008-01-22
1
-0
/
+4
*
* srfi-39.scm: Update copyright statement to LGPL.
...
Neil Jerram
2008-01-22
1
-0
/
+8
*
* hashtab.c (scm_hash_fn_create_handle_x): If supplied assoc_fn
...
Neil Jerram
2008-01-18
1
-0
/
+2
[next]