Vladislav Vorobiev
e4b16ac608
Remove line breaks in OSError messages (Windows)
...
Before:
```
Error: unhandled exception: Не удается найти указанный файл.
[OSError]
```
After:
```
Error: unhandled exception: Не удается найти указанный файл. [OSError]
```
2016-07-01 21:50:26 +03:00
Andreas Rumpf
d8ee2c2409
Merge pull request #4401 from zachaysan/add_http_status_codes
...
Add http status codes
2016-06-28 20:14:12 +02:00
Andreas Rumpf
a5f234250e
Merge pull request #4419 from endragor/android4-sockets
...
Added 'android4' define that declares a different gethostbyaddr
2016-06-28 19:37:24 +02:00
Andreas Rumpf
d8fda3e4bb
Merge pull request #4408 from euantorano/feature-strutils-isNilOrEmpty
...
Adding isNilOrEmpty and isNilOrWhitespace
2016-06-28 18:57:03 +02:00
Andreas Rumpf
f7f0cff8b3
Merge pull request #4403 from miere43/win-getch
...
Implemented terminal.getch() for Windows
2016-06-28 18:55:59 +02:00
Andreas Rumpf
38de553b86
Merge pull request #4398 from vegansk/issue88
...
Fix generics inheritance issues
2016-06-27 09:54:43 +02:00
Andreas Rumpf
e13ebc0c40
Merge pull request #4402 from cheatfate/ioselectors3
...
New async core part 1
2016-06-27 09:52:39 +02:00
Anatoly Galiulin
bef7f72636
Accumulate penalties
2016-06-27 09:16:19 +06:00
miere43
8314412b99
Added stdcall pragma to WINAPI methods.
2016-06-26 22:18:14 +03:00
miere43
7fc9585f7b
getch() asserts to doAsserts
2016-06-26 17:46:43 +03:00
miere43
57bd50a916
Removed INPUT_KEY_RECORD
2016-06-26 16:01:37 +03:00
Euan Torano
e1b7e38674
Remove tests for new functions from tstrutil.
2016-06-26 12:12:51 +01:00
Andreas Rumpf
1362b8bbc7
Merge pull request #4404 from 0joshuaolson1/patch-1
...
Fix punctuation
2016-06-26 12:45:26 +02:00
cheatfate
b8151e09f4
one more cosmetic change
2016-06-26 12:14:21 +03:00
cheatfate
fb0ef44864
Some cosmetic changes, and comments
2016-06-26 12:05:44 +03:00
cheatfate
2eb34a8129
Event enum is now .pure.
...
Modified getMaxFds() to work more properly.
Removed seqs from code
Some exceptions replaced with doAssert
2016-06-26 09:51:01 +03:00
Andreas Rumpf
90bae46839
Merge pull request #4409 from DenisKolodin/noexit
...
Remove explicit exit from bootstrap.sh
2016-06-25 16:11:33 +02:00
Denis Kolodin
8f20e2f38f
Remove explicit exit from bootstrap.sh
2016-06-25 07:47:42 +03:00
Dominik Picheta
7f3b4accb0
Add survey news post.
2016-06-24 15:01:22 +01:00
Euan
f84911364a
Fixing isNilOrWhitespace to handle empty/nil.
2016-06-24 10:51:13 +01:00
Euan
746357404c
Fixing isNilOrWhitespace for empty/nil strings.
...
`isSpace` returns false for an empty string, which is the opposite of
this method.
2016-06-24 10:50:26 +01:00
Anatoly Galiulin
75cca15c65
Speedup generic relations detection
2016-06-24 15:22:22 +06:00
Euan
d932cb1e51
Adding isNilOrEmpty and isNilOrWhitespace
...
As discussed in #4184 , this patch adds `isNilOrEmpty` and
`isNilOrWhitespace` to `strutils`.
It also modifies the existing `isSpace` proc slightly to exit early
rather than looping through all characters in a string.
2016-06-24 10:18:46 +01:00
Joshua Olson
4887bb2bef
Fix punctuation
...
Not sure if any lines became too long...
2016-06-23 17:26:22 -06:00
miere43
dd7a24d8cc
Implemented terminal.getch() for Windows
2016-06-23 23:22:38 +03:00
cheatfate
ee6257b992
Forgot about newlines at the end
2016-06-23 23:16:00 +03:00
cheatfate
c857e32867
Small version of ioselectors.nim, without code duplication and some renames.
2016-06-23 23:12:27 +03:00
Zach Aysan
1e31b27330
Fix typo
2016-06-23 14:37:17 -04:00
Zach Aysan
280b589cd8
Add missing - yet necessary - HTTP status codes.
2016-06-23 14:23:57 -04:00
Anatoly Galiulin
764668d099
Fix generics inheritance issues
2016-06-23 18:37:14 +06:00
Andreas Rumpf
5f4e98bbc7
fixes #4395 , getType still not entirely correct
2016-06-23 12:41:45 +02:00
Andreas Rumpf
ad8784eef0
PHP codegen: code works with PHP 5.3 (with some luck)
2016-06-23 01:45:10 +02:00
Ruslan Mustakov
45f76738ee
Added 'android4' define support that declares a different gethostbyaddr. Fixes #4376
2016-06-22 20:50:18 +06:00
Dominik Picheta
d68dec11ce
Update sponsors page.
2016-06-22 14:35:07 +01:00
Andreas Rumpf
4b0ba5e3f1
C code generation now deterministic; fixes #4364
2016-06-22 02:50:50 +02:00
Dominik Picheta
6b334770b5
Merge pull request #4391 from edubart/fix-await
...
Fix #4390
2016-06-21 23:52:27 +01:00
Eduardo Bart
404b5b5ff4
Fix #4390
2016-06-21 19:42:42 -03:00
Andreas Rumpf
bdf53fe9a9
Merge pull request #4383 from oderwat/fix-macros-warning
...
Fix a warning about result reused in macros.nim.
2016-06-21 18:41:50 +02:00
Hans Raaf
25c3a62acd
Fix a warning about result reused in macros.nim.
2016-06-21 13:13:46 +02:00
Andreas Rumpf
2405f8e347
PHP backend: proper setLen implementation
2016-06-21 11:50:24 +02:00
Andreas Rumpf
ba285082bf
Merge pull request #4380 from AustinMorris/fix-manual-typo
...
Fix a small typo in the manual
2016-06-21 11:18:31 +02:00
Austin Morris
5c545bee39
Fix a small typo in the manual
2016-06-20 21:22:05 -07:00
Andreas Rumpf
f5096076b2
Merge pull request #4360 from jyapayne/add_walktree
...
Add walkPattern to list both directories and files
2016-06-21 02:20:05 +02:00
Joey Payne
ebc40ececc
Update news with new walkPattern proc
2016-06-20 17:22:19 -06:00
Andreas Rumpf
82bb66eff0
Merge pull request #4379 from edubart/fix-disable-hints
...
Fix disabling hintProcessing
2016-06-21 00:46:45 +02:00
Eduardo Bart
48d37900a9
Fix disabling hintProcessing
2016-06-20 19:22:09 -03:00
Joey Payne
33146a74c1
Add os tests for directory creation, iteration and deletion
2016-06-20 14:32:01 -06:00
Dominik Picheta
b92b597062
Merge pull request #4372 from abudden/maths-comment-correction
...
Corrected comment in maths library.
2016-06-20 12:19:33 +01:00
A. S. Budden
f9bb209c32
Corrected comment in maths library.
2016-06-20 09:15:56 +01:00
Dominik Picheta
f76112fb01
Merge pull request #4370 from edubart/future-withtimeout
...
Add withTimeout proc for futures
2016-06-19 22:58:14 +01:00