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
*
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
*
|
some code formating
Araq
2012-04-26
1
-3
/
+2
*
|
added db_*.getRow
Araq
2012-04-24
3
-0
/
+34
|
/
*
documentation improvements; GC_step improved
Araq
2012-04-21
2
-10
/
+6
*
resolved conflict for news.txt
Araq
2012-04-21
3
-52
/
+90
|
\
|
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-04-21
1
-43
/
+64
|
|
\
|
|
*
Fixed graphics.drawLineAA and graphics.withEvents uses WaitEvent instead of P...
dom96
2012-04-20
1
-43
/
+64
|
*
|
Finally rebuilt the sources to take advantage of the new type system capabili...
Zahary Karadjov
2012-04-21
1
-2
/
+17
|
*
|
implicit generics types as return types. removed the error message for captur...
Zahary Karadjov
2012-04-21
1
-2
/
+4
|
*
|
produce errors on proc types with implicit empty param lists.
Zahary Karadjov
2012-04-20
2
-5
/
+5
|
|
/
*
/
GC with realtime support
Araq
2012-04-21
2
-24
/
+173
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-04-15
3
-19
/
+13
|
\
|
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-04-15
1
-4
/
+6
|
|
\
[next]