Dominik Picheta
cb76f266fa
Niminst now bundles the compiler dir when packaging.
2016-06-06 00:04:50 +01:00
Andreas Rumpf
07d7d35d99
fixes #3579
2016-06-05 18:50:52 +02:00
Andreas Rumpf
487bf54cdf
fixes #4278
2016-06-05 17:13:35 +02:00
Andreas Rumpf
03b64327ca
fixes a critical bug about template instantiations in generics
2016-06-05 16:43:20 +02:00
Andreas Rumpf
3847348fdf
fixes #4272
2016-06-05 16:43:20 +02:00
Dominik Picheta
9d001d207e
Fixes #2128 . Based on @infinity0's commit.
2016-06-05 14:30:47 +01:00
Dominik Picheta
62da869eee
Added more information to the download.rst page. Fixes #4022 .
2016-06-05 14:10:13 +01:00
Dominik Picheta
6a78f17dae
Fixes nim-git AUR PKGBUILD.
...
./koch pdf now adds `bin/nim` to the PATH before executing
the PDF build process.
2016-06-05 13:35:51 +01:00
Jacek Sieka
fe2b39f007
remove system/ansi_c include from os
2016-06-05 20:16:26 +08:00
Euan T
06d4716579
Use passed user agent in newAsyncHttpClient
...
Fixes #4273 .
2016-06-05 09:56:16 +01:00
Jacek Sieka
64b0485207
fix types of ansi_c/sysio to more closely match C ABI
...
also fixes some instances of using C library functions when there are
nim alternatives available
2016-06-05 12:03:20 +08:00
Dominik Picheta
92af223ab1
Fixed date in Meet Our Sponsors page.
2016-06-04 23:35:50 +01:00
Dominik Picheta
a482b8037c
CSS caching hack.
2016-06-04 23:35:37 +01:00
Dominik Picheta
b992e0b055
Fixes RSS feed generated by nimweb.
2016-06-04 23:15:46 +01:00
Dominik Picheta
e0f6d0cd10
Fixes website page titles.
2016-06-04 22:30:59 +01:00
Dominik Picheta
e62b55054a
Adds Meet Our BountySource Sponsors news article.
2016-06-04 22:25:30 +01:00
Dominik Picheta
16381364c2
News articles are now placed in separate pages.
...
Also given each rst file its rightful extension.
2016-06-04 22:06:50 +01:00
Dominik Picheta
5031b638d7
Adds "Meet our Sponsors" slide to website.
2016-06-04 18:49:04 +01:00
Dominik Picheta
739833e8c7
Add rst filename to HTML page title for website.
2016-06-04 17:20:21 +01:00
Dominik Picheta
cf70fe629a
Implemented generation of sponsors page + missing assets.
2016-06-04 17:16:20 +01:00
Andreas Rumpf
1d44fee399
hotfix: don't crash for wrong template calls
2016-06-03 23:07:07 +02:00
Andreas Rumpf
4e72e71284
Merge pull request #4264 from oderwat/add-unicode-rune-offsets
...
Add unicode rune offsets
2016-06-03 19:26:53 +02:00
Dominik Picheta
f73dd02787
Fix broken asyncnet module.
2016-06-03 14:21:37 +01:00
Dominik Picheta
c0a940380a
Merge pull request #4270 from moigagoo/devel
...
Tests: tasyncall: Varargs test added.
2016-06-03 13:25:45 +01:00
Dominik Picheta
5390c25b60
Modified #3472 to make its API more idiomatic.
2016-06-03 13:22:18 +01:00
Konstantin Molchanov
d5d036ca9d
Tests: tasyncall: Varargs test added.
2016-06-03 15:19:39 +03:00
Dominik Picheta
c1706463dc
Merge branch 'tls-psk' of https://github.com/zielmicha/nim into zielmicha-tls-psk
2016-06-03 11:52:11 +01:00
Dominik Picheta
f440bb7064
Merge pull request #4243 from moigagoo/devel
...
Stdlib: asyncdispatch: `all` proc: Add support of varargs, fix issues, add tests.
2016-06-03 11:48:32 +01:00
Dominik Picheta
ffe4ef8983
Merge pull request #4268 from SSPkrolik/unitest-add-skip
...
Implemented SKIPPED test status
2016-06-03 11:46:36 +01:00
Rostyslav Dzinko
d91b0cbc2b
Implemented SKIPPED test status
2016-06-03 12:02:38 +03:00
Константин Молчанов
3538e00fc7
stdlib: asyncdispatch: all: Docs updated.
2016-06-02 22:23:27 +03:00
Dominik Picheta
cc80eac84b
Add missing httpcore module.
2016-06-02 20:16:25 +01:00
Dominik Picheta
ca7dd345da
Fixes #3847 .
2016-06-02 19:51:16 +01:00
Andreas Rumpf
09ac351a6f
fixes codegen regression
2016-06-02 20:41:08 +02:00
Dominik Picheta
9df1704aa1
Let asynchttpserver pass control of socket to cb for upgrades.
2016-06-02 19:19:47 +01:00
Dominik Picheta
b33fbedec0
httpclient now uses httpcore.HttpHeaders
2016-06-02 18:40:13 +01:00
Dominik Picheta
3074973f54
The asynchttpserver module now uses a HttpHeaders object.
2016-06-02 18:31:22 +01:00
Dominik Picheta
2b162c04b1
Implements tables.clear.
2016-06-02 18:25:10 +01:00
Andreas Rumpf
af1e941872
fixes #2259 , fixes #1389
2016-06-02 18:12:11 +02:00
Hans Raaf
2791915d7f
Optimized end offsets and added tests.
...
I hope this also shows that there are use cases. I still think the user
should get warned about performance issues with those procs, which I
added to the doc comments.
2016-06-02 17:47:33 +02:00
Hans Raaf
ac6de565ec
More work in optimizing, names and added substr().
...
This is work in progress. I added an unicode substring. Tried to handle
edgecases more consistent too.
2016-06-02 17:43:10 +02:00
Hans Raaf
1138cf5234
Some procs to deal with Rune position base indexing.
...
It can't be perfect but at least one can index on rune position
efficiently.
2016-06-02 17:43:10 +02:00
Andreas Rumpf
87ffff96d2
fixes #4186
2016-06-02 17:23:39 +02:00
Andreas Rumpf
c8c5001151
document change for == for cstrings
2016-06-02 17:13:54 +02:00
Andreas Rumpf
e8d507c859
system. for cstrings uses value comparisons, not reference comparisons
2016-06-02 16:38:20 +02:00
Константин Молчанов
83af9888f5
stdlib: asyncdispatch: all: Redundant closure removed.
2016-06-02 17:20:46 +03:00
Andreas Rumpf
99be6dce81
Merge pull request #4157 from flaviut/update-nre-docs
...
Generate NRE docs for website
2016-06-02 15:30:16 +02:00
Dominik Picheta
b4d0ea6634
Merge pull request #4263 from abudden/4255-json-doc
...
Corrected comments in json pretty/ugly procedures (fixes #4255 ).
2016-06-02 13:46:52 +01:00
A. S. Budden
9150645103
Corrected comments in json pretty/ugly procedures ( fixes #4255 ).
2016-06-02 13:38:43 +01:00
Andreas Rumpf
c5b47628e4
Merge pull request #4261 from abudden/4197-formatEng
...
Implemented string formatting functions for engineering format
2016-06-02 13:55:57 +02:00