summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fixes #2400Araq2015-03-251-1/+4
* fixes #2397Araq2015-03-252-16/+26
* fixes #1700Araq2015-03-242-182/+206
* fixes #2395Araq2015-03-241-6/+4
* fixes #2395Araq2015-03-241-0/+8
* Merge pull request #2398 from yglukhov/patch-1Andreas Rumpf2015-03-241-1/+1
|\
| * uint support for JS.Yuriy Glukhov2015-03-241-1/+1
* | Merge pull request #2396 from def-/fpradixAndreas Rumpf2015-03-242-10/+8
|\ \ | |/ |/|
| * Clean up returns in xmldom a bitdef2015-03-241-9/+7
| * Fix fenv.fpRadixdef2015-03-241-1/+1
|/
* added missing test caseAraq2015-03-231-0/+15
* minor todo updateAraq2015-03-232-2/+3
* updated the manualAraq2015-03-232-34/+6
* concept example from the manual now works againAraq2015-03-235-32/+18
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-2315-475/+462
* Merge pull request #2393 from def-/tzsetAndreas Rumpf2015-03-231-73/+73
|\
| * Use <time.h> instead of <sys/time.h> for tzset and time_tdef2015-03-231-73/+73
|/
* Merge pull request #2385 from jschweinsberg/asyncSmtpDominik Picheta2015-03-231-1/+1
|\
| * Fixed typo which prevented to send mails via AsyncSmtpjschweinsberg2015-03-221-1/+1
* | fixes #2390Araq2015-03-231-53/+59
* | fixes #1783Araq2015-03-233-6/+52
* | Merge pull request #2386 from reactormonk/empty-match-fix-for-pegsAndreas Rumpf2015-03-221-20/+26
|\ \ | |/ |/|
| * fixes match on empty peg match, #2354Simon Hafner2015-03-221-20/+26
|/
* fixes #1787Araq2015-03-221-2/+4
* fixes #1717, fixes #2324Araq2015-03-222-1/+24
* prepare for upcoming parsing change of unary operatorsAraq2015-03-228-97/+97
* Merge pull request #2357 from reactormonk/zero-length-matchAndreas Rumpf2015-03-221-15/+21
|\
| * re.match returns true on zero-length match #2354Simon Hafner2015-03-161-15/+21
* | Merge pull request #2370 from flaviut/jsondoc-fixesAndreas Rumpf2015-03-221-5/+5
|\ \
| * | Fix segfault in jsondocFlaviu Tamas2015-03-181-5/+5
* | | Merge pull request #2381 from rbehrends/fix-dirent-defAndreas Rumpf2015-03-221-1/+1
|\ \ \
| * | | Fixed Tdirent definition for OS X and BSD.Reimer Behrends2015-03-221-1/+1
|/ / /
* | | fixes long standing parsing issue with command syntaxAraq2015-03-223-18/+39
* | | fixes #2266Araq2015-03-224-2/+17
* | | fixes #2116Araq2015-03-221-4/+5
* | | fixes #1802Araq2015-03-221-0/+19
* | | Merge pull request #2378 from def-/cpurelaxAndreas Rumpf2015-03-221-54/+57
|\ \ \
| * | | Add cpuRelax assembler for other platformsdef2015-03-211-54/+57
|/ / /
* | | fixes #1805Araq2015-03-2110-733/+275
* | | fixes #2369Araq2015-03-212-1/+18
* | | codegen doesn't produce line tracing commands anymore; fixes #1344Araq2015-03-219-216/+277
* | | fixes #2221Araq2015-03-212-4/+26
* | | fixes #2366Araq2015-03-213-2/+8
* | | Merge pull request #2358 from gradha/pr_expands_paths_in_find_exeDominik Picheta2015-03-201-2/+7
|\ \ \ | |/ / |/| |
| * | Excludes windows platfrom from $PATH tilde expansion. Refs #2358.Grzegorz Adam Hankiewicz2015-03-171-1/+4
| * | Expands tildes for entries in $PATH when looking for a binary.Grzegorz Adam Hankiewicz2015-03-161-2/+4
* | | updated news.txtAraq2015-03-181-2/+15
* | | fixed cuint definitionAraq2015-03-181-1/+1
* | | 'constructor' pragma for C++ supportAraq2015-03-187-82/+98
* | | don't generate memset calls for C++ objectsAraq2015-03-185-440/+448