apense
bfcbe64778
Specific float32/float64 procs
...
I still used generics, but made them choose from `float32` or `float64`. I can rewrite in separate, explicit procs if is wanted
2015-06-24 14:49:15 -04:00
apense
edbd191f74
Conversion between radians and degrees.Fixes #2881
...
provides a new constant for conversion (not public, but that can be changed if it's wanted). the functions are pretty simple, honestly. top-level comment so documentation for each function could remain. Fixes #2881
2015-06-24 03:22:04 -04:00
Andreas Rumpf
5f371e1504
Merge pull request #2975 from yglukhov/js-init-list-fix
...
JS object initialiser fix.
2015-06-23 14:39:19 +02:00
yglukhov
0069308b22
JS object initializer fix.
2015-06-23 14:46:38 +03:00
Dominik Picheta
68f583ddb7
Adjustments to #2610 .
2015-06-22 21:40:38 +01:00
Dominik Picheta
8853dfb353
Merge branch 'starttls' of https://github.com/wiml/Nim into wiml-starttls
...
Conflicts:
lib/pure/net.nim
2015-06-22 21:34:21 +01:00
reactormonk
37677636bc
Merge pull request #2968 from def-/neutral-language
...
Neutral language
2015-06-21 14:36:55 -05:00
def
e7132767a1
Fix typos in comments
2015-06-21 21:25:38 +02:00
def
a7f03e8d46
Use gender neutral language in documentation
2015-06-21 21:25:19 +02:00
Araq
9173b66cb7
linenoise support now works
2015-06-21 10:57:43 +02:00
Araq
3444b87079
fixed indentation
2015-06-21 10:57:26 +02:00
Araq
e85aa3db07
Unix line endings for linenoise.nim
2015-06-21 10:56:56 +02:00
Araq
aa8b470cf6
use linenoise instead of GNU readline
2015-06-21 10:04:26 +02:00
Araq
87f65f5e72
preparations for more Nimble packages; clear licensing; fixes #2949
2015-06-20 23:24:21 +02:00
Dominik Picheta
e74012b396
Merge pull request #2961 from Perelandric/rename_writeLn
...
Renamed writeln to writeLine. Issue #2958
2015-06-20 16:25:37 +01:00
Dominik Picheta
ec06ed6037
Merge branch 'rgv151-patch-2' into devel
2015-06-20 11:37:50 +01:00
Dominik Picheta
25a5eaf722
Added test file for #2813 .
2015-06-20 11:37:29 +01:00
Dominik Picheta
89727ef207
Merge branch 'patch-2' of https://github.com/rgv151/Nim into rgv151-patch-2
...
Conflicts:
lib/pure/htmlparser.nim
2015-06-20 11:36:59 +01:00
Andreas Rumpf
54045b785b
Merge pull request #2951 from apense/patch-5
...
Added `isSorted` proc
2015-06-20 02:55:46 +02:00
patrick dw
1cdbd6b0a5
reworked deprecation to retain old procs
2015-06-19 18:50:01 -05:00
Dominik Picheta
717db99fb6
Merge pull request #2930 from nim-lang/contributing-guide
...
contribution guide
2015-06-19 21:19:24 +01:00
Simon Hafner
acc8d37466
closed the discard in the guide
2015-06-19 10:32:29 -05:00
Andreas Rumpf
98a1344167
Merge pull request #2957 from apense/patch-7
...
Added some C99 funcs
2015-06-19 16:09:27 +02:00
patrick dw
2a0f7b5de7
renamed writeln to writeLine in compiler
2015-06-19 01:45:12 -05:00
patrick dw
4e275f2a1a
renamed writeln to writeLine in examples
2015-06-19 01:38:31 -05:00
patrick dw
f71eaf66be
renamed writeln to writeLine in tools
2015-06-19 01:36:57 -05:00
patrick dw
69e15ac32f
renamed writeln to writeLine in tests
2015-06-19 01:34:34 -05:00
patrick dw
b6252af5c6
rename writeln to writeLine in doc
2015-06-19 01:08:41 -05:00
patrick dw
15e7fe787a
renamed writeln to writeLine in lib
2015-06-19 01:02:22 -05:00
patrick dw
072688d06e
Renamed writeln procs to writeLine
2015-06-18 23:49:46 -05:00
Andreas Rumpf
37ff086c86
Merge pull request #2940 from flaviut/fix-nre-20
...
Fix nre issue #20
2015-06-19 01:28:18 +02:00
apense
dc41beed5a
Added documentation
...
Now `isSorted` is documented.
2015-06-18 18:53:42 -04:00
Simon Hafner
ef9dd0d4c5
added comment about failing tests and categories
2015-06-18 17:47:33 -05:00
Dominik Picheta
d7e680331c
Merge pull request #2959 from rafaelx/patch-1
...
Update tut2.txt
2015-06-18 22:44:33 +01:00
Rafael
7bdbfb7663
Update tut2.txt
2015-06-18 23:36:06 +02:00
Simon Hafner
17d2ab82a8
fixed rst links
2015-06-18 16:27:10 -05:00
Simon Hafner
ab559814d8
fixed the rst code blocks
2015-06-18 16:10:54 -05:00
Simon Hafner
73d95c9e7b
and some more non-rst stuff fixed
2015-06-18 15:35:22 -05:00
Simon Hafner
24bb11c7bc
fixed some non-rst stuff
2015-06-18 15:34:39 -05:00
Simon Hafner
69ceede3fb
switched to contributing.rst
2015-06-18 15:17:51 -05:00
Dominik Picheta
30451746ca
Merge pull request #2955 from apense/patch-6
...
Minor fixes to astspec
2015-06-18 21:12:13 +01:00
apense
c0c4a7d6a6
Added some C99 funcs
...
Error function (and complementary) and gamma function (and truncated)
2015-06-18 16:07:00 -04:00
Simon Hafner
3d77d2b29f
switched to ./koch --print html
2015-06-18 13:59:22 -05:00
Simon Hafner
0d40fd7552
explained how to run the tester to compare commits
2015-06-18 13:51:29 -05:00
apense
138cf777da
Removed redundant check
...
Loop takes care of it already
2015-06-18 14:43:38 -04:00
Flaviu Tamas
90292754f5
Fix flaviut/nre#20
2015-06-18 12:44:12 -04:00
apense
20cc7c17b0
Minor fixes to astspec
...
Closing parenthesis. Couple of indentation fixes.
2015-06-18 12:25:27 -04:00
Andreas Rumpf
29b09a3c7d
Merge pull request #2953 from yglukhov/fix-2617
...
Fixes #2617 , fixes addr of obj downcast.
2015-06-18 17:51:06 +02:00
Araq
17cace280c
fixes #2297 , fixes #2946
2015-06-18 15:06:00 +02:00
yglukhov
85d5c86efa
Changed sets of strings to IntSets
2015-06-18 15:09:43 +03:00