summaryrefslogtreecommitdiff
path: root/module/rnrs/records
AgeCommit message (Expand)AuthorFilesLines
2020-01-12Fix typos in previous commit.Andy Wingo1-1/+1
2020-01-12Optionally allow duplicate field names in core recordsAndy Wingo1-1/+2
2019-10-30Remove circularity in r6rs by rebasing conditions on core recordsAndy Wingo2-85/+32
2019-10-29Rebase R6RS records on top of core recordsAndy Wingo2-237/+159
2017-09-23Replace "pr" struct fields with "pw" fieldsAndy Wingo1-4/+4
2017-09-22Merge stable-2.2 into masterAndy Wingo1-18/+19
2017-09-20Use make-struct/no-tail instead of make-structAndy Wingo1-18/+19
2017-09-14remove self field of vtablesAndy Wingo1-10/+12
2011-11-01Fix R6RS `fold-left' so the accumulator is the first argument.Ian Price1-2/+2
2011-06-19Fix hygiene issues with `define-record-type'Ian Price1-153/+143
2010-11-25Some tweaks to the R6RS supportAndreas Rottmann2-18/+22
2010-10-22Improve performance of R6RS records implementationJulian Graham2-72/+81
2010-08-28Several fixes to R6RS librariesAndreas Rottmann1-4/+7
2010-06-16remove encoding of versions into the file system (for now?)Andy Wingo3-0/+0
2010-05-20Explicitly import `@@' to support R6RS library purification enhancementsJulian Graham1-1/+1
2010-05-20Test suite and fixes for R6RS (rnrs conditions) andJulian Graham1-3/+0
2010-05-20Add `guard' form and test cases to R6RS (rnrs exceptions) library.Julian Graham1-1/+1
2010-05-20Implementation for the R6RS (rnrs hashtables) library;Julian Graham2-92/+145
2010-05-20Implementation and test cases for the R6RS (rnrs records inspection)Julian Graham2-52/+157
2010-05-20Implementation and test cases for the R6RS (rnrs records procedural) library,Julian Graham2-0/+456