summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-06Enable option to prefer mini-gmp over libgmpuse-minigmpMichael Gran12-25/+4951
2021-02-04the mkdtemp tests don't clean up the directories createdMichael Gran1-3/+3
2021-02-03Optimize eof-object?Andy Wingo2-3/+11
2021-02-03Replace libltdl with raw dlopen, dlsymAndy Wingo17-883/+906
2021-01-23strptime test shouldn't presume that initial whitespace is ignoredMike Gran1-3/+3
2021-01-23don't test crypt if not presentMike Gran1-1/+5
2021-01-23socket test should not throw unresolved outside of a testMike Gran1-2/+4
2021-01-23add test for setsockoptMichael Gran1-0/+11
2021-01-21getsockopt may return garbage for parameters < sizeof(int)Michael Gran1-1/+2
2021-01-21socket test should not throw unresolved outside of a testMichael Gran1-18/+19
2021-01-21avoid a ports test when fcntl is not providedMichael Gran1-1/+1
2021-01-21standalone tests require libgnu on DLL-based platformsMichael Gran1-13/+13
2021-01-21skip version test if git-version-gen can't compute version from gitMichael Gran1-11/+13
2021-01-21in null threads, don't define sigmask stub when pthread_sigmask does not existMichael Gran2-4/+12
2021-01-21Need Guile and Windows types for the declarations posix-w32Michael Gran1-1/+8
2021-01-21missing includes for list.hMichael Gran2-2/+4
2021-01-21test-foreign-object-c should link libgnuMichael Gran1-2/+2
2021-01-21for dynamic-link tests, mingw needs to link to msvcrtMichael Gran2-0/+5
2021-01-21in command line encoding test don't presume extant UTF-8 localeMichael Gran1-1/+4
2021-01-21skip compile test when pause not availableMichael Gran1-2/+2
2021-01-21for socket test, don't presume TMP is usableMichael Gran1-2/+2
2021-01-21encoding test tries to delete a file that is not closedMichael Gran1-6/+9
2021-01-21Use mkdtemp to simplify repl server testMichael Gran1-18/+6
2021-01-21Replace mutating mkdtemp! with non-mutating mkdtempMichael Gran4-45/+34
2021-01-21Replace stftime gnulib module with nstrftimeAndy Wingo3-4/+3
2021-01-20Update environ_locale_charset gnulib patchAndy Wingo7-352/+416
2021-01-20Update Gnulib to v0.1-4379-g2ef5a9b4bAndy Wingo483-9960/+26594
2021-01-19Fix incorrect docstring of mkdtemp!Michael Gran1-3/+3
2021-01-19New procedure mkdtemp! to create unique temporary directoryMichael Gran5-13/+112
2021-01-18Move declaration for scm_mkstemp to filesys.hMichael Gran2-3/+3
2021-01-17Fix "display" typo in make-thread and begin-thread docsRob Browning1-2/+2
2021-01-17scm_i_make_transcoded_port: fix mode for input/output portsRob Browning2-2/+28
2021-01-17(scheme base) member: return #f, not (), for no matchRob Browning3-4/+7
2021-01-17Replace a line which was accidentally removed.Asher Gordon2-0/+2
2021-01-17doc: Fix composition describing scm_reverse_list_to_stringRob Browning2-1/+2
2021-01-12Document new interfacesAndy Wingo2-0/+34
2021-01-12Document call-with-portAndy Wingo2-7/+8
2021-01-12Finish call-with-port cleanupAndy Wingo2-11/+1
2021-01-12Add call-with-input-bytevector, call-with-output-bytevectorAndy Wingo3-85/+47
2021-01-12Close accumulating output ports after useAndy Wingo2-30/+25
2021-01-07Bump copyright years for user-visible copyright messagesv3.0.5Andy Wingo3-5/+5
2021-01-07Bump version to 3.0.5Andy Wingo1-6/+7
2021-01-07Update NEWSAndy Wingo1-1/+40
2021-01-07Merge remote-tracking branch 'lightening/main'Andy Wingo2-0/+28
2021-01-07Merge branch 'fix-shortening' into 'master'Andy Wingo2-0/+28
2021-01-07Fix jmp-shortening on x64 when target within instruction.Andy Wingo2-0/+28
2021-01-07New warnings: -Wuse-before-definition, -Wnon-idempotent-definitionAndy Wingo5-175/+422
2020-09-10Fix source location bug for neoteric exprs introduced by refactoringAndy Wingo1-1/+1
2020-09-10Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo20-290/+174
2020-09-05Update NEWSAndy Wingo2-1/+21