bpt/guile.git
2013-03-22 Ludovic CourtèsAdd bindings for `sendfile'.
2013-03-22 Ludovic Courtèstexinfo plain-text: Use `match' for `stexi->plain-text'.
2013-03-22 Ludovic Courtèstexinfo: Add whitespace after periods.
2013-03-21 Ludovic Courtèsbuild: Adjust makefiles for `guile-procedures.txt'.
2013-03-21 Ludovic CourtèsBuild `guile-procedures.txt' using (texinfo) instead...
2013-03-21 Ludovic Courtèstexinfo plain-text: Properly render @dots{}.
2013-03-21 Ludovic Courtèstest suite: Fix typo in `texinfo.test'.
2013-03-21 Ludovic Courtèstexinfo: Recognize `@:'.
2013-03-21 Ludovic Courtèstexinfo: Allow markup in the arguments of `@pxref'.
2013-03-21 Ludovic Courtèstest suite: Use `pass-if-equal' in texinfo.test.
2013-03-21 Mike GranDocument quit and exit
2013-03-21 Mark H WeaverAdd missing 'cond-expand' feature identifiers; remove...
2013-03-21 Mark H WeaverMention the non-conformance of the core SRFI-6 procedur...
2013-03-20 Mark H WeaverImprove sqrt handling of large integers and large and...
2013-03-20 Mark H WeaverOptimize inum case of exact-integer-sqrt.
2013-03-20 Mark H WeaverSqrt returns exact results when possible.
2013-03-20 Mark H WeaverOptimize scm_i_divide2double for integers less than...
2013-03-19 Mark H WeaverSRFI-45: Support multiple values; add promise? predicate.
2013-03-19 Mark H WeaverUse scientific notation only if there are enough traili...
2013-03-18 Ludovic CourtèsAvoid rebuild of `guile.info' at the user's site.
2013-03-18 Ludovic CourtèsUse byte-oriented functions in `get-bytevector*'.
2013-03-18 Ludovic CourtèsDefine the new Linux-specific `SO_REUSEPORT'.
2013-03-17 Mark H WeaverReimplement idbl2str number printer.
2013-03-17 Mark H WeaverImprove inexact division of exact integers.
2013-03-16 Daniel Hartwighttp: support IP-literal (IPv6 address) in Host header
2013-03-16 Daniel Hartwigadd tests for read-request-line, etc.
2013-03-16 Daniel Hartwigminor tweaks to web documentation
2013-03-15 Andy Wingomore NEWS
2013-03-15 Andy Wingoincremental NEWS work
2013-03-15 Andy Wingofix doc build
2013-03-13 Andy Wingovery beginnings of NEWS
2013-03-13 Andy Wingoallow for spurious wakeups from pthread_cond_wait
2013-03-13 Andy Wingofailing to load module in psyntax indicates an identifi...
2013-03-12 Mark H WeaverReimplement 'inexact->exact' to avoid mpq functions.
2013-03-12 Mark H WeaverOptimize logarithms using scm_i_big2dbl_2exp
2013-03-12 Mark H WeaverSimplify and improve scm_i_big2dbl, and add scm_i_big2d...
2013-03-12 Mark H WeaverAdd 'round-ash', a rounding arithmetic shift operator
2013-03-12 Mark H WeaverOptimize and simplify fractions code.
2013-03-11 Mike GranAdd standalone test for smob marking
2013-03-10 Jason Earlrely on gnulib for `poll'
2013-03-10 Jason Earlimport `poll' from gnulib
2013-03-10 Andy Wingoguile.m4 allows selection of guile 2.0, 1.8, etc.
2013-03-10 Jason Earladd %site-ccache-dir
2013-03-10 Jason Earlexcise use of "iff" in the manual
2013-03-10 Jason Earlfix AC_CHECK_DECLS for `alarm'
2013-03-10 Jason Earluse chmod portably in (system base compile)
2013-03-10 Jason Earlfix response-body-port for responses without content...
2013-03-09 Andy Wingoprovide getlogin declaration if needed.
2013-03-09 Andy Wingofix mingw issues with posix.c
2013-03-09 Andy Wingoadd getlogin from gnulib
2013-03-09 Andy Wingodon't provide scm_std_select on mingw and similar platforms
2013-03-09 Andy Wingosimplify posix.c
2013-03-09 Andy Wingosimplify readline.c
2013-03-09 Andy Wingosimplify stime back-compat shims for tzname
2013-03-09 Andy Wingomingw include order for socket.c
2013-03-09 Andy Wingofix include-order problem in net_db.c for mingw
2013-03-09 Andy Wingosilence mingw32 warning in i18n.c
2013-03-09 Andy Wingofports uses gnulib's select
2013-03-09 Andy Wingosimplify filesys.c via gnulib's select and fstat modules
2013-03-09 Andy Wingoif we have threads on windows, we have pthreads; inform...
2013-03-09 Andy Wingoremove init.c iselect include
2013-03-09 Andy Wingoportability simplification with scmsigs.c and alarm
2013-03-09 Andy Wingoadd gnulib fstat module explicitly
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'.
next