Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tester should work again | Araq | 2014-07-16 | 1 | -4/+1 |
| | |||||
* | parseBiggestFloat is now builtin | Araq | 2014-07-16 | 10 | -96/+310 |
| | |||||
* | Merge pull request #1273 from katlogic/devel | Andreas Rumpf | 2014-07-15 | 6 | -9/+40 |
|\ | | | | | Second stab at `$`(float) | ||||
| * | Tests for `$`(float) | katlogic | 2014-06-15 | 3 | -2/+24 |
| | | |||||
| * | More human readable `$`(float) | katlogic | 2014-06-15 | 3 | -7/+16 |
| | | | | | | | | | | The output matches that of Python (eg 1e100, not 1.0e100), but also reflects locale (assuming it was set using setlocale() before). | ||||
* | | Merge pull request #1218 from rbehrends/parsefloat-fix | Andreas Rumpf | 2014-07-15 | 2 | -44/+92 |
|\ \ | | | | | | | Fixed parsing of float literals. | ||||
| * | | Fixed parsing of float literals. | Reimer Behrends | 2014-05-23 | 2 | -44/+92 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Float literals were not parsed properly when their fractional part exceeded 53 significant bits. This affected in particular math.PI and math.E. Rather than reinventing the wheel, this patch reuses C's strtod() implementation, which already does the heavy lifting with respect to correctness, though some caution is necessary to keep float parsing locale-independent. | ||||
* | | | Merge pull request #1365 from def-/paramstr-exception | Andreas Rumpf | 2014-07-15 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Stop paramStr from always throwing an exception | ||||
| * | | | Stop paramStr from always throwing an exception | def | 2014-07-15 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-07-15 | 7 | -13/+161 |
|\ \ \ | |||||
| * \ \ | Merge pull request #1341 from def-/algorithm-reversed | Andreas Rumpf | 2014-07-15 | 2 | -0/+15 |
| |\ \ \ | | | | | | | | | | | Add reversed proc | ||||
| | * | | | Update news.txt | def | 2014-07-09 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Fix to included last element in reversed | def | 2014-07-09 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Add reversed proc | def | 2014-07-09 | 1 | -0/+14 |
| | | | | | |||||
| * | | | | Merge pull request #1342 from def-/wordwrap-change | Andreas Rumpf | 2014-07-15 | 1 | -1/+7 |
| |\ \ \ \ | | | | | | | | | | | | | Change wordwrap to remove separators at newlines | ||||
| | * | | | | Change wordwrap to remove separators at newlines | def | 2014-07-09 | 1 | -1/+7 |
| | |/ / / | |||||
| * | | | | Merge pull request #1353 from gradha/pr_paramstr_docstrings | Andreas Rumpf | 2014-07-15 | 1 | -11/+69 |
| |\ \ \ \ | | | | | | | | | | | | | Improves docstring contents and visibility of paramStr and friends. | ||||
| | * | | | | Improves docstring contents and visibility of paramStr and friends. | Grzegorz Adam Hankiewicz | 2014-07-12 | 1 | -11/+69 |
| | | | | | | |||||
| * | | | | | Merge pull request #1360 from def-/complex-missing | Andreas Rumpf | 2014-07-15 | 1 | -0/+39 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add missing complex arithmetic procs | ||||
| | * | | | | | Add missing complex arithmetic procs | def | 2014-07-14 | 1 | -0/+39 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #1361 from def-/setdiff | Andreas Rumpf | 2014-07-15 | 2 | -1/+31 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add missing difference and to sets module | ||||
| | * | | | | | Add TSet difference tests | def | 2014-07-15 | 1 | -1/+20 |
| | | | | | | | |||||
| | * | | | | | More effificent TSet difference | def | 2014-07-14 | 1 | -3/+4 |
| | | | | | | | |||||
| | * | | | | | Add missing difference and to sets module | def | 2014-07-14 | 1 | -0/+10 |
| | |/ / / / | |||||
* | / / / / | fixes #1355 | Araq | 2014-07-15 | 1 | -1/+2 |
|/ / / / / | |||||
* | | | | | fixes #1362 | Araq | 2014-07-15 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Merge branch 'new_spawn' into devel | Araq | 2014-07-15 | 39 | -7245/+8086 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: todo.txt web/news.txt web/nimrod.ini | ||||
| * | | | | | c2nim is not part of the compiler anymore | Araq | 2014-06-30 | 20 | -6936/+3 |
| | | | | | | |||||
| * | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-28 | 10 | -65/+403 |
| |\ \ \ \ \ | |||||
| * | | | | | | minor changes to todo.txt | Araq | 2014-06-28 | 2 | -0/+7 |
| | | | | | | | |||||
| * | | | | | | new jester compiles | Araq | 2014-06-28 | 3 | -8/+58 |
| | | | | | | | |||||
| * | | | | | | compiles again | Araq | 2014-06-27 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | some progress for jester+async | Araq | 2014-06-27 | 12 | -29/+7587 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-26 | 40 | -114/+385 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/system.nim | ||||
| * | | | | | | | rewrote lambdalifting; fixes deeply nested closures | Araq | 2014-06-26 | 15 | -302/+462 |
| | | | | | | | | |||||
| * | | | | | | | added OEMCP for the default OEM codepage | Araq | 2014-06-26 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Added debug code for futures. | Dominik Picheta | 2014-07-14 | 1 | -3/+19 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #1358 from def-/db_mysql-sql | Simon Hafner | 2014-07-14 | 1 | -0/+9 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add missing sql proc for db_mysql | ||||
| * | | | | | | | | Add missing sql proc for db_mysql | def | 2014-07-14 | 1 | -0/+9 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Fixes missing MSG_NOSIGNAL on Mac OS X. | Dominik Picheta | 2014-07-14 | 1 | -2/+11 |
| | | | | | | | | |||||
* | | | | | | | | Linux async fixes. | Dominik Picheta | 2014-07-13 | 1 | -2/+2 |
| | | | | | | | | |||||
* | | | | | | | | Implement safe flags for socket operations. | Dominik Picheta | 2014-07-13 | 4 | -48/+108 |
| | | | | | | | | |||||
* | | | | | | | | Fix broken async tests. | Dominik Picheta | 2014-07-13 | 5 | -7/+7 |
| | | | | | | | | |||||
* | | | | | | | | Void futures are no longer discardable. | Dominik Picheta | 2014-07-13 | 3 | -12/+18 |
| | | | | | | | | |||||
* | | | | | | | | Async fixes for Linux. | Dominik Picheta | 2014-07-13 | 1 | -6/+7 |
| | | | | | | | | |||||
* | | | | | | | | Many async optimisations. | Dominik Picheta | 2014-07-12 | 4 | -118/+168 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Selectors implementation will now attempt to immediately execute an IO operation instead of waiting for a ready notification. * Removed recursion in asynchttpserver. * Improved buffered implementation of recvLine in asyncnet. * Optimised ``respond`` in asynchttpserver removing a possible "Delayed ACK" situation. | ||||
* | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-07-11 | 1 | -9/+9 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge pull request #1347 from def-/export-fileinfo | Varriount | 2014-07-10 | 1 | -9/+9 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Export FileInfo object | ||||
| | * | | | | | | | Export FileInfo object | def | 2014-07-11 | 1 | -9/+9 |
| |/ / / / / / / | |||||
* / / / / / / / | fixes latest regression | Araq | 2014-07-11 | 3 | -1/+4 |
|/ / / / / / / |