summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix romans moduleOleh Prypin2015-04-211-6/+3
|
* Fix a test in xmltreeOleh Prypin2015-04-211-1/+2
|
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-2146-82/+104
|
* Merge pull request #2411 from reactormonk/merge-counttablesAndreas Rumpf2015-04-211-0/+61
|\ | | | | merge for CountTable, see #1680
| * doc comments for mergeSimon Hafner2015-03-261-0/+3
| |
| * merge for CountTable, see #1680Simon Hafner2015-03-261-0/+58
| |
* | Merge pull request #2572 from maxgrenderjones/fix-2431-against-develAndreas Rumpf2015-04-211-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-Jones2015-04-181-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-pcreAndreas Rumpf2015-04-212-316/+460
|\ \ \ | | | | | | | | Update and improve PCRE wrapper
| * | | Fix a flag in PCRE: change to 'usePcreHeader'Oleh Prypin2015-04-101-1/+1
| | | |
| * | | Change datatypes and remove broken editable procs from PCREOleh Prypin2015-04-101-23/+11
| | | |
| * | | Fix deprecation warnings in reOleh Prypin2015-04-101-7/+7
| | | |
| * | | Update and improve PCRE wrapperOleh Prypin2015-04-101-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-itemsAndreas Rumpf2015-04-211-0/+6
|\ \ \ \ | | | | | | | | | | Add items iterator for slices
| * | | | Add items iterator for slicesdef2015-04-031-0/+6
| | | | |
* | | | | macros: added bool literal supportAraq2015-04-201-0/+6
| | | | |
* | | | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-04-205-26/+37
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #2555 from def-/fix-2552Andreas Rumpf2015-04-151-7/+7
| |\ \ \ \ | | | | | | | | | | | | Make peekExitCode on Posix use WIFEXITED to determine exit
| | * | | | Make peekExitCode on Posix use WIFEXITED to determine exitdef2015-04-141-7/+7
| | | |/ / | | |/| | | | | | | | | | | | This fixes #2552
| * | | | Merge pull request #2549 from fowlmouth/patch-2Andreas Rumpf2015-04-151-1/+3
| |\ \ \ \ | | | | | | | | | | | | fixes for macros.getType()
| | * | | | Merge branch 'devel' of github.com:Araq/Nim into patch2fowlmouth2015-04-1024-2274/+2428
| | |\| | |
| | * | | | Merge branch 'devel' of github.com:Araq/Nim into patch2fowlmouth2015-04-021-0/+2
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Merge branch 'devel' of github.com:Araq/Nim into patch2fowlmouth2015-03-301-3/+3
| | |\ \ \ \
| | * | | | | add ntys up to ntyNotfowlmouth2015-03-281-1/+3
| | | | | | |
| * | | | | | Merge pull request #2560 from BlaXpirit/re-nre-hintAndreas Rumpf2015-04-151-2/+5
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add a hint about NRE library to 're' module
| | * | | | | | Add a hint about NRE to 're' moduleOleh Prypin2015-04-141-2/+5
| | | | | | | |
| * | | | | | | Merge pull request #2546 from BlaXpirit/rst-link-underscoreAndreas Rumpf2015-04-151-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make RST recognize hyperlinks with two underscores
| | * | | | | | | Make RST recognize hyperlinks with two underscoresOleh Prypin2015-04-131-1/+1
| | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | Fixes #2538
| * | | | | | | Deprecate constant regular expression stringsOleh Prypin2015-04-141-14/+20
| | |/ / / / / | |/| | | | |
| * | | | | | The importc for atomicCompareExchange is incorrectly defined.Wink Saville2015-04-131-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?)Araq2015-04-201-0/+6
| | | | | |
* | | | | | fixes #2476Araq2015-04-191-132/+132
| | | | | |
* | | | | | fixes #2568Araq2015-04-171-2/+2
|/ / / / /
* | | | | fixes bootstrapping on windowsAraq2015-04-101-2/+3
| | | | |
* | | | | fixes #2500Araq2015-04-101-23/+16
| | | | |
* | | | | Merge pull request #2329 from def-/readlineAndreas Rumpf2015-04-101-16/+52
|\ \ \ \ \ | | | | | | | | | | | | Speed up readLine by using getc_unlocked
| * | | | | Speed up readLine by using getc_unlockeddef2015-03-121-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-ropesAndreas Rumpf2015-04-101-63/+80
|\ \ \ \ \ \ | | | | | | | | | | | | | | More comp ropes
| * | | | | | lib_ropes: better buffering in equalsFile, cleanupsJacek Sieka2015-04-081-63/+80
| | | | | | |
* | | | | | | Merge pull request #2502 from def-/pcreAndreas Rumpf2015-04-101-45/+46
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix infinite loop in re.findAll
| * | | | | | | Fix infinite loop in findAlldef2015-04-091-0/+1
| | | | | | | |
| * | | | | | | Clean up re module a bitdef2015-04-091-45/+45
| | | | | | | |
* | | | | | | | Merge pull request #2494 from JosephTurner/fix-matching-errorAndreas Rumpf2015-04-091-6/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Fixes matching error #2418
| * | | | | | | Adds test case to is isMainModule blockJoseph Turner2015-04-081-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the test case that originally caused the bug, issue #2418.
| * | | | | | | Fixes matching error #2418Joseph Turner2015-04-081-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 intsetsOleh Prypin2015-04-091-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #2484 from yglukhov/macos-sigpipeAndreas Rumpf2015-04-083-6/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed SIGPIPE on MacOS
| * | | | | | | Fixed SIGPIPE on MacOSyglukhov2015-04-083-6/+11
| | | | | | | |
* | | | | | | | minor doc improvementsAraq2015-04-081-4/+4
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #2486 from endragor/rational-hashAndreas Rumpf2015-04-081-0/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add hash proc for Rational