mike121 pushed a change to branch main
in repository guile.

    from 0b9f58c33 Fix NEWS for load-foreign-library
     new 0e20c0c8c Add replacement for missing getpagesize() on MINGW
     new 0f2125e66 Add missing #include in syscalls.h
     new 87402c849 MinGW32: cast arguments to execvp
     new 9c86c5936 Allow piped-process and system* to exist when fork is 
undefined
     new 2e51d3fa2 In piped_process, replace dprintf with more portable 
functions
     new adbf2156a Remove posix-w32 subsitutes that require access to process 
handles
     new af96820e0 Windows 11: for fport input from the console, ignore 
terminal returns

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS                 |   22 ++
 libguile/fports.c    |   15 +-
 libguile/loader.c    |    7 +
 libguile/posix-w32.c | 1042 ++++----------------------------------------------
 libguile/posix-w32.h |   31 +-
 libguile/posix.c     |   40 +-
 libguile/syscalls.h  |    2 +
 libguile/vm.c        |    8 +
 8 files changed, 152 insertions(+), 1015 deletions(-)

Reply via email to