summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update gnulib to a3a946f670718d0dee5a7425ad5ac0a29fb46ea1wip-gnulib-updateDaniel Llorens2021-04-0854-302/+1075
* Fix typos in examples.Mikael Djurfeldt2021-04-045-6/+6
* Fix handling of parameter lists to elisp defun to allow nil.Mikael Djurfeldt2021-04-012-2/+5
* goops: Preserve all slot options in redefinable classes.David Thompson2021-03-192-8/+52
* web: 'tls-wrap' returns an unbuffered custom port.Ludovic Courtès2021-03-191-3/+10
* web: 'tls-wrap' avoids intermediate buffer.Ludovic Courtès2021-03-191-10/+7
* Update NEWSAndy Wingo2021-03-181-1/+4
* Fix recent i18n testsAndy Wingo2021-03-161-2/+4
* Fix buffer overread in string-locale<?Andy Wingo2021-03-152-23/+25
* Adapt test for string-locale-ci=?Andy Wingo2021-03-151-5/+7
* Fix buffer overread in string-locale-ci=? and related functionsAndy Wingo2021-03-152-12/+18
* Add JIT capability for MinGWMike Gran2021-03-132-14/+52
* On Cygwin, 'lib' DLLs use 'cyg' prefixMike Gran2021-03-133-1/+64
* Don't force installation of GMP allocators in guile shellAndy Wingo2021-03-121-1/+0
* Fix hash-table-merge! bug.Ricardo G. Herdt2021-03-121-1/+1
* Fix suspendable implementation of 'get-bytevector-some!'Andrew Whatson2021-03-121-1/+1
* Add tests for get-bytevector-some!Andrew Whatson2021-03-121-0/+20
* Revert "Handle CRLF and Unicode line endings in read-line"Andy Wingo2021-03-126-171/+25
* Add read-line and ftw changes to NEWSMichael Gran2021-03-111-0/+7
* Handle CRLF and Unicode line endings in read-lineMike Gran2021-03-115-25/+165
* ice-9 ftw: handle non-working inodesMichael Gran2021-03-112-30/+67
* ice-9 ftw: handle missing getuid and getgidMichael Gran2021-03-112-17/+27
* For MinGW use Windows filepaths in libpath.hMichael Gran2021-03-112-1/+49
* on MinGW, prefer winsock2.h over sys/select in iselectMike Gran2021-03-111-0/+4
* Build standalone test libraries as unversionedMike Gran2021-03-111-4/+4
* Add windows stubs for dlopen, dlclose, dlsym, dlerrorMike Gran2021-03-113-1/+66
* Add mkstemp; undocument mkstemp!Andy Wingo2021-03-107-64/+93
* On Win32, prefer winsock2 header for socket declarationsMike Gran2021-03-101-3/+8
* remove 2nd attempt at invoking ComSpec when spawning childMichael Gran2021-03-101-17/+1
* disable popen 'no duplicates' test for MinGWMichael Gran2021-03-101-1/+6
* Use lower-case windows.hMichael Gran2021-03-101-1/+1
* Write a proper vector-map and vector-for-each for (rnrs base)Linus2021-03-092-9/+81
* Document syntax-sourcevAndy Wingo2021-03-093-1/+11
* Document quote-syntaxAndy Wingo2021-03-092-2/+25
* Update NEWSAndy Wingo2021-03-091-0/+7
* Fix define error for mini-gmpMichael Gran2021-03-081-1/+1
* Update NEWS for --enable-mini-gmpAndy Wingo2021-03-081-0/+45
* Only install libgc as GMP allocator with mini-gmpAndy Wingo2021-03-081-5/+19
* Don't expose mini-gmp to usersAndy Wingo2021-03-082-14/+26
* More informative error message if GMP not foundAndy Wingo2021-03-071-1/+1
* Fix reading #!!#Andy Wingo2021-03-072-9/+26
* 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