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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
optimized parseurl module a bit
Araq
2012-02-01
1
-33
/
+45
*
tlsEmulation:on for windows/GCC
Araq
2012-01-29
1
-1
/
+1
*
implemented/fixed #92
Araq
2012-01-29
1
-0
/
+32
*
--tlsEmulation:on works in debug mode again
Araq
2012-01-29
1
-0
/
+2
*
sysasserts leaner again
Araq
2012-01-29
1
-7
/
+1
*
fixes #89
Araq
2012-01-29
1
-3
/
+7
*
fixed #96 as good as technically possible (debug frames are allocated on the ...
Araq
2012-01-29
2
-6
/
+6
*
removed conflict in system.nim
Araq
2012-01-28
9
-216
/
+846
|
\
|
*
ftpclient fixes for windows.
dom96
2012-01-28
1
-10
/
+14
|
*
Fixed windows os.nim issue that was recently introduced.
dom96
2012-01-27
1
-1
/
+1
|
*
Merge pull request #97 from ddlsmurf/fixes_macosx
Araq
2012-01-22
2
-17
/
+23
|
|
\
|
|
*
Less likely to overload struct timeval
Eric Doughty-Papassideris
2012-01-21
1
-16
/
+12
|
|
*
On Mac OS X 10.5, realpath does not allocate the buffer on its own
Eric Doughty-Papassideris
2012-01-21
1
-0
/
+10
|
|
*
MSG_NOSIGNAL not defined on mac os x
Eric Doughty-Papassideris
2012-01-21
1
-1
/
+1
|
*
|
Added asyncio module; irc, scgi and the ftpclient modules work with it. Added...
dom96
2012-01-22
8
-189
/
+809
|
|
/
*
/
pragma on/off improvements; endb rewritten
Araq
2012-01-28
10
-137
/
+389
|
/
*
pragma blocks; fixed line information issue with user defined assertions
Araq
2012-01-17
2
-6
/
+14
*
bugfix: boehm GC improvements
Araq
2012-01-16
1
-4
/
+4
*
better inferfacing to boehm GC
Araq
2012-01-15
2
-13
/
+39
*
project wide configuration file now with suffix '.nimrod.cfg'
Araq
2012-01-15
1
-0
/
+0
*
removed nimKeepAlive as it's not necessary with interior pointer checking
Araq
2012-01-15
1
-7
/
+0
*
bugfixes: tests are green again
Araq
2012-01-13
1
-1
/
+1
*
GC: growObj: revert to somewhat more efficient version
Araq
2012-01-13
1
-3
/
+3
*
niminst: diverse improvements; fixes #80
Araq
2012-01-13
1
-7
/
+39
*
bugfix: endless recursion in 'semAfterMacroCall'
Araq
2012-01-13
1
-1
/
+0
*
even more sys assertions
Araq
2012-01-13
4
-7
/
+53
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-01-12
2
-1
/
+25
|
\
|
*
New tooltip API for gtk.
dom96
2012-01-12
2
-1
/
+25
*
|
more sysasserts for allocator/gc
Araq
2012-01-12
4
-10
/
+22
|
/
*
GC: interior pointers on stack are not necessarily aligned
Araq
2012-01-10
1
-8
/
+1
*
removed '^ deprecated' message
Araq
2012-01-10
1
-1
/
+1
*
bugfix: debugger works again
Araq
2012-01-08
1
-1
/
+1
*
unsuccessful phantom bug hunting
Araq
2012-01-08
2
-32
/
+35
*
implemented incompleteStruct pragma; embedded debugger works with posix module
Araq
2012-01-05
3
-5
/
+20
*
C sources regenerated for new len(openarray) header that catches more bugs; s...
Araq
2012-01-03
1
-5
/
+2
*
bugfix: +1 unnecessary in resizeString; caused annoying reallocations for str...
Araq
2012-01-02
2
-5
/
+5
*
serious allocator bugfixes
Araq
2012-01-02
1
-3
/
+10
*
year 2012 for most copyright headers
Araq
2012-01-02
80
-81
/
+81
*
new len(openarray) implementation
Araq
2011-12-31
1
-1
/
+4
*
MAP_ANONYMOUS is not always 0x20 for linux; changed the tests
Araq
2011-12-31
1
-5
/
+4
*
sysio: got rid of now unnecessary length check
Araq
2011-12-31
1
-2
/
+0
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-12-31
2
-22
/
+56
|
\
|
*
Merge pull request #79 from Tass/master
Araq
2011-12-31
2
-22
/
+56
|
|
\
|
|
*
fixes for readAll
Simon Hafner
2011-12-30
2
-19
/
+24
|
|
*
implemented readAll()
Simon Hafner
2011-12-22
2
-22
/
+51
*
|
|
improved actors.sync
Araq
2011-12-31
1
-2
/
+12
*
|
|
windows module should now compile for all CPUs
Araq
2011-12-31
1
-2
/
+16
*
|
|
make trecinca|b tests green
Araq
2011-12-31
1
-1
/
+1
|
/
/
*
|
GC: use simple balanced tree instead of AVL tree
Araq
2011-12-30
4
-236
/
+401
*
|
GC: AVL tree uses unsigned comparisons
Araq
2011-12-30
1
-7
/
+7
[prev]
[next]