Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | system.nim: remove deprecated symbols | Andreas Rumpf | 2018-06-28 | 1 | -2/+2 |
| | |||||
* | added a warning that the .deprecate statement is unreliable for routines | Andreas Rumpf | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | make tgetfileinfo work on Windows | Araq | 2016-10-24 | 1 | -8/+16 |
| | |||||
* | tests: add more tests for getFileInfo() | Simon Ruderich | 2016-09-17 | 1 | -1/+31 |
| | |||||
* | Fix tests a bit more | def | 2015-03-10 | 1 | -4/+4 |
| | |||||
* | Clean up tests/stdlib | def | 2015-02-04 | 1 | -3/+6 |
| | | | | | | | 2 tests still fail: - tircbot would need a benign pragma because of the locks - tgetfileinfo uses os.getFileInfo() on nil, which segfaults instead of throwing an exception as the tester expects | ||||
* | Added tests for getFileInfo proc. | Clay Sweetser | 2014-04-16 | 1 | -0/+93 |