From: 'Matthew F. v. MLton-c. <mlt...@ml...> - 2024-08-09 19:05:59
|
Branch: refs/heads/master Home: https://github.com/MLton/mlton Commit: 9d07c2734cf9e21ad8e3cf938faefa85663c512e https://github.com/MLton/mlton/commit/9d07c2734cf9e21ad8e3cf938faefa85663c512e Author: Matthew Fluet <mat...@gm...> Date: 2024-08-09 (Fri, 09 Aug 2024) Changed paths: M runtime/basis/MLton/Process/spawne.c M runtime/basis/MLton/Process/spawnp.c Log Message: ----------- Update pointer casts to match MinGW's prototypes for `spawn{p,ve}` Commit: c527a50993acfbb05832da124b5ca61928dbdef4 https://github.com/MLton/mlton/commit/c527a50993acfbb05832da124b5ca61928dbdef4 Author: Matthew Fluet <mat...@gm...> Date: 2024-08-09 (Fri, 09 Aug 2024) Changed paths: M runtime/basis/Net/Socket/Socket.c Log Message: ----------- Update pointer casts to match MinGW's prototypes for `{get,set}sockopt` Commit: bc6937b3388a27a60d113c2479b8d5080a649eb9 https://github.com/MLton/mlton/commit/bc6937b3388a27a60d113c2479b8d5080a649eb9 Author: Matthew Fluet <mat...@gm...> Date: 2024-08-09 (Fri, 09 Aug 2024) Changed paths: M runtime/basis/Posix/Process/exece.c M runtime/basis/Posix/Process/execp.c M runtime/platform.h M runtime/platform/mingw.h Log Message: ----------- Remove workaround for MinGW's old prototypes for `execv{e,p}` Commit: 680bfcc6d6d8df3e51220fd88d297830316b89b4 https://github.com/MLton/mlton/commit/680bfcc6d6d8df3e51220fd88d297830316b89b4 Author: Matthew Fluet <Mat...@gm...> Date: 2024-08-09 (Fri, 09 Aug 2024) Changed paths: M runtime/basis/MLton/Process/spawne.c M runtime/basis/MLton/Process/spawnp.c M runtime/basis/Net/Socket/Socket.c M runtime/basis/Posix/Process/exece.c M runtime/basis/Posix/Process/execp.c M runtime/platform.h M runtime/platform/mingw.h Log Message: ----------- Merge pull request #577 from MatthewFluet/mingw-prototypes-update MinGW prototypes update Various updates to quell compilation errors with new MinGW prototypes for POSIX functions. Compare: https://github.com/MLton/mlton/compare/7dc071812d04...680bfcc6d6d8 To unsubscribe from these emails, change your notification settings at https://github.com/MLton/mlton/settings/notifications |