bpt/guile.git
2013-03-09 Andy WingoImport `pipe-posix' module from gnulib.
2013-03-09 Andy Wingosquish remove some mingw-specific code that is covered...
2013-03-09 Andy Wingoremove mingw32 implementations of {get,end,set}{serv...
2013-03-09 Andy Wingoadd check for struct pollfd
2013-03-09 Andy Wingoallow case-lambda expressions with no clauses
2013-03-09 Andy Wingofix in-tree guile reference
2013-03-07 Mark H WeaverImprove standards conformance of string->number.
2013-03-07 Stefan Israelsson... add GUILE_STACK_SIZE environment variable
2013-03-07 Andy Wingosupport calls and tail-calls with more than 255 formals
2013-03-07 Andy Wingo,option evaluates its right-hand-side
2013-03-07 Andy WingoGUILE_INSTALL_LOCALE=1 during build
2013-03-07 Ludovic CourtèsInstall the current locale if GUILE_INSTALL_LOCALE...
2013-03-07 Andy Wingostructs with tail arrays are not simple
2013-03-07 Andy Wingofix compilation under mingw
2013-03-06 Ludovic CourtèsMake `SCM_LONG_BIT' usable in preprocessor conditionals.
2013-03-06 Ludovic CourtèsUse `scm_is_eq' in load.c.
2013-03-06 Ludovic Courtèsdoc: Allow compilation of r5rs.texi with Texinfo 5.0.
2013-03-06 Mark H WeaverVerify that FLT_RADIX is 2.
2013-03-06 Mark H WeaverImprove code in scm_gcd for inum/inum case
2013-03-05 Mark H WeaverFix thread-unsafe lazy initializations.
2013-03-04 Ludovic Courtèsdoc: Rename "Texinfo" node to "Texinfo Processing".
2013-03-04 Ludovic CourtèsUse `scm_is_eq' in filesys.c.
2013-03-02 Bake TimmonsImprove keyword notation of Texinfo function definitions.
2013-03-01 Ludovic Courtèsdoc: Fix build with Texinfo 5.0.
2013-03-01 Ludovic CourtèsAllow the SMOB mark procedures to be called when libgc...
2013-03-01 Ludovic CourtèsUse accessors instead of symbols deprecated in libgc...
2013-03-01 Daniel Hartwigtest-suite: eq-ness of numbers, characters is unspecified
2013-02-28 Mark H WeaverFix later-bindings-win logic in with-fluids.
2013-02-28 Mark H WeaverFix duplicate removal of with-fluids.
2013-02-28 Mark H WeaverSupport calling foreign functions of 10 arguments or...
2013-02-28 Ludovic CourtèsFix handling of the *-gnux32 target.
2013-02-28 David KastrupLet reverse! accept arbitrary types as second argument...
2013-02-27 Ludovic CourtèsRecognize the `x86_64.*-gnux32' triplet.
2013-02-27 Ludovic CourtèsCheck whether a triplet's OS part specifies an ABI.
2013-02-27 Ludovic CourtèsRecognize mips64* as having 32-bit pointers by default.
2013-02-27 Ludovic Courtèstests: Avoid missing missing-prototype warning with...
2013-02-27 Ludovic CourtèsFix cross-compilation of `c-tokenize.o'.
2013-02-26 Mark H WeaverUpdate copyright dates on random.c
2013-02-25 Mark H Weaverrandom_state_of_last_resort: use getpid directly, inste...
2013-02-25 Mark H WeaverRevert "random_state_of_last_resort doesn't rely on...
2013-02-25 Mark H WeaverRevert "random-state-from-platform: simplify pid condit...
2013-02-25 Mark H Weaverrandom-state-from-platform: simplify pid conditional...
2013-02-24 Andy Wingoremove language/glil/decompile-assembly.scm
2013-02-24 Andy Wingodeprecate (ice-9 mapping)
2013-02-24 Daniel Hartwigfix and update (ice-9 mapping)
2013-02-24 Andy Wingocleanup to filesys.c's handling of file name separators
2013-02-24 Andy Wingosimplify scm_stat on mingw
2013-02-24 Andy Wingoload.c uses same logic as boot-9 for file names
2013-02-24 Andy Wingoallow '/' in the prefix of UNC file names on windows
2013-02-24 Andy Wingorandom_state_of_last_resort doesn't rely on HAVE_POSIX
2013-02-21 Mike GranUpdate predefined character sets to Unicode 6.2
2013-02-20 Andy Wingonet_db.c doesn't import winsock2.h
2013-02-20 Andy Wingomkstemp uses O_BINARY
2013-02-20 Andy Wingofix compilation of functions with more than 255 local...
2013-02-19 Andy Wingofix an error message loading invalid bytecode
2013-02-19 Andy Wingocopy-file and load-objcode use O_BINARY
2013-02-19 Eli ZaretskiiFix startup of guile.exe on MS-Windows.
2013-02-19 Andy Wingoadd link to doc about UNC names
2013-02-19 Andy Wingobetter handling of windows file name conventions
2013-02-18 Mark H WeaverRemove flawed test that assumed (eq? 1/2 2/4) would...
2013-02-18 Ludovic Courtèsbuild: Fix compilation of `c-tokenize.c' with latest...
2013-02-18 Andy Wingoadd gnulib `times' module
2013-02-18 Andy WingoAdd gnulib `select' module.
2013-02-18 Andy WingoUpdate to gnulib 0.0.7865-a828.
2013-02-18 Daniel LlorensArray documentation fixes
2013-02-18 Andy Wingodeprecate generalized vectors in favor of arrays
2013-02-18 Andy Wingooptimize access to arrays of rank 1 or 2
2013-02-18 Andy Wingoarray handle inline functions defined in array-handle.h.
2013-02-18 Daniel Hartwigadd hash-count for native tables
2013-02-16 Ludovic CourtèsFix `getgroups' for when zero supplementary group IDs...
2013-02-15 Andy Wingolocal rewrite for apply to a let-bound rest list
2013-02-15 Andy Wingoinline call-with-values consumers with optional and...
2013-02-15 Andy Wingomore rest argument inlining improvements
2013-02-15 Andy Wingobetter inlining of `apply' with rest arguments
2013-02-15 Andy Wingoprocedures with rest arguments can get inlined
2013-02-14 Andy Wingopeval can inline let-bound lambdas
2013-02-14 Daniel Hartwigupdate old references in FFI doc
2013-02-12 Andy Wingoallow (define-macro name (lambda ...))
2013-02-09 Andy Wingo(texinfo): add a command-spec for @math{}.
2013-02-09 Andy Wingo(texinfo docbook): informaltable is a block element.
2013-02-09 Andy Wingo(texinfo plain-text): Pass @math{} through as-is.
2013-02-09 Andy Wingo(texinfo serialize): don't break words when wrapping
2013-02-02 Mark H WeaverAdd copyright notice to gen-scmconfig.c.
2013-02-02 Mark H WeaverAdd foreign types: ssize_t and ptrdiff_t.
2013-02-02 Mark H WeaverAdd scm_from_ptrdiff_t and scm_to_ptrdiff_t.
2013-02-02 Mark H WeaverFix typo in comment generated by gen-scmconfig.c.
2013-02-01 Ludovic Courtèsguild: Gracefully handle failures to install the locale.
2013-02-01 Ludovic CourtèsSkip FFI tests that rely on `-export-dynamic' behavior...
2013-01-31 Mark H WeaverDo not defer expansion of internal define-syntax forms.
2013-01-31 Mark H WeaverBump copyright year to 2013 in REPL greeting.
2013-01-30 Andy WingoRevert "detect and consume byte-order marks for textual...
2013-01-30 Andy Wingoadd #:doctype-handler to xml->sxml
2013-01-30 Andy Wingoquick fix to ssax.scm
2013-01-30 Andy Wingofix ssax:warn to work as intended
2013-01-30 Andy Wingodetect and consume byte-order marks for textual ports
2013-01-30 Andy Wingorequire automake 1.12 for `serial-tests'.
2013-01-28 Ludovic Courtèsbuild: Allow use of Automake 1.13.
2013-01-28 Ludovic CourtèsRemove unneeded SMOB mark procedure in `memoize.c'.
2013-01-28 Ian PriceFix argument count for various format string escape...
2013-01-28 Andy Wingoxml->sxml argument can be a port or a string
next