Commit Graph

3114 Commits

Author SHA1 Message Date
Andreas Rumpf
80fab1d861 make ospaths compile for Android again, simplify its implementation, added a disclaimer 2017-08-30 11:08:49 +02:00
Charlie Barto
0d07117a65 allow non-admins to create symlinks on windows (#6287) 2017-08-29 08:30:57 +02:00
Dominik Picheta
b47e448e06 Fixes #6284. 2017-08-28 23:12:36 +01:00
Jacek Sieka
22684370b0 remove ArrayDummySize with unchecked arrays (#5818) 2017-08-28 15:44:35 +02:00
David Krause
0e276be301 fixes #6250 (#6251) 2017-08-17 13:38:10 +02:00
Arne Döring
484f729e27 use doAssert in rotateLeft example 2017-08-17 13:34:03 +02:00
Arne Döring
efe606ef81 fix for feedback on PR 2017-08-14 13:55:38 +02:00
Dominik Picheta
838be26f53 Implement ability to run a single test using unittest module. 2017-08-12 14:41:33 +01:00
Daniil Yarancev
28c530e7ca Fixes #6110 2017-08-12 12:35:35 +03:00
Fredrik Høisæther Rasch
c406d0b7a7 fixed createDir undeclared error on Android (#6194) 2017-08-08 13:29:25 +02:00
Fredrik Høisæther Rasch
37a615a31f Added Multi-Replacement proc for strings (#6193) 2017-08-07 19:58:11 +02:00
Fredrik Høisæther Rasch
c39e202976 Introduce first class support for Android (#5772) 2017-08-06 02:18:15 +02:00
Dominik Picheta
28737e9a40 Merge pull request #6168 from konqoro/patch-10
Docs: add one more example in strscans module
2017-08-01 19:19:05 +01:00
Yuriy Glukhov
f3b3af5f3f Fixed randomize for 32bit target (#6167) 2017-08-01 19:53:12 +02:00
konqoro
ff835d56a3 Docs: add one more example in strscans module 2017-08-01 18:22:20 +03:00
Federico Ceratto
a038c62bef Add TimeInterval reversing docstring 2017-07-29 11:42:03 +01:00
Dominik Picheta
c3d5464e6f Merge pull request #6143 from xxlabaza/correct_no_content_length_response
Correct "Length required" response status code and phrase
2017-07-28 19:33:09 +01:00
Arne Döring
316886542b allow a negative distance argument. Improved documentation. 2017-07-27 18:22:59 +02:00
Arne Döring
409854c913 changed rotate to rotateLeft with slice api 2017-07-27 17:40:33 +02:00
Arne Döring
c641751523 fixes for feedback 2017-07-27 17:40:33 +02:00
Arne Döring
c6c3ea5990 added rotate in algorithm 2017-07-27 17:40:33 +02:00
Andreas Rumpf
a3f80c4bdf avoid deprecated procs 2017-07-26 08:52:03 +02:00
Andreas Rumpf
b69598a64a workaround so doc2 asynchttpserver works again 2017-07-26 08:51:49 +02:00
Artem Labazin
bcdc5ddd37 Add more suitable error code and reason phrase for required Content-Length request. 2017-07-26 02:02:24 +03:00
Andreas Rumpf
1539d9d95b optimized intsets to not allocate for the common cases 2017-07-25 10:01:37 +02:00
Arne Döring
000b8afd26 Remove expr/stmt (#5857) 2017-07-25 09:28:23 +02:00
Arne Döring
ddea990a70 removed newString proc again, reverted some unnecesary changes 2017-07-24 23:21:51 +02:00
Arne Döring
1f7fc7f279 arrays can now be printed 2017-07-24 23:21:51 +02:00
Yuriy Glukhov
bbbf5cf800 Added newAsyncFile proc (#6129) 2017-07-21 17:20:21 +02:00
Erik Johansson Andersson
24fd86f8ee make asyncfutures.complete compile 2017-07-18 18:10:01 +02:00
Yuriy Glukhov
30e2af969c Revert "GC_fullCollect on sync threadpool (#6107)" (#6119)
This reverts commit bdb653c415.
2017-07-17 13:45:54 +02:00
Dmitry Atamanov
9427724a71 Fix (#6093) 2017-07-17 08:09:54 +02:00
Yuriy Glukhov
bdb653c415 GC_fullCollect on sync threadpool (#6107) 2017-07-17 08:09:21 +02:00
Yuriy Glukhov
4846ce0f41 Suppress "pointless conversion" hint (#6103) 2017-07-15 14:34:27 +02:00
Yuriy Glukhov
bdf6f59c6d Fixes #5738 (#6059) 2017-07-15 08:50:41 +02:00
Dominik Picheta
8b107972c5 Merge pull request #5938 from zielmicha/futures
[WIP] Better Future
2017-07-14 20:18:06 +01:00
Emery Hemingway
85d4109a0d Genode readdir fix (#6080)
The Genode readdir is inherited from then FreeBSD libc.
2017-07-14 16:43:42 +02:00
andri lim
ca0155a458 fixes #6046 parsecfg failed to parse negative int (#6097) 2017-07-14 16:28:39 +02:00
Yuriy Glukhov
8bdcade1a0 Fixes #6090 (#6092) 2017-07-14 08:15:37 +02:00
Michał Zieliński
cb5b1c9344 asyncdispatch: formatting fixes 2017-07-12 10:23:48 +02:00
Dominik Picheta
ccbc09fb0b Merge pull request #6047 from euantorano/patch-1
Wait for reads to finish before reading the result
2017-07-11 19:19:19 +01:00
Euan Torano
3f3853945d Adding test for recvline
Signed-off-by: Euan Torano <euantorano@gmail.com>
2017-07-09 20:50:47 +01:00
Andreas Rumpf
2b72f775e2 make os.nim compile on Windows again 2017-07-09 01:02:14 +02:00
Andreas Rumpf
46dffbed71 minor improvements to os.paramStr 2017-07-08 21:48:03 +02:00
Ganesh Viswanathan
915ce2871f Fix for issue #5736. (#6061) 2017-07-07 08:10:39 +02:00
Michał Zieliński
6bdd00db0e asyncdispatch: add callSoon getter/setter, renames 2017-07-06 13:27:42 +02:00
Michał Zieliński
797690ba3f Future: support for multiple callbacks 2017-07-05 12:54:09 +02:00
Michał Zieliński
93827e6ab8 split FutureStream from asyncfutures 2017-07-05 12:54:09 +02:00
Michał Zieliński
e86863e8f5 asyncdispatch: split asyncfutures into its own module
This slightly changes behaviour of callSoon - before loop is initialized, callSoon will call the function immediately.
2017-07-05 12:54:09 +02:00
Fredrik Høisæther Rasch
177a634992 Add safeties for alignLeft 2017-07-04 11:52:54 +02:00