dexecve 1.2.2 dexecve: ^1.2.2 copied to clipboard
Replace the running process, with a POSIX execve system call.
1.2.2 (2020-04-15) #
Bug Fixes #
- windows: use ProcessStartMode.inheritStdio (ec00665)
1.2.1 (2020-04-15) #
Bug Fixes #
- environment: add values from the correct map (6b11e4c)
1.2.0 (2020-04-15) #
Bug Fixes #
- environment: added some additional null checks (ad8407e)
Features #
- windows: fallback to a child process (6ef8456)
1.1.0 (2020-03-18) #
Bug Fixes #
- lints: various small changes to pass linters (b215a2f)
- memory-leak: free the input string pointer inside the go function (1f25f24)
- added an example by using what was sut.dart (b9665f7)
Features #
- env: environment is now a map instead of a list (cefdb5c)