root/trunk/ProjectFortress/LibraryBuiltin/FortressBuiltin.fss

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3680 [3680] 7 months sukyoungryu [cleanup] Deleted a generated directory. Fixed copyright notices.
(edit) @3669 [3669] 7 months jmaessen [libraries] Added MINMAX operator and reduction for common operation of …
(edit) @3222 [3222] 11 months jmaessen Fixed exponentiation bug #314
(edit) @3179 [3179] 12 months sukyoungryu [library] The language and package bindings in native components should be …
(edit) @3131 [3131] 12 months dr2chase [library, tests] sanitizing getters/setters
(edit) @3057 [3057] 13 months black more toString -> asString changes
(edit) @3036 [3036] 13 months black Started cleaning the string code. Started renaming toString to asString …
(edit) @3030 [3030] 13 months black Added >> and << to Range code. Removed from String code. Added …
(edit) @2975 [2975] 13 months jmaessen Rounding now available for all numeric types.
(edit) @2892 [2892] 14 months jmaessen Fix of Victor's bug: if we add a Ratio and an RR64, we got an error …
(edit) @2822 [2822] 15 months jmaessen Minor code changes to support recent tickets. No interpreter changes to …
(edit) @2754 [2754] 15 months black Added various printing functions and ilkName, for use in debugging.
(edit) @2750 [2750] 15 months jmaessen Partial cleanup of getters and setters. FortressLibrary, …
(edit) @2661 [2661] 15 months sukyoungryu [library] Fixed some getter call syntax in libraries.
(edit) @2634 [2634] 16 months jmaessen Added strToInt (convert String to ZZ32) to FortressLibrary.fss. This …
(edit) @2619 [2619] 16 months black The great restructuring of the world consequent on turning String into a …
(edit) @2419 [2419] 16 months jmaessen [Library, static analysis, tests] Added type Object to …
(edit) @2395 [2395] 16 months jmaessen Fix mistaken checkin of this file in last commit.
(edit) @2394 [2394] 16 months jmaessen Immutable arrays of unboxed RR64. When you request an immutable array of …
(edit) @2321 [2321] 16 months jmaessen Changed Char.toString() back to its old version (that quotes and escapes …
(edit) @2315 [2315] 16 months gls added NN32 and NN64 and QQ, / operator on integers now creates rationals, …
(edit) @2263 [2263] 17 months jmaessen IntLiteral? is now a subtype of ZZ32 (and thus of every other numeric …
(edit) @2225 [2225] 17 months chf bignums: result of pair programming with GLS
(edit) @2224 [2224] 17 months angelee [library, interpreter] Implemented few operators for Character (finishing …
(edit) @2214 [2214] 17 months angelee [interpreter, library] Guy and I implemented a set of methods for buildin …
(edit) @2206 [2206] 17 months sukyoungryu [library] Implemented RR32 with Guy. Added a good set of test data for …
(edit) @2196 [2196] 17 months jmaessen [Library, interpreter] Re-factor ranges to distinguish bounded ranges l:u …
(edit) @2164 [2164] 17 months jmaessen [Libraries] Changed Integral to be a parametric type Integral[\I\]. This …
(edit) @2163 [2163] 17 months nbeckman [Disambiguator] There are a lot of changes in this revision. - I found …
(edit) @2155 [2155] 17 months jmaessen Fixed bug / oversight in bounds checking and narrowing of partial ranges …
(edit) @2150 [2150] 17 months jon [library] add toString() methods for all the exceptions listed in …
(edit) @1771 [1771] 18 months jmaessen Implemented opr ||, opr |||, opr //, and opr ///, along with BIG ||, BIG …
(edit) @1597 [1597] 19 months jmaessen Refactored libraries to move arithmetic operators from top level into the …
(edit) @1588 [1588] 19 months jmaessen Slightly better treatment of IEEE FP, and better treatment of MIN and MAX. …
(edit) @1581 [1581] 19 months jmaessen Numeric types now support ordering in the standard way. This means I can …
(edit) @1575 [1575] 19 months jmaessen Modified native stuff so that it handles functional methods correctly.
(edit) @1548 [1548] 19 months jmaessen Preliminary version of case insensitive string comparison, plus a wrapper …
(edit) @1544 [1544] 19 months jmaessen Fix #96
(copy) @1500 [1500] 20 months jmaessen A bit of code cleanup after last checkin. What used to be …
copied from trunk/ProjectFortress/LibraryBuiltin/NativeSimpleTypes.fss:
(edit) @1499 [1499] 20 months jmaessen This massive check-in accomplishes the following goals: 1. Moves all …
Note: See TracRevisionLog for help on using the revision log.