Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix romans module | Oleh Prypin | 2015-04-21 | 1 | -6/+3 |
| | |||||
* | Fix a test in xmltree | Oleh Prypin | 2015-04-21 | 1 | -1/+2 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 46 | -82/+104 |
| | |||||
* | Merge pull request #2411 from reactormonk/merge-counttables | Andreas Rumpf | 2015-04-21 | 1 | -0/+61 |
|\ | | | | | merge for CountTable, see #1680 | ||||
| * | doc comments for merge | Simon Hafner | 2015-03-26 | 1 | -0/+3 |
| | | |||||
| * | merge for CountTable, see #1680 | Simon Hafner | 2015-03-26 | 1 | -0/+58 |
| | | |||||
* | | Merge pull request #2572 from maxgrenderjones/fix-2431-against-devel | Andreas Rumpf | 2015-04-21 | 1 | -16/+27 |
|\ \ | | | | | | | {} returns nested results in json & standardise on 'key' not 'name' | ||||
| * | | Allow {} to return nested results in json & standardise on 'key' not 'name' | Max Grender-Jones | 2015-04-18 | 1 | -16/+27 |
| | | | | | | | | | | | | | | | | | | - Note now returns nil if users try to index into a non-object; old behaviour was to throw a runtime error - Also s/transverse/traverse/ | ||||
* | | | Merge pull request #2506 from BlaXpirit/update-pcre | Andreas Rumpf | 2015-04-21 | 2 | -316/+460 |
|\ \ \ | | | | | | | | | Update and improve PCRE wrapper | ||||
| * | | | Fix a flag in PCRE: change to 'usePcreHeader' | Oleh Prypin | 2015-04-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | Change datatypes and remove broken editable procs from PCRE | Oleh Prypin | 2015-04-10 | 1 | -23/+11 |
| | | | | |||||
| * | | | Fix deprecation warnings in re | Oleh Prypin | 2015-04-10 | 1 | -7/+7 |
| | | | | |||||
| * | | | Update and improve PCRE wrapper | Oleh Prypin | 2015-04-10 | 1 | -307/+463 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Version 8.36 (was 8.31) - Support for editable functions - Name arguments according to docs - Cosmetics | ||||
* | | | | Merge pull request #2449 from def-/slice-items | Andreas Rumpf | 2015-04-21 | 1 | -0/+6 |
|\ \ \ \ | | | | | | | | | | | Add items iterator for slices | ||||
| * | | | | Add items iterator for slices | def | 2015-04-03 | 1 | -0/+6 |
| | | | | | |||||
* | | | | | macros: added bool literal support | Araq | 2015-04-20 | 1 | -0/+6 |
| | | | | | |||||
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-04-20 | 5 | -26/+37 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge pull request #2555 from def-/fix-2552 | Andreas Rumpf | 2015-04-15 | 1 | -7/+7 |
| |\ \ \ \ | | | | | | | | | | | | | Make peekExitCode on Posix use WIFEXITED to determine exit | ||||
| | * | | | | Make peekExitCode on Posix use WIFEXITED to determine exit | def | 2015-04-14 | 1 | -7/+7 |
| | | |/ / | | |/| | | | | | | | | | | | | This fixes #2552 | ||||
| * | | | | Merge pull request #2549 from fowlmouth/patch-2 | Andreas Rumpf | 2015-04-15 | 1 | -1/+3 |
| |\ \ \ \ | | | | | | | | | | | | | fixes for macros.getType() | ||||
| | * | | | | Merge branch 'devel' of github.com:Araq/Nim into patch2 | fowlmouth | 2015-04-10 | 24 | -2274/+2428 |
| | |\| | | | |||||
| | * | | | | Merge branch 'devel' of github.com:Araq/Nim into patch2 | fowlmouth | 2015-04-02 | 1 | -0/+2 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | * | | | | Merge branch 'devel' of github.com:Araq/Nim into patch2 | fowlmouth | 2015-03-30 | 1 | -3/+3 |
| | |\ \ \ \ | |||||
| | * | | | | | add ntys up to ntyNot | fowlmouth | 2015-03-28 | 1 | -1/+3 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #2560 from BlaXpirit/re-nre-hint | Andreas Rumpf | 2015-04-15 | 1 | -2/+5 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add a hint about NRE library to 're' module | ||||
| | * | | | | | | Add a hint about NRE to 're' module | Oleh Prypin | 2015-04-14 | 1 | -2/+5 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #2546 from BlaXpirit/rst-link-underscore | Andreas Rumpf | 2015-04-15 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Make RST recognize hyperlinks with two underscores | ||||
| | * | | | | | | | Make RST recognize hyperlinks with two underscores | Oleh Prypin | 2015-04-13 | 1 | -1/+1 |
| | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | Fixes #2538 | ||||
| * | | | | | | | Deprecate constant regular expression strings | Oleh Prypin | 2015-04-14 | 1 | -14/+20 |
| | |/ / / / / | |/| | | | | | |||||
| * | | | | | | The importc for atomicCompareExchange is incorrectly defined. | Wink Saville | 2015-04-13 | 1 | -1/+1 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | The .importc: was referring to __atomic_compare_exchange_n this corrects it to be __atomic_compare_exchange. | ||||
* | | | | | | added macros.newTree proc (why didn't we do this earlier?) | Araq | 2015-04-20 | 1 | -0/+6 |
| | | | | | | |||||
* | | | | | | fixes #2476 | Araq | 2015-04-19 | 1 | -132/+132 |
| | | | | | | |||||
* | | | | | | fixes #2568 | Araq | 2015-04-17 | 1 | -2/+2 |
|/ / / / / | |||||
* | | | | | fixes bootstrapping on windows | Araq | 2015-04-10 | 1 | -2/+3 |
| | | | | | |||||
* | | | | | fixes #2500 | Araq | 2015-04-10 | 1 | -23/+16 |
| | | | | | |||||
* | | | | | 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 |