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
*
bugfixes for closures
Araq
2012-06-21
1
-0
/
+3
*
fixes #142
Araq
2012-06-20
1
-1
/
+1
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-06-20
1
-9595
/
+9595
|
\
|
*
Merge pull request #135 from rafaelvasco/master
Araq
2012-06-19
1
-9595
/
+9595
|
|
\
|
|
*
Fixed other procedures that used PPGLChar.
Rafael Vasco
2012-06-13
1
-4
/
+4
|
|
*
Fixed string param on glShaderSource
Rafael Vasco
2012-06-13
1
-9595
/
+9595
*
|
|
made some tests green again
Araq
2012-06-20
1
-11
/
+12
|
/
/
*
/
more uint related fixes
Zahary Karadjov
2012-06-14
6
-129
/
+129
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-06-12
2
-93
/
+117
|
\
|
*
Fixed httpclient bugs, fixed socket bugs and fixed sockets for windows.
Dominik Picheta
2012-06-09
2
-93
/
+117
*
|
better support for unsigned integers.
Zahary Karadjov
2012-06-11
2
-40
/
+79
|
/
*
generate default destructors
Zahary Karadjov
2012-06-06
1
-0
/
+4
*
Fixed math.round, added math.ceil and fixed times.format.
Dominik Picheta
2012-06-04
3
-3
/
+5
*
fix compilation errors when bootstrapping with C++
Zahary Karadjov
2012-06-04
3
-6
/
+13
*
Sockets are now buffered and have ssl support through openssl.
Dominik Picheta
2012-06-03
5
-120
/
+473
*
codegen for C++ exceptions
Zahary Karadjov
2012-06-03
1
-0
/
+7
*
attempt to fix nimbuild
Zahary Karadjov
2012-06-02
1
-1
/
+2
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-06-02
6
-32
/
+230
|
\
|
*
Fixed times.format handling of month numbers.
Dominik Picheta
2012-05-30
1
-2
/
+2
|
*
Marshal now works with nil strings. Timezone and tzname vars are not public a...
Dominik Picheta
2012-05-30
2
-3
/
+4
|
*
'+=' etc for all floating point types
Araq
2012-05-29
1
-4
/
+4
|
*
made tsequtils green again
Araq
2012-05-28
1
-6
/
+15
|
*
Fixed times.format
Dominik Picheta
2012-05-27
1
-2
/
+2
|
*
Fixed times on non-posix operating systems.
Dominik Picheta
2012-05-26
1
-5
/
+5
|
*
Added timezone handling and functions for adding and subtracting time to the ...
Dominik Picheta
2012-05-26
2
-12
/
+165
|
*
added system.||; lacks runtime support
Araq
2012-05-23
2
-1
/
+10
|
*
TInteger vs TOrdinal
Araq
2012-05-22
1
-1
/
+5
|
*
fixes a long standing bug concerning assignment of case objects
Araq
2012-05-22
1
-2
/
+10
|
*
added another system.getStackTrace
Araq
2012-05-20
2
-0
/
+14
*
|
Added system.staticExec proc for executing external command at compile-time
Zahary Karadjov
2012-06-02
1
-2
/
+13
|
/
*
Fixes for embeddable devices (--os:standalone)
dom96
2012-05-20
1
-8
/
+8
*
fixes #113
Araq
2012-05-20
2
-16
/
+20
*
fixes #114
Araq
2012-05-20
1
-2
/
+2
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-05-20
4
-7
/
+539
|
\
|
*
The httpserver now grabs the IP address of the client. RST gen fix for smileys.
dom96
2012-05-16
1
-1
/
+4
|
*
Fixed a bug in times and finished its docs. Added mimetypes module and added ...
dom96
2012-05-13
3
-6
/
+535
*
|
fixes #109
Araq
2012-05-20
1
-1
/
+3
|
/
*
made tests green again
Araq
2012-05-11
1
-2
/
+2
*
bugfix: strutils.formatFloat
Araq
2012-05-09
1
-3
/
+3
*
Removed echos from uri module.
Dominik Picheta
2012-05-07
1
-2
/
+0
*
Added uri module.
dom96
2012-05-06
1
-0
/
+35
*
The httpserver module now supports POST requests. Fix for captureBetween in t...
dom96
2012-05-06
2
-13
/
+69
*
added system.getStackTrace; docgen refactoring (incomplete)
Araq
2012-05-06
2
-0
/
+10
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-05-05
1
-0
/
+7
|
\
|
*
Scgi module handles socket disconnection properly now.
dom96
2012-05-05
1
-0
/
+7
*
|
improvements for the iup wrapper
Araq
2012-05-05
1
-17
/
+21
|
/
*
The httpserver now gathers the headers for the user. Fixed ambiguity in recvL...
dom96
2012-05-03
2
-10
/
+54
*
small bugfixes; documentation generator supports smilies for the forum
Araq
2012-05-01
5
-4
/
+14
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-04-26
2
-1
/
+149
|
\
|
*
Added a format function to the times module and a setCookie function to the c...
dom96
2012-04-26
2
-1
/
+149
[next]