| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| | |
events.nim updates
|
| | |
|
| | |
|
|\|
| |
| | |
Various changes around 'koch update'
|
| |
| |
| |
| | |
Changes made to osproc.nim so it will compile.
|
| | |
|
|/ |
|
|
|
|
| |
variables; os.nim does not rely on it anymore
|
| |
|
|\ |
|
| | |
|
|/ |
|
|\ |
|
| | |
|
| | |
|
|/
|
|
|
|
| |
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)
|
| |
|
| |
|
| |
|