summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* find the nodejs binarySimon Hafner2015-01-273-5/+13
| | | | | upstream calls it node, debian calls it nodejs. We gotta look for both of them.
* typo fixSimon Hafner2015-01-271-2/+2
|
* Merge pull request #1998 from Varriount/fix-1962Dominik Picheta2015-01-241-14/+35
|\ | | | | Fixes #1962
| * Added documentation for the new http request procedures.Varriount2015-01-231-1/+13
| |
| * Fixes #1962Varriount2015-01-221-24/+33
| |
* | non-destructible context only produces a warning for nowAraq2015-01-242-6/+7
| |
* | Merge pull request #1999 from Varriount/fix-1906Dominik Picheta2015-01-231-3/+5
|\ \ | | | | | | Fix #1906
| * | Fix #1906Varriount2015-01-221-3/+5
| |/
* | Merge pull request #2001 from def-/fix-systemVarriount2015-01-221-1/+1
|\ \ | | | | | | setControlCHook's parameter is not nil now
| * | setControlCHook's parameter is not nil nowdef2015-01-231-1/+1
|/ /
* | Merge pull request #2000 from Varriount/fix-1546reactormonk2015-01-231-1/+1
|\ \ | | | | | | Fix #1546
| * | Fix #1546Varriount2015-01-221-1/+1
| |/
* | minor website improvementsAraq2015-01-232-0/+13
| |
* | Nim can interface with C++ templatesAraq2015-01-231-46/+63
| |
* | preparations for C++ template supportAraq2015-01-236-21/+25
| |
* | bugfixes for the new C++ patternsAraq2015-01-231-8/+7
| |
* | better error message for 'invalid type'Araq2015-01-235-59/+67
| |
* | Merge pull request #1997 from flaviut/patch-1Dominik Picheta2015-01-221-0/+3
|\ \ | |/ |/| Improve koch web google analytics docs
| * Improve koch web google analytics docsFlaviu Tamas2015-01-221-0/+3
|/
* Merge pull request #1990 from eliezedeck/develDominik Picheta2015-01-221-1/+1
|\ | | | | Handle EPOLLHUP to avoid chaos/runaways when using certain fds
| * Handle EPOLLHUP to avoid chaos/runaways when using certain file descriptors.Elie Zedeck2015-01-211-1/+1
|/ | | | A concrete example is pipe file descriptors: they generate EPOLLHUP instead of a EPOLLIN (then 0 bytes read). The loop will run wild if this event is not handled.
* get rid of debug outputAraq2015-01-181-1/+0
|
* fixes #1833Araq2015-01-182-1/+22
|
* osinfo_win compiles againAraq2015-01-181-4/+3
|
* fixes #1964 properlyAraq2015-01-181-1/+2
|
* fixes #1964Araq2015-01-181-2/+3
|
* fixes #1944Araq2015-01-184-13/+36
|
* Merge pull request #1981 from Varriount/zielmicha-develVarriount2015-01-172-2/+4
|\ | | | | Custom merge of Zielmicha devel
| * Add filename space testVarriount2015-01-171-0/+3
| |
| * Fixes #1955Varriount2015-01-171-2/+2
| |
| * Merge branch 'devel' of git://github.com/zielmicha/Nimrod into zielmicha-develVarriount2015-01-161-2/+1
| |\
| | * quote filenames in when invoking compiler from C backendMichał Zieliński2015-01-141-2/+1
| | |
* | | Merge pull request #1972 from skyfex/vm_opcLdConstAndreas Rumpf2015-01-182-0/+15
|\ \ \ | | | | | | | | Test and fix for VM issue
| * | | Proposed fix for issue #1946Audun Wilhelmsen2015-01-161-0/+1
| | | |
| * | | Add test for issue #1946Audun Wilhelmsen2015-01-161-0/+14
| | | |
* | | | typo; last commit fixes #1910Araq2015-01-181-1/+1
| | | |
* | | | revert to old behaviour: tuple field names are not ignored anymore; fixes #1920Araq2015-01-189-17/+40
| | | |
* | | | better C++ support wrt 'this'Araq2015-01-182-20/+166
| | | |
* | | | Merge pull request #1980 from Araq/revert-1951-bootstrap-install-docs-fixVarriount2015-01-176-39/+17
|\ \ \ \ | | | | | | | | | | Revert "Documented faster way to bootstrap-build Nim"
| * | | | Revert "Documented faster way to bootstrap-build Nim"Varriount2015-01-176-39/+17
|/ / / /
* | | | Merge pull request #1842 from def-/unicode-reversedVarriount2015-01-171-0/+50
|\ \ \ \ | | | | | | | | | | Add reversed proc to unicode module
| * | | | Optimize unicode.reverseddef2015-01-151-19/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Runs about 18 times faster: - combining characters with boolean logic instead of binary search - No more temporary sequence - Optimize for ASCII characters
| * | | | Add reversed proc to unicode moduledef2015-01-021-0/+38
| | | | |
* | | | | Merge pull request #1951 from noway421/bootstrap-install-docs-fixVarriount2015-01-176-17/+39
|\ \ \ \ \ | | | | | | | | | | | | Documented faster way to bootstrap-build Nim
| * | | | | changed architecture detectionWay, No2015-01-151-1/+3
| | | | | |
| * | | | | updated readmeWay, No2015-01-151-3/+5
| | | | | |
| * | | | | added quick bootstrap script for windowsWay, No2015-01-152-0/+26
| | | | | |
| * | | | | updated web/download.txtWay, No2015-01-141-6/+2
| | | | | |
| * | | | | updated install.txtWay, No2015-01-141-1/+1
| | | | | |
| * | | | | faster way to bootstrap-build NimWay, No2015-01-141-7/+3
| | | | | |