Commit Graph

1559 Commits

Author SHA1 Message Date
Araq
435610e0af merged #823 against devel 2014-02-02 01:38:19 +01:00
Araq
38db937193 merged #811 against devel 2014-02-02 01:22:31 +01:00
Andreas Rumpf
087448d167 Merge pull request #830 from zielmicha/osproc
osproc: introduce poEvalCommand, poUsePath, fix remaining quoting issues.
2014-02-01 16:11:09 -08:00
Andreas Rumpf
8fa4401b20 Merge pull request #834 from gradha/pr_adds_strutils_const
Adds AllChars constant to strutils.
2014-02-01 16:08:58 -08:00
Araq
efcbaa965e remove the old tester 2014-02-02 00:45:47 +01:00
Araq
e647428539 case consistency for dynlib.nim 2014-02-02 00:01:33 +01:00
Simon Hafner
9f29bb8d9e corrected docs and tests 2014-02-01 16:07:44 -06:00
Simon Hafner
2c5a2d07fb sets equivalence 2014-01-31 18:22:27 -06:00
Simon Hafner
e01fb17d02 product more robust against empty input 2014-01-30 23:55:43 -06:00
Simon Hafner
f070edb8b9 forgot to export product 2014-01-30 02:09:37 -06:00
Simon Hafner
ac0f15379c added Cartesian product 2014-01-30 02:07:55 -06:00
Dominik Picheta
9344e9fbf7 Finished logging module. 2014-01-27 18:20:08 +00:00
Michał Zieliński
11053afff8 osproc: fix naming inconsistiences 2014-01-26 22:30:20 +01:00
Michał Zieliński
e0e0b409e4 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Conflicts:
	lib/pure/osproc.nim
2014-01-26 17:06:21 +01:00
Araq
c4cb795081 updated asyncio and ftpclient modules 2014-01-25 14:21:27 +01:00
Araq
de538deb7a should compile on netbsd 2014-01-23 20:43:56 +01:00
Grzegorz Adam Hankiewicz
d63eca96e5 Adds AllChars constant to strutils. 2014-01-22 23:01:50 +01:00
Michał Zieliński
ad1a0c51e2 Merge branch 'osproc' into devel
Conflicts:
	lib/posix/posix.nim
	lib/pure/osproc.nim
2014-01-20 13:32:20 +01:00
Araq
d18f40b4e2 updated grammar.txt 2014-01-20 08:35:09 +01:00
onionhammer
34f7eca8f7 Added ret != 0 back 2014-01-19 10:55:33 -06:00
Erik O'Leary
5d8d1ed8bc Corrected prunesocketset and pruneprocessset
fd sets passed to select() were pruning ready FDs rather than pruning
UN-ready FDs.
2014-01-19 10:51:21 -06:00
Araq
73c6efdf66 'nil' as a statement is deprecated, use an empty 'discard' instead 2014-01-19 16:54:59 +01:00
Araq
cde9e5d644 merge master into devel 2014-01-19 01:31:45 +01:00
Araq
d986a5adb5 make encodings.nim case consistent 2014-01-19 01:23:38 +01:00
Andreas Rumpf
f4b81ba92b Merge pull request #775 from fowlmouth/patch-3
Update endians.nim
2014-01-18 15:05:57 -08:00
Araq
36afdca87f resolved conflicts with master 2014-01-18 01:16:45 +01:00
Araq
5073914b86 unittest module works again 2014-01-18 00:58:59 +01:00
Araq
12247b3f56 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-01-17 01:19:18 +01:00
Araq
fc452787e7 better html generator for the tester; fixes some VM bugs 2014-01-17 01:18:57 +01:00
Grzegorz Adam Hankiewicz
74f94482cc Adds parseopt2 module to documentation index. 2014-01-15 22:23:20 +01:00
Andreas Rumpf
3f8bfb1e98 Merge pull request #777 from fowlmouth/patch-4
Update os.nim
2014-01-13 14:39:40 -08:00
Andreas Rumpf
90721375e2 Merge pull request #779 from brihat/master
Define $ operator for TRune
2014-01-13 14:34:24 -08:00
Araq
346443d1b5 case consistency improvements 2014-01-11 21:56:05 +01:00
Araq
4ed8cec7ca case consistency: niminst 2013-12-29 03:42:20 +01:00
Araq
286f166304 case consistency for linux 2013-12-29 03:32:46 +01:00
Araq
b731e6ef1c case consistency: cs:partial bootstraps on windows 2013-12-29 03:19:10 +01:00
Araq
438703f59e case consistency: next steps 2013-12-29 01:13:51 +01:00
Araq
1101a40f91 improvements for 'pretty' 2013-12-28 23:30:53 +01:00
Michał Zieliński
0420c8c363 httpclient: strip trailing whitespace from headers.
- we can do that according to the RFC.
- fixes #783
2013-12-28 17:26:08 +01:00
Araq
7e0da3e8f7 case consistency part 7 2013-12-28 01:36:35 +01:00
Araq
bf205fa85d case consistency part 6 2013-12-28 01:17:02 +01:00
Araq
9c3751a37c case consistency part 5 2013-12-28 00:37:45 +01:00
Araq
92b8fac94a case consistency part 4 2013-12-27 23:10:36 +01:00
Araq
a427648c48 case consistency part 2 2013-12-27 16:35:21 +01:00
Araq
2df9b442c6 case consistency part 1 2013-12-27 15:48:53 +01:00
Dominik Picheta
be5e13671c Remove assert in asyncio which causes problems.
This assert keeps failing occassionally in nimbuild causing it to crash.
According to logic it shouldn't, but perhaps the socket's writeable
status changes.
2013-12-26 21:32:30 +00:00
Satish BD
40bd63f83b Define $ operator for TRune 2013-12-26 00:55:17 +02:00
Satish BD
69b816f07c Define $ operator for TRune 2013-12-26 00:41:43 +02:00
Araq
84e4710320 bugfix: InvalidSockets needs to be a let variable 2013-12-24 01:39:33 +01:00
Araq
feb9af48f1 NoFakeVars progress 2013-12-24 00:21:22 +01:00