summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cross-compiling should not imply need for and use of GUILE_FOR_BUILDbranch-notes/wip-1-8-mingw-buildhistorical/wip-1-8-mingw-buildNeil Jerram2010-03-252-10/+14
* On MinGW, return #t instead of calling system (NULL)Neil Jerram2010-03-051-0/+7
* Make test scripts check GUILE environment variableNeil Jerram2010-03-056-12/+12
* Ignore built *.exe filesNeil Jerram2010-03-051-0/+1
* Patch ltmain.sh to handle args correctly when invoking a Windows executableNeil Jerram2010-03-052-0/+149
* Add @EXEEXT@ to Guile executable pathsNeil Jerram2010-03-052-1/+5
* Use scm_t_ptrdiff consistently instead of ptrdiff_tNeil Jerram2010-03-041-2/+2
* Improve README text on cross-building for WindowsNeil Jerram2010-03-041-13/+29
* Fix test environment issue with ltdl from Libtool 2.2.6b.Ludovic Courtès2009-12-182-2/+5
* Work around path name length limitations in `socket.test'.Ludovic Courtès2009-11-261-8/+26
* Update `NEWS'.Ludovic Courtès2009-10-261-0/+2
* Add GOOPS `class-of' test for nameless structs.Ludovic Courtès2009-10-261-1/+6
* SRFI-35: Provide nice vtable names, to make GOOPS happier.Ludovic Courtès2009-10-262-13/+25
* Fix unbound variable references in `srfi-19.scm'.Ludovic Courtès2009-10-261-14/+23
* Fix doc for inet-ntop: always produces a stringNeil Jerram2009-10-013-6/+6
* Fix handling of IPv6 addressesNeil Jerram2009-10-013-2/+89
* Fix incorrect doc mentions of INADDR_LOCALHOSTNeil Jerram2009-10-012-2/+3
* bugfix: don't dynamic link if we found a registered extensionAndy Wingo2009-09-232-0/+6
* Fix doc of let*-valuesNeil Jerram2009-08-272-1/+2
* Update NEWSNeil Jerram2009-08-211-0/+1
* Avoid clash with system setjmp/longjmp on IA64Neil Jerram2009-08-216-17/+26
* Update `NEWS' for commit d8dd381fa781c236ae777ca1ac55b73d3ca91c2a.Ludovic Courtès2009-08-172-0/+8
* fix buffer overrun reading partial numbers: 1.0f, 1.0/, and 1.0+Andy Wingo2009-08-041-1/+16
* Bump version number for 1.8.7.release_1-8-7Ludovic Courtès2009-07-051-2/+2
* Update `NEWS'.Ludovic Courtès2009-07-051-0/+1
* Enclose `bit-operations.test' in its own module.Ludovic Courtès2009-07-051-3/+4
* Work around the lack of a vsnprintf(3) declaration on AIX 5.3.Ludovic Courtès2009-07-052-3/+7
* Fix the `BUILD_PTHREAD_SUPPORT' Automake conditional when not using pthread.Ludovic Courtès2009-07-051-5/+6
* Aggregate makefiles under `ice-9'.Ludovic Courtès2009-07-044-72/+17
* Update `NEWS' and `README' to cover MinGW cross-compilingNeil Jerram2009-07-042-16/+33
* Revert "Add libguile to the subdirs where pre-inst-guile* looks for libraries"Neil Jerram2009-07-012-2/+2
* Read complex numbers where both parts are inexact decimalsNeil Jerram2009-07-013-7/+22
* Correction to doc on Accessing Arrays from CNeil Jerram2009-06-301-15/+7
* URL missing from previous commit messageNeil Jerram2009-06-300-0/+0
* Add libguile to the subdirs where pre-inst-guile* looks for librariesNeil Jerram2009-06-302-2/+2
* For MinGW hide exported struct variables behind pointersNeil Jerram2009-06-294-2/+30
* Use GUILE_FOR_BUILD for autogeneration steps during the buildNeil Jerram2009-06-291-1/+1
* srfi-60.c shouldn't include private-gc.hNeil Jerram2009-06-291-1/+1
* In MinGW build, avoid clash between libguile and SRFI library function namesNeil Jerram2009-06-293-5/+13
* Revert "* FAQ: New file."Neil Jerram2009-06-253-27/+1
* Remove GDB_INTERFACE stuff from guile's main programNeil Jerram2009-06-251-6/+0
* Fix MinGW build warning caused by tzname redeclarationNeil Jerram2009-06-211-2/+3
* Thank SylvainNeil Jerram2009-06-181-0/+1
* URL omitted from the previous commit message...Neil Jerram2009-06-180-0/+0
* Remove AC_SYS_RESTARTABLE_SYSCALLS and related codeNeil Jerram2009-06-186-158/+2
* Fix popen.test on NetBSD and Ubuntu Jaunty, where sh is not BashNeil Jerram2009-06-062-1/+2
* Remove possible deadlock in scm_join_threadNeil Jerram2009-05-202-11/+40
* Avoid "no duplicate" popen tests leaving zombie processesNeil Jerram2009-05-201-31/+77
* Fix `explicitely' typos, should be `explicitly'Neil Jerram2009-05-2010-11/+11
* Update `NEWS'.Ludovic Courtès2009-05-121-0/+1