summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Export new math procsdef2015-02-161-2/+2
* Move rational.nim to rationals.nimdef2015-02-161-0/+0
* Fix += and -= for Rationaldef2015-02-161-2/+2
* Add shuffle to math moduledef2015-02-161-0/+8
* Add rational moduledef2015-02-161-0/+228
* Extend complex to convert to/from polar coordinatesdef2015-02-161-2/+25
* Add `^`, gcd and lcm to mathdef2015-02-161-0/+24
* Merge pull request #2150 from def-/gc2-compilingAndreas Rumpf2015-02-162-71/+73
|\
| * Clean up some more deprecation warningsdef2015-02-162-7/+7
| * Make gc2 compile againdef2015-02-161-64/+66
* | Fix typosFederico Ceratto2015-02-1536-62/+62
* | Fix typosFederico Ceratto2015-02-1520-44/+44
|/
* Merge pull request #2133 from def-/cleanupAndreas Rumpf2015-02-151-2/+3
|\
| * Fix documentation a bit in unicodedef2015-02-141-2/+3
* | Merge pull request #2115 from oderwat/no-pthread-on-osxAndreas Rumpf2015-02-151-1/+3
|\ \
| * | Disable -pthread for linker on OSXHans Raaf2015-02-131-1/+3
* | | Merge pull request #2132 from fowlmouth/patch-2Andreas Rumpf2015-02-151-1/+1
|\ \ \
| * | | Update basic3d.nimBillingsly Wetherfordshire2015-02-141-1/+1
| | |/ | |/|
* | | Merge pull request #2122 from c-blake/develAndreas Rumpf2015-02-152-74/+158
|\ \ \
| * | | assignment -> shallowCopy for efficiency.Charles Blake2015-02-132-2/+2
| * | | Merge ../Nim into devel; track ttables.nim delete.Charles Blake2015-02-1312-121/+458
| |\| |
| * | | Update doc comments to mention rightSize.Charles Blake2015-02-132-10/+10
| * | | Oops - missed updates to a few later rawGet()s.Charles Blake2015-02-121-4/+8
| * | | Add hcode,rightSize,rawGetKnownHC. Fix inf loop.Charles Blake2015-02-121-60/+140
* | | | Fixed non exhaustive case by adding elseHans Raaf2015-02-151-1/+1
| |/ / |/| |
* | | fixes #2116Araq2015-02-131-11/+4
* | | fixes os.moveFile on WindowsAraq2015-02-132-2/+18
| |/ |/|
* | Merge pull request #2097 from jferg2010/develAndreas Rumpf2015-02-121-1/+328
|\ \
| * | Date/time parsing - removed comments from assertJeff2015-02-111-6/+6
| * | Date/time parsing with changes suggested by AraqJeff2015-02-111-334/+283
| * | Date/time parsing with minor changes requested by Dom96Jeff2015-02-091-32/+29
| * | Date/time parsingJeff2015-02-091-7/+388
* | | Merge pull request #2095 from def-/rdstdin-winfixAndreas Rumpf2015-02-121-6/+12
|\ \ \
| * | | Add a new line after readPasswordFromStdin, add resultdef2015-02-091-5/+11
| * | | Fix readPasswordFromStdin for Windowsdef2015-02-081-1/+1
* | | | Merge pull request #2111 from lyro/fix-2110Andreas Rumpf2015-02-121-2/+2
|\ \ \ \
| * | | | fix conditions for int size in 'math.nextPowerOfTwo' #2110Frank Fischer2015-02-121-2/+2
| | |_|/ | |/| |
* | | | made a test greenAraq2015-02-121-1/+1
* | | | fixed minor bugs; cleaned up testsAraq2015-02-128-98/+93
|/ / /
* | | Merge pull request #2108 from oderwat/patch-1Andreas Rumpf2015-02-122-3/+3
|\ \ \
| * | | Corrected warnings about deprecated namesHans Raaf2015-02-111-2/+2
| * | | Fixing dylib name for OSXHans Raaf2015-02-111-1/+1
* | | | Merge pull request #2053 from reactormonk/message-for-koch-tempAndreas Rumpf2015-02-121-0/+14
|\ \ \ \ | |/ / / |/| | |
| * | | report how to create a compiler stacktrace #1280Simon Hafner2015-02-011-0/+14
* | | | Merge pull request #2078 from c-blake/develAndreas Rumpf2015-02-111-44/+112
|\ \ \ \
| * | | | Address Andreas' complaint about code duplication.Charles Blake2015-02-071-2/+3
| * | | | Merge /home/cb/pkg/nim/Nim into develCharles Blake2015-02-078-10/+381
| |\ \ \ \
| * | | | | Fix unnecessarily slow set building from openArray.Charles Blake2015-02-071-3/+17
| * | | | | Merge /home/cb/pkg/nim/Nim into develCharles Blake2015-02-075-12/+24
| |\ \ \ \ \
| * | | | | | Add hcode. Re-factor rawGet. Fix infinite loop.Charles Blake2015-02-061-41/+94