root/trunk/ProjectFortress/LibraryBuiltin


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2892 [2892] 09/30/08 12:50:37 jmaessen Fix of Victor's bug: if we add a Ratio and an RR64, we got an …
(edit) @2822 [2822] 09/14/08 07:11:17 jmaessen Minor code changes to support recent tickets. No interpreter changes to …
(edit) @2754 [2754] 08/27/08 11:59:56 black Added various printing functions and ilkName, for use in debugging.
(edit) @2750 [2750] 08/26/08 19:09:37 jmaessen Partial cleanup of getters and setters. …
(edit) @2661 [2661] 08/16/08 13:14:30 sukyoungryu [library] Fixed some getter call syntax in libraries.
(edit) @2634 [2634] 08/14/08 08:03:34 jmaessen Added strToInt (convert String to ZZ32) to FortressLibrary.fss. …
(edit) @2619 [2619] 08/13/08 07:57:18 black The great restructuring of the world consequent on turning String into a …
(edit) @2541 [2541] 08/05/08 20:11:43 sukyoungryu [test] Added a JUTest for the closure conversion of object expressions.
(edit) @2419 [2419] 07/29/08 09:56:07 jmaessen [Library, static analysis, tests] Added type Object
(edit) @2395 [2395] 07/28/08 12:41:19 jmaessen Fix mistaken checkin of this file in last commit.
(edit) @2394 [2394] 07/28/08 11:40:52 jmaessen Immutable arrays of unboxed RR64. When you request an immutable array of …
(edit) @2321 [2321] 07/21/08 18:09:26 jmaessen Changed Char.toString() back to its old version (that quotes and escapes …
(edit) @2315 [2315] 07/21/08 09:56:44 gls added NN32 and NN64 and QQ, / operator on integers now creates rationals, …
(edit) @2263 [2263] 07/15/08 06:56:39 jmaessen IntLiteral? is now a subtype of ZZ32 (and thus of every other …
(edit) @2225 [2225] 07/10/08 09:03:46 chf bignums: result of pair programming with GLS
(edit) @2224 [2224] 07/10/08 08:46:02 angelee [library, interpreter] Implemented few operators for Character …
(edit) @2221 [2221] 07/10/08 07:28:23 angelee [library] removed javaDigit method declaration in api because it is used …
(edit) @2214 [2214] 07/09/08 14:43:34 angelee [interpreter, library] Guy and I implemented a set of methods for …
(edit) @2206 [2206] 07/09/08 08:18:25 sukyoungryu [library] Implemented RR32 with Guy. Added a good set of test data for …
(edit) @2196 [2196] 07/08/08 06:47:48 jmaessen [Library, interpreter] Re-factor ranges to distinguish bounded ranges l:u …
(edit) @2164 [2164] 07/02/08 12:56:22 jmaessen [Libraries] Changed Integral to be a parametric type Integral[\I\]. …
(edit) @2163 [2163] 07/01/08 15:01:57 nbeckman [Disambiguator] There are a lot of changes in this revision. - I found …
(edit) @2159 [2159] 07/01/08 11:17:08 jon [library] s/String/IntLiteral for the operators in IntLiteral?
(edit) @2155 [2155] 07/01/08 09:24:04 jmaessen Fixed bug / oversight in bounds checking and narrowing of partial ranges …
(edit) @2150 [2150] 07/01/08 07:53:30 jon [library] add toString() methods for all the exceptions listed in …
(edit) @1771 [1771] 06/02/08 19:54:15 jmaessen Implemented opr ||, opr |||, opr //, and opr ///, along with BIG ||, BIG …
(edit) @1748 [1748] 05/29/08 11:56:52 jmaessen TypeReflect? is no longer necessary in order to define covariant functions …
(edit) @1697 [1697] 05/21/08 13:10:59 dr2chase Some type fixes in library, had to back out dynamic check because of …
(edit) @1663 [1663] 05/16/08 15:38:43 jmaessen Fiddled a little bit with array implementations to avoid CAS …
(edit) @1659 [1659] 05/15/08 16:26:34 jmaessen Bug fixes and performance improvements. Make sure we …
(edit) @1603 [1603] 05/09/08 03:53:44 sukyoungryu Modified some library code to work around some bugs of the Fortify tool.
(edit) @1597 [1597] 05/08/08 05:08:19 jmaessen Refactored libraries to move arithmetic operators from top level into the …
(edit) @1588 [1588] 05/06/08 14:35:26 jmaessen Slightly better treatment of IEEE FP, and better treatment of MIN and MAX. …
(edit) @1581 [1581] 05/06/08 08:36:37 jmaessen Numeric types now support ordering in the standard way. This means I can …
(edit) @1575 [1575] 05/05/08 15:43:03 jmaessen Modified native stuff so that it handles functional methods correctly.
(edit) @1548 [1548] 05/01/08 13:13:53 jmaessen Preliminary version of case insensitive string comparison, plus a wrapper …
(edit) @1544 [1544] 04/30/08 14:43:23 jmaessen Fix #96
(edit) @1500 [1500] 04/15/08 13:31:17 jmaessen A bit of code cleanup after last checkin. What used to …
(edit) @1499 [1499] 04/15/08 12:26:17 jmaessen This massive check-in accomplishes the following goals: 1. Moves all …
(edit) @1498 [1498] 04/15/08 08:33:31 jmaessen Strings now implement ZeroIndexed[\Char\] as intended all …
(edit) @1496 [1496] 04/11/08 14:01:22 jmaessen Re-nativized Char, and ripped out all mention of FTypeChar. Changed the …
(edit) @1490 [1490] 04/10/08 11:57:27 jmaessen Nativized File, NatReflect?, and TNFoo (test library). Fixed major bug in …
(edit) @1481 [1481] 04/08/08 14:00:04 jmaessen Binding maybe values in if. This touched far more files than I …
(edit) @1477 [1477] 04/07/08 16:56:13 jmaessen Add file String.java missed in last commit (sorry), removed FTypeString …
(edit) @1476 [1476] 04/07/08 14:53:38 jmaessen Nativized String. TODO: Remove FTypeString and its ken.
(edit) @1437 [1437] 03/29/08 15:24:08 jmaessen Documentation changes, plus more doc-comment hacking in fortify/fortex.
(edit) @1430 [1430] 03/28/08 14:24:53 jmaessen Merged Thread into NativeSimpleTypes?. Hacked fortify.el to be more …
(edit) @1405 [1405] 03/25/08 14:14:50 jmaessen List is the new CovariantCollection?, and I expect we will be much …
(edit) @1402 [1402] 03/25/08 04:53:01 sukyoungryu Fixed copyright notices.
(add) @1397 [1397] 03/24/08 10:35:16 jmaessen Massive library reorganization: * Most of …
Note: See TracRevisionLog for help on using the revision log.