Age | Commit message (Expand) | Author | Files | Lines |
2025-03-30 | Other test fixeswip-mingw-2025 | Michael Gran | 2 | -6/+8 |
2025-03-30 | MinGW: don't hand on unsupported popen tests | Michael Gran | 1 | -22/+26 |
2025-03-30 | MINGW: fix tmpnam giving filenames in the root directory | Michael Gran | 3 | -1/+39 |
2025-03-30 | Skip tests that require alarm or SIGALRM when not supported | Michael Gran | 2 | -1/+7 |
2025-03-30 | Skip tests that require STATPROF when not supported | Michael Gran | 1 | -9/+11 |
2025-03-30 | Skip tests that require SIGPIPE when not supported | Michael Gran | 3 | -1/+35 |
2025-03-30 | Sort goops class precedence tests to have a more reproducible check-guile.log | Michael Gran | 1 | -4/+8 |
2025-03-30 | popen.test: add shell on mingw | Michael Gran | 1 | -6/+9 |
2025-03-30 | Bad cherry-picks | Michael Gran | 5 | -28/+6 |
2025-03-30 | Fix scm_to_mpz | Michael Gran | 1 | -4/+4 |
2025-03-30 | Special case the CPUTF-8 encoding in scm_to_stringn scm_from_stringn | Michael Gran | 1 | -0/+13 |
2025-03-30 | Prefer LTLIBGNU to gnulib_library in Makefile.am | Michael Gran | 1 | -5/+5 |
2025-03-30 | explicitly add the gnulib library in LD_ADD | Michael Gran | 2 | -3/+3 |
2025-03-30 | Add compiled guile-tools program | Michael Gran | 4 | -2/+57 |
2025-03-30 | In posix test, skip AT_SYMLINK_NOFOLLOW test if symlinks unsupported | Michael Gran | 1 | -1/+1 |
2025-03-30 | In posix test, skip ttyname test if not supported | Michael Gran | 1 | -0/+2 |
2025-03-30 | In i18n test, modify locale testing to focus on UTF-8 | Michael Gran | 1 | -65/+69 |
2025-03-30 | handle different errors messages for unbound variables | Michael Gran | 1 | -1/+2 |
2025-03-30 | Modify http header parser to use new read-line "\r\n" handling | Michael Gran | 1 | -6/+5 |
2025-03-30 | Allow read-line to handle "\r\n" as a line terminator | Michael Gran | 5 | -14/+109 |
2025-03-30 | Add option to disable time limit in eval-in-sandbox | Michael Gran | 4 | -20/+73 |
2025-03-30 | In i18n test, add more reasonable test passes for french currency | Michael Gran | 1 | -12/+96 |
2025-03-30 | WIN32: new internal define %UCRT when compiled with UCRT C library | Michael Gran | 2 | -2/+15 |
2025-03-30 | Avoid writing nulls in check-guile.log | Michael Gran | 2 | -8/+8 |
2025-03-30 | In web-server test, skip server test if no threads provided | Michael Gran | 1 | -1/+0 |
2025-03-30 | MINGW: in ports test, use binary mode for line counter tests | Michael Gran | 1 | -1/+3 |
2025-03-30 | In ports.test, convert some pass-if tests to pass-if-equal | Michael Gran | 1 | -18/+18 |
2025-03-30 | Replace SCM_INLINE_GC_KIND_* enums with libgc's GC_I_* defines | Michael Gran | 2 | -14/+5 |
2025-03-30 | libgc's GC_REDIRECT_TO_LOCAL is obsolete. | Michael Gran | 1 | -1/+0 |
2025-03-30 | allow webserver to run when SIGPIPE not defined | Michael Gran | 1 | -1/+2 |
2025-03-30 | Win32: don't setjmp to Guile frames | Michael Gran | 4 | -4/+4 |
2025-03-30 | Lightening: _WIN32 updates from upstream lightning | Michael Gran | 2 | -7/+7 |
2025-03-30 | Win32: add replacement for mkdtemp | Michael Gran | 3 | -85/+181 |
2025-03-30 | In lightening, don't use visibility hidden on DLL using systems | Michael Gran | 1 | -1/+1 |
2025-03-30 | WIN32: use GCC builtin ffs to replace missing function | Michael Gran | 1 | -3/+19 |
2025-03-30 | filesys.test: fixes for copy-file test on MinGW | Michael Gran | 1 | -2/+20 |
2025-03-30 | in filesys test, add helper function for deleting files and symlinks | Michael Gran | 1 | -27/+29 |
2025-03-30 | In test suite, ensure file ports are closed before deletion | Michael Gran | 2 | -8/+12 |
2025-03-30 | Allows modification of shell used by open-pipe | Michael Gran | 5 | -9/+83 |
2025-03-30 | fixes for chmodat test | Michael Gran | 1 | -2/+9 |
2025-03-30 | For MinGW, use native signal func in sigaction | Michael Gran | 1 | -20/+7 |
2025-03-30 | guix: Add guile-patched, guile-mingw. | Jan (janneke) Nieuwenhuizen | 2 | -0/+185 |
2025-03-30 | DRAFT Add partial `scm_fcntl' support for MinGW. | Rutger van Beusekom | 1 | -1/+82 |
2025-03-30 | Add `scm_sigaction_for_thread' stub for MinGW. | Jan (janneke) Nieuwenhuizen | 2 | -1/+22 |
2025-03-30 | Install 'mingw_take_signal' on MinGW. | Jan (janneke) Nieuwenhuizen | 1 | -0/+33 |
2025-03-30 | Make `read-bytes' suspendable for socket reads on MinGW. | Jan (janneke) Nieuwenhuizen | 1 | -1/+5 |
2025-03-30 | Support for x86_64-w64-mingw32. | Jan (janneke) Nieuwenhuizen | 23 | -670/+762 |
2025-03-30 | Add 'set-port-binary/text-mode!' procedure for MinGW. | Jan (janneke) Nieuwenhuizen | 4 | -0/+57 |
2025-03-30 | mingw: canonicalize-path: Also canonicalize drive letter and '/'. | Jan (janneke) Nieuwenhuizen | 3 | -0/+46 |
2025-03-30 | Link fix for MinGW. | Jan (janneke) Nieuwenhuizen | 1 | -0/+1 |