summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-03-30Other test fixeswip-mingw-2025Michael Gran2-6/+8
2025-03-30MinGW: don't hand on unsupported popen testsMichael Gran1-22/+26
2025-03-30MINGW: fix tmpnam giving filenames in the root directoryMichael Gran3-1/+39
2025-03-30Skip tests that require alarm or SIGALRM when not supportedMichael Gran2-1/+7
2025-03-30Skip tests that require STATPROF when not supportedMichael Gran1-9/+11
2025-03-30Skip tests that require SIGPIPE when not supportedMichael Gran3-1/+35
2025-03-30Sort goops class precedence tests to have a more reproducible check-guile.logMichael Gran1-4/+8
2025-03-30popen.test: add shell on mingwMichael Gran1-6/+9
2025-03-30Bad cherry-picksMichael Gran5-28/+6
2025-03-30Fix scm_to_mpzMichael Gran1-4/+4
2025-03-30Special case the CPUTF-8 encoding in scm_to_stringn scm_from_stringnMichael Gran1-0/+13
2025-03-30Prefer LTLIBGNU to gnulib_library in Makefile.amMichael Gran1-5/+5
2025-03-30explicitly add the gnulib library in LD_ADDMichael Gran2-3/+3
2025-03-30Add compiled guile-tools programMichael Gran4-2/+57
2025-03-30In posix test, skip AT_SYMLINK_NOFOLLOW test if symlinks unsupportedMichael Gran1-1/+1
2025-03-30In posix test, skip ttyname test if not supportedMichael Gran1-0/+2
2025-03-30In i18n test, modify locale testing to focus on UTF-8Michael Gran1-65/+69
2025-03-30handle different errors messages for unbound variablesMichael Gran1-1/+2
2025-03-30Modify http header parser to use new read-line "\r\n" handlingMichael Gran1-6/+5
2025-03-30Allow read-line to handle "\r\n" as a line terminatorMichael Gran5-14/+109
2025-03-30Add option to disable time limit in eval-in-sandboxMichael Gran4-20/+73
2025-03-30In i18n test, add more reasonable test passes for french currencyMichael Gran1-12/+96
2025-03-30WIN32: new internal define %UCRT when compiled with UCRT C libraryMichael Gran2-2/+15
2025-03-30Avoid writing nulls in check-guile.logMichael Gran2-8/+8
2025-03-30In web-server test, skip server test if no threads providedMichael Gran1-1/+0
2025-03-30MINGW: in ports test, use binary mode for line counter testsMichael Gran1-1/+3
2025-03-30In ports.test, convert some pass-if tests to pass-if-equalMichael Gran1-18/+18
2025-03-30Replace SCM_INLINE_GC_KIND_* enums with libgc's GC_I_* definesMichael Gran2-14/+5
2025-03-30libgc's GC_REDIRECT_TO_LOCAL is obsolete.Michael Gran1-1/+0
2025-03-30allow webserver to run when SIGPIPE not definedMichael Gran1-1/+2
2025-03-30Win32: don't setjmp to Guile framesMichael Gran4-4/+4
2025-03-30Lightening: _WIN32 updates from upstream lightningMichael Gran2-7/+7
2025-03-30Win32: add replacement for mkdtempMichael Gran3-85/+181
2025-03-30In lightening, don't use visibility hidden on DLL using systemsMichael Gran1-1/+1
2025-03-30WIN32: use GCC builtin ffs to replace missing functionMichael Gran1-3/+19
2025-03-30filesys.test: fixes for copy-file test on MinGWMichael Gran1-2/+20
2025-03-30in filesys test, add helper function for deleting files and symlinksMichael Gran1-27/+29
2025-03-30In test suite, ensure file ports are closed before deletionMichael Gran2-8/+12
2025-03-30Allows modification of shell used by open-pipeMichael Gran5-9/+83
2025-03-30fixes for chmodat testMichael Gran1-2/+9
2025-03-30For MinGW, use native signal func in sigactionMichael Gran1-20/+7
2025-03-30guix: Add guile-patched, guile-mingw.Jan (janneke) Nieuwenhuizen2-0/+185
2025-03-30DRAFT Add partial `scm_fcntl' support for MinGW.Rutger van Beusekom1-1/+82
2025-03-30Add `scm_sigaction_for_thread' stub for MinGW.Jan (janneke) Nieuwenhuizen2-1/+22
2025-03-30Install 'mingw_take_signal' on MinGW.Jan (janneke) Nieuwenhuizen1-0/+33
2025-03-30Make `read-bytes' suspendable for socket reads on MinGW.Jan (janneke) Nieuwenhuizen1-1/+5
2025-03-30Support for x86_64-w64-mingw32.Jan (janneke) Nieuwenhuizen23-670/+762
2025-03-30Add 'set-port-binary/text-mode!' procedure for MinGW.Jan (janneke) Nieuwenhuizen4-0/+57
2025-03-30mingw: canonicalize-path: Also canonicalize drive letter and '/'.Jan (janneke) Nieuwenhuizen3-0/+46
2025-03-30Link fix for MinGW.Jan (janneke) Nieuwenhuizen1-0/+1