summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-08Update gnulib to a3a946f670718d0dee5a7425ad5ac0a29fb46ea1wip-gnulib-updateDaniel Llorens54-302/+1075
2021-04-04Fix typos in examples.Mikael Djurfeldt5-6/+6
2021-04-01Fix handling of parameter lists to elisp defun to allow nil.Mikael Djurfeldt2-2/+5
2021-03-19goops: Preserve all slot options in redefinable classes.David Thompson2-8/+52
2021-03-19web: 'tls-wrap' returns an unbuffered custom port.Ludovic Courtès1-3/+10
2021-03-19web: 'tls-wrap' avoids intermediate buffer.Ludovic Courtès1-10/+7
2021-03-18Update NEWSAndy Wingo1-1/+4
2021-03-16Fix recent i18n testsAndy Wingo1-2/+4
2021-03-15Fix buffer overread in string-locale<?Andy Wingo2-23/+25
2021-03-15Adapt test for string-locale-ci=?Andy Wingo1-5/+7
2021-03-15Fix buffer overread in string-locale-ci=? and related functionsAndy Wingo2-12/+18
2021-03-13Add JIT capability for MinGWMike Gran2-14/+52
2021-03-13On Cygwin, 'lib' DLLs use 'cyg' prefixMike Gran3-1/+64
2021-03-12Don't force installation of GMP allocators in guile shellAndy Wingo1-1/+0
2021-03-12Fix hash-table-merge! bug.Ricardo G. Herdt1-1/+1
2021-03-12Fix suspendable implementation of 'get-bytevector-some!'Andrew Whatson1-1/+1
2021-03-12Add tests for get-bytevector-some!Andrew Whatson1-0/+20
2021-03-12Revert "Handle CRLF and Unicode line endings in read-line"Andy Wingo6-171/+25
2021-03-11Add read-line and ftw changes to NEWSMichael Gran1-0/+7
2021-03-11Handle CRLF and Unicode line endings in read-lineMike Gran5-25/+165
2021-03-11ice-9 ftw: handle non-working inodesMichael Gran2-30/+67
2021-03-11ice-9 ftw: handle missing getuid and getgidMichael Gran2-17/+27
2021-03-11For MinGW use Windows filepaths in libpath.hMichael Gran2-1/+49
2021-03-11on MinGW, prefer winsock2.h over sys/select in iselectMike Gran1-0/+4
2021-03-11Build standalone test libraries as unversionedMike Gran1-4/+4
2021-03-11Add windows stubs for dlopen, dlclose, dlsym, dlerrorMike Gran3-1/+66
2021-03-10Add mkstemp; undocument mkstemp!Andy Wingo7-64/+93
2021-03-10On Win32, prefer winsock2 header for socket declarationsMike Gran1-3/+8
2021-03-10remove 2nd attempt at invoking ComSpec when spawning childMichael Gran1-17/+1
2021-03-10disable popen 'no duplicates' test for MinGWMichael Gran1-1/+6
2021-03-10Use lower-case windows.hMichael Gran1-1/+1
2021-03-09Write a proper vector-map and vector-for-each for (rnrs base)Linus2-9/+81
2021-03-09Document syntax-sourcevAndy Wingo3-1/+11
2021-03-09Document quote-syntaxAndy Wingo2-2/+25
2021-03-09Update NEWSAndy Wingo1-0/+7
2021-03-08Fix define error for mini-gmpMichael Gran1-1/+1
2021-03-08Update NEWS for --enable-mini-gmpAndy Wingo1-0/+45
2021-03-08Only install libgc as GMP allocator with mini-gmpAndy Wingo1-5/+19
2021-03-08Don't expose mini-gmp to usersAndy Wingo2-14/+26
2021-03-07More informative error message if GMP not foundAndy Wingo1-1/+1
2021-03-07Fix reading #!!#Andy Wingo2-9/+26
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