summary refs log tree commit diff stats
path: root/lib/pure/os.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix #14057 - moveFile should overwrite on Windows (#14433)genotrance2020-05-231-2/+2
* Fix #14201 (#14202)slangmgh2020-05-031-1/+1
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-0/+1
* change 'iff' to 'if' to stop "corrections" once and for all (#14182)Miran2020-05-011-5/+5
* fixes the regression #12860 caused; hotfixAraq2020-04-301-1/+1
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-3/+3
* Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860)Neelesh Chandola2020-04-271-1/+17
* fix #13222: make relativePath more robust and flexible (#13451)Timothee Cour2020-04-211-68/+90
* #12103 - CI for OpenBSD (#12105)Euan2020-04-211-10/+3
* #13806 - getApplFreebsd might lose data (#13807)Euan2020-03-311-16/+16
* add error for missing commandLineParams (#13719)Andy Davidoff2020-03-231-0/+4
* [ci skip] add back unintentionally removed linenarimiran2020-03-201-0/+1
* [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...Timothee Cour2020-03-201-11/+25
* Add isValidFilename (#13561)Juan Carlos2020-03-071-0/+68
* fix #13579 joinPath("/foo/", "../a") is now /a (#13586)Andreas Rumpf2020-03-051-0/+1
* fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") ...Timothee Cour2020-02-261-13/+19
* fix 3 minor bugs in joinPath (see #13455) (#13462) [backport]Andrey Makarov2020-02-231-1/+2
* relativePath("foo", "foo") is now ".", not "" (#13452)Timothee Cour2020-02-221-3/+14
* refs #8391 std/os now shows runtime context for raiseOSError exceptions (#13294)Timothee Cour2020-01-301-52/+51
* csize => csize_t for sysctlTimothee Cour2020-01-281-3/+3
* fix lots of bugs with parentDir, refs #8734 (#13236)Timothee Cour2020-01-231-14/+23
* new os.isRelativeTo (#13212)Timothee Cour2020-01-231-0/+12
* fix #13211 relativePath("foo", ".") (#13213)Timothee Cour2020-01-211-0/+2
* times: toUnixFloat, fromUnixFloat (#13044)Timothee Cour2020-01-181-1/+1
* export normalizePathEnd (#13152)Timothee Cour2020-01-151-0/+9
* feature dracula themed doc (#12816)Andreas Rumpf2019-12-101-2/+2
* #12103 - CI for FreeBSD (#12179)Euan2019-11-291-1/+2
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-7/+0
* [backport] Add docs to better distinguish among getProjectPath, getCurrentDir...Kaushal Modi2019-10-311-1/+6
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-1/+1
* splitPath() behavior synchronized with splitFile() (#12481)Artem V L2019-10-281-3/+16
* #12389: Check working directory for getAppFilename() (#12390)Euan2019-10-101-4/+48
* On windows, os.relativePath returns path as is when roots are different (#12329)Tomohiro2019-10-071-28/+91
* Updated the code example in the os module to use better grammar. (#12328)Andrew Smith2019-10-021-11/+12
* Fix how `relativePath` handle case sensitiviy (#12312) [backport]Tomohiro2019-10-011-2/+2
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-4/+4
* fixes #12209Araq2019-09-181-2/+2
* Fix mode_t posix definitions (fixes #12119) (#12132)pgkos2019-09-061-20/+20
* Fixes splitfile (#11918) [bugfix]pgkos2019-08-151-26/+17
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-4/+4
* ABI fixes for OSX/BSD; fixes #6860 (#11666)Andreas Rumpf2019-07-061-1/+1
* Use TMPDIR env var if available to get the temp dir name (#11443) [bugfix]Kaushal Modi2019-06-101-5/+8
* Make -d:tempDir switch work once again [bugfix] (#11442)Kaushal Modi2019-06-091-2/+3
* fix #8395, fix #8734: normalize os.tailDir and os.parentDir (#11288)Miran2019-05-211-6/+14
* os.nim: proper indentationAraq2019-04-011-1/+1
* improve docs for os.joinPath, fixes #10836 (#10866)Miran2019-03-201-2/+7
* Make doku of os.moveFile() more precise. (#10758) [ci skip]Simon Krauter2019-02-281-0/+1
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-1/+1
* revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-131-3/+3