bpt/guile.git
2013-09-12 Mark H WeaverWeb: Use functional setters in extend-request and exten...
2013-09-12 Mark H WeaverWeb client+server: Add Content-Length header for empty...
2013-09-12 Mark H WeaverAdapt srfi-9.test to error reporting improvements;...
2013-09-12 Mark H WeaverImprove error reporting of procedures defined by define...
2013-09-10 Mark H WeaverTHANKS Alexandru Cojocaru
2013-09-10 Mark H Weaverweb client: HTTP methods are symbols, not strings.
2013-09-10 Alexandru CojocaruFix extend-request to preserve method and meta.
2013-09-10 Mark H Weaverpsyntax: cite the paper that psyntax is based on.
2013-09-10 Mark H WeaverMinor stylistic improvement to 'and-let*' macro.
2013-09-09 Mark H WeaverRewrite SRFI-2 'and-let*' using syntax-case.
2013-08-23 Mark H WeaverFix 'define-public' from (ice-9 curried-definitions).
2013-08-20 Mark H WeaverImprove error checking in 'define-public' and 'module...
2013-08-19 Ian Pricedoc: `get-string-all' takes only one argument.
2013-08-19 Ian Price`write-request-line' always prints a path component.
2013-08-17 Mark H WeaverImproved error checking in bytevector->uint-list and...
2013-08-15 Mark H WeaverImprove run-time error reporting in (ice-9 match).
2013-08-14 Mark H WeaverManual: clarify that 'append!' and 'reverse!' might...
2013-08-13 Mark H WeaverManual: don't promise that 'append!' will modify the...
2013-08-13 Mark H WeaverCommon numeric operations are left-to-right associative.
2013-08-12 Mark H WeaverNumerical comparisons are not negatable.
2013-08-12 Mark H WeaverBroken Turkish UTF-8 locale still unresolved in FreeBSD...
2013-08-10 Mark H WeaverFix inappropriate uses of scm_syserror in numbers.c.
2013-08-09 Mark H Weaverdereference-pointer: check for null pointer.
2013-08-09 Mark H WeaverFix numerator and denominator handling of signed zeroes...
2013-08-07 Mark H WeaverDecompiler: fix handling of empty 'case-lambda' express...
2013-08-06 David KastrupFix display of symbols containing backslashes.
2013-08-06 Mark H WeaverAdd files from 'copysign' and 'isfinite' Gnulib modules.
2013-08-06 Mark H WeaverVM: ash: Use SCM_SRS and handle large right shift in...
2013-08-06 Mark H WeaverUse Gnulib's 'isfinite' in numbers.c.
2013-08-06 Mark H WeaverUse Gnulib's 'copysign' in numbers.c.
2013-08-06 Mark H WeaverImport 'copysign' and 'isfinite' modules from Gnulib.
2013-08-04 Mark H WeaverVM: ASM_ADD and ASM_SUB for x86: clobber _CX not "rcx".
2013-08-04 Mark H WeaverVM: Define ASM_MUL on ARM only if SMULL instruction...
2013-08-04 Mark H WeaverVM: Implement ASM_ADD, ASM_SUB, and ASM_MUL for ARM...
2013-08-03 Mark H WeaverVM: Avoid untagging inums in 'logand' and 'logior'.
2013-08-03 Mark H WeaverVM: Add ASM_MUL for x86.
2013-08-03 Mark H WeaverVM: Support 32-bit x86 in ASM_ADD and ASM_SUB.
2013-08-03 Mark H WeaverVM: Add "cc" to the clobber list of ASM_ADD and ASM_SUB.
2013-08-03 Mark H WeaverVM: Avoid overflow in ASM_ADD when the result is most...
2013-08-03 Mark H WeaverVM: Avoid signed overflows in 'add1' and 'sub1'.
2013-08-03 Mark H WeaverVM: Redefine INUM_MIN and INUM_MAX without assumptions.
2013-08-02 Mark H WeaverAdd 'scm_i_from_double' and use it.
2013-07-21 Mark H WeaverOptimize R6RS bitwise operators.
2013-07-21 Mark H WeaverFix incorrect rationalize tests.
2013-07-21 Mark H WeaverFix minor formatting error in 'rationalize'.
2013-07-21 Mark H WeaverRewrite 'rationalize' to fix bugs and improve efficiency.
2013-07-18 Mark H WeaverModify SCM_UNPACK type check to avoid warnings in clang.
2013-07-17 Ludovic CourtèsFix 'SCM_SYSCALL' to really swallow EINTR.
2013-07-17 Ludovic Courtèsbuild: Add `gdbinit' to the distribution.
2013-07-16 Mark H WeaverAdd support for HTTP proxies.
2013-07-16 Mark H WeaverFix R6RS 'fixnum-width'.
2013-07-16 Mark H WeaverUpdate copyright dates of recently-changed R6RS bitwise...
2013-07-16 Mark H WeaverFix 'fxbit-count' for negative arguments.
2013-07-16 Mark H Weavergcd and lcm support inexact integer arguments.
2013-07-16 Mark H Weavermin and max: NaNs beat infinities, per R6RS errata.
2013-07-16 Mark H WeaverFlonum operations always return flonums.
2013-07-16 Mark H Weaverflfinite? applied to a NaN returns false.
2013-07-16 Mark H Weaverflonum? returns false for complex number objects.
2013-07-16 Mark H WeaverAllow fl+ and fl* to accept zero arguments.
2013-07-16 Mark H Weavernumbers.test: Fix inum/flonum comparison test on 32...
2013-07-16 Mark H WeaverAvoid lossy conversion from inum to double in numerical...
2013-07-16 Mark H Weavernumbers.test: Avoid inexact arithmetic in computation...
2013-07-16 Mark H WeaverFix bugs in numerical equality predicate.
2013-07-16 Mark H WeaverFix rounding in scm_i_divide2double for negative arguments.
2013-07-14 Mark H WeaverFix VM 'ash' for right shifts by large amounts.
2013-07-14 Mark H WeaverFix 'bitwise-bit-count' for negative arguments.
2013-06-17 Mark H WeaverFix bug in remqueue in threads.c when removing last...
2013-06-16 Ludovic CourtèsFix #ifdefery for `setegid'.
2013-06-16 Ludovic Courtèstests: Don't rely on `scm_call_2' being visible.
2013-06-16 Ludovic CourtèsAugment `.dir-locals.el'.
2013-06-16 Ludovic Courtèstests: Remove symlink only when it exists.
2013-06-16 Ludovic Courtèstests: Skip FFI tests that use `qsort' when it's not...
2013-06-16 Ludovic Courtèstests: Don't rely on $TMPDIR and /tmp on Windows.
2013-06-16 Ludovic Courtèstests: Use double quotes around shell arguments, for...
2013-06-16 Ludovic CourtèsDefine `AF_UNIX' only when Unix-domain sockets are...
2013-06-10 Mark H WeaverAllow #f as timeout argument to unlock-mutex and SRFI...
2013-06-10 Mark H WeaverFix tests for 'scm_c_bind_keyword_arguments'.
2013-06-04 Ludovic CourtèsReport the faulty keyword in errors raised by `scm_c_bi...
2013-06-04 Ludovic CourtèsPrint the faulty object upon invalid-keyword errors.
2013-05-02 Aleix Conchillo... web: uri-encode hexadecimal percent-encoding is now...
2013-04-14 Mark H WeaverManual: fix 'my-or' examples to use let-bound variable.
2013-04-14 Ludovic Courtèstests: Use shell constructs that /bin/sh on Solaris...
2013-04-14 Mark H WeaverUsing 'pass-if-equal' in coding.test.
2013-04-14 Mark H WeaverAdjust BOM tests to reflect the fact that big endian...
2013-04-11 Mark H WeaverAdd 2012 and 2013 to copyright notice on numbers.test.
2013-04-10 Mark H WeaverDo not add $(EXEEXT) to guild or guile-tools.
2013-04-10 Ludovic CourtèsMention `open-file' in NEWS.
2013-04-10 Ludovic Courtèsdoc: Require libunistring 0.9.3 in `README'.
2013-04-09 Ludovic Courtèsbuild: Tell `gen-scmconfig' whether the system has...
2013-04-09 Ludovic CourtèsBump version number for 2.0.9.
2013-04-09 Ludovic Courtèsdoc: Update `release.org'.
2013-04-09 Ludovic Courtèsstime: Remove #ifdef HAVE_*_H for headers provided...
2013-04-09 Ludovic CourtèsMake `build-aux/gendocs.sh' executable.
2013-04-09 Ludovic CourtèsBump version number for 2.0.8.
2013-04-09 Ludovic Courtèstests: Skip FFI tests involving `scm_is_pair' when...
2013-04-09 Ludovic Courtèsdoc: Cosmetic change for `release.org'.
2013-04-09 Ludovic CourtèsUpdate `THANKS'.
2013-04-09 Andy Wingoupdate NEWS
2013-04-09 Andy Wingofix stime patch for HAVE_TIMES removal
2013-04-09 Andy Wingosimplify configure checks for functionality provided...
next