Fix accessor struct field inlining
[bpt/guile.git] / module / rnrs /
2014-03-20 Mark H WeaverFix (rnrs io simple) to open file ports in textual...
2013-11-18 Mark H WeaverConvert guile exceptions to R6RS conditions in R6RS...
2013-08-09 Mark H WeaverFix numerator and denominator handling of signed zeroes...
2013-07-21 Mark H WeaverOptimize R6RS bitwise operators.
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 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-14 Mark H WeaverFix 'bitwise-bit-count' for negative arguments.
2013-01-22 Andy Wingoadd read-string and read-string! to (ice-9 rdelim)
2012-11-22 Ian PriceR6RS `string-for-each' should accept multiple string...
2012-11-12 Andreas RottmannAdd missing R6RS `open-file-input/output-port' procedure
2012-02-02 Bake TimmonsImprove the usage of variable names in Scheme docstrings.
2012-01-20 Andy Wingoremove duplicate when/unless definitions
2011-11-01 Ian PriceFix R6RS `fold-left' so the accumulator is the first...
2011-08-17 Andy Wingofix r6rs `map'
2011-06-19 Ian PriceFix hygiene issues with `define-record-type'
2011-05-27 Andreas Rottmannrnrs io ports: fix port encoding when opening file...
2011-05-14 Andreas RottmannImprove R6RS conformance wrt. conditions in the I/O...
2011-05-07 Andreas RottmannMake the R6RS simple I/O library use conditions
2011-04-13 Andy Wingo(rnrs arithmetic fixnums) fixnum? export a procedure...
2011-04-11 Ian Pricefix assert to return true value.
2011-04-11 Ian PriceAdded optional second arg to R6RS log function
2011-04-09 Mark H WeaverFix the R6RS exact-integer-sqrt and import into core...
2011-04-08 Andreas RottmannImplement R6RS' `fixnum?' in a smarter way
2011-04-04 Andreas RottmannSeveral optimizations for R6RS fixnum arithmetic
2011-03-13 Andreas RottmannEnhance transcoder-related functionality of `(rnrs...
2011-03-13 Andreas RottmannExport `current-*-port' from `(rnrs io ports)'
2011-03-13 Andreas RottmannAdd `get-string-n' and `get-string-n!' for R6RS ports
2011-02-21 Ludovic CourtèsMake `(rnrs base)' independent of other rnrs modules.
2011-02-18 Andy Wingoadd (ice-9 binary-ports)
2011-02-11 Andreas Rottmanninstall r6rs exception printer
2011-02-02 Ludovic CourtèsR6RS: Have `put-char', `put-string', etc. raise an...
2011-02-02 Ludovic CourtèsR6RS: Have `get-char', `get-line', etc. raise an `...
2011-02-02 Ludovic CourtèsAvoid circular dependency between (rnrs base) and ...
2011-01-30 Mark H WeaverAdd two new sets of fast quotient and remainder operators
2011-01-30 Mark H WeaverImplement R6RS `real-valued?', `rational-valued?',...
2011-01-28 Mark H WeaverImplement `finite?' in core and fix R6RS `finite?'...
2011-01-21 Andy Wingoimplement port-eof?
2010-12-10 Andy Wingornrs control only depends on (guile)
2010-11-25 Andreas RottmannSome tweaks to the R6RS support
2010-11-24 Ludovic CourtèsHonor R6RS transcoder error handling modes, when possible.
2010-11-24 Andreas RottmannAdd implementation of "transcoded ports"
2010-11-24 Andreas RottmannWork towards a more complete implementation of `(rnrs...
2010-11-24 Andreas RottmannReorganize the R6RS I/O condition types
2010-11-24 Andreas RottmannTurn `(rnrs io ports)' into an R6RS library
2010-11-21 Julian GrahamEnumeration set universe comparisons should be done...
2010-11-17 Julian GrahamAdd exports for missing functions from `(rnrs base)'.
2010-10-22 Julian GrahamImprove performance of R6RS records implementation
2010-09-19 Göran WeinholtFix make-variable-transformer export
2010-08-28 Andreas RottmannSeveral fixes to R6RS libraries
2010-08-09 Julian GrahamExplicit definitions for `memp' and `assp' in `(rnrs...
2010-08-08 Julian GrahamExplicit definitions for `vector-for-each' and `vector...
2010-08-06 Andy Wingoletrec* in docs, and some r6rs fixes
2010-07-14 Julian GrahamFix argument passing for external hash functions in...
2010-06-20 Andy Wingoensure unicode-capable rnrs string ports
2010-06-19 Andy Wingotypo in mutable-strings
2010-06-19 Andy Wingo*unspecified* in rnrs exceptions
2010-06-19 Andy Wingofix ^L typo
2010-06-18 Andy Wingoadd open-string-{input,output}-port to rnrs io ports
2010-06-18 Julian GrahamFix `define-condition-type' to use condition-accessors...
2010-06-16 Andy Wingoremove encoding of versions into the file system (for...
2010-06-02 Andy Wingoadd #:version (6) to rnrs bytevectors and ports
2010-06-01 Andy Wingorename (rnrs bytevector) to (rnrs bytevectors)
2010-05-21 Julian GrahamExplicitly import `*unspecified*' to support R6RS libra...
2010-05-21 Julian GrahamExplicitly import `@@' to support R6RS library purifica...
2010-05-21 Julian GrahamFix broken imports in `(rnrs r5rs)'.
2010-05-21 Julian GrahamFix incorrect export names in `(rnrs io simple)'.
2010-05-21 Julian GrahamTest suite and fixes for R6RS (rnrs arithmetic fixnums).
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs arithm...
2010-05-21 Julian GrahamImplementation and test case for R6RS (rnrs eval) library.
2010-05-21 Julian GrahamFix syntax and consolidate imports for (rnrs lists).
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs enums...
2010-05-21 Julian GrahamAdd R6RS `syntax-violation' to (rnrs syntax-case).
2010-05-21 Julian GrahamTest suite and fixes for R6RS (rnrs conditions) and
2010-05-21 Julian GrahamImplementation for the (rnrs mutable-pairs) and (rnrs...
2010-05-21 Julian GrahamImplementation for the R6RS (rnrs r5rs) library.
2010-05-21 Julian GrahamAdd `guard' form and test cases to R6RS (rnrs exception...
2010-05-21 Julian GrahamImplementation and test cases for R6RS (rnrs files...
2010-05-21 Julian GrahamImplementation for the R6RS (rnrs sorting) library.
2010-05-21 Julian GrahamImplementation for the R6RS (rnrs programs) library.
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs unicod...
2010-05-21 Julian GrahamFixes and test cases for R6RS (rnrs hashtables) library.
2010-05-21 Julian GrahamImplementation for the R6RS (rnrs hashtables) library;
2010-05-21 Julian Graham(rnrs conditions) should not depend on (rnrs records...
2010-05-21 Julian GrahamFix missing export of string->symbol in (rnrs base).
2010-05-21 Julian GrahamImplementation for the R6RS (rnrs lists) library.
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs record...
2010-05-21 Julian GrahamRemove needless import of (rnrs io simple).
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs record...
2010-05-21 Julian GrahamFix missing imports for `(rnrs arithmetic bitwise)'.
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs contro...
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs arithm...
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-16 Andy Wingorename libguile to libguile-@EFFECTIVE_VERSION@, curren...
2010-01-11 Ludovic CourtèsProvide Guile-friendly `coding:' meta-data.
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
next