summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-06Build standalone test libraries as unversionedmingw-guile-3.0Mike Gran1-4/+4
2021-03-06Add windows stubs for dlopen, dlclose, dlsym, dlerrorMike Gran3-1/+66
2021-03-06Merge branch 'master' of git.savannah.gnu.org:/srv/git/guile into mingw-guile...Michael Gran58-3084/+8986
2021-03-05tweak unknown hash object error in readerMichael Gran1-1/+1
2021-03-05print token in error msg for unknown hash objectMichael Gran1-1/+1
2021-03-05Handle <eof> in reader's character escape sequencesMichael Gran1-0/+6
2021-03-05Fix reading "#;", "'", and similar premature-EOF situationsAndy Wingo2-25/+25
2021-03-05Fix up source properties section in manualAndy Wingo1-6/+6
2021-03-05Fix reading of #true / #falseAndy Wingo1-1/+1
2021-03-04Update reference for GUILE_EXTENSIONS_PATHAndy Wingo2-4/+12
2021-03-04Update documentation to incorporate read-syntaxAndy Wingo4-42/+96
2021-03-04Syntax objects print with source locationsAndy Wingo1-2/+11
2021-03-04Add docstring for array-shapeDaniel Llorens1-2/+12
2021-03-04Fix reading improper curly-infix expressionsAndy Wingo1-3/+3
2021-03-03don't presume availability of gmp.pcMichael Gran8-32/+34
2021-03-03Fix reading #c32 vectorsAndy Wingo1-1/+1
2021-03-03Fix some srfi-105 parsing errorsAndy Wingo1-7/+8
2021-03-03Fix length of \U hex escape in new readerAndy Wingo1-1/+1
2021-03-03Remove read extension support from primitive-readAndy Wingo1-37/+5
2021-03-03More read.c simplificationsAndy Wingo1-30/+28
2021-03-03primitive-read handles only default reader optionsAndy Wingo1-656/+122
2021-03-03Scheme reader fully replaces C readerAndy Wingo2-4/+22
2021-03-03Fix bug in new array readerDaniel Llorens2-5/+37
2021-03-03Read-in-scheme replaces boot "read" definitionAndy Wingo11-46/+62
2021-03-03Relax srfi-105 source expectationsAndy Wingo1-2/+8
2021-03-03Fix unterminated #!...!# error message in Scheme readerAndy Wingo1-1/+1
2021-03-03Fix reading neoteric exprs in Scheme readerAndy Wingo1-1/+1
2021-03-03Fix reader extensions in Scheme readerAndy Wingo1-1/+1
2021-03-03Invalid charset at EOF does not cause decoding errorAndy Wingo2-10/+3
2021-03-03Remove textual-ports include from (ice-9 read)Andy Wingo1-2/+1
2021-03-02improve autoconfigury for minigmpMichael Gran10-15/+23
2021-03-02Enable option to prefer mini-gmp over libgmpMichael Gran12-25/+4951
2021-03-02Fix another typo in routine reading arraysDaniel Llorens2-2/+6
2021-03-02Fix bug reading arrays with lengthsAndy Wingo1-1/+1
2021-03-01Update NEWSAndy Wingo1-0/+62
2021-02-28Fix Scheme read without source positionsAndy Wingo1-1/+2
2021-02-25Shunt syntax-sourcev to (system syntax internal)Andy Wingo1-1/+2
2021-02-25read-syntax uses vector source representationAndy Wingo1-3/+1
2021-02-25Psyntax uses sourcev internallyAndy Wingo2-150/+220
2021-02-25Assembler writes vector source propertiesAndy Wingo1-2/+2
2021-02-25Add syntax-sourcevAndy Wingo2-3/+53
2021-02-25Optimize run-time init and relocation procedureAndy Wingo1-57/+109
2021-02-25Commit updates from newest autoconfAndy Wingo2-988/+1157
2021-02-25Read Scheme via read-syntaxAndy Wingo3-8/+16
2021-02-25Fix read-syntax on vectors and arraysAndy Wingo1-3/+3
2021-02-25Ensure that (syntax ()) results in ()Andy Wingo2-34/+40
2021-02-24Fix module scoping for datum->syntax with no identifierAndy Wingo2-115/+124
2021-02-24Remove top-marked? optimization from psyntaxAndy Wingo2-192/+135
2021-02-24Add quote-syntaxAndy Wingo3-38/+47
2021-02-21Implement read-syntaxAndy Wingo4-40/+55