Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #2484 from yglukhov/macos-sigpipe | Andreas Rumpf | 2015-04-08 | 3 | -6/+11 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fixed SIGPIPE on MacOS | yglukhov | 2015-04-08 | 3 | -6/+11 | |
* | | | | | | fixes #2489 | Araq | 2015-04-08 | 2 | -1/+10 | |
* | | | | | | minor doc improvements | Araq | 2015-04-08 | 2 | -5/+7 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Merge pull request #2486 from endragor/rational-hash | Andreas Rumpf | 2015-04-08 | 1 | -0/+14 | |
|\ \ \ \ \ | ||||||
| * | | | | | Added hash proc for Rational | Ruslan Mustakov | 2015-04-08 | 1 | -0/+14 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #2487 from endragor/rational-cmp-procvar | Andreas Rumpf | 2015-04-08 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Added procvar pragma to rationals.cmp | Ruslan Mustakov | 2015-04-08 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #2483 from def-/ropes | Andreas Rumpf | 2015-04-08 | 22 | -1486/+1453 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Get rid of deprecation warnings | def | 2015-04-07 | 22 | -1486/+1453 | |
| |/ / / | ||||||
* | | | | Merge pull request #2472 from def-/natural | Andreas Rumpf | 2015-04-07 | 10 | -1196/+1196 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Use more Natural and Positive numbers in proc parameters | def | 2015-04-06 | 10 | -1196/+1196 | |
* | | | | Merge pull request #2475 from yglukhov/dom-renames | Andreas Rumpf | 2015-04-07 | 1 | -51/+76 | |
|\ \ \ \ | ||||||
| * | | | | DOM types renamed. | yglukhov | 2015-04-06 | 1 | -51/+76 | |
| |/ / / | ||||||
* | | | | Merge pull request #2479 from def-/torational | Andreas Rumpf | 2015-04-07 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | Fix toRational | def | 2015-04-07 | 1 | -2/+2 | |
* | | | | | Merge pull request #2480 from def-/container | Andreas Rumpf | 2015-04-07 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Fix container example in manual a bit | def | 2015-04-07 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | better alternative to 'override' | Araq | 2015-04-07 | 3 | -19/+18 | |
* | | | | added system.typed and system.untyped aliases | Araq | 2015-04-07 | 4 | -6/+12 | |
* | | | | fixes #2427 | Araq | 2015-04-06 | 2 | -2/+16 | |
* | | | | overloading of '=' works | Araq | 2015-04-06 | 9 | -6/+147 | |
* | | | | first implementation of overloading of '='; missing: rewriting let/var sections | Araq | 2015-04-06 | 12 | -215/+373 | |
|/ / / | ||||||
* | | | Merge pull request #2428 from arnetheduck/comp-lib-ropes | Andreas Rumpf | 2015-04-06 | 15 | -191/+202 | |
|\ \ \ | ||||||
| * | | | ropes: remove more unnecessary checks | Jacek Sieka | 2015-04-03 | 2 | -5/+5 | |
| * | | | compiler_ropes: remove unnecessary length check | Jacek Sieka | 2015-04-03 | 1 | -1/+1 | |
| * | | | compiler_ropes: deprecate old function names | Jacek Sieka | 2015-04-01 | 1 | -16/+15 | |
| * | | | compiler_ropes: TRope -> RopeObj, PRope* -> Rope* | Jacek Sieka | 2015-04-01 | 1 | -50/+56 | |
| * | | | compiler_ropes: toRope -> rope | Jacek Sieka | 2015-04-01 | 1 | -11/+17 | |
| * | | | ropes: make lib & compiler frmt more similar, fix out-of-bounds accesses in l... | Jacek Sieka | 2015-04-01 | 2 | -15/+30 | |
| * | | | compiler_ropes: ropef -> %, appf -> addf | Jacek Sieka | 2015-04-01 | 1 | -19/+21 | |
| * | | | compiler_ropes: ropeEqualsFile -> equalsFile, no more max rope component length | Jacek Sieka | 2015-04-01 | 2 | -65/+41 | |
| * | | | compiler_ropes: add `&` and add | Jacek Sieka | 2015-04-01 | 1 | -24/+37 | |
| * | | | compiler_ropes: ropeToStr -> $ | Jacek Sieka | 2015-04-01 | 13 | -37/+32 | |
| * | | | compiler_ropes: don't expose newRope | Jacek Sieka | 2015-04-01 | 3 | -5/+5 | |
| * | | | compiler_ropes: ropeLen -> len | Jacek Sieka | 2015-04-01 | 1 | -2/+1 | |
* | | | | 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. | 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 | apense | 2015-04-03 | 1 | -0/+2 | |
* | | | | | | Merge pull request #2455 from def-/iup | Andreas Rumpf | 2015-04-05 | 1 | -114/+114 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | 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. | ReneSac | 2015-04-04 | 1 | -174/+175 | |
| |/ / / / / / | ||||||
* / / / / / / | some better sysassert messages | Simon Hafner | 2015-04-04 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | GC-safety error messages are useful now | Araq | 2015-04-04 | 5 | -10/+81 | |
* | | | | | | don't store the scope for routines | Araq | 2015-04-04 | 4 | -10/+11 |