summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* added system.typed and system.untyped aliasesAraq2015-04-071-0/+4
|
* Merge pull request #2428 from arnetheduck/comp-lib-ropesAndreas Rumpf2015-04-061-12/+13
|\ | | | | Comp lib ropes
| * ropes: remove more unnecessary checksJacek Sieka2015-04-031-3/+3
| |
| * ropes: make lib & compiler frmt more similar, fix out-of-bounds accesses in ↵Jacek Sieka2015-04-011-14/+15
| | | | | | | | lib ropes
* | Added accessor procs with default params for JsonNodes.Dominik Picheta2015-04-051-0/+43
| |
* | Merge pull request #2443 from yglukhov/dom-reinheritAndreas Rumpf2015-04-051-89/+81
|\ \ | | | | | | Correct dom objects inheritance.
| * | Correct dom objects inheritance.yglukhov2015-04-011-89/+81
| |/
* | Merge pull request #2452 from apense/patch-1Andreas Rumpf2015-04-051-0/+2
|\ \ | | | | | | Update system.nim
| * | Update system.nimapense2015-04-031-0/+2
| | | | | | | | | Should let the documentation generate with proper code blocks
* | | Merge pull request #2455 from def-/iupAndreas Rumpf2015-04-051-114/+114
|\ \ \ | | | | | | | | Make iup wrapper work with iup 3.1
| * | | Make iup wrapper work with iup 3.1def2015-04-041-114/+114
| | | |
* | | | Merge pull request #2464 from reactormonk/math-no-side-effectAndreas Rumpf2015-04-051-0/+7
|\ \ \ \ | | | | | | | | | | no side effects on math procs, fixes #2458
| * | | | no side effects on math procs, fixes #2458Simon Hafner2015-04-041-0/+7
| |/ / /
* | | | Merge pull request #2461 from ReneSac/develreactormonk2015-04-051-174/+175
|\ \ \ \ | | | | | | | | | | Fix warning about sets.testModule() not used.
| * | | | Fix warning about sets.testModule() not used.ReneSac2015-04-041-174/+175
| |/ / /
* / / / some better sysassert messagesSimon Hafner2015-04-041-2/+2
|/ / /
* | | docutils are gcsafeAraq2015-04-042-497/+498
| | |
* | | windows.nim is gcsafeAraq2015-04-041-4/+6
|/ /
* | Merge pull request #2444 from yglukhov/doc-fixAndreas Rumpf2015-04-031-1/+1
|\ \ | | | | | | Fixed doc generation on mac.
| * | Fixed doc generation on mac.yglukhov2015-04-021-1/+1
| |/
* | Merge pull request #2441 from TheAnonymous/develAndreas Rumpf2015-04-031-1/+2
|\ \ | | | | | | fixes https://github.com/Araq/Nim/issues/2116
| * | fixes https://github.com/Araq/Nim/issues/2116Jakob Oesterling2015-04-011-1/+2
| |/
* / Doc fix: TProcessOption -> ProcessOptionyglukhov2015-04-031-1/+1
|/
* Implemented epochTime function for JS target.yglukhov2015-03-311-0/+2
|
* Fix infinite recursion when await is in except body.Dominik Picheta2015-03-301-3/+3
|
* Use `^` instead of `-` in slicesdef2015-03-285-68/+68
|
* fixes #2420; negative indexing for slicing is obsolete (breaking change!)Araq2015-03-282-55/+55
|
* preparations for dealing with the 'echo $foo' gotchaAraq2015-03-271-3/+3
|
* todo updateAraq2015-03-271-1/+1
|
* disallow negative indexingAraq2015-03-271-14/+10
|
* Merge pull request #2413 from def-/fix-gcusebitvectorsAndreas Rumpf2015-03-261-1/+1
|\ | | | | Fix proc call in gc_ms
| * Fix proc call in gc_msdef2015-03-261-1/+1
| | | | | | | | This fixes compilation with --gc:markandsweep -d:gcUseBitvectors
* | implemented a[^1] notationAraq2015-03-261-2/+10
|/
* fixes #2395Araq2015-03-241-6/+4
|
* Clean up returns in xmldom a bitdef2015-03-241-9/+7
|
* Fix fenv.fpRadixdef2015-03-241-1/+1
|
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-231-222/+224
|
* Use <time.h> instead of <sys/time.h> for tzset and time_tdef2015-03-231-73/+73
| | | | This fixes compilation on Linux.
* Merge pull request #2385 from jschweinsberg/asyncSmtpDominik Picheta2015-03-231-1/+1
|\ | | | | Fixed typo which prevented to send mails via AsyncSmtp
| * Fixed typo which prevented to send mails via AsyncSmtpjschweinsberg2015-03-221-1/+1
| |
* | fixes match on empty peg match, #2354Simon Hafner2015-03-221-20/+26
|/
* prepare for upcoming parsing change of unary operatorsAraq2015-03-223-20/+20
|
* Merge pull request #2357 from reactormonk/zero-length-matchAndreas Rumpf2015-03-221-15/+21
|\ | | | | re.match returns true on zero-length match #2354
| * re.match returns true on zero-length match #2354Simon Hafner2015-03-161-15/+21
| |
* | Fixed Tdirent definition for OS X and BSD.Reimer Behrends2015-03-221-1/+1
| | | | | | | | | | Entries d_type etc. were disabled on architectures other than Linux, but also used for OS X and BSD in os.nim.
* | fixes #2116Araq2015-03-221-4/+5
| |
* | Add cpuRelax assembler for other platformsdef2015-03-211-54/+57
| |
* | fixes #1805Araq2015-03-211-0/+10
| |
* | codegen doesn't produce line tracing commands anymore; fixes #1344Araq2015-03-211-8/+4
| |
* | Merge pull request #2358 from gradha/pr_expands_paths_in_find_exeDominik Picheta2015-03-201-2/+7
|\ \ | | | | | | Expands tildes for entries in $PATH when looking for a binary.