summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo for guile-system-extensions-pathexcise-ltdlAndy Wingo2021-01-291-1/+1
* Replace libltdl with raw dlopen, dlsymAndy Wingo2021-01-2917-883/+906
* 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
* Replace stftime gnulib module with nstrftimeAndy Wingo2021-01-213-4/+3
* Update environ_locale_charset gnulib patchAndy Wingo2021-01-207-352/+416
* Update Gnulib to v0.1-4379-g2ef5a9b4bAndy Wingo2021-01-20483-9960/+26594
* Fix incorrect docstring of mkdtemp!Michael Gran2021-01-191-3/+3
* New procedure mkdtemp! to create unique temporary directoryMichael Gran2021-01-195-13/+112
* Move declaration for scm_mkstemp to filesys.hMichael Gran2021-01-182-3/+3
* Fix "display" typo in make-thread and begin-thread docsRob Browning2021-01-171-2/+2
* scm_i_make_transcoded_port: fix mode for input/output portsRob Browning2021-01-172-2/+28
* (scheme base) member: return #f, not (), for no matchRob Browning2021-01-173-4/+7
* Replace a line which was accidentally removed.Asher Gordon2021-01-172-0/+2
* doc: Fix composition describing scm_reverse_list_to_stringRob Browning2021-01-172-1/+2
* Document new interfacesAndy Wingo2021-01-122-0/+34
* Document call-with-portAndy Wingo2021-01-122-7/+8
* Finish call-with-port cleanupAndy Wingo2021-01-122-11/+1
* Add call-with-input-bytevector, call-with-output-bytevectorAndy Wingo2021-01-123-85/+47
* Close accumulating output ports after useAndy Wingo2021-01-122-30/+25
* Bump copyright years for user-visible copyright messagesv3.0.5Andy Wingo2021-01-073-5/+5
* Bump version to 3.0.5Andy Wingo2021-01-071-6/+7
* Update NEWSAndy Wingo2021-01-071-1/+40
* Merge remote-tracking branch 'lightening/main'Andy Wingo2021-01-072-0/+28
|\
| * Merge branch 'fix-shortening' into 'master'Andy Wingo2021-01-072-0/+28
| |\
| | * Fix jmp-shortening on x64 when target within instruction.Andy Wingo2021-01-072-0/+28
| |/
* | New warnings: -Wuse-before-definition, -Wnon-idempotent-definitionAndy Wingo2021-01-075-175/+422
* | Fix source location bug for neoteric exprs introduced by refactoringAndy Wingo2020-09-101-1/+1
* | Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo2020-09-1020-290/+174
* | Update NEWSAndy Wingo2020-09-052-1/+21
* | Clean up srcprops implementationAndy Wingo2020-09-036-163/+137
* | Tweak to initial heap size selectionAndy Wingo2020-08-271-2/+4