| Commit message (Expand) | Author | Age | Files | Lines |
* | clarify the docs of existsOrCreateDir a bit (#17182) | flywind | 2021-02-25 | 1 | -4/+3 |
* | mark inline (#17180) | flywind | 2021-02-24 | 1 | -2/+2 |
* | [nodejs backend] paramStr, paramCount (#17082) | flywind | 2021-02-18 | 1 | -9/+33 |
* | fix the unused warnings on windows (#17073) | flywind | 2021-02-17 | 1 | -8/+13 |
* | remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1... | Timothee Cour | 2021-02-17 | 1 | -5/+2 |
* | [Minor] improve the docs of getTempDir (#17058) | flywind | 2021-02-16 | 1 | -3/+5 |
* | better getTempDir (#16914) | flywind | 2021-02-15 | 1 | -14/+47 |
* | fix some warnings (#16952) | flywind | 2021-02-08 | 1 | -11/+11 |
* | stdlib/os: handle symlinks in copy/move functions (#16709) | Roman Inflianskas | 2021-02-04 | 1 | -107/+174 |
* | 2.5x- 3x faster copyFile on osx (#16883) | Timothee Cour | 2021-02-01 | 1 | -0/+31 |
* | remove private checkSymlink (redundant with symlinkExists) (#16785) | Timothee Cour | 2021-01-22 | 1 | -16/+12 |
* | Deprecate TaintedString (#15423) | Juan Carlos | 2021-01-15 | 1 | -9/+9 |
* | minor fix to Posix part of walkDir (#16234) | Andrey Makarov | 2020-12-03 | 1 | -13/+19 |
* | fix https://github.com/nim-lang/RFCs/issues/286: add FileInfo.blockSize (#16023) | Timothee Cour | 2020-11-18 | 1 | -34/+37 |
* | Fix a problem for long symlinks in conda (#15908) [backport] | Christopher Dunn | 2020-11-12 | 1 | -9/+10 |
* | os: add overload copyFile*(source, dest: string, isDir = false) (#15537) | Timothee Cour | 2020-10-11 | 1 | -1/+7 |
* | os: make getApplFreebsd available for NetBSD (#15381) | alaviss | 2020-09-21 | 1 | -1/+1 |
* | Use sysctl on NetBSD to get exe name (#15359) | Euan | 2020-09-18 | 1 | -3/+10 |
* | template hygiene (#15240) | Andy Davidoff | 2020-08-29 | 1 | -10/+13 |
* | deprecate existsDir; use dirExists instead (#14884) | Timothee Cour | 2020-07-03 | 1 | -17/+11 |
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -17/+16 |
* | init checks and 'out' parameters (#14521) | Andreas Rumpf | 2020-06-23 | 1 | -2/+4 |
* | fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658) | Timothee Cour | 2020-06-16 | 1 | -69/+62 |
* | normalizeExe (#14668) | Timothee Cour | 2020-06-15 | 1 | -2/+14 |
* | remove isMainModule from json,os,sequtils (#14572) | Timothee Cour | 2020-06-06 | 1 | -63/+0 |
* | Fix #14057 - moveFile should overwrite on Windows (#14433) | genotrance | 2020-05-23 | 1 | -2/+2 |
* | Fix #14201 (#14202) | slangmgh | 2020-05-03 | 1 | -1/+1 |
* | move since from inclrtl to std/private/since (#14188) | hlaaftana | 2020-05-02 | 1 | -0/+1 |
* | change 'iff' to 'if' to stop "corrections" once and for all (#14182) | Miran | 2020-05-01 | 1 | -5/+5 |
* | fixes the regression #12860 caused; hotfix | Araq | 2020-04-30 | 1 | -1/+1 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -3/+3 |
* | Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860) | Neelesh Chandola | 2020-04-27 | 1 | -1/+17 |
* | fix #13222: make relativePath more robust and flexible (#13451) | Timothee Cour | 2020-04-21 | 1 | -68/+90 |
* | #12103 - CI for OpenBSD (#12105) | Euan | 2020-04-21 | 1 | -10/+3 |
* | #13806 - getApplFreebsd might lose data (#13807) | Euan | 2020-03-31 | 1 | -16/+16 |
* | add error for missing commandLineParams (#13719) | Andy Davidoff | 2020-03-23 | 1 | -0/+4 |
* | [ci skip] add back unintentionally removed line | narimiran | 2020-03-20 | 1 | -0/+1 |
* | [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la... | Timothee Cour | 2020-03-20 | 1 | -11/+25 |
* | Add isValidFilename (#13561) | Juan Carlos | 2020-03-07 | 1 | -0/+68 |
* | fix #13579 joinPath("/foo/", "../a") is now /a (#13586) | Andreas Rumpf | 2020-03-05 | 1 | -0/+1 |
* | fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") ... | Timothee Cour | 2020-02-26 | 1 | -13/+19 |
* | fix 3 minor bugs in joinPath (see #13455) (#13462) [backport] | Andrey Makarov | 2020-02-23 | 1 | -1/+2 |
* | relativePath("foo", "foo") is now ".", not "" (#13452) | Timothee Cour | 2020-02-22 | 1 | -3/+14 |
* | refs #8391 std/os now shows runtime context for raiseOSError exceptions (#13294) | Timothee Cour | 2020-01-30 | 1 | -52/+51 |
* | csize => csize_t for sysctl | Timothee Cour | 2020-01-28 | 1 | -3/+3 |
* | fix lots of bugs with parentDir, refs #8734 (#13236) | Timothee Cour | 2020-01-23 | 1 | -14/+23 |
* | new os.isRelativeTo (#13212) | Timothee Cour | 2020-01-23 | 1 | -0/+12 |
* | fix #13211 relativePath("foo", ".") (#13213) | Timothee Cour | 2020-01-21 | 1 | -0/+2 |
* | times: toUnixFloat, fromUnixFloat (#13044) | Timothee Cour | 2020-01-18 | 1 | -1/+1 |
* | export normalizePathEnd (#13152) | Timothee Cour | 2020-01-15 | 1 | -0/+9 |