summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-10Avoid mysterious "error no error" message in pipewip-mingwMichael Gran1-1/+3
2022-11-10Avoids sign extension error in bytevector constructionMichael Gran1-1/+5
2022-11-10fixes for chmodat testMichael Gran1-2/+9
2022-11-10Revert "Fix 'absolute-file-name?' and others for cross-build to MinGW."Michael Gran1-13/+1
2022-11-10Revert "squash! Fix 'absolute-file-name?' and others for cross-build to MinGW."Michael Gran1-1/+1
2022-11-10Revert "REMOVEME mingw: Hardcode compile-time-file-name-convention to 'mingw."Michael Gran1-1/+1
2022-11-10For MinGW, use native signal func in sigactionMichael Gran1-20/+7
2022-11-10More long integer fixes for x86_64-w64-mingw32Michael Gran6-14/+21
2022-11-10MinGW 64: fixes hash out-of-range error for 64-bit negative numbersMichael Gran1-1/+1
2022-11-10DEBUG guile.cmd, wine-guile.sh: Some Wine help.Jan (janneke) Nieuwenhuizen2-0/+28
2022-11-10REMOVEME guix: guile-mingw: Hardcode file-name-convention.Jan (janneke) Nieuwenhuizen2-0/+35
2022-11-10REMOVEME mingw: Hardcode compile-time-file-name-convention to 'mingw.Jan (janneke) Nieuwenhuizen1-1/+1
2022-11-10guix: Add guile-patched, guile-mingw.Jan (janneke) Nieuwenhuizen2-0/+185
2022-11-10DRAFT Add partial `scm_fcntl' support for MinGW.Rutger van Beusekom1-1/+82
2022-11-10Add `scm_sigaction_for_thread' stub for MinGW.Jan (janneke) Nieuwenhuizen2-1/+22
2022-11-10Install 'mingw_take_signal' on MinGW.Jan (janneke) Nieuwenhuizen1-0/+33
2022-11-10Make `read-bytes' suspendable for socket reads on MinGW.Jan (janneke) Nieuwenhuizen1-1/+5
2022-11-10squash! Fix 'absolute-file-name?' and others for cross-build to MinGW.Jan (janneke) Nieuwenhuizen1-1/+1
2022-11-10Fix 'absolute-file-name?' and others for cross-build to MinGW.Jan (janneke) Nieuwenhuizen1-1/+13
2022-11-10Clear errno before CreateProcess for MinGW.Jan (janneke) Nieuwenhuizen1-0/+4
2022-11-10Support for x86_64-w64-mingw32.Jan (janneke) Nieuwenhuizen19-597/+623
2022-11-10Add 'set-port-binary/text-mode!' procedure for MinGW.Jan (janneke) Nieuwenhuizen4-0/+57
2022-11-10mingw: canonicalize-path: Also canonicalize drive letter and '/'.Jan (janneke) Nieuwenhuizen4-0/+49
2022-11-10Link fix for MinGW.Jan (janneke) Nieuwenhuizen1-0/+1
2022-11-10gnulib: Import the gethostname module.Jan (janneke) Nieuwenhuizen5-0/+236
2022-11-01doc: Fix typo in VM instruction name.Ludovic Courtès1-2/+2
2022-11-01disassembler: Show intrinsic name for 'call-' instructions.Ludovic Courtès2-1/+51
2022-10-21Update NEWS.Maxime Devos1-0/+12
2022-10-21Define Scheme bindings to ‘openat’ when available.Maxime Devos6-22/+168
2022-10-21Define a Scheme binding to ‘fstatat’ when available.Maxime Devos6-2/+131
2022-10-21Define a Scheme binding to ‘fchownat’ when it exists.Maxime Devos4-2/+49
2022-10-21Define a Scheme binding to ‘unlinkat’ when it exists.Maxime Devos5-2/+107
2022-10-21Define a Scheme binding to ‘fchmodat’ when it exists.Maxime Devos4-2/+92
2022-10-21Define a Scheme binding to ‘renameat’ when it exists.Maxime Devos5-1/+149
2022-10-21Define AT_REMOVEDIR and others when available.Maxime Devos1-0/+6
2022-10-21Correct documentation of ‘mkdir’ w.r.t. the umask.Maxime Devos1-1/+2
2022-10-21Define bindings to ‘mkdirat’ when the C function exists.Maxime Devos5-1/+71
2022-10-21Define ‘symlinkat’ wrapper when supported.Maxime Devos5-1/+58
2022-10-21Allow file ports in ‘utime’.Maxime Devos5-14/+106
2022-10-21Allow file ports in ‘readlink’.Maxime Devos4-12/+112
2022-10-21Allow file ports in ‘chdir’ when supported.Maxime Devos5-4/+71
2022-10-15Fixes arg type for scm_integer_from_mpzMichael Gran1-1/+1
2022-10-14autoupdate acinclude.m4Michael Gran1-22/+18
2022-10-14Presumes signal handler return voidMichael Gran2-18/+7
2022-10-14Modernizes labels-as-values.m4Michael Gran1-7/+6
2022-10-14Remove special logic for the obscure CMU C library's libc.hMike Gran4-56/+1
2022-10-14Presume time.h and sys/time.h don't conflict when includedMike Gran3-25/+5
2022-10-14Presume ISO C90 functions are always availableMike Gran4-21/+5
2022-10-14Presume ISO C90 headers are always availableMike Gran12-70/+21
2022-10-14Remove AC_HEADER_STDC from configure.acMike Gran1-1/+0