Commit Graph

5535 Commits

Author SHA1 Message Date
Araq
7720c0aafd fixes a regression related to the new typeOf parsing 2015-03-27 02:13:51 +01:00
Araq
7023fdddff todo update 2015-03-27 01:30:07 +01:00
Araq
ed0d9e271d disallow negative indexing 2015-03-27 01:30:06 +01:00
Andreas Rumpf
96d15e9258 Merge pull request #2410 from def-/refobj
Use ref objects with inheritance in Tut2 (fixes #1817)
2015-03-26 19:46:42 +01:00
def
f8472402d5 Also use ref objects with inheritance in manual 2015-03-26 18:14:18 +01:00
def
91ed170523 Rework explanation a bit (thanks flaviu) 2015-03-26 18:08:58 +01:00
def
91708bb21d Add explanation why we use ref objects 2015-03-26 15:59:26 +01:00
Andreas Rumpf
95ccb3c035 Merge pull request #2413 from def-/fix-gcusebitvectors
Fix proc call in gc_ms
2015-03-26 02:19:33 +01:00
Araq
5d63ecb3a4 implemented a[^1] notation 2015-03-26 02:12:38 +01:00
def
450c2c5287 Fix proc call in gc_ms
This fixes compilation with --gc:markandsweep -d:gcUseBitvectors
2015-03-26 01:12:45 +01:00
Simon Hafner
36b6bfaf78 cannot gen symbol -> must be compile time 2015-03-26 05:04:12 +05:00
def
748a7b866f Use ref objects with inheritance in Tut2 (fixes #1817) 2015-03-25 23:39:17 +01:00
Araq
e680e43fc2 fixes #2405 2015-03-25 14:50:08 +01:00
Araq
d5fc62022a made test green 2015-03-25 14:26:47 +01:00
Araq
43228a704f fixes #2404 2015-03-25 13:21:50 +01:00
Araq
94f2d639b1 fixes #2401 2015-03-25 13:05:32 +01:00
Araq
117903a6ae fixes #2400 2015-03-25 13:02:15 +01:00
Araq
019faf00bf fixes #2397 2015-03-25 11:50:38 +01:00
Araq
178a85cd25 fixes #1700 2015-03-24 23:07:19 +01:00
Araq
5d132b75ef fixes #2395 2015-03-24 23:07:18 +01:00
Araq
a30becf1b5 fixes #2395 2015-03-24 23:07:18 +01:00
Andreas Rumpf
620174b0e0 Merge pull request #2398 from yglukhov/patch-1
uint support for JS.
2015-03-24 15:35:49 +01:00
Andreas Rumpf
f84587a0c1 Merge pull request #2396 from def-/fpradix
Fix fenv.fpRadix
2015-03-24 15:35:29 +01:00
Yuriy Glukhov
9b0c704393 uint support for JS. 2015-03-24 11:48:24 +02:00
def
1fce2ccf9f Clean up returns in xmldom a bit 2015-03-24 03:47:12 +01:00
def
4f8e435592 Fix fenv.fpRadix 2015-03-24 03:36:34 +01:00
Araq
ca5c329533 added missing test case 2015-03-23 14:38:22 +01:00
Araq
e8b4217c3b minor todo update 2015-03-23 13:10:20 +01:00
Araq
0d234af399 updated the manual 2015-03-23 13:10:19 +01:00
Araq
3bcafb1c3a concept example from the manual now works again 2015-03-23 13:10:19 +01:00
Araq
f6ff01572e breaking change: 'concept' is now a keyword and used instead of 'generic' 2015-03-23 13:10:18 +01:00
Andreas Rumpf
210fab10b2 Merge pull request #2393 from def-/tzset
Use <time.h> instead of <sys/time.h> for tzset and time_t
2015-03-23 11:51:49 +01:00
def
b0c64bf848 Use <time.h> instead of <sys/time.h> for tzset and time_t
This fixes compilation on Linux.
2015-03-23 11:03:44 +01:00
Dominik Picheta
9c2da4cb62 Merge pull request #2385 from jschweinsberg/asyncSmtp
Fixed typo which prevented to send mails via AsyncSmtp
2015-03-23 09:09:16 +00:00
Araq
bba551fd1c fixes #2390 2015-03-23 00:09:35 +01:00
Araq
765f274629 fixes #1783 2015-03-23 00:09:34 +01:00
Andreas Rumpf
ef6d7f9818 Merge pull request #2386 from reactormonk/empty-match-fix-for-pegs
fixes match on empty peg match, #2354
2015-03-22 18:51:27 +01:00
Simon Hafner
179a190f67 fixes match on empty peg match, #2354 2015-03-22 21:39:26 +05:00
jschweinsberg
634e50b4b1 Fixed typo which prevented to send mails via AsyncSmtp 2015-03-22 17:23:21 +01:00
Araq
e7d7097919 fixes #1787 2015-03-22 10:47:07 +01:00
Araq
36acac3000 fixes #1717, fixes #2324 2015-03-22 09:31:16 +01:00
Araq
a541be8935 prepare for upcoming parsing change of unary operators 2015-03-22 09:31:15 +01:00
Andreas Rumpf
d7c39dd801 Merge pull request #2357 from reactormonk/zero-length-match
re.match returns true on zero-length match #2354
2015-03-22 08:58:06 +01:00
Andreas Rumpf
838f398378 Merge pull request #2370 from flaviut/jsondoc-fixes
Fix segfault in jsondoc
2015-03-22 08:56:56 +01:00
Andreas Rumpf
2942375e86 Merge pull request #2381 from rbehrends/fix-dirent-def
Fixed Tdirent definition for OS X and BSD.
2015-03-22 08:55:18 +01:00
Reimer Behrends
f5f89f388d Fixed Tdirent definition for OS X and BSD.
Entries d_type etc. were disabled on architectures other than Linux,
but also used for OS X and BSD in os.nim.
2015-03-22 03:54:19 +01:00
Araq
ca6906d85b fixes long standing parsing issue with command syntax 2015-03-22 01:38:14 +01:00
Araq
0d804c2052 fixes #2266 2015-03-22 01:38:14 +01:00
Araq
1681800d3c fixes #2116 2015-03-22 01:38:13 +01:00
Araq
a32237a011 fixes #1802 2015-03-22 01:38:13 +01:00