bpt/guile.git
2013-12-21 Ludovic CourtèsThank Aleix.
2013-12-21 Aleix Conchillo... allow specifying a required version in GUILE_PROGS
2013-12-17 Mark H WeaverRevert "Fix bound-identifier=? to compare binding names...
2013-12-16 Mark H WeaverFix bound-identifier=? to compare binding names, not...
2013-12-15 Ludovic CourtèsHide EINTR returns from 'accept'.
2013-12-13 Mark H Weaversyntax-case: fix error reporting for misplaced ellipses.
2013-12-13 Mark H WeaverTHANKS Tom Tromey.
2013-12-13 Tom TromeyAdd missing FUNC_NAME defines for pair accessors.
2013-12-13 Tom TromeyFix computation of LIBLOBJS.
2013-12-05 Ludovic Courtèsvm: Gracefully handle stack overflows.
2013-12-02 Andy WingoFix brainfuck comment
2013-12-02 Andy WingoFix brainfuck->scheme compiler.
2013-12-01 Mark H WeaverGOOPS doc fix: #:dsupers is the init keyword for the...
2013-11-28 Andy WingoCritical sections in guardians do not need to block...
2013-11-28 Andy WingoDeprecate gc-live-object-stats
2013-11-23 Mark H WeaverMake (ice-9 popen) thread-safe.
2013-11-23 Mark H WeaverStylistic improvements for (ice-9 popen).
2013-11-23 Mark H WeaverMake port properties accessible from Scheme.
2013-11-23 Mark H WeaverMake guardians thread-safe.
2013-11-23 Mark H WeaverBlock system asyncs while 'overrides_lock' is held.
2013-11-23 Mark H WeaverAdd mutex locking functions that also block asyncs.
2013-11-23 Chris K. Jester... Convert test-suite/tests/exceptions.test to use hygieni...
2013-11-19 Mark H WeaverWeb: accept "UTC" as the zone offset in date headers.
2013-11-19 Mark H WeaverTHANKS David Thompson
2013-11-19 David ThompsonAdd procedures to convert alists into hash tables.
2013-11-18 Mark H WeaverConvert guile exceptions to R6RS conditions in R6RS...
2013-11-18 Mark H WeaverImprove error when 'include' form with relative path...
2013-11-17 Mark H WeaverAdd more entries to .gitignore
2013-11-13 Ludovic Courtèsi18n: Fix null pointer dereference when locale info...
2013-11-05 Mark H WeaverDon't use the identifier 'noreturn'.
2013-10-20 Ian PriceFix optional end argument in `uniform-vector-read!'.
2013-10-19 Ian PriceDoc: 'unfold-right' takes a tail not a tail generator.
2013-10-18 Ian PriceDoc: mention vectors are self-quoting
2013-10-14 Ludovic Courtèsdoc: Update the section on SMOBs and memory management.
2013-10-14 Ludovic Courtès'scm_c_read' goes through the fast path with ISO-8859...
2013-10-03 Mark H WeaverFix edge case in 'ash'.
2013-10-03 Mark H WeaverRevert "Fix edge case in 'ash'."
2013-10-03 Andy WingoDeprecate scm_c_program_source, as it has no internal...
2013-10-03 Mark H WeaverFix edge case in 'ash'.
2013-09-30 Mark H WeaverFix minor mistakes in documentation.
2013-09-13 Mark H WeaverFix truncated documentation for 'put-char'.
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.
next