Commit Graph

7456 Commits

Author SHA1 Message Date
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
Andreas Rumpf
ae0cb7e014 Merge pull request #3085 from apense/patch-10
Update sets documentation. Fixes #3058
2015-07-09 19:48:49 +02:00
apense
5fd7b7850a Corrected documentation 2015-07-09 13:45:20 -04:00
fenekku
464ec61e9c document unittest.nim + code agreement 2015-07-09 13:22:26 -04:00
Sergey Avseyev
7f03ad416e Fix nimdoc generation for lib/pure/selectors.nim 2015-07-09 18:36:47 +03:00
Andreas Rumpf
7aa227ba79 Merge pull request #3092 from stefantalpalaru/linenoise
rename lib/wrappers/linenoise/linenoise.{c,h}
2015-07-09 16:34:19 +02:00
Stefan Talpalaru
a01a36f69a rename lib/wrappers/linenoise/linenoise.{c,h} 2015-07-09 16:21:38 +02:00
Dominik Picheta
e1dec3b7dd Merge pull request #3091 from apense/patch-3
Fixed some deprecation warnings
2015-07-09 08:43:57 +01:00
apense
1760657deb Update asyncdispatch.nim 2015-07-09 02:12:49 -04:00
apense
5a2e575bb6 Doubled ticks 2015-07-09 00:03:18 -04:00
Dominik Picheta
7beeb2fade Merge pull request #3086 from apense/patch-13
`replace` -> `replacef`
2015-07-08 22:19:52 +01:00
apense
7a010cf650 replace -> replacef 2015-07-08 15:01:50 -04:00
apense
66ce99d018 Update sets_fragment.txt 2015-07-08 14:13:00 -04:00
Araq
0a624bec1e implemented {.noforward:on.} for type sections; useful for c2nim generated wrappers; to be documented 2015-07-08 11:49:34 +02:00
Araq
a2b8b8b0dd 'sequtils doesn't take confusing default args anymore 2015-07-08 11:49:33 +02:00
Araq
83842ff4ed Nimrod -> Nim rename 2015-07-08 11:49:33 +02:00
Dominik Picheta
9e5722c9e7 Merge pull request #3076 from apense/patch-13
Updated `&` parameters
2015-07-08 09:17:14 +01:00
apense
af1a5f3244 Updated & parameters 2015-07-06 23:02:17 -04:00
apense
30737ea34b Added safeAdd documentation 2015-07-06 15:47:23 -04:00
Dominik Picheta
a7f769c6bd Merge pull request #3067 from apense/patch-10
Updated some example code in algorithm
2015-07-06 17:16:42 +01:00
reactormonk
d936a7844e Merge pull request #3070 from apense/patch-12
Added `getDaysInYear` proc
2015-07-06 00:10:10 -05:00
apense
71743b5af3 Added getDaysInYear proc 2015-07-06 01:03:34 -04:00
reactormonk
8e24a11a31 Merge pull request #3068 from apense/patch-11
THash -> Hash correction
2015-07-06 00:02:36 -05:00
apense
d0f2ce3ae8 Added comma
"e.g." and "i.e." both usually take commas after, as they would in normal English ("for example, ..." and "that is, ..." respectively)
2015-07-06 00:53:49 -04:00
apense
c38956a850 THash -> Hash correction 2015-07-06 00:49:34 -04:00
apense
bf58dd2141 Updated some example code in algorithm 2015-07-05 17:24:10 -04:00
Araq
9a8de7f3a3 fixes #3054 2015-07-05 15:00:48 +02:00
Araq
0e23ac3680 fixes #3053 2015-07-05 15:00:48 +02:00
Araq
36ca2f1102 fixes #3051 2015-07-05 15:00:47 +02:00
Araq
7011275f13 fixes #3062 2015-07-05 15:00:46 +02:00
Andreas Rumpf
1ad729ee3b Merge pull request #3020 from flaviut/rename-crc-to-hash
CRC -> Hash
2015-07-05 00:41:13 +02:00