Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename mget to `[]` | def | 2015-03-31 | 1 | -5/+4 |
| | | | | | | | | | - In sets, tables, strtabs, critbits, xmltree - This uses the new var parameter overloading - mget variants still exist, but are deprecated in favor of `[]` - Includes tests and fixed tests and usages of mget - The non-var `[]` now throws an exception instead of returning binary 0 or an empty string | ||||
* | fixes #1638 | Araq | 2014-12-17 | 1 | -4/+4 |
| | |||||
* | prettified re.nim; make some tests green | Araq | 2014-08-31 | 1 | -12/+12 |
| | |||||
* | Merge pull request #1075 from flaviut/inlinedocs | Andreas Rumpf | 2014-04-09 | 1 | -0/+33 |
Add some documentations and code examples in system |