index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-25
cross-compiling should not imply need for and use of GUILE_FOR_BUILD
branch-notes/wip-1-8-mingw-build
historical/wip-1-8-mingw-build
Neil Jerram
2
-10
/
+14
2010-03-05
On MinGW, return #t instead of calling system (NULL)
Neil Jerram
1
-0
/
+7
2010-03-05
Make test scripts check GUILE environment variable
Neil Jerram
6
-12
/
+12
2010-03-05
Ignore built *.exe files
Neil Jerram
1
-0
/
+1
2010-03-05
Patch ltmain.sh to handle args correctly when invoking a Windows executable
Neil Jerram
2
-0
/
+149
2010-03-05
Add @EXEEXT@ to Guile executable paths
Neil Jerram
2
-1
/
+5
2010-03-04
Use scm_t_ptrdiff consistently instead of ptrdiff_t
Neil Jerram
1
-2
/
+2
2010-03-04
Improve README text on cross-building for Windows
Neil Jerram
1
-13
/
+29
2009-12-18
Fix test environment issue with ltdl from Libtool 2.2.6b.
Ludovic Courtès
2
-2
/
+5
2009-11-26
Work around path name length limitations in `socket.test'.
Ludovic Courtès
1
-8
/
+26
2009-10-26
Update `NEWS'.
Ludovic Courtès
1
-0
/
+2
2009-10-26
Add GOOPS `class-of' test for nameless structs.
Ludovic Courtès
1
-1
/
+6
2009-10-26
SRFI-35: Provide nice vtable names, to make GOOPS happier.
Ludovic Courtès
2
-13
/
+25
2009-10-26
Fix unbound variable references in `srfi-19.scm'.
Ludovic Courtès
1
-14
/
+23
2009-10-01
Fix doc for inet-ntop: always produces a string
Neil Jerram
3
-6
/
+6
2009-10-01
Fix handling of IPv6 addresses
Neil Jerram
3
-2
/
+89
2009-10-01
Fix incorrect doc mentions of INADDR_LOCALHOST
Neil Jerram
2
-2
/
+3
2009-09-23
bugfix: don't dynamic link if we found a registered extension
Andy Wingo
2
-0
/
+6
2009-08-27
Fix doc of let*-values
Neil Jerram
2
-1
/
+2
2009-08-21
Update NEWS
Neil Jerram
1
-0
/
+1
2009-08-21
Avoid clash with system setjmp/longjmp on IA64
Neil Jerram
6
-17
/
+26
2009-08-17
Update `NEWS' for commit d8dd381fa781c236ae777ca1ac55b73d3ca91c2a.
Ludovic Courtès
2
-0
/
+8
2009-08-04
fix buffer overrun reading partial numbers: 1.0f, 1.0/, and 1.0+
Andy Wingo
1
-1
/
+16
2009-07-05
Bump version number for 1.8.7.
release_1-8-7
Ludovic Courtès
1
-2
/
+2
2009-07-05
Update `NEWS'.
Ludovic Courtès
1
-0
/
+1
2009-07-05
Enclose `bit-operations.test' in its own module.
Ludovic Courtès
1
-3
/
+4
2009-07-05
Work around the lack of a vsnprintf(3) declaration on AIX 5.3.
Ludovic Courtès
2
-3
/
+7
2009-07-05
Fix the `BUILD_PTHREAD_SUPPORT' Automake conditional when not using pthread.
Ludovic Courtès
1
-5
/
+6
2009-07-04
Aggregate makefiles under `ice-9'.
Ludovic Courtès
4
-72
/
+17
2009-07-04
Update `NEWS' and `README' to cover MinGW cross-compiling
Neil Jerram
2
-16
/
+33
2009-07-01
Revert "Add libguile to the subdirs where pre-inst-guile* looks for libraries"
Neil Jerram
2
-2
/
+2
2009-07-01
Read complex numbers where both parts are inexact decimals
Neil Jerram
3
-7
/
+22
2009-06-30
Correction to doc on Accessing Arrays from C
Neil Jerram
1
-15
/
+7
2009-06-30
URL missing from previous commit message
Neil Jerram
0
-0
/
+0
2009-06-30
Add libguile to the subdirs where pre-inst-guile* looks for libraries
Neil Jerram
2
-2
/
+2
2009-06-29
For MinGW hide exported struct variables behind pointers
Neil Jerram
4
-2
/
+30
2009-06-29
Use GUILE_FOR_BUILD for autogeneration steps during the build
Neil Jerram
1
-1
/
+1
2009-06-29
srfi-60.c shouldn't include private-gc.h
Neil Jerram
1
-1
/
+1
2009-06-29
In MinGW build, avoid clash between libguile and SRFI library function names
Neil Jerram
3
-5
/
+13
2009-06-25
Revert "* FAQ: New file."
Neil Jerram
3
-27
/
+1
2009-06-25
Remove GDB_INTERFACE stuff from guile's main program
Neil Jerram
1
-6
/
+0
2009-06-21
Fix MinGW build warning caused by tzname redeclaration
Neil Jerram
1
-2
/
+3
2009-06-18
Thank Sylvain
Neil Jerram
1
-0
/
+1
2009-06-18
URL omitted from the previous commit message...
Neil Jerram
0
-0
/
+0
2009-06-18
Remove AC_SYS_RESTARTABLE_SYSCALLS and related code
Neil Jerram
6
-158
/
+2
2009-06-06
Fix popen.test on NetBSD and Ubuntu Jaunty, where sh is not Bash
Neil Jerram
2
-1
/
+2
2009-05-20
Remove possible deadlock in scm_join_thread
Neil Jerram
2
-11
/
+40
2009-05-20
Avoid "no duplicate" popen tests leaving zombie processes
Neil Jerram
1
-31
/
+77
2009-05-20
Fix `explicitely' typos, should be `explicitly'
Neil Jerram
10
-11
/
+11
2009-05-12
Update `NEWS'.
Ludovic Courtès
1
-0
/
+1
[next]