Commit Graph

5556 Commits

Author SHA1 Message Date
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
Araq
1fc590b6ea don't generate memset calls for C++ objects 2015-03-18 11:42:36 +01:00
Grzegorz Adam Hankiewicz
1320efcf90 Excludes windows platfrom from $PATH tilde expansion. Refs #2358. 2015-03-17 20:07:20 +01:00
Andreas Rumpf
ca22dfcdc2 Merge pull request #2364 from def-/nimnode
Rename PNimrodNode to NimNode
2015-03-17 18:32:35 +01:00
def
fd4e629905 Rename PNimrodNode to NimNode 2015-03-17 17:50:32 +01:00
Andreas Rumpf
8e651fa0d4 Merge pull request #2326 from oderwat/fix-totable
Making tuples anonymous (so far... not finished).
2015-03-17 10:29:32 +01:00
Andreas Rumpf
3125873b4a Merge pull request #2337 from kemege/db_charset
Add character set options when opening DB connection, default to UTF-8
2015-03-17 01:32:26 +01:00
Andreas Rumpf
edc45726b7 Merge pull request #2360 from def-/test-fixes-3
Fix tests some more
2015-03-17 00:17:59 +01:00
Hans Raaf
a41778725a Added Test for zip() with anonymous tuples. 2015-03-17 00:15:23 +01:00
Hans Raaf
b42c729da4 Making tuples anonymous (so far... not finished). 2015-03-17 00:15:23 +01:00
def
cb3c99fe1f Fix tests some more 2015-03-17 00:02:47 +01:00
Araq
1f02a7ace3 fixes #2336 2015-03-16 23:35:08 +01:00
Araq
ee99771afa fixes #2359 2015-03-16 23:24:33 +01:00
Araq
cc26308044 fixes #2352 2015-03-16 23:16:56 +01:00
Araq
bf90b9c833 fixes #2346 2015-03-16 23:02:20 +01:00
Araq
bc264618f5 fixes #2257 2015-03-16 23:02:20 +01:00
Araq
f9a3de984d macros.getType() works properly for distinct types 2015-03-16 23:02:19 +01:00
Araq
13cdad8819 fixes #2304 2015-03-16 23:02:18 +01:00