Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some deprecation warnings caused by renames | def | 2014-11-13 | 1 | -1/+2 |
| | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/json.nim lib/pure/math.nim lib/system/atomics.nim | ||||
| * | Fix math.nim on windows | Varriount | 2014-11-03 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1448 from def-/posix-math | Andreas Rumpf | 2014-11-03 | 1 | -11/+0 |
| |\ | | | | | | | Add -lm for fesetround and fegetround | ||||
| | * | Move fenv to its own module | def | 2014-08-22 | 1 | -54/+0 |
| | | | |||||
| | * | Move floating point rounding and exceptions handling to math | def | 2014-08-06 | 1 | -0/+43 |
| | | | | | | | | | | | | (it's C99 as well, not just POSIX) | ||||
* | | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -3/+3 |
| | | | |||||
* | | | big rename | Araq | 2014-08-27 | 1 | -15/+17 |
| | | | |||||
* | | | renamefest | Araq | 2014-08-23 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #1351 from def-/random-openarrays | Dominik Picheta | 2014-08-13 | 1 | -1/+6 |
|\ \ | | | | | | | Add random() for openarrays | ||||
| * | | Add random() for openarrays | def | 2014-07-12 | 1 | -1/+6 |
| |/ | |||||
* / | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -1/+1 |
|/ | |||||
* | Hyperlinks back JavaScript target. | Grzegorz Adam Hankiewicz | 2014-06-21 | 1 | -1/+2 |
| | |||||
* | added a note about random(max: float): float's resolution on windows | Charlie | 2014-05-18 | 1 | -1/+2 |
| | |||||
* | added random(max: float): float support to windows | Charlie | 2014-05-18 | 1 | -7/+13 |
| | |||||
* | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 1 | -6/+8 |
| | |||||
* | JS: Fixes math and streams module and implements json. | Dominik Picheta | 2014-04-11 | 1 | -2/+2 |
| | |||||
* | Removed trailing ';'. | ReneSac | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | Zero is not a power of two. Fix #1047 | ReneSac | 2014-04-06 | 1 | -12/+14 |
| | | | | Also, fixed some docstrings and added {.noSideEffect.} pragma to nextPowerOfTwo(). | ||||
* | Calling randomize() again within 1 second will now provide a different seed | Jason Livesay | 2014-03-26 | 1 | -1/+3 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -4/+4 |
| | |||||
* | better support for GNU's assembler | Araq | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | --os:standalone works again | Araq | 2013-06-30 | 1 | -9/+9 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | EcmaScript => JS. Fixes #330 | Simon Hafner | 2013-02-15 | 1 | -8/+8 |
| | | | | No one calls it EcmaScript anymore. | ||||
* | Adds randomize(seed) for repeatable pseudo random numbers. | Grzegorz Adam Hankiewicz | 2013-01-23 | 1 | -4/+27 |
| | | | | Also fixes srand48() type to clong. | ||||
* | math.random(max: float) not available on windows | Araq | 2012-09-19 | 1 | -10/+15 |
| | |||||
* | no uniqueCounter it is | Simon Hafner | 2012-09-06 | 1 | -4/+3 |
| | |||||
* | + random number generator for floats and slices - with tests | Simon Hafner | 2012-09-06 | 1 | -14/+34 |
| | | | | I also took the liberty to unify the API between ECMAScript and C. | ||||
* | changed integer promotion rules; added math.fmod | Araq | 2012-06-28 | 1 | -3/+8 |
| | |||||
* | Fixed math.round, added math.ceil and fixed times.format. | Dominik Picheta | 2012-06-04 | 1 | -0/+2 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | Fixed the tester. Some fixes and additions for the JS backend. | dom96 | 2011-10-31 | 1 | -2/+2 |
| | |||||
* | non-nil AST; continue after errors for IDE support | Araq | 2011-02-12 | 1 | -4/+4 |
| | |||||
* | bugfix: floating point precision; added strutils.formatFloat | Araq | 2011-01-09 | 1 | -1/+12 |
| | |||||
* | fixed whitespace conflict | Araq | 2011-01-06 | 1 | -1/+1 |
|\ | |||||
| * | add sin proc for math | Michael Fellinger | 2011-01-04 | 1 | -0/+2 |
| | | |||||
* | | transf: big refactoring; other small fixes | Araq | 2011-01-05 | 1 | -0/+2 |
| | | |||||
* | | bugfix: multiple yield statements and loop body vars | Araq | 2010-12-13 | 1 | -4/+10 |
|/ | |||||
* | bugfix: macro evaluation; added colors.extractRGB | Andreas Rumpf | 2010-03-04 | 1 | -0/+2 |
| | |||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+0 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -0/+0 |
| | |||||
* | atomic is now a keyword | Andreas Rumpf | 2010-01-21 | 1 | -1/+3 |
| | |||||
* | floating point checks | Andreas Rumpf | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | added tools and web dirs | Andreas Rumpf | 2009-09-15 | 1 | -4/+6 |
| | |||||
* | version0.7.10 | Andreas Rumpf | 2009-06-08 | 1 | -0/+247 |