Merge pull request #1843 from info-lvsys/patch-1
[mono.git] / mcs / class / Microsoft.Build / Microsoft.Build.Internal / ExpressionTokenizer.cs
2015-09-23 Miguel de IcazaMerge pull request #757 from mlintner/master
2015-09-23 Miguel de IcazaMerge pull request #704 from jgagnon/master
2015-09-23 Miguel de IcazaMerge pull request #463 from strawd/concurrent-requests
2015-04-09 Alex Rønne PetersenMerge pull request #1695 from gregoryyoung/master
2014-06-19 Alex Rønne PetersenMerge pull request #1109 from adbre/iss358
2014-05-27 Sebastien PouliotMerge pull request #1057 from lextm/master
2014-04-12 Alex Rønne PetersenMerge pull request #656 from LogosBible/collection_lock
2014-04-12 Alex Rønne PetersenMerge pull request #273 from joncham/bug-getpid
2014-03-18 Marek SafarMerge pull request #963 from kebby/master
2014-02-12 Miguel de IcazaMerge pull request #820 from brendanzagaeski/master
2014-02-12 Miguel de IcazaMerge pull request #819 from brendanzagaeski/patch-1
2014-02-12 Miguel de IcazaMerge pull request #796 from alesliehughes/master
2014-02-12 Miguel de IcazaMerge pull request #778 from cmorris98/master
2014-01-03 Michael HutchinsonMerge pull request #822 from carlosmn/asp-pc
2013-12-12 Zoltan VargaMerge pull request #806 from AxlPr/master
2013-12-08 Marek SafarMerge pull request #817 from desdesdes/master
2013-12-03 Alex Rønne PetersenMerge branch 'armhf' of github.com:alexrp/mono
2013-12-03 Atsushi EnoSome parser error message got source string for Conditi...
2013-12-03 Atsushi EnoFor Condition, "yes", "no", "on" and "off" are also...
2013-12-03 Atsushi EnoFor expression stuff, change namespace to MS.Build...
2013-12-03 Atsushi EnoFix bogus expression tokenizer that failed at parenthes...
2013-12-03 Atsushi Enoadd missing copyright headers.
2013-12-03 Atsushi EnoFix fullname (dotted name) parsing in boolean expressio...
2013-12-03 Atsushi Enosupport property function calls in tokenizer.
2013-12-03 Atsushi Enofix whitespace skipping. Do not accept sequential binar...
2013-12-03 Atsushi Enoprevent invalid sequential property reference such...
2013-12-03 Atsushi Enocouple of tokenization fixes with more tests.
2013-12-03 Atsushi Enomade several fixes in jay-based expression parser and...
2013-12-03 Atsushi EnoAltered expression parser to hand-written one (which...
2013-12-03 Atsushi EnoAdd full-scratch expression parser implementation.
2013-12-02 Atsushi EnoSome parser error message got source string for Conditi...
2013-11-29 Atsushi EnoFor Condition, "yes", "no", "on" and "off" are also...
2013-11-29 Atsushi EnoFor expression stuff, change namespace to MS.Build...
2013-11-29 Atsushi EnoFix bogus expression tokenizer that failed at parenthes...
2013-11-29 Atsushi Enoadd missing copyright headers.
2013-11-29 Atsushi EnoFix fullname (dotted name) parsing in boolean expressio...
2013-11-29 Atsushi Enosupport property function calls in tokenizer.
2013-11-29 Atsushi Enofix whitespace skipping. Do not accept sequential binar...
2013-11-29 Atsushi Enoprevent invalid sequential property reference such...
2013-11-29 Atsushi Enocouple of tokenization fixes with more tests.
2013-11-29 Atsushi Enomade several fixes in jay-based expression parser and...
2013-11-29 Atsushi EnoAltered expression parser to hand-written one (which...
2013-11-29 Atsushi EnoAdd full-scratch expression parser implementation.