Commit Graph

7456 Commits

Author SHA1 Message Date
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
Andreas Rumpf
e81c8314b3 Merge pull request #2378 from def-/cpurelax
Add cpuRelax asm for other platforms
2015-03-22 00:11:30 +01:00
def
ddeefe85d2 Add cpuRelax assembler for other platforms 2015-03-21 21:02:09 +01:00
Araq
08c0ba379a fixes #1805 2015-03-21 20:38:28 +01:00
Araq
0591c68aaf fixes #2369 2015-03-21 20:38:27 +01:00
Araq
5641be51c1 codegen doesn't produce line tracing commands anymore; fixes #1344 2015-03-21 20:38:27 +01:00
Araq
508e8bd686 fixes #2221 2015-03-21 20:38:26 +01:00
Araq
16adfcdfa6 fixes #2366 2015-03-21 20:38:25 +01:00
Dominik Picheta
880e39d123 Merge pull request #2358 from gradha/pr_expands_paths_in_find_exe
Expands tildes for entries in $PATH when looking for a binary.
2015-03-20 19:15:46 +00:00
Flaviu Tamas
ca38246d21 Fix segfault in jsondoc
No idea how this got in, I'm not sure if it's ever worked.
2015-03-18 20:59:05 -04:00
Araq
7418227ebb updated news.txt 2015-03-18 11:42:38 +01:00
Araq
a827050718 fixed cuint definition 2015-03-18 11:42:37 +01:00
Araq
910ef7b2d1 'constructor' pragma for C++ support 2015-03-18 11:42:37 +01:00