summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Build standalone test libraries as unversionedmingw-guile-3.0Mike Gran2021-03-061-4/+4
* Add windows stubs for dlopen, dlclose, dlsym, dlerrorMike Gran2021-03-063-1/+66
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/guile into mingw-guile...Michael Gran2021-03-0658-3084/+8986
|\
| * 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-052-25/+25
| * Fix up source properties section in manualAndy Wingo2021-03-051-6/+6
| * Fix reading of #true / #falseAndy Wingo2021-03-051-1/+1
| * Update reference for GUILE_EXTENSIONS_PATHAndy Wingo2021-03-042-4/+12
| * Update documentation to incorporate read-syntaxAndy Wingo2021-03-044-42/+96
| * Syntax objects print with source locationsAndy Wingo2021-03-041-2/+11
| * Add docstring for array-shapeDaniel Llorens2021-03-041-2/+12
| * Fix reading improper curly-infix expressionsAndy Wingo2021-03-041-3/+3
| * don't presume availability of gmp.pcMichael Gran2021-03-038-32/+34
| * 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
| * Remove read extension support from primitive-readAndy Wingo2021-03-031-37/+5
| * More read.c simplificationsAndy Wingo2021-03-031-30/+28
| * primitive-read handles only default reader optionsAndy Wingo2021-03-031-656/+122
| * Scheme reader fully replaces C readerAndy Wingo2021-03-032-4/+22
| * Fix bug in new array readerDaniel Llorens2021-03-032-5/+37
| * Read-in-scheme replaces boot "read" definitionAndy Wingo2021-03-0311-46/+62
| * Relax srfi-105 source expectationsAndy Wingo2021-03-031-2/+8
| * 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
| * Invalid charset at EOF does not cause decoding errorAndy Wingo2021-03-032-10/+3
| * Remove textual-ports include from (ice-9 read)Andy Wingo2021-03-031-2/+1
| * improve autoconfigury for minigmpMichael Gran2021-03-0210-15/+23
| * Enable option to prefer mini-gmp over libgmpMichael Gran2021-03-0212-25/+4951
| * Fix another typo in routine reading arraysDaniel Llorens2021-03-022-2/+6
| * Fix bug reading arrays with lengthsAndy Wingo2021-03-021-1/+1
| * Update NEWSAndy Wingo2021-03-011-0/+62
| * Fix Scheme read without source positionsAndy Wingo2021-02-281-1/+2
| * Shunt syntax-sourcev to (system syntax internal)Andy Wingo2021-02-251-1/+2
| * read-syntax uses vector source representationAndy Wingo2021-02-251-3/+1
| * Psyntax uses sourcev internallyAndy Wingo2021-02-252-150/+220
| * Assembler writes vector source propertiesAndy Wingo2021-02-251-2/+2
| * Add syntax-sourcevAndy Wingo2021-02-252-3/+53
| * Optimize run-time init and relocation procedureAndy Wingo2021-02-251-57/+109
| * Commit updates from newest autoconfAndy Wingo2021-02-252-988/+1157
| * Read Scheme via read-syntaxAndy Wingo2021-02-253-8/+16
| * Fix read-syntax on vectors and arraysAndy Wingo2021-02-251-3/+3
| * Ensure that (syntax ()) results in ()Andy Wingo2021-02-252-34/+40
| * Fix module scoping for datum->syntax with no identifierAndy Wingo2021-02-242-115/+124
| * Remove top-marked? optimization from psyntaxAndy Wingo2021-02-242-192/+135
| * Add quote-syntaxAndy Wingo2021-02-243-38/+47
| * Implement read-syntaxAndy Wingo2021-02-214-40/+55