Commit Graph

4359 Commits

Author SHA1 Message Date
Varriount
cbe733afa2 Revert "Remove extra trailing zero" 2014-11-01 17:52:00 -04:00
Varriount
2e53e6354c Merge pull request #1618 from flaviut/patch-3
Remove extra trailing zero
2014-11-01 17:42:05 -04:00
Flaviu Tamas
a77dc8e46c Remove extra trailing zero 2014-11-01 17:12:45 -04:00
Araq
bbb16713c1 Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak 2014-10-31 21:13:07 +01:00
Araq
590461d88a updated the test 2014-10-31 21:13:02 +01:00
Araq
860a28802e fixes #1595 2014-10-31 21:11:36 +01:00
Araq
4b61592602 minor bugfix for notFoundError 2014-10-30 22:36:23 +01:00
Andreas Rumpf
e4260dd9db Merge pull request #1605 from flaviut/patch-1
Make re module return nil for unmatched captures instead of empty string
2014-10-30 09:54:44 +01:00
Flaviu Tamas
218cb7587a re module returns nil on failed captures
- tests included
- news.txt updated
2014-10-29 17:54:43 -04:00
Flaviu Tamas
bc3464ede7 Modify pegs.nim such that no match will return nil
An empty match will return ""
A zero-length match will return nil

Add test cases

Add news information
2014-10-29 17:54:43 -04:00
Araq
73ff0432dc docgen works on linux 2014-10-27 00:12:36 +01:00
Araq
0e439ce367 implements #78 2014-10-26 22:48:54 +01:00
Araq
7a48942719 nicer error messages (untested) 2014-10-26 19:54:43 +01:00
Araq
fdf996925b implements #1588 2014-10-26 13:36:42 +01:00
Araq
a639824e5e introduced 'benign' pragma 2014-10-25 22:01:23 +02:00
Araq
2dba3acfa9 Merge branch 'devel' into bigbreak 2014-10-25 12:43:27 +02:00
Araq
134311c7e0 '.emit' pragma produces a trailing newline 2014-10-25 01:51:33 +02:00
Varriount
4046e40ee4 Merge pull request #1587 from Varriount/fix-1583
Fixes #1583
2014-10-24 02:06:02 -04:00
Clay Sweetser
8a53732910 Fixes #1583 2014-10-24 02:03:35 -04:00
Varriount
b4b7572e78 Merge pull request #1586 from boydgreenfield/bigbreak
Add nimblepath so Nim can find Nimble-installed packages out-of-the-box
2014-10-23 21:49:38 -04:00
Nick Greenfield
9025e89fb9 Add nimblepath so Nim can find Nimble-installed packages out-of-the-box 2014-10-23 18:01:39 -07:00
Araq
201d3c9ed0 Merge branch 'devel' into bigbreak
Conflicts:
	web/news.txt
2014-10-23 23:13:49 +02:00
Araq
d72818e3a3 updated news.txt 2014-10-22 13:42:31 +02:00
Araq
2c5743db3e fixes #1029 2014-10-22 12:50:04 +02:00
Araq
0f26040074 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-10-22 01:54:53 +02:00
Araq
fa77547310 fixes 'import x as y' regression 2014-10-22 01:54:27 +02:00
Varriount
b0d9dc4235 Update nsis.tmpl
React appropriately when the user cancels the downloading of a component.
2014-10-21 17:02:32 -04:00
Araq
ca4d7b1ea8 Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak 2014-10-21 22:41:32 +02:00
Araq
ddf9c375b8 Merge branch 'devel' into bigbreak
Conflicts:
	readme.md
2014-10-21 22:22:25 +02:00
Andreas Rumpf
72476e1594 Merge pull request #1566 from onionhammer/bigbreak
Fixed FD_SET casing
2014-10-21 21:48:56 +02:00
Andreas Rumpf
8910908eff Merge pull request #1582 from fowlmouth/patch-1
fix issue #1581
2014-10-21 21:48:05 +02:00
Araq
c95e0df29d 'echo' doesn't lock 2014-10-21 19:51:46 +02:00
Billingsly Wetherfordshire
50d9db03c6 fix issue #1581 2014-10-20 19:12:10 -05:00
Araq
95595d86a9 updated readme.md 2014-10-20 23:50:40 +02:00
Araq
53a9d6f5cd Merge branch 'devel' into bigbreak
Conflicts:
	compiler/nim.ini
	doc/manual.txt
	doc/tut2.txt
	koch.nim
	lib/system/channels.nim
	readme.txt
	tools/niminst/niminst.nim
	tools/nimweb.nim
	web/download.txt
	web/news.txt
2014-10-20 08:44:00 +02:00
Araq
b0179f9af5 2nd attempt to fix tryRecv 2014-10-20 01:49:51 +02:00
Araq
59c6433580 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-10-20 01:35:08 +02:00
Araq
1a36a4281e 'koch install' works again 2014-10-20 01:34:59 +02:00
Araq
2495ceb61c much better quote for the frontpage 2014-10-20 01:32:51 +02:00
Andreas Rumpf
b29c0da7b5 Merge pull request #1574 from trustable-code/PR3
Do not allow self import
2014-10-20 01:20:39 +02:00
Araq
60a7532bda fixes tryRecv 2014-10-20 01:09:54 +02:00
Araq
4aab018bd6 disable 'view source' feature 2014-10-20 01:05:13 +02:00
Araq
1ddc42f570 default to warnGcUnsafe for threads:on 2014-10-19 23:59:29 +02:00
Andreas Rumpf
f09af72bd7 Merge pull request #1573 from trustable-code/PR1
Fixed missing color definion in docs CSS
2014-10-19 21:17:58 +02:00
Andreas Rumpf
e0bdf4f4bf Merge pull request #1575 from Varriount/enhance-trimcc
Enhance trimcc
2014-10-19 21:17:03 +02:00
Araq
2e4447ca85 documentation improvements 2014-10-19 20:05:01 +02:00
Araq
4cca562c4a minor updates to koch.nim 2014-10-19 16:40:42 +02:00
Araq
dc8d8ebb79 website updates for 0.9.6 2014-10-19 16:07:14 +02:00
Araq
a4dcebd3c4 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-10-19 10:50:09 +02:00
Araq
6f1b33e11c readme.txt is not readme.md 2014-10-19 10:49:56 +02:00