Wiki

root/cobra/trunk/Tests/100-basics

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @2641 [2641] 3 weeks Charles.Esterbrook Minor. Fix a problem from a previous patch.
(edit) @2636 [2636] 7 weeks Charles.Esterbrook JVM back-end progress. credit:hopscc
(edit) @2632 [2632] 5 months Charles.Esterbrook JVM back-end progress. credit:hopscc
(edit) @2631 [2631] 5 months Charles.Esterbrook JVM back-end progress. credit:hopscc
(edit) @2600 [2600] 9 months Charles.Esterbrook Expand support for escape codes in strings to support \a \b \f \v \' \" …
(edit) @2592 [2592] 10 months Charles.Esterbrook JVM back-end progress, courtesy of hopscc. credit:hopscc
(edit) @2590 [2590] 10 months Charles.Esterbrook Fixed: Cannot access int.maxValue et al. reported-by:jonathandavid …
(edit) @2587 [2587] 10 months Charles.Esterbrook JVM back-end progress, courtesy of hopscc. credit:hopscc
(edit) @2578 [2578] 10 months Charles.Esterbrook JVM back-end progress, courtesy of hopscc. credit:hopscc
(edit) @2467 [2467] 18 months Charles.Esterbrook Support numeric literals like 45n for number and 45d for decimal. …
(edit) @2407 [2407] 23 months Chuck.Esterbrook Fixed: File and line number are duplicated in some compiler error …
(edit) @2385 [2385] 2 years Chuck.Esterbrook Enumeration members can now be placed on the same line separated by …
(edit) @2380 [2380] 2 years Chuck.Esterbrook Improved error checking for statement regarding expressions that don't …
(edit) @2274 [2274] 2 years Chuck.Esterbrook Fixed: In the condition of a post while, a local variable cannot be …
(edit) @2272 [2272] 2 years Chuck.Esterbrook Improved error checking for branch statement.
(edit) @2243 [2243] 3 years Chuck.Esterbrook Improved error checking for print to dest block format.
(edit) @2217 [2217] 3 years Chuck.Esterbrook Fixed: Comparing an int and an enum causes an internal exception instead …
(edit) @2136 [2136] 3 years Chuck.Esterbrook Fixed: "Lexer error when nesting single quotes in Strings" ticket:166
(edit) @2134 [2134] 3 years Chuck.Esterbrook Fixed: The character literal c"'" produces a falso compilation error. …
(edit) @2123 [2123] 3 years Chuck.Esterbrook Fixed: A duplicate enum error produces an internal error/exception rather …
(edit) @2093 [2093] 3 years Chuck.Esterbrook Minimal support for ** operator (power expressions). credit:hopscc …
(edit) @1862 [1862] 3 years Chuck.Esterbrook Fixed: A return statement in the try block of a try...success
(edit) @1834 [1834] 3 years Chuck.Esterbrook * Fixed: Cobra does not give a sensible error message when the X in …
(edit) @1830 [1830] 3 years Chuck.Esterbrook Fixed: Small floating point literals such as 0.00001 cause false …
(edit) @1818 [1818] 3 years Chuck.Esterbrook Support bitwise-and for testing enums. reported-by:gauthier
(edit) @1702 [1702] 4 years Chuck.Esterbrook Added storage type specification for enums.
(edit) @1581 [1581] 4 years Chuck.Esterbrook Fixed: Some bitwise operations with integer literals of 16 or 8 bits …
(edit) @1542 [1542] 4 years Chuck.Esterbrook * Fixed: Assignments can be used in assert conditions even though they …
(edit) @1537 [1537] 4 years Chuck.Esterbrook * Add support for specifying unsigned integers as Hex literals e.g. 0x7f …
(edit) @1494 [1494] 4 years Chuck.Esterbrook Fix a bug in string substitution regarding escaped brackets. Incorporate …
(edit) @1493 [1493] 4 years Chuck.Esterbrook In string literals, square brackets can be escaped with a backslash to …
(edit) @1485 [1485] 4 years Chuck.Esterbrook Fixed: Using "continue" in new style numeric for loops does not increment …
(edit) @1474 [1474] 4 years Chuck.Esterbrook Switch from Process to CSharpCodeProvider. This eliminates problems with …
(edit) @1428 [1428] 4 years Chuck.Esterbrook Fixed: Cannot use the "enum call/combine" syntax with qualified enums such …
(edit) @1420 [1420] 4 years Chuck.Esterbrook Fix problems with node transformation. Add new SubnodesAttribute? which …
(edit) @1419 [1419] 4 years Chuck.Esterbrook Fixed for loop bug with high : low boundaries and a positive step.
(edit) @1418 [1418] 4 years Chuck.Esterbrook Added new for loop syntax for numeric for loop: for x in count for x in …
(edit) @1402 [1402] 4 years Chuck.Esterbrook You can write 50f now instead of having to include the decimal portion …
(edit) @1399 [1399] 4 years Chuck.Esterbrook Support putting a code block of one statement on the same line as a …
(edit) @1376 [1376] 4 years Chuck.Esterbrook Fixed: A stray space on a blank line triggers a false error message about …
(edit) @1324 [1324] 4 years chuck Fixed: Cobra doesn't exclude irrelevant warnings from the C# backend for …
(edit) @1294 [1294] 4 years chuck Improve naming conventions from reading DLLs. For example, Math.pi instead …
(edit) @1286 [1286] 4 years chuck Fixed: Assigning a method or property that returns a System enum to a …
(edit) @1198 [1198] 4 years chuck Forgot these files with the last checkin. Last checkin notes were: Fixed: …
(edit) @1181 [1181] 4 years chuck Warn about unnecessary parens on method declarations and calls that have …
(add) @1177 [1177] 4 years chuck Importing test cases.
Note: See TracRevisionLog for help on using the revision log.