Refactor: Introduction of Formatting/Output Framework |
|
More...
|
almost 11 years ago
|
Handle numeric multiplier causing Int32 value to overflow. |
|
More...
|
almost 11 years ago
|
Support hex literals with numeric multipliers. |
|
More...
|
almost 11 years ago
|
Support numeric multiplier with long type suffix for integer literals. |
|
More...
|
almost 11 years ago
|
Support numeric multipliers (mb, kb, gb, tb, pb) for integer literals. |
|
More...
|
almost 11 years ago
|
Support numeric multipliers (mb, kb, gb, tb, pb) for real literals. |
|
More...
|
almost 11 years ago
|
Refactor: "params" in NewlineJoin saves lots of syntax. |
|
More...
|
almost 11 years ago
|
Added test for issue #116 |
|
More...
|
almost 11 years ago
|
Refactor: Removed PreventEnumerationOnEvaluation flag |
|
More...
|
almost 11 years ago
|
All objects from pipeline are stored as array, not just arrays |
|
More...
|
almost 11 years ago
|
Allow empty parameter list in functions. |
|
More...
|
almost 11 years ago
|
Various fixes for support of ValueFromPipelineByPropertyName |
|
More...
|
almost 11 years ago
|
Various fixes for support of ValueFromPipelineByPropertyName |
|
More...
|
almost 11 years ago
|
Handling of 'Property' paramter in New-Object cmdlet |
|
More...
|
almost 11 years ago
|
Added a bunch of tests to test ValueByPipelinePropertyName |
|
More...
|
almost 11 years ago
|
Added a bunch of tests to test ValueByPipelinePropertyName |
|
More...
|
almost 11 years ago
|
Merge branch 'psobject_properties' of github.com:sburnicki/Pash into psobject_properties |
|
More...
|
almost 11 years ago
|
Fix: Invocation of methods in old mono versions |
|
More...
|
almost 11 years ago
|
Minor fixes |
|
More...
|
almost 11 years ago
|
Fix for accessing properties of interfaces implemented by interfaces |
|
More...
|
almost 11 years ago
|
Enabled some tests that worked, minor fixes |
|
More...
|
almost 11 years ago
|
Refactoring: Fixed typo |
|
More...
|
almost 11 years ago
|
Made test explicit again which didn't work correct. |
|
More...
|
almost 11 years ago
|
Enabled some tests that work now |
|
More...
|
almost 11 years ago
|
Added ObjectCommandTests to PowershellReferenceTests project and fixed incompatibilities |
|
More...
|
almost 11 years ago
|
Merge pull request #201 from mrward/cmdlet-default-parameter-set-is-all-parameter-sets |
|
More...
|
almost 11 years ago
|
Implement simple real literals. |
|
More...
|
almost 11 years ago
|
Update grammar for real literals. |
|
More...
|
almost 11 years ago
|
Use default parameter set if it is the AllParameters set. |
|
More...
|
almost 11 years ago
|
Allow cmdlet import when default parameter set is AllParameterSets. |
|
More...
|
almost 11 years ago
|