index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
os.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes SSL httpclient and problems with hidden path splitting in OS.
Dominik Picheta
2012-12-02
1
-1
/
+2
*
annotated effects of modules: os, sockets, times
Araq
2012-11-18
1
-38
/
+62
*
the `is` operator now works with type classes and type variables
Zahary Karadjov
2012-10-03
1
-1
/
+1
*
os.JoinPath now uses varargs. Some additions to gtk wrappers.
Dominik Picheta
2012-08-19
1
-1
/
+1
*
attempt to getAppFilename to work on NetBSD
Araq
2012-07-28
1
-1
/
+1
*
fix compilation errors when bootstrapping with C++
Zahary Karadjov
2012-06-04
1
-3
/
+7
*
documentation improvements; higher level Mongodb wrapper
Araq
2012-04-09
1
-0
/
+2
*
yet attempt to fix realpath for BSD
Araq
2012-04-07
1
-1
/
+1
*
bugfix: expandFilename for BSD
Araq
2012-04-06
1
-2
/
+2
*
small fixes for BSD
Araq
2012-04-06
1
-1
/
+1
*
the test suite is mostly green again
Zahary Karadjov
2012-03-16
1
-2
/
+2
*
win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...
Araq
2012-03-04
1
-72
/
+208
*
recvLineAsync for non-blocking sockets implemented, as well as recvLine for a...
dom96
2012-02-18
1
-1
/
+1
*
Fixed windows os.nim issue that was recently introduced.
dom96
2012-01-27
1
-1
/
+1
*
On Mac OS X 10.5, realpath does not allocate the buffer on its own
Eric Doughty-Papassideris
2012-01-21
1
-0
/
+10
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
bugfix: compiler errors for explicit initialization of thread local variables...
Araq
2011-12-23
1
-2
/
+4
*
bugfix: environment var caching is now thread safe
Araq
2011-12-22
1
-3
/
+3
*
New implementation for os.sameFile on Windows
Zahary Karadjov
2011-12-07
1
-15
/
+34
*
further steps to get rid of deprecated endOfFile and readLine
Araq
2011-11-29
1
-1
/
+1
*
New algorithm for locating and loading nimrod config files.
Zahary Karadjov
2011-11-25
1
-1
/
+31
*
Fixed test suite on windows
Dominik Picheta
2011-11-19
1
-1
/
+2
*
tester checks exitcode; osproc additions; DLL fixes; taint mode fixes
Araq
2011-11-07
1
-0
/
+9
*
better exception behavior for os.removeFile and os.removeDir
Araq
2011-11-06
1
-5
/
+10
*
beginning of a taint mode; type system enhancements
Araq
2011-09-24
1
-20
/
+22
*
locks now in their own core module
Araq
2011-08-20
1
-2
/
+2
*
implemented --nimcache config option; big clean up of magic words
Araq
2011-08-19
1
-0
/
+15
*
bugfix: proper cache for generic instantiations
Araq
2011-07-21
1
-77
/
+1
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
1
-17
/
+17
*
bugfix: don't change OSError()'s behaviour
Araq
2011-05-08
1
-10
/
+7
*
select() for processes; copyDir() for os.
dom96
2011-05-07
1
-13
/
+33
*
little repo cleanup
Araq
2011-05-02
1
-1
/
+1
*
p[] instead of p^
Araq
2011-04-11
1
-1
/
+1
*
ugh, maybe broke git
Araq
2011-04-01
1
-0
/
+6
*
some little bugfixes
Araq
2011-03-27
1
-2
/
+5
*
bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas
Araq
2011-03-23
1
-2
/
+2
*
fixes #17; I hope!
Araq
2011-03-08
1
-4
/
+17
*
documentation improvements
Araq
2011-02-06
1
-11
/
+13
*
nimgrep --ext support
Araq
2011-02-02
1
-3
/
+15
*
unary <; countup two type parameters; --recursivePath should work now
Araq
2011-01-29
1
-1
/
+2
*
added os.findExe
Araq
2010-10-31
1
-0
/
+13
*
proper parameter order for os.copyFile/os.moveFile
Araq
2010-09-21
1
-6
/
+2
*
inlining of the write barrier for dlls
Andreas Rumpf
2010-08-08
1
-59
/
+75
*
explicit types for generic routines
Andreas Rumpf
2010-05-28
1
-3
/
+4
*
crc check for external files to compile; bugfix: os.parseCmdLine
Andreas Rumpf
2010-04-05
1
-15
/
+77
*
version 0.8.8
Andreas Rumpf
2010-03-14
1
-5
/
+6
*
fixed colors module
Andreas Rumpf
2010-03-02
1
-0
/
+15
*
fixed pango/pangoutils new wrappers
Andreas Rumpf
2010-02-26
1
-0
/
+0
*
bugfixes for unicode; xmlparser; htmlparser; scanner
rumpf_a@web.de
2010-02-20
1
-3
/
+7
*
continued work on html/xmlparser
rumpf_a@web.de
2010-02-14
1
-9
/
+0
[next]