ReneSac
d6849b87c5
Enchanced random access support for queues
...
Now queues support indexing, front() and back() operations and pairs iteration.
Also modernized some of the code to use newer Nim features.
Added the "add()" alias to "enqueue()", per nim's conventions (also fits better with pop())
2016-06-12 16:34:24 -03:00
karantin2020
bf67fac169
In xmldom module added default attribute names checkfor namespace creation, see https://www.w3.org/XML/1998/namespace
2016-06-12 20:04:57 +03:00
cheatfate
de6af2f887
Resolve some dom96 comments
2016-06-12 16:25:34 +03:00
cheatfate
43329c5909
Introduce addRead/addWrite for Windows IOCP.
2016-06-12 15:09:30 +03:00
A. S. Budden
52b4e8f661
Added setStdIoUnbuffered for unbuffered stdio ( fixes #2146 ).
2016-06-12 07:40:28 +01:00
Jacek Sieka
087db3ce64
remove fauly fix for windows error being overwritten
2016-06-12 14:31:59 +08:00
A. S. Budden
004ac801a5
Improvements to parsecsv to include a minimalist DictReader #4285
2016-06-12 07:28:07 +01:00
Dominik Picheta
aadc154c95
Merge pull request #4311 from FedericoCeratto/patch-10
...
Add value creation/update to the usage example
2016-06-12 01:16:51 +01:00
Andreas Rumpf
7ee6b6c5f8
Merge pull request #4310 from Parashurama/long_stack_trace
...
adds --excessiveStackTrace:on|off flag for nim
2016-06-11 22:07:15 +02:00
Federico Ceratto
0fe414150e
Add value creation/update to the usage example
2016-06-11 15:52:36 +01:00
Parashurama
6c8b06b2a3
adds --excessiveStackTrace:on|off flag for nim
...
display absolute file path in error messages.
2016-06-11 15:09:10 +02:00
Andreas Rumpf
c1a553a2a9
Merge pull request #4282 from abudden/4252-startsWithChar
...
Added startsWith/endsWith implementations for character prefix/suffix…
2016-06-11 09:20:20 +02:00
Andreas Rumpf
d8cd16a8b6
version bump for development
2016-06-11 09:15:49 +02:00
Araq
52c6c8b730
poor man's https: add checksums o downloads
2016-06-11 01:11:41 +02:00
Andreas Rumpf
abf4e204c2
today is the day
v0.14.2
2016-06-11 00:07:38 +02:00
Andreas Rumpf
78b5f64166
Merge pull request #4306 from FedericoCeratto/patch-9
...
Fix tar usage in testinstall
2016-06-10 18:02:07 +02:00
Federico Ceratto
75abb0fcbd
Fix tar usage in testinstall
2016-06-10 16:17:40 +01:00
Andreas Rumpf
8662e140b4
fixes a niminst regression
2016-06-10 00:52:58 +02:00
Andreas Rumpf
a9f5ffb4c7
fixes a niminst regression
2016-06-10 00:52:05 +02:00
Andreas Rumpf
8bc90170e0
maybe today is the day
2016-06-09 21:19:36 +02:00
Andreas Rumpf
fa1749d8d3
generated source code links also work when generated on Unix
2016-06-09 21:18:01 +02:00
Andreas Rumpf
76c8d6164b
added 'koch testinstall' command; more installer related bugfixes
2016-06-09 17:34:57 +02:00
Dominik Picheta
0ea65a824d
Merge pull request #4303 from cheatfate/properClose
...
Make some proper closes.
2016-06-09 13:35:14 +01:00
cheatfate
fb4ff86ad6
Make some proper closes.
2016-06-09 07:07:43 +03:00
Dominik Picheta
10fdd241ea
Small website fixes.
2016-06-08 22:57:21 +01:00
Araq
1f1b61f432
added missing files to the installation process
2016-06-08 23:33:15 +02:00
Araq
8d7e2b9c72
news for 0.14.2
2016-06-08 22:07:49 +02:00
Andreas Rumpf
0e00ea89c4
adds missing web/ticker.html to the tarballs so that documentation building works
2016-06-08 21:32:15 +02:00
Araq
9277dcb4d3
version bump to 0.14.2
2016-06-08 19:59:07 +02:00
Jacek Sieka
43996c24a0
fix errno in os.nim
2016-06-08 23:28:16 +08:00
Jacek Sieka
ea53cc7fcd
fix O_BINARY type
2016-06-08 22:48:38 +08:00
Jacek Sieka
1d7f86e0cc
fix setmode call
2016-06-08 22:22:02 +08:00
Andreas Rumpf
fb0df95015
fixes #4289
2016-06-08 16:05:29 +02:00
Andreas Rumpf
a2345702f8
don't package nimble this way for now
2016-06-08 16:05:29 +02:00
Jacek Sieka
0d45c17388
disable StringStream for JS (needs copyMem)
2016-06-08 22:00:13 +08:00
Jacek Sieka
9604444d09
fix fgets type
2016-06-08 20:48:46 +08:00
Jacek Sieka
03ce08c47b
no *mem proc's for JS
2016-06-08 20:30:32 +08:00
Jacek Sieka
5e93924afd
include ansi_c also when doing nimscript
2016-06-08 19:54:14 +08:00
Andreas Rumpf
32880db929
Merge pull request #4300 from abudden/docfix2
...
Corrected typo in earlier release note addition.
2016-06-08 13:01:23 +02:00
Andreas Rumpf
1d1d424fbc
Merge pull request #4294 from Tormund/fix_android_compile_error
...
Fix android compile time error
2016-06-08 13:01:05 +02:00
A. S. Budden
cc8092bbdf
Corrected typo in earlier release note addition.
2016-06-08 11:11:25 +01:00
Dominik Picheta
1ecdcf313a
Fix links in news post.
2016-06-08 00:38:00 +01:00
Andreas Rumpf
e8faa214eb
fixes #4295
2016-06-07 22:46:12 +02:00
Andreas Rumpf
dc33b7d7e9
Merge pull request #4293 from abudden/docfix
...
Fixed a couple of links.
2016-06-07 19:54:58 +02:00
tormund
ac4201132d
Fix android compile time error
2016-06-07 19:24:23 +03:00
Dominik Picheta
21263f6689
Added more details to the news article.
2016-06-07 17:12:37 +01:00
A. S. Budden
2f1e8f11c2
Fixed a couple of links.
2016-06-07 15:37:45 +01:00
Andreas Rumpf
e0f57ee1a1
finally make niminst smart about which files are important
2016-06-07 13:47:37 +02:00
Andreas Rumpf
82a75635f7
installer fixes and improvements
2016-06-07 13:47:37 +02:00
Dominik Picheta
7f53224563
Fixes #4287 .
2016-06-07 11:26:29 +01:00