| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
| | |
|
|/
|
|
|
|
| |
Hard-links on Windows are now treated just as they are on POSIX.
The new implementation is faster than the previous, but still it's quite
slower than fstat (use with caution).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
liners (see examples/maximum.nim)
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
Some new options added to the compiler (see news.txt for details)
|
|/ |
|
| |
|
|\ |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fork&exec
|
|\ |
|
| | |
|
|/
|
|
| |
'high' in eval context
|
| |
|
| |
|
| |
|
|
|
|
| |
output (this should be better for nimbuild)
|
|
|
|
|
|
|
|
| |
under normal circumstances
Implemented operators like +=, -=, etc for ordinals, floats and string
Programs using the UnitTest module will now report the number of failed tests as the exit code of test runs (0 for successful run)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
test suite.
|
| |
|
| |
|
| |
|
|
|
|
| |
correct error message. Added more disconnection cases in the irc module, also added a message limiting system.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Added: terminal.styledEcho macro
|