Merge pull request #1624 from esdrubal/getprocesstimes
[mono.git] / mono / metadata / decimal-ms.c
2015-04-06 Marcos HenrichMerge pull request #1624 from esdrubal/getprocesstimes
2015-03-26 Zoltan VargaMerge pull request #1659 from alexanderkyte/stringbuild...
2015-03-25 Marek SafarMerge pull request #1644 from ztone/eval_class_attr
2015-03-24 João MatosMerge pull request #1634 from StephenMcConnel/bug-28025
2015-03-24 João MatosMerge pull request #1652 from debuglevel/bugfix-crossco...
2015-03-24 Zoltan VargaMerge pull request #1588 from BrzVlad/feature-aot-wbarrier
2015-03-24 Marek SafarMerge pull request #1638 from esdrubal/servicepoint
2015-03-24 Zoltan VargaMerge pull request #1632 from alexanderkyte/bug24118
2015-03-23 Neale FergusonFix decimal comparison by using signed char comparison...
2015-03-17 Zoltan VargaMerge pull request #1633 from BrzVlad/fix-w32-pinvoke
2015-03-15 Miguel de IcazaMerge pull request #1617 from keneanung/OdbcCommandExce...
2015-03-13 João MatosMerge pull request #1606 from alexanderkyte/debug-final...
2015-03-13 João MatosMerge pull request #1618 from alexanderkyte/remoting-fix
2015-03-11 Mark ProbstMerge pull request #1621 from schani/fix-warnings
2015-03-11 Mark Probst[runtime] Fix warnings.
2015-03-10 Marcos HenrichMerge pull request #1612 from esdrubal/socketsh
2015-03-06 Miguel de IcazaMerge pull request #1155 from steffen-kiess/json-string
2015-03-04 Atsushi EnoMerge branch 'master' into import-system-xml-linq
2015-03-03 Miguel de IcazaStyle consistency with the rest of Mono's code
2015-03-03 Atsushi EnoMerge pull request #1608 from atsushieno/import-system...
2015-03-02 Rodrigo KumperaMerge pull request #1610 from madewokherd/decimalbuild
2015-03-02 Vincent PovirkRename decimal functions to not conflict with win32...
2015-03-01 João MatosMerge pull request #1514 from directhex/master
2015-02-27 Zoltan VargaMerge pull request #1605 from iainx/cov-install-coverag...
2015-02-27 Zoltan VargaMerge pull request #1604 from iainx/cov-install-coverag...
2015-02-27 Zoltan VargaMerge pull request #1603 from iainx/coverage-null-protect
2015-02-26 Zoltan VargaMerge pull request #1602 from cdettmering/master
2015-02-26 Zoltan Varga[runtime] Use mono_set_pending_exception () in some...
2015-02-25 Rodrigo KumperaMerge pull request #1593 from kumpera/new_suspend
2015-02-25 Miguel de IcazaMerge pull request #1584 from zevane/patch-2
2015-02-25 Atsushi EnoMerge pull request #1590 from atsushieno/import-diagnos...
2015-02-24 Zoltan VargaRevert "[runtime] Use mono_set_pending_exception (...
2015-02-24 Zoltan Varga[runtime] Use mono_set_pending_exception () in some...
2015-02-24 Rodrigo KumperaMerge pull request #1591 from akoeplinger/remove-npgsql
2015-02-24 Alexis Christoforides[Decimal] Fix C89 compliance in decimal-ms.c
2015-02-18 Martin BauligMerge pull request #1464 from akoeplinger/fix-portable...
2015-02-16 Miguel de IcazaMerge pull request #1542 from ninjarobot/UriTemplateMat...
2015-02-12 Rodrigo KumperaMerge pull request #1439 from BrzVlad/feature-managed...
2015-02-12 Atsushi EnoMerge pull request #1496 from echampet/serializers
2015-02-12 João MatosMerge pull request #1534 from haf/bugs/hmac-wrong-keysizes
2015-02-12 Zoltan Varga[runtime] Remove unused MONO_ARCH_SAVE_REGS declarations.
2015-02-07 Miguel de IcazaMerge pull request #1552 from mono/ms-decimal
2015-02-06 Miguel de IcazaMerge branch 'master' into ms-decimal
2015-02-06 Miguel de Icaza[Decimal] Fix another missing cast, makes the entire...
2015-02-06 Miguel de Icaza[Decimal] Set the reserved field, fix signed to unsigne...
2015-02-06 Miguel de Icaza[Decimal] Down to six failures in Mono's test suite
2015-02-06 Miguel de Icaza[Decimal] Fix basic decimal startup issues
2015-02-06 Miguel de Icaza[Decimal] Fix the build for unresolved symbols with...
2015-02-05 Miguel de Icaza[Decimal] Completed the methods in decimal-ms.c
2015-02-05 Miguel de Icaza[decimal] Microsoft's unmanaged code for decimal support