summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* silence mingw32 warning in i18n.cAndy Wingo2013-03-091-1/+3
* fports uses gnulib's selectAndy Wingo2013-03-091-29/+21
* simplify filesys.c via gnulib's select and fstat modulesAndy Wingo2013-03-091-53/+10
* if we have threads on windows, we have pthreads; inform bdw-gc of thatAndy Wingo2013-03-091-1/+6
* remove init.c iselect includeAndy Wingo2013-03-091-2/+1
* portability simplification with scmsigs.c and alarmAndy Wingo2013-03-092-20/+16
* add gnulib fstat module explicitlyAndy Wingo2013-03-092-2/+3
* Import `pipe-posix' module from gnulib.Andy Wingo2013-03-095-2/+85
* squish remove some mingw-specific code that is covered by gnulibAndy Wingo2013-03-097-609/+18
* remove mingw32 implementations of {get,end,set}{serv,proto}entAndy Wingo2013-03-093-187/+11
* add check for struct pollfdAndy Wingo2013-03-093-6/+8
* allow case-lambda expressions with no clausesAndy Wingo2013-03-0911-58/+120
* fix in-tree guile referenceAndy Wingo2013-03-091-2/+2
* Improve standards conformance of string->number.Mark H Weaver2013-03-072-27/+61
* add GUILE_STACK_SIZE environment variableStefan Israelsson Tampe2013-03-072-2/+28
* support calls and tail-calls with more than 255 formalsAndy Wingo2013-03-072-4/+31
* ,option evaluates its right-hand-sideAndy Wingo2013-03-072-7/+12
* GUILE_INSTALL_LOCALE=1 during buildAndy Wingo2013-03-077-9/+15
* Install the current locale if GUILE_INSTALL_LOCALE is nonzero.Ludovic Courtès2013-03-072-3/+56
* structs with tail arrays are not simpleAndy Wingo2013-03-072-8/+7
* fix compilation under mingwAndy Wingo2013-03-071-7/+9
* Make `SCM_LONG_BIT' usable in preprocessor conditionals.Ludovic Courtès2013-03-071-1/+1
* Use `scm_is_eq' in load.c.Ludovic Courtès2013-03-071-2/+2
* doc: Allow compilation of r5rs.texi with Texinfo 5.0.Ludovic Courtès2013-03-071-2/+1
* Verify that FLT_RADIX is 2.Mark H Weaver2013-03-061-0/+3
* Improve code in scm_gcd for inum/inum caseMark H Weaver2013-03-061-24/+30
* Fix thread-unsafe lazy initializations.Mark H Weaver2013-03-054-15/+30
* doc: Rename "Texinfo" node to "Texinfo Processing".Ludovic Courtès2013-03-042-3/+7
* Use `scm_is_eq' in filesys.c.Ludovic Courtès2013-03-041-2/+2
* Improve keyword notation of Texinfo function definitions.Bake Timmons2013-03-027-25/+48
* doc: Fix build with Texinfo 5.0.Ludovic Courtès2013-03-012-8/+6
* Allow the SMOB mark procedures to be called when libgc uses parallel markers.Ludovic Courtès2013-03-012-27/+29
* Use accessors instead of symbols deprecated in libgc 7.3.Ludovic Courtès2013-03-013-3/+28
* test-suite: eq-ness of numbers, characters is unspecifiedDaniel Hartwig2013-03-0112-56/+52
* Fix later-bindings-win logic in with-fluids.Mark H Weaver2013-02-282-7/+9
* Fix duplicate removal of with-fluids.Mark H Weaver2013-02-283-9/+27
* Support calling foreign functions of 10 arguments or more.Mark H Weaver2013-02-283-35/+112
* Fix handling of the *-gnux32 target.Ludovic Courtès2013-02-282-2/+6
* Let reverse! accept arbitrary types as second argument (new_tail)David Kastrup2013-02-271-2/+0
* Recognize the `x86_64.*-gnux32' triplet.Ludovic Courtès2013-02-272-0/+4
* Check whether a triplet's OS part specifies an ABI.Ludovic Courtès2013-02-272-16/+25
* Recognize mips64* as having 32-bit pointers by default.Ludovic Courtès2013-02-272-2/+10
* tests: Avoid missing missing-prototype warning with <fenv.h> on glibc 2.17.Ludovic Courtès2013-02-271-1/+10
* Fix cross-compilation of `c-tokenize.o'.Ludovic Courtès2013-02-271-1/+1
* Update copyright dates on random.cMark H Weaver2013-02-251-1/+2
* random_state_of_last_resort: use getpid directly, instead of scm_getpidMark H Weaver2013-02-251-2/+9
* Revert "random_state_of_last_resort doesn't rely on HAVE_POSIX"Mark H Weaver2013-02-251-6/+3
* Revert "random-state-from-platform: simplify pid conditional, and clarify docs."Mark H Weaver2013-02-252-11/+12
* random-state-from-platform: simplify pid conditional, and clarify docs.Mark H Weaver2013-02-242-12/+11
* remove language/glil/decompile-assembly.scmAndy Wingo2013-02-243-195/+1