Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | downloader: unzip to dist/ directory | Araq | 2017-01-23 | 1 | -2/+7 |
| | |||||
* | downloader tool works | Araq | 2017-01-23 | 2 | -9/+26 |
| | |||||
* | work in progress: new downloader tool for the Windows installer | Andreas Rumpf | 2017-01-22 | 1 | -0/+105 |
| | |||||
* | finally todo.txt reflects reality again | Andreas Rumpf | 2017-01-22 | 1 | -10/+7 |
| | |||||
* | Merge pull request #5262 from AvdN/patch-2 | Dominik Picheta | 2017-01-21 | 1 | -1/+1 |
|\ | | | | | inconsistent insertion of space after colon | ||||
| * | inconsistent insertion of space after colon | Anthon van der Neut | 2017-01-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #5261 from AvdN/patch-1 | Dominik Picheta | 2017-01-21 | 1 | -1/+1 |
|\ \ | |/ |/| | failing trailing underscore, caused no hyperlink | ||||
| * | failing trailing underscore, caused no hyperlink | Anthon van der Neut | 2017-01-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #5250 from yglukhov/http-redirect | Dominik Picheta | 2017-01-21 | 3 | -18/+60 |
|\ | | | | | Redirects support in request proc | ||||
| * | Added news | Yuriy Glukhov | 2017-01-20 | 2 | -0/+30 |
| | | |||||
| * | Fixed query and anchor during relative redirection | Yuriy Glukhov | 2017-01-20 | 1 | -0/+2 |
| | | |||||
| * | Redirects support in request proc | Yuriy Glukhov | 2017-01-19 | 1 | -18/+28 |
| | | |||||
* | | Merge pull request #5255 from enthus1ast/devel | Dominik Picheta | 2017-01-21 | 1 | -0/+45 |
|\ \ | | | | | | | added isAbsolute to uri.nim | ||||
| * | | more isAbsolute tests for uri.nim | enthus1ast | 2017-01-21 | 1 | -4/+32 |
| | | | | | | | | | | | | Signed-off-by: enthus1ast <enthus1ast> | ||||
| * | | added protocol-relative test to uri.nim | enthus1ast | 2017-01-21 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: enthus1ast <enthus1ast> | ||||
| * | | added isAbsolute to uri.nim | enthus1ast | 2017-01-20 | 1 | -0/+15 |
| | | | |||||
* | | | documented the new .gcsafe override pragma | Araq | 2017-01-20 | 2 | -2/+16 |
| | | | |||||
* | | | added system.runOnThreadCreationHandlers for initialization of thread local ↵ | Araq | 2017-01-20 | 1 | -0/+9 |
| | | | | | | | | | | | | storage for the main thread | ||||
* | | | fixed bug when the first random(max: float) call is the same value, ↵ | Vladar4 | 2017-01-20 | 1 | -0/+1 |
| | | | | | | | | | | | | regardless of randomize() (#5257) | ||||
* | | | new segfaults.nim stdlib module works on Windows | Araq | 2017-01-20 | 3 | -5/+48 |
| | | | |||||
* | | | ansi_c.nim: avoid deprecated 'expr' type | Araq | 2017-01-20 | 1 | -1/+1 |
| | | | |||||
* | | | some progress on #5228 | Araq | 2017-01-20 | 1 | -3/+3 |
| | | | |||||
* | | | first implementation of segfaults stdlib module | Andreas Rumpf | 2017-01-20 | 2 | -0/+79 |
| | | | |||||
* | | | posix.nim: make new sigaction wrapper compatible with C++ | Andreas Rumpf | 2017-01-20 | 1 | -1/+1 |
| | | | |||||
* | | | fixes #5234 (#5240) | Michael Jendrusch | 2017-01-20 | 2 | -7/+52 |
|/ / | |||||
* | | fix seq add for nim node in VM (#5253) | Arne Döring | 2017-01-19 | 2 | -3/+8 |
| | | | | | | fixes #4821 | ||||
* | | posix.nim add 'sigaction' with 3rd nil parameter | Andreas Rumpf | 2017-01-19 | 1 | -0/+4 |
| | | |||||
* | | make quote ast a ref type (#5246) | Arne Döring | 2017-01-19 | 2 | -0/+75 |
|/ | | | | * make quote ast a ref type * recursive set flag isRef for quoted ast | ||||
* | fixes #5237 | Andreas Rumpf | 2017-01-19 | 2 | -2/+16 |
| | |||||
* | Remove Build status waterfall, all links 502 (#5249) | timothy eichler | 2017-01-19 | 1 | -30/+0 |
| | |||||
* | fixes #3434 | Andreas Rumpf | 2017-01-19 | 1 | -1/+1 |
| | |||||
* | Fixes #5225 (#5243) | Lolo Iccl | 2017-01-18 | 2 | -1/+19 |
| | | | | | | | | | | * Fixes #5225 * Fixes #5225 * Fixes #5225 fix typo | ||||
* | Import ospaths instead of include (#5233) | Yuriy Glukhov | 2017-01-18 | 2 | -12/+14 |
| | | | | | * Import ospaths instead of include * searchExtPos made public | ||||
* | Fixes #5244 (#5245) | Yuriy Glukhov | 2017-01-18 | 2 | -0/+11 |
| | |||||
* | Merge pull request #5239 from illogica/patch-2 | Dominik Picheta | 2017-01-18 | 1 | -7/+30 |
|\ | | | | | Fix nativesockets.select() | ||||
| * | Fix nativesockets.select() | Loris Pederiva | 2017-01-18 | 1 | -7/+30 |
| | | |||||
* | | added system.onThreadCreation feature for safe thread local storage ↵ | Andreas Rumpf | 2017-01-18 | 3 | -0/+54 |
| | | | | | | | | initializations | ||||
* | | implements {.gcsafe.} enforcement as a pragma block | Andreas Rumpf | 2017-01-18 | 3 | -16/+27 |
|/ | |||||
* | Fixes #5112 (Fix error messages raised when multiple modules have the same ↵ | Lolo Iccl | 2017-01-17 | 5 | -3/+18 |
| | | | | | | original name) (#5220) Fixes #5112 | ||||
* | Removed mangling of object fields for the js target only. (#5226) | Michael Jendrusch | 2017-01-17 | 2 | -8/+90 |
| | | | | | | | | * removed mangling of object fields for the js target only. * changed default mangling behaviour for the php target as well. * Added test for unorthodox field names (reserved words and operators). Adjusted field accessors and object constructors / new to be ECMAScript first edition compatible, when using fieldnames which are reserved words. | ||||
* | fixes #5218 | Andreas Rumpf | 2017-01-16 | 2 | -1/+42 |
| | |||||
* | docs for the heap dump feature | Andreas Rumpf | 2017-01-16 | 2 | -0/+18 |
| | |||||
* | re additions for buffer (cstring) RE matching (#5117) | jlp765 | 2017-01-16 | 2 | -99/+245 |
| | | | | | | | | | | | | | | | | | | * Replace expr with untyped * Add buffer (cstring) related procs Replace expr with untyped Replace testing assert() procs with doAssert() * make the string variants call the cstring variants in order to fight code size * Remove redundant proc * fix casting of cstring add init of variables (identified by verbosity:3) * Speed up - use pattern.e for exec() inline some procs | ||||
* | Fix #5128, #5184. (#5214) | Eugene Kabanov | 2017-01-16 | 8 | -481/+676 |
| | | | | | | | | | | | | * Fix #5128, #5184. Removed flush() procedure from ioselectors.nim Changed methods of work with application-driven data * Make cache switch for kqueue, update test for it. * Fix registerProcess bug returns wrong id. Fix tupcoming_async test to compile with upcoming again. Change socket() as unique identifier to dup(socket) as unique identifier. | ||||
* | Fixed Mersenne Twister (#5227) | MednauN | 2017-01-16 | 1 | -2/+2 |
| | |||||
* | Create temp var in deepcopy if needed (#5205) | Brandon Pickering | 2017-01-15 | 2 | -2/+27 |
| | |||||
* | M&S GC gets the heap dump feature | Andreas Rumpf | 2017-01-15 | 3 | -69/+76 |
| | |||||
* | finish tool: untested download feature | Andreas Rumpf | 2017-01-15 | 1 | -1/+25 |
| | |||||
* | Update system.nim | Andreas Rumpf | 2017-01-14 | 1 | -2/+2 |
| | |||||
* | default GC can do a sort of heap dump via -d:nimTypeNames and ↵ | Andreas Rumpf | 2017-01-14 | 3 | -3/+37 |
| | | | | dumpNumberOfInstances() |