Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 15 (100.0%) | 485 (100.0%) | 32.3 |
Compiler/ | 10 (66.7%) | 460 (94.8%) | 46.0 |
Compiler/runtime/ | 3 (20.0%) | 16 (3.3%) | 5.3 |
Compiler/FrontEnd/ | 1 (6.7%) | 7 (1.4%) | 7.0 |
Parser/ | 1 (6.7%) | 2 (0.4%) | 2.0 |
Fixed bugs in unparsing of enumeration literals:
- Allow enumerations with only one enumerator/literal.
- Do not print a space after last literal if no comment is available.
7 lines of code changed in 1 file:
- Updated grammar to allow Code( (<expr>) ), i.e., expressions with surrounding parentheses. Before, anything inside Code() starting with a parenthesis was assumed to be a modification.
2 lines of code changed in 1 file:
Added dynload_try.obj to VC makefile.
1 lines of code changed in 1 file:
Built-in function fill is now simplified in Exp.simplifyBuiltinCalls() (used by MathCore).
37 lines of code changed in 2 files:
Reverted most changes of error messages due to a huge number of tests failing.
132 lines of code changed in 1 file:
Improved/corrected even more error messages (this should be the last commit).
1 lines of code changed in 1 file:
Improved/corrected even more error messages.
9 lines of code changed in 1 file:
Improved/corrected more error messages.
23 lines of code changed in 1 file:
Improved/corrected error messages.
108 lines of code changed in 1 file:
Fixed a bug in simplifyAsub for binary operations with operator type DAE.DIV_ARRAY_SCALAR.
29 lines of code changed in 1 file:
INFINITY and NAN are not defined in math.h on Windows (MSVC). Removed the code involving those definitions for MSVC.
3 lines of code changed in 1 file:
Fixed order of includes to make things compile (in Visual C++) again.
12 lines of code changed in 1 file:
Added a few utility functions:
- crefPrefixOf
- isNone
- isSome
121 lines of code changed in 2 files: