Commit Graph

9782 Commits

Author SHA1 Message Date
Dominik Picheta
ad91da8342 Fixes httpcore.[]= so that it doesn't convert value to lowercase. 2016-06-06 22:15:43 +01:00
Dominik Picheta
39d802188c Remove trailing slashes from install/deinstall.tmpl. 2016-06-06 21:27:55 +01:00
Andreas Rumpf
4922eaa8b2 fixes #3986 2016-06-06 20:35:41 +02:00
Andreas Rumpf
5d4380dd0c news updates for the upcoming release; fixes #4090 2016-06-06 20:35:41 +02:00
Andreas Rumpf
c863ea00ac documented new .this pragma 2016-06-06 20:35:41 +02:00
def
e72b62567c NimSymbol has been renamed to NimSym 2016-06-06 19:54:14 +02:00
A. S. Budden
2f16854d0f Added inline pragmas. 2016-06-06 18:43:39 +01:00
Andreas Rumpf
c6d0dce14f Merge pull request #4283 from abudden/manual-fix
Corrected links in manual.
2016-06-06 19:19:53 +02:00
Jacek Sieka
8d7a45f205 prefer consts to importing #defines from headers
to be completed - better would be to have a libc wrapper that deals with
all pesky C ABI details
2016-06-06 23:00:00 +08:00
A. S. Budden
973cd19e57 Corrected link in manual. 2016-06-06 13:20:45 +01:00
Dominik Picheta
2ed9acc78f Merge pull request #4031 from FedericoCeratto/travis_ci_nimscript
Add nimscript test and run it in Travis CI
2016-06-06 12:22:38 +01:00
Andreas Rumpf
93749ea1fc cleaned up heapdumprepl tool 2016-06-06 13:13:04 +02:00
Andreas Rumpf
02db36a90a fixes #3993 2016-06-06 13:13:04 +02:00
Andreas Rumpf
69966a7110 next attempt to fix #4272 2016-06-06 13:13:04 +02:00
Andreas Rumpf
157cd6d8d6 updated todo.txt 2016-06-06 13:13:04 +02:00
Dominik Picheta
f1da308776 Fixes #1801. 2016-06-06 10:51:18 +01:00
Dominik Picheta
93fc6684df Finished Bugfixes list in news article. 2016-06-06 10:27:52 +01:00
A. S. Budden
d8480c73b6 Added startsWith/endsWith implementations for character prefix/suffix (fixes #4252). 2016-06-06 10:03:46 +01:00
Dominik Picheta
7929f5f83a Merge branch 'devel' of github.com:nim-lang/Nim into devel 2016-06-06 02:02:07 +01:00
Dominik Picheta
6c72d078f6 Generated some bug fix listings for news post. 2016-06-06 02:01:40 +01:00
Dominik Picheta
6e1bed763a Merge pull request #4277 from euantorano/patch-1
Use passed user agent in `newAsyncHttpClient`
2016-06-06 01:28:54 +01:00
Dominik Picheta
6c88debd5c Fixed deinstall script after recent install changes. 2016-06-06 01:16:25 +01:00
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