forked from nim-lang/Nim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace calls to C `putenv` with C `setenv` to remove possible memory leaks * Add test of correct behaviour on invalid input * Fix style in tests/stdlib/tos.nim Co-authored-by: Timothee Cour <[email protected]> * Update tests/stdlib/tos.nim Co-authored-by: Timothee Cour <[email protected]> * Update tests/stdlib/tos.nim Co-authored-by: Timothee Cour <[email protected]> * Add comment with bug number to tests/stdlib/tos.nim Co-authored-by: Timothee Cour <[email protected]> * Fix possible msvc arch issues Co-authored-by: Timothee Cour <[email protected]>
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters