summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Document datum->syntax extensionsAndy Wingo2021-02-213-62/+80
| * Adapt uses of make-syntax to preserve syntaxAndy Wingo2021-02-212-68/+93
| * psyntax preserves source via syntax objectsAndy Wingo2021-02-212-79/+73
| * Syntax objects have "source" fieldAndy Wingo2021-02-206-31/+73
| * Use lists instead of string ports to accumulate resultsAndy Wingo2021-02-171-70/+61
| * Fix read.scm bugs related to nonstandard reader optionsAndy Wingo2021-02-171-12/+10
| * Improve read error reportingAndy Wingo2021-02-171-43/+50
| * Scheme read respects "positions" reader optionAndy Wingo2021-02-171-1/+2
| * More read micro-optimizationsAndy Wingo2021-02-171-3/+3
| * Micro-optimization to delimiter?Andy Wingo2021-02-171-4/+5
| * Re-use string output port within readAndy Wingo2021-02-171-64/+69
| * Fix (ice-9 read) for #\"Andy Wingo2021-02-141-0/+2
| * Fix (ice-9 read) for #!r6rsAndy Wingo2021-02-141-1/+3
| * Add "read" implementation in SchemeAndy Wingo2021-02-132-0/+867
| * build: Use 'AM_GNU_GETTEXT_VERSION'.Ludovic Courtès2021-02-061-0/+1
| * the mkdtemp tests don't clean up the directories createdMichael Gran2021-02-041-3/+3
| * Optimize eof-object?Andy Wingo2021-02-032-3/+11
| * Replace libltdl with raw dlopen, dlsymAndy Wingo2021-02-0317-883/+906
* | on MinGW, prefer winsock2.h over sys/select in iselectMike Gran2021-01-281-0/+4
* | For MinGW use Windows filepaths in libpath.hMichael Gran2021-01-232-1/+49
* | simplify reading http headers using updated %read-lineMichael Gran2021-01-231-6/+5
* | Let suspendable ports' read-line handle alternate line endingsMichael Gran2021-01-231-3/+75
* | Let read-line handle alternate line endingsMichael Gran2021-01-232-7/+83
* | ftw test should handle missing symlink procedureMichael Gran2021-01-231-38/+45
* | ice-9 ftw: handle non-working inodesMichael Gran2021-01-232-30/+67
* | ice-9 ftw: handle missing getuid and getgidMichael Gran2021-01-232-17/+27
* | On Win32, prefer winsock2 header for socket declarationsMike Gran2021-01-232-4/+9
* | Add Win32 compatibility to JITMichael Gran2021-01-232-13/+54
* | remove 2nd attempt at invoking ComSpec when spawning childMichael Gran2021-01-231-17/+1
* | disable popen 'no duplicates' test for MinGWMichael Gran2021-01-231-1/+6
|/
* strptime test shouldn't presume that initial whitespace is ignoredMike Gran2021-01-231-3/+3
* don't test crypt if not presentMike Gran2021-01-231-1/+5
* socket test should not throw unresolved outside of a testMike Gran2021-01-231-2/+4
* add test for setsockoptMichael Gran2021-01-231-0/+11
* getsockopt may return garbage for parameters < sizeof(int)Michael Gran2021-01-211-1/+2
* socket test should not throw unresolved outside of a testMichael Gran2021-01-211-18/+19
* avoid a ports test when fcntl is not providedMichael Gran2021-01-211-1/+1
* standalone tests require libgnu on DLL-based platformsMichael Gran2021-01-211-13/+13
* skip version test if git-version-gen can't compute version from gitMichael Gran2021-01-211-11/+13
* in null threads, don't define sigmask stub when pthread_sigmask does not existMichael Gran2021-01-212-4/+12
* Need Guile and Windows types for the declarations posix-w32Michael Gran2021-01-211-1/+8
* missing includes for list.hMichael Gran2021-01-212-2/+4
* test-foreign-object-c should link libgnuMichael Gran2021-01-211-2/+2
* for dynamic-link tests, mingw needs to link to msvcrtMichael Gran2021-01-212-0/+5
* in command line encoding test don't presume extant UTF-8 localeMichael Gran2021-01-211-1/+4
* skip compile test when pause not availableMichael Gran2021-01-211-2/+2
* for socket test, don't presume TMP is usableMichael Gran2021-01-211-2/+2
* encoding test tries to delete a file that is not closedMichael Gran2021-01-211-6/+9
* Use mkdtemp to simplify repl server testMichael Gran2021-01-211-18/+6
* Replace mutating mkdtemp! with non-mutating mkdtempMichael Gran2021-01-214-45/+34