summary refs log tree commit diff stats
path: root/lib/pure/os.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix the tuple returned by `os.splitFile()` in documentation (#10197)Hugo Locurcio2019-01-051-1/+1
* expandFilename on windows is now consistent with other platforms (#10154)Neelesh Chandola2019-01-041-42/+48
* fixes #10066Araq2018-12-211-19/+27
* os.walkDir: correctly evaluate paths when relative = true (#10057) [backport]alaviss2018-12-211-4/+5
* fix test failureTimothee Cour2018-12-191-2/+4
* fix #8255 numerous issues with splitFileTimothee Cour2018-12-191-4/+13
* add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); a...Timothee Cour2018-12-181-1/+8
* os.nim: use the new pathnorm.normalizePath implementationAraq2018-12-141-24/+25
* fixes joinPath regressionsAraq2018-12-131-1/+4
* os.nim: big refactoring, use the new pathnorm that was extracted by compiler/...Araq2018-12-131-151/+99
* Merge pull request #9803 from GULPF/walkdirrec-relativeAndreas Rumpf2018-12-061-7/+12
|\
| * Add `relative` parameter to walkDirRecOscar Nihlgård2018-11-261-7/+12
* | address commentsTimothee Cour2018-12-041-1/+1
* | fixupTimothee Cour2018-12-031-1/+1
* | address commentsTimothee Cour2018-12-031-0/+9
|/
* Fixes #9671 (#9750)Randy Smith2018-11-191-2/+0
* deprecated ospaths (#9665)Andreas Rumpf2018-11-091-94/+807
* fix #8225 os.isHidden was buggy on posix (#8315)Timothee Cour2018-10-151-23/+17
* os: use unlink() to remove file (#9220)alaviss2018-10-091-3/+1
* [os] clarify docs for existsDir (#9212)Timothee Cour2018-10-091-1/+1
* Fix #9126: use splitPath instead of substrYasuhiro Horimoto2018-09-301-2/+2
* os: add getAppFilename() implementation for HaikuLeorize2018-09-241-0/+20
* os.nim: allow walkDir to work on hierarchies with dangling symbolic links; re...Andreas Rumpf2018-09-241-5/+1
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-3/+8
* Genode fixes (#8501)Emery Hemingway2018-08-161-2/+8
* Haiku support for Nim (#8542)alaviss2018-08-141-1/+12
* addresses issue #8391 show runtime context on some failed operations (#8393)Timothee Cour2018-07-231-4/+4
* add os.absolutePath; fixes #8174 (#8213)Timothee Cour2018-07-101-0/+20
* Add normalizePath and testsFederico Ceratto2018-07-061-2/+43
* Nintendo switch support (#8069)Joey2018-06-271-2/+10
* fixes merge conflictAndreas Rumpf2018-06-111-1/+1
|\
| * Native access to Genode environmentEmery Hemingway2018-06-071-1/+1
* | fixex merge conflictsAraq2018-06-081-12/+20
|\|
| * Use higher time resolution when available in os.nim (#7709)Oscar Nihlgård2018-06-041-12/+20
* | Merge branch 'devel' into araq-big-refactoringAndreas Rumpf2018-05-281-1/+2
|\|
| * Update existsFile documentation (#7888)Federico Ceratto2018-05-271-1/+2
* | Merge branch 'devel' into araq-big-refactoringAndreas Rumpf2018-05-211-1/+3
|\|
| * remove unneeded check on lengthkoranza2018-05-191-1/+1
| * check string lengths to avoid index out of boundkoranza2018-05-181-2/+4
* | os.nim: don't use echo for error reportingAndreas Rumpf2018-05-181-1/+1
|/
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-16/+0
* more fixes for the new string behaviourAndreas Rumpf2018-04-301-11/+9
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
* Add `fromWinTime` and deprecate `unixTimeToWinTime`/`winTimeToUnixTime` (#7641)Oscar Nihlgård2018-04-191-8/+6
* Change type of `Timeval.tv_sec` to `posix.Time` (#7646)Oscar Nihlgård2018-04-181-1/+1
* os.setLastModificationTime*(file: string, t: times.Time) (#7543)Hendrik2018-04-161-3/+19
* explicit effects for existsOrCreateDirAndreas Rumpf2018-04-141-1/+2
* Sub second time resolution (#6978)Oscar Nihlgård2018-04-131-2/+2
* Allow searching for "rename file" in documentationFederico Ceratto2018-04-071-0/+1
* fixes #6939Andreas Rumpf2018-02-021-5/+10