def
3943fba34b
Improve performance of readLine by using fgets
...
This drops compatibility with pure CR line endings of old Mac systems
2015-07-24 00:31:35 +02:00
Andreas Rumpf
cd42d38887
Merge pull request #3142 from avsej/fix-unittest
...
Remove access modifiers from inner templates
2015-07-23 16:01:38 +02:00
Sergey Avseyev
70f14aa578
Remove access modifiers from inner templates
...
Fixes options.nim tests
2015-07-23 17:00:04 +03:00
Andreas Rumpf
46f59a7c59
Merge pull request #3141 from jeizsm/devel
...
add linenoise to installer.ini
2015-07-23 15:47:29 +02:00
Marat Safin
447442a9b0
add linenoise to installer.ini
2015-07-23 14:51:05 +03:00
Andreas Rumpf
f052041648
Merge pull request #3137 from vegansk/findFile_absolute
...
Added absolute path support to options.findFile
2015-07-23 08:42:53 +02:00
Araq
5409142120
fix recently introduced regressions
2015-07-22 18:49:18 +02:00
Araq
e6e0527fd2
fixes #1738
2015-07-22 18:01:05 +02:00
Araq
8594faa543
fixes #2841
2015-07-22 17:08:21 +02:00
Araq
b0b716fca7
fixes #3079 , fixes #1146 , fixes #2879
2015-07-22 16:32:56 +02:00
Araq
862ee8d1d3
fixes #2963
2015-07-22 01:21:42 +02:00
Araq
f192d5aab3
fixes #3099
2015-07-21 19:00:48 +02:00
Anatoly Galiulin
506b90cea8
Added absolute path support to options.findFile
2015-07-21 09:58:26 +06:00
Araq
d3255f708c
small steps for making --symbolFiles:on work again
2015-07-20 13:43:59 +02:00
Araq
caf7717cb8
removed system.free
2015-07-18 20:41:45 +02:00
Araq
6b00160938
fixes #3134
2015-07-18 17:48:01 +02:00
Araq
f95c2cb3a7
fixed website path"
2015-07-18 17:14:57 +02:00
Araq
6b3c46fbd9
website improvements
2015-07-18 15:35:27 +02:00
Araq
f79e58edce
don't reset the terminal when --stdout is active
2015-07-16 15:26:04 +02:00
Araq
728fc441ef
staticExec now supports caching
2015-07-15 22:00:44 +02:00
Araq
6e39f75f54
fixes regression in XML parsing
2015-07-15 22:00:44 +02:00
Dominik Picheta
6c8e9da9ee
Merge pull request #3111 from rafaelx/patch-2
...
Update tut1.txt
2015-07-14 09:05:44 +01:00
Araq
f7bdc205c7
documentation generator emits configurable html for code listings
2015-07-14 01:37:09 +02:00
Araq
e5d8988175
fixes #3112
2015-07-14 01:37:09 +02:00
Araq
c02db2ff9b
documented /*INCLUDESECTION*/ emit section
2015-07-14 01:37:08 +02:00
Araq
622d7e4044
disabled dubious testcase
2015-07-14 01:37:07 +02:00
Rafael
c05b3299fb
Update tut1.txt
...
Example that shows advantage of 'openArray'
2015-07-14 00:15:37 +02:00
Andreas Rumpf
cdcb47254c
Merge pull request #3108 from arnetheduck/compiler-realign-enums
...
Linebreak TMagic roughly by category
2015-07-12 21:58:40 +02:00
Jacek Sieka
e432de84a2
Linebreak TMagic by rough category
2015-07-12 21:49:33 +08:00
Araq
5313ceaafd
deleted wingui example
2015-07-12 13:33:24 +02:00
Araq
7da62f9833
source code renderer doesn't produce trailing whitespace anymore
2015-07-12 13:33:23 +02:00
Araq
27f5c3ceb9
added os.tailDir proc
2015-07-12 13:33:22 +02:00
Dominik Picheta
994d81461b
Merge pull request #3095 from def-/fix-async-post
...
Fix async httpclient post to work without multipart
2015-07-11 14:06:30 +01:00
Dominik Picheta
6049c01432
Merge branch 'singularperturbation-fix-2573-cherry-pick' into devel
2015-07-11 14:02:17 +01:00
Dominik Picheta
a312808e38
Do not use errno on Windows in the `os` module.
2015-07-11 14:01:53 +01:00
Dominik Picheta
b6afa42793
Merge branch 'fix-2573-cherry-pick' of https://github.com/singularperturbation/Nim into singularperturbation-fix-2573-cherry-pick
2015-07-11 13:58:32 +01:00
Andreas Rumpf
fc9dc6c828
Merge pull request #2272 from def-/unsigned
...
Move unsigned int operations to system module
2015-07-11 13:28:20 +02:00
Andreas Rumpf
459793ca4c
Merge pull request #3073 from apense/patch-12
...
Added safeAdd documentation
2015-07-11 13:23:07 +02:00
Andreas Rumpf
df9b5e6884
Merge pull request #3098 from Varriount/add-nep1
...
Add NEP1 to documentation.
2015-07-11 13:22:25 +02:00
Andreas Rumpf
53b36178c7
Merge pull request #3097 from def-/reset-terminal-colors
...
Reset terminal colors before running compiled program
2015-07-10 23:55:59 +02:00
Andreas Rumpf
f915b71ec4
Merge pull request #3100 from jyapayne/devel
...
Expose the name of an exception.
2015-07-10 23:55:28 +02:00
Joey
1bc101137b
Expose the name of an exception.
2015-07-10 14:55:06 -06:00
Varriount
9da1ee4fe4
Add NEP1 to documentation.
...
Changes:
- Added NEP 1 to the documentation set.
- Modified nimdoc's css to add additional spacing between list entries, as well as between code blocks.
- Added a warning to nimdoc.css for future developers.
2015-07-10 03:51:00 -04:00
def
db5f8d6755
Reset terminal colors before running compiled program
2015-07-10 00:48:11 +02:00
def
e264fa24cd
Fix async httpclient post to work without multipart
2015-07-10 00:32:39 +02:00
Andreas Rumpf
7d1a58224e
Merge pull request #3093 from avsej/fix-nimdoc-for-selectors
...
Fix nimdoc generation for lib/pure/selectors.nim
2015-07-09 22:56:14 +02:00
apense
a6e660e935
Corrected documentation
2015-07-09 14:02:21 -04:00
Andreas Rumpf
044768690b
Merge pull request #3057 from apense/patch-9
...
Added new Rune sequence proc
2015-07-09 19:52:24 +02:00
Andreas Rumpf
49ff09eae6
Merge pull request #3021 from apense/patch-7
...
Added some documentation and examples
2015-07-09 19:50:37 +02:00
apense
48b0de8ab4
Corrected proc name in assertion
2015-07-09 13:49:47 -04:00