Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2329 from def-/readline | Andreas Rumpf | 2015-04-10 | 1 | -16/+52 |
|\ | | | | | Speed up readLine by using getc_unlocked | ||||
| * | Speed up readLine by using getc_unlocked | def | 2015-03-12 | 1 | -16/+52 |
| | | | | | | | | | | | | - Only on POSIX and Windows (_fgetc_nolock here) systems - File is locked to our thread before and unlocked after readLine - About 3 times faster in some simple tests | ||||
* | | Merge pull request #2493 from arnetheduck/more-comp-ropes | Andreas Rumpf | 2015-04-10 | 1 | -63/+80 |
|\ \ | | | | | | | More comp ropes | ||||
| * | | lib_ropes: better buffering in equalsFile, cleanups | Jacek Sieka | 2015-04-08 | 1 | -63/+80 |
| | | | |||||
* | | | Merge pull request #2502 from def-/pcre | Andreas Rumpf | 2015-04-10 | 1 | -45/+46 |
|\ \ \ | | | | | | | | | Fix infinite loop in re.findAll | ||||
| * | | | Fix infinite loop in findAll | def | 2015-04-09 | 1 | -0/+1 |
| | | | | |||||
| * | | | Clean up re module a bit | def | 2015-04-09 | 1 | -45/+45 |
| | | | | |||||
* | | | | Merge pull request #2494 from JosephTurner/fix-matching-error | Andreas Rumpf | 2015-04-09 | 1 | -6/+14 |
|\ \ \ \ | |/ / / |/| | | | Fixes matching error #2418 | ||||
| * | | | Adds test case to is isMainModule block | Joseph Turner | 2015-04-08 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | Adds the test case that originally caused the bug, issue #2418. | ||||
| * | | | Fixes matching error #2418 | Joseph Turner | 2015-04-08 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the split iterator, the main problem was with the incrementation of 'last'. Last was first incremented to the index of the first character after the match, but was then incremented again at the beginning of the while loop. This caused a problem if that character after the first match, also matched the regular expression. | ||||
* | | | | Remove unneeded import os from intsets | Oleh Prypin | 2015-04-09 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #2484 from yglukhov/macos-sigpipe | Andreas Rumpf | 2015-04-08 | 3 | -6/+11 |
|\ \ \ | | | | | | | | | Fixed SIGPIPE on MacOS | ||||
| * | | | Fixed SIGPIPE on MacOS | yglukhov | 2015-04-08 | 3 | -6/+11 |
| | | | | |||||
* | | | | minor doc improvements | Araq | 2015-04-08 | 1 | -4/+4 |
| |/ / |/| | | |||||
* | | | Merge pull request #2486 from endragor/rational-hash | Andreas Rumpf | 2015-04-08 | 1 | -0/+14 |
|\ \ \ | | | | | | | | | Add hash proc for Rational | ||||
| * | | | Added hash proc for Rational | Ruslan Mustakov | 2015-04-08 | 1 | -0/+14 |
| | | | | |||||
* | | | | Added procvar pragma to rationals.cmp | Ruslan Mustakov | 2015-04-08 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #2472 from def-/natural | Andreas Rumpf | 2015-04-07 | 10 | -1196/+1196 |
|\ \ \ | |/ / |/| | | Use more Natural and Positive numbers in proc parameters | ||||
| * | | Use more Natural and Positive numbers in proc parameters | def | 2015-04-06 | 10 | -1196/+1196 |
| | | | | | | | | | | | | | | | - Didn't go through all modules, only the main ones I thought of - Building the compiler and tests still work | ||||
* | | | Merge pull request #2475 from yglukhov/dom-renames | Andreas Rumpf | 2015-04-07 | 1 | -51/+76 |
|\ \ \ | | | | | | | | | DOM types renamed. | ||||
| * | | | DOM types renamed. | yglukhov | 2015-04-06 | 1 | -51/+76 |
| |/ / | |||||
* | | | Fix toRational | def | 2015-04-07 | 1 | -2/+2 |
| | | | |||||
* | | | added system.typed and system.untyped aliases | Araq | 2015-04-07 | 1 | -0/+4 |
|/ / | |||||
* | | Merge pull request #2428 from arnetheduck/comp-lib-ropes | Andreas Rumpf | 2015-04-06 | 1 | -12/+13 |
|\ \ | | | | | | | Comp lib ropes | ||||
| * | | ropes: remove more unnecessary checks | Jacek Sieka | 2015-04-03 | 1 | -3/+3 |
| | | | |||||
| * | | ropes: make lib & compiler frmt more similar, fix out-of-bounds accesses in ↵ | Jacek Sieka | 2015-04-01 | 1 | -14/+15 |
| | | | | | | | | | | | | lib ropes | ||||
* | | | Added accessor procs with default params for JsonNodes. | Dominik Picheta | 2015-04-05 | 1 | -0/+43 |
| | | | |||||
* | | | Merge pull request #2443 from yglukhov/dom-reinherit | Andreas Rumpf | 2015-04-05 | 1 | -89/+81 |
|\ \ \ | | | | | | | | | Correct dom objects inheritance. | ||||
| * | | | Correct dom objects inheritance. | yglukhov | 2015-04-01 | 1 | -89/+81 |
| |/ / | |||||
* | | | Merge pull request #2452 from apense/patch-1 | Andreas Rumpf | 2015-04-05 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Update system.nim | ||||
| * | | | Update system.nim | apense | 2015-04-03 | 1 | -0/+2 |
| | | | | | | | | | | | | Should let the documentation generate with proper code blocks | ||||
* | | | | Merge pull request #2455 from def-/iup | Andreas Rumpf | 2015-04-05 | 1 | -114/+114 |
|\ \ \ \ | | | | | | | | | | | Make iup wrapper work with iup 3.1 | ||||
| * | | | | Make iup wrapper work with iup 3.1 | def | 2015-04-04 | 1 | -114/+114 |
| | | | | | |||||
* | | | | | Merge pull request #2464 from reactormonk/math-no-side-effect | Andreas Rumpf | 2015-04-05 | 1 | -0/+7 |
|\ \ \ \ \ | | | | | | | | | | | | | no side effects on math procs, fixes #2458 | ||||
| * | | | | | no side effects on math procs, fixes #2458 | Simon Hafner | 2015-04-04 | 1 | -0/+7 |
| |/ / / / | |||||
* | | | | | Merge pull request #2461 from ReneSac/devel | reactormonk | 2015-04-05 | 1 | -174/+175 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix warning about sets.testModule() not used. | ||||
| * | | | | | Fix warning about sets.testModule() not used. | ReneSac | 2015-04-04 | 1 | -174/+175 |
| |/ / / / | |||||
* / / / / | some better sysassert messages | Simon Hafner | 2015-04-04 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | docutils are gcsafe | Araq | 2015-04-04 | 2 | -497/+498 |
| | | | | |||||
* | | | | windows.nim is gcsafe | Araq | 2015-04-04 | 1 | -4/+6 |
|/ / / | |||||
* | | | Merge pull request #2444 from yglukhov/doc-fix | Andreas Rumpf | 2015-04-03 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fixed doc generation on mac. | ||||
| * | | | Fixed doc generation on mac. | yglukhov | 2015-04-02 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #2441 from TheAnonymous/devel | Andreas Rumpf | 2015-04-03 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | fixes https://github.com/Araq/Nim/issues/2116 | ||||
| * | | | fixes https://github.com/Araq/Nim/issues/2116 | Jakob Oesterling | 2015-04-01 | 1 | -1/+2 |
| |/ / | |||||
* / / | Doc fix: TProcessOption -> ProcessOption | yglukhov | 2015-04-03 | 1 | -1/+1 |
|/ / | |||||
* | | Implemented epochTime function for JS target. | yglukhov | 2015-03-31 | 1 | -0/+2 |
| | | |||||
* | | Fix infinite recursion when await is in except body. | Dominik Picheta | 2015-03-30 | 1 | -3/+3 |
| | | |||||
* | | Use `^` instead of `-` in slices | def | 2015-03-28 | 5 | -68/+68 |
| | | |||||
* | | fixes #2420; negative indexing for slicing is obsolete (breaking change!) | Araq | 2015-03-28 | 2 | -55/+55 |
| | | |||||
* | | preparations for dealing with the 'echo $foo' gotcha | Araq | 2015-03-27 | 1 | -3/+3 |
| | |