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