summaryrefslogtreecommitdiff
path: root/module/ice-9
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary module imports.Ludovic Courtès2023-02-247-7/+0
* Add internal definitions to derived formsLinus2023-01-242-9/+9
* Bump user-visible copyright years to 2023.Ludovic Courtès2023-01-131-2/+2
* doc: Document how (ice-9 format) replaces 'format'.Jean Abou Samra2022-10-121-1/+8
* string-fun: Fix typojgart2022-09-171-1/+1
* In curried definitions, move docstrings to outermost lambdaJean Abou Samra2022-08-291-32/+36
* Allow (library ...) form in cond-expand inside R7RS define-library.Mihail Iosilevich2022-06-161-1/+4
* 'module-define!' honors the 'module' parameter.Ludovic Courtès2022-06-161-2/+2
* psyntax: Honor source properties for things other than syntax objects.Ludovic Courtès2022-03-072-77/+93
* Bump user-visible copyright years to 2022Andy Wingo2022-02-111-2/+2
* psyntax: Pass source vectors to tree-il constructors.Ludovic Courtès2022-02-072-105/+75
* Avoid source properties in psyntaxAndy Wingo2022-02-012-136/+170
* Re-rewrite integer-expt in CAndy Wingo2022-01-131-39/+1
* Reimplement integer-expt in SchemeAndy Wingo2022-01-131-1/+39
* Avoid quadratic behavior in id-var-nameAndy Wingo2022-01-132-60/+67
* Improve support for R6/R7 SRFI module name formats.Taylan Kammer2021-11-021-22/+108
* (ice-9 format): Fix scaling floats with leading zerosTimothy Sample2021-10-191-2/+2
* Hotfix to unify (x ...) patterns in matchAndy Wingo2021-09-301-16/+53
* ice-9/read: Parse #{}}# properly.Maxime Devos2021-08-021-2/+5
* Fix crash on #nil in syntaxesRob Browning2021-07-111-0/+1
* Fix bug in nftw functionDaniel Llorens2021-05-211-4/+4
* Add support for recording inlinable module exportsAndy Wingo2021-05-111-4/+12
* Fix R7RS include-library-declarations and cond-expand in define-libraryAndy Wingo2021-05-011-3/+3
* Fix bug for read-syntax on ( . args)Andy Wingo2021-05-012-5/+18
* Fix syntax-violation, which was passing vectors instead of alistsAndy Wingo2021-04-292-3/+5
* Fix compile-psyntax.scm -- canonicalize pass not neededAndy Wingo2021-04-291-6/+4
* Fix line and column for read errorsAndy Wingo2021-04-291-1/+2
* Fix duplicates handlers for interfaces that use interfacesAndy Wingo2021-04-281-3/+3
* ice-9 ftw: Use 'absolute-file-name?' in 'nftw'.Jan (janneke) Nieuwenhuizen2020-08-131-4/+1
* Fix suspendable implementation of 'get-bytevector-some!'Andrew Whatson2021-03-121-1/+1
* Revert "Handle CRLF and Unicode line endings in read-line"Andy Wingo2021-03-121-74/+3
* Handle CRLF and Unicode line endings in read-lineMike Gran2021-03-111-3/+74
* ice-9 ftw: handle non-working inodesMichael Gran2021-03-111-13/+29
* ice-9 ftw: handle missing getuid and getgidMichael Gran2021-03-111-15/+25
* Fix reading #!!#Andy Wingo2021-03-071-8/+10
* tweak unknown hash object error in readerMichael Gran2021-03-051-1/+1
* print token in error msg for unknown hash objectMichael Gran2021-03-051-1/+1
* Handle <eof> in reader's character escape sequencesMichael Gran2021-03-051-0/+6
* Fix reading "#;", "'", and similar premature-EOF situationsAndy Wingo2021-03-051-24/+24
* Fix reading of #true / #falseAndy Wingo2021-03-051-1/+1
* Add docstring for array-shapeDaniel Llorens2021-03-041-2/+12
* Fix reading improper curly-infix expressionsAndy Wingo2021-03-041-3/+3
* Fix reading #c32 vectorsAndy Wingo2021-03-031-1/+1
* Fix some srfi-105 parsing errorsAndy Wingo2021-03-031-7/+8
* Fix length of \U hex escape in new readerAndy Wingo2021-03-031-1/+1
* Fix bug in new array readerDaniel Llorens2021-03-031-4/+2
* Read-in-scheme replaces boot "read" definitionAndy Wingo2021-03-034-25/+47
* Fix unterminated #!...!# error message in Scheme readerAndy Wingo2021-03-031-1/+1
* Fix reading neoteric exprs in Scheme readerAndy Wingo2021-03-031-1/+1
* Fix reader extensions in Scheme readerAndy Wingo2021-03-031-1/+1