Commit Graph

1502 Commits

Author SHA1 Message Date
rogerl%netscape.com
cd0c03199e gc, some E3 edge cases. 2003-04-09 21:52:00 +00:00
rogerl%netscape.com
cc98e3ea6d gc fixings 2003-04-09 18:00:33 +00:00
rogerl%netscape.com
3bb51f82e9 gc fixes 2003-04-07 21:39:15 +00:00
rogerl%netscape.com
692e66e841 Fixes all over for E3 test results - gc + ECMA edge cases. 2003-04-07 07:24:17 +00:00
rogerl%netscape.com
457013a3b6 Fixing for..in, runaway string allocation, array.length initialization. 2003-04-04 23:24:57 +00:00
rogerl%netscape.com
3d5f23984b Disneyland bug fixes; gc bugs. 2003-04-04 15:47:35 +00:00
waldemar%netscape.com
0eae5155bb Implemented ... in function argument lists 2003-04-03 01:30:30 +00:00
waldemar%netscape.com
4b735a92df Added support for /* terminated by a non-falling-through statement 2003-04-03 01:29:43 +00:00
rogerl%netscape.com
09b1f359c7 GC fixes, added debug info to roots. 2003-03-31 21:38:32 +00:00
rogerl%netscape.com
0a6a5e6e3b Runtime fixes for new layout changes 2003-03-31 18:22:21 +00:00
rogerl%netscape.com
e15c203bcb Compiles clean! 2003-03-31 02:09:03 +00:00
rogerl%netscape.com
794693ed79 !!! BROKEN !!! 2003-03-28 21:48:07 +00:00
rogerl%netscape.com
1549e1a091 !!! BROKEN !!! 2003-03-28 18:18:20 +00:00
rogerl%netscape.com
bb6be8b894 !!! BROKEN !!! 2003-03-28 17:53:56 +00:00
rogerl%netscape.com
9c7a073f85 !!! BROKEN !!! Added definitions under new layout. 2003-03-27 23:58:21 +00:00
rogerl%netscape.com
121baa8be1 Latest !!! BROKEN !!! changes 2003-03-27 17:04:04 +00:00
rogerl%netscape.com
3fc6ab8240 !!! BROKEN !!! Updating definition routines. 2003-03-26 22:55:20 +00:00
rogerl%netscape.com
e9732970a5 !!! BROKEN !! Latest low level updates 2003-03-26 18:15:53 +00:00
waldemar%netscape.com
4e4680c4c1 Implemented is, catch, for-in, and parts of class construction and calling. Made instance variable initializers be compile-time constants. Revamped design of const, making constants lazily evaluated as needed rather than trying to distinguish compile-time constants from run-time constants. Made slight adjustments to the grammar of for-statements. Outlawed initializers on for-in var declarations in the semantics. 2003-03-25 01:53:04 +00:00
waldemar%netscape.com
f99339da10 Supported :narrow-* inside AND and OR expressions even if assigned to a boolean variable.
Added :delay option to record constructor to permit circular definitions of global variables
2003-03-25 01:41:40 +00:00
waldemar%netscape.com
b999400654 Reduced default amout of chatter of read-eval-print loop 2003-03-25 01:40:00 +00:00
rogerl%netscape.com
6944f8499c !!! BROKEN !!! More progress on new object layout 2003-03-24 22:12:26 +00:00
rogerl%netscape.com
b2ad609cac !!! BROKEN !!! Major bustage, halfway through swicth to current spec. low
level implementation
2003-03-24 19:36:40 +00:00
rogerl%netscape.com
d5e7a994c5 !!! BROKEN !!! Conversion to new layout underway. 2003-03-21 21:38:40 +00:00
rogerl%netscape.com
04a0c7a9aa Template build issues. 2003-03-20 22:04:14 +00:00
rogerl%netscape.com
5f2561044f Fix some 'dump' bugs. Changed prototype type for generic new. 2003-03-20 18:09:44 +00:00
rogerl%netscape.com
26d387287b Fixed GC-leakage for FunctionObjects. 2003-03-19 21:29:47 +00:00
rogerl%netscape.com
27ebcb1015 Fixed parameter frame leaking. 2003-03-19 00:14:23 +00:00
rogerl%netscape.com
efccdcf4f5 Modifying 'break' to skip block frames... 2003-03-18 00:04:45 +00:00
rogerl%netscape.com
ac2a48efe5 General GC-related fixes. 2003-03-15 20:05:32 +00:00
rogerl%netscape.com
fa8fca68e4 Instance & Dynamic property map changes to HashTable complete. 2003-03-15 19:36:12 +00:00
rogerl%netscape.com
f371aaa725 More BROKEN Hashtable changes 2003-03-14 23:56:21 +00:00
rogerl%netscape.com
9ffa462a5c !!! BROKEN !!! Begin switching InstanceBindings to HashTable 2003-03-14 23:55:49 +00:00
rogerl%netscape.com
0e9bd4ea45 Completed switch for LocalBinding map to hash table. 2003-03-14 23:14:04 +00:00
rogerl%netscape.com
88301fa925 !BROKEN! Halfway through changes to property map stuff. 2003-03-14 19:34:08 +00:00
rogerl%netscape.com
50a6076669 Preparing for new property map. 2003-03-14 00:03:41 +00:00
rogerl%netscape.com
0f6a5f5333 Fixed passing wrong environment to function call. 2003-03-11 23:46:09 +00:00
rogerl%netscape.com
d971a1505e Fixes to argc handling and Date class. 2003-03-10 23:48:12 +00:00
rogerl%netscape.com
0da985c1be String & Array class fixes. 2003-03-10 20:00:20 +00:00
rogerl%netscape.com
417eacdc7d String.prototype bug fixn's 2003-03-10 16:15:52 +00:00
rogerl%netscape.com
8cfa2678df Fixed for..in for generic lValue. Rationalized builtin class initialization 2003-03-05 23:12:01 +00:00
rogerl%netscape.com
cfb6591320 Fixing Function prototypes. Added 'dumpAt'. 2003-03-03 18:45:37 +00:00
rogerl%netscape.com
138b35a15b Fixed New default constructor. stringToDouble semantics. 2003-02-27 23:51:42 +00:00
rogerl%netscape.com
7a6b6bd387 Linux build clean-up. 2003-02-27 22:03:13 +00:00
rogerl%netscape.com
b389d2cebe Multiple ECMA fixes. 2003-02-27 18:37:07 +00:00
rogerl%netscape.com
68404f7caf 'With' statement fixes. 2003-02-26 21:51:16 +00:00
rogerl%netscape.com
a6a2e6754e More multiname fixes. Various typos throughout Date. Use length property
for prototype functions to pack argv. Fixed array length setting.
2003-02-25 23:48:44 +00:00
rogerl%netscape.com
2a920611e2 GC fixes for multiname handling. 2003-02-25 16:16:48 +00:00
rogerl%netscape.com
d71c529a47 GC related bugs in array. 2003-02-24 22:20:10 +00:00
rogerl%netscape.com
67ea56e366 Linux build fixes. 2003-02-24 20:10:08 +00:00
rogerl%netscape.com
1e15d1cd0f Fixes; ECMA3 property attributes. Array index handling.
'object' --> 'Object'.
2003-02-24 18:07:12 +00:00
rogerl%netscape.com
acebd49bb5 Fixed stack leak from comma operator. Fixed date constructor bad value. 2003-02-23 19:58:04 +00:00
rogerl%netscape.com
7a22b89b09 Add function name to debug output. 2003-02-21 23:47:46 +00:00
rogerl%netscape.com
5a6fa81b33 Minor fix to something 2003-02-21 16:25:15 +00:00
rogerl%netscape.com
c604a03543 Added escape & parseInt. Cleaned up tabs in js2date 2003-02-21 15:04:08 +00:00
rogerl%netscape.com
0c6f332b7a Fixed execStack overflow, added 'unescape' etc. 2003-02-20 23:55:53 +00:00
rogerl%netscape.com
e63fdde706 GC bug fixing. 2003-02-20 21:48:07 +00:00
rogerl%netscape.com
14c2a957f5 Fixed missing destructor. 2003-02-20 19:44:41 +00:00
rogerl%netscape.com
61018a618f More gc fiddling. 2003-02-20 19:41:14 +00:00
rogerl%netscape.com
2faa1faa84 Experimental new gc scheme. 2003-02-20 19:16:39 +00:00
rogerl%netscape.com
1f84533442 Fixed Array.length & proto functions. 2003-02-20 16:17:49 +00:00
rogerl%netscape.com
e659a2527e Fixed lexicalInit for hoisted vars. 2003-02-19 22:00:13 +00:00
rogerl%netscape.com
ba795c803f Backed-out extern "C" changes. 2003-02-19 18:14:02 +00:00
rogerl%netscape.com
35783b77e4 Wacked extra spaces for a cleaner build console. 2003-02-18 23:18:56 +00:00
rogerl%netscape.com
1f91e9a9af Identical/NotIdetical implemented. 2003-02-18 23:15:34 +00:00
rogerl%netscape.com
50190e0cda Function & Array prototype fixes. InstanceOf implementation. 2003-02-18 22:36:27 +00:00
rogerl%netscape.com
10603fb685 Linux build issues. 2003-02-18 22:34:26 +00:00
waldemar%netscape.com
b89f0b5775 Large updates to object accesses; introduced access and bracket-access indirections. Added with statements. Implemented array initializers and fixed object initializers. 2003-02-18 00:29:57 +00:00
waldemar%netscape.com
bee4434309 Added support for definfix and non-reserved operators. Fixed operator precedence bugs. 2003-02-18 00:28:37 +00:00
waldemar%netscape.com
5c0b2c4238 Updated pathnames 2003-02-18 00:26:59 +00:00
rogerl%netscape.com
b434451d12 Function literals, switch bcc to collect generic JS2Objects. 2003-02-17 03:29:07 +00:00
rogerl%netscape.com
1d7e3fcdef Added Function constructor. 2003-02-17 01:17:24 +00:00
rogerl%netscape.com
1f8d040166 Added 'arguments' property and global object resolution for 'this'. 2003-02-11 23:58:26 +00:00
rogerl%netscape.com
b7e1523568 Fixes for Number & String builtins prototype functionality. 2003-02-10 22:02:49 +00:00
rogerl%netscape.com
d2a10b0498 Added eval scope 2003-02-05 23:59:17 +00:00
rogerl%netscape.com
ffba49e90f Fixed eval scope, comma expression. 2003-02-05 23:58:52 +00:00
rogerl%netscape.com
4ea255a19f Completed switch to prototype base for builtins. Fixed string.length 2003-02-05 00:57:09 +00:00
rogerl%netscape.com
c80c9398b7 Fixed stack error for hoisted var initialization and typeof prototype
functions.
2003-02-03 21:31:07 +00:00
rogerl%netscape.com
ebcdb3a37e First 2003-01-31 23:41:13 +00:00
rogerl%netscape.com
7d1480bb0b Fixed bypasss of error checking for initialization. Added AlienInstance
methods that were MIA.
2003-01-31 17:42:49 +00:00
rogerl%netscape.com
f6176acb2b Split some functionality into js2eval from js2metadata. Began fix for typed
var initialization.
2003-01-31 05:24:38 +00:00
rogerl%netscape.com
73e48e9252 Added AlienInstance destructor. 2003-01-30 22:30:04 +00:00
rogerl%netscape.com
160a383e53 Added js2error.cpp, js2boolean.cpp, js2function.cpp 2003-01-30 22:29:11 +00:00
rogerl%netscape.com
661f719016 Added js2function.cpp 2003-01-30 22:25:17 +00:00
rogerl%netscape.com
7de5f3cf85 Changes throughout to match new Object layout - merged CallableInstance to
SimpleInstance, switched StaticBinding to LocalBinding etc.
2003-01-30 21:41:25 +00:00
waldemar%netscape.com
956188720c Removed named function parameters. Allowed full qualified names as dynamic properties of objects. 2003-01-30 01:19:28 +00:00
waldemar%netscape.com
a031c9fad3 Removed the "named" keyword 2003-01-30 01:18:20 +00:00
waldemar%netscape.com
153e553afc Added set<= 2003-01-25 02:26:51 +00:00
waldemar%netscape.com
8366fdb93e Reorganized instance member lookup to remove vtables and simplify and slightly restrict overriding 2003-01-25 02:20:16 +00:00
waldemar%netscape.com
d86eac4a0b Updated action font 2003-01-25 02:19:17 +00:00
rogerl%netscape.com
e4b7acfc1f Fixed ForIterator to handle Class objects. 2003-01-16 22:23:08 +00:00
rogerl%netscape.com
4ec636fd51 ECMA3 Function prototype object. 2003-01-14 23:46:18 +00:00
rogerl%netscape.com
e22cc82443 ds.h - fixed copying bug in 'enlarge'
ECMA3 compatibility fixes throughout - Function prototypes etc.
2003-01-14 23:45:46 +00:00
waldemar%netscape.com
19e5469183 Reorganized instance data structures and object property access, added vtables, wrote new code for processing function definitions, and added several new statements 2003-01-14 22:21:13 +00:00
waldemar%netscape.com
a4f5daa6b6 Added note statement 2003-01-14 22:19:35 +00:00
rogerl%netscape.com
78dfeca9cf ECMA3 semantics for toPrimitive. 2003-01-13 18:47:54 +00:00
rogerl%netscape.com
8b77e1cd69 Implementing ECMA3 'toObject' semantics. 2003-01-08 17:59:00 +00:00
rogerl%netscape.com
ef20a3cad4 Incremental fixes for boolean class testing 2003-01-07 23:49:28 +00:00
rogerl%netscape.com
27f5652430 More boolean class fun. 2003-01-06 05:58:07 +00:00
rogerl%netscape.com
8f8b78cd6e Bug fixes, realigning StringAtom use. 2003-01-04 01:20:59 +00:00
rogerl%netscape.com
a436a89a33 Adding defaultValue and typeof. Build fixes in regexp. Updated project
for new files.
2003-01-03 23:14:10 +00:00
rogerl%netscape.com
de12811c7c Added boolean class, fixing bugs. 2003-01-03 00:49:29 +00:00
rogerl%netscape.com
5e114ca259 Fixes to defineStaticMember 2002-12-28 01:40:07 +00:00
rogerl%netscape.com
4b091acd30 Minor bug fixes. 2002-12-27 00:56:29 +00:00
rogerl%netscape.com
2393a61699 Added ECMA3 compatible(?) Error classes. 2002-12-20 23:55:23 +00:00
rogerl%netscape.com
5be1ca4541 Various bug fixings. Added 'dynamic' attribute. 2002-12-19 23:57:32 +00:00
rogerl%netscape.com
7924f7cb41 Checked/unchecked changes. 2002-12-18 21:54:41 +00:00
rogerl%netscape.com
421ff63334 Changes for static function defs. 2002-12-18 00:59:48 +00:00
rogerl%netscape.com
1abe72ccef Swicth Environment to deque. Fixes to defineHoistedVar. 2002-12-16 23:54:40 +00:00
rogerl%netscape.com
c28c31544d Incrementing to latest ECMA changes. 2002-12-13 23:14:32 +00:00
waldemar%netscape.com
160bd07ae0 Added the setup phase, reorganized instance data structure, and wrote new code for processing function definitions and calls 2002-11-20 03:40:20 +00:00
waldemar%netscape.com
ecfc51168f Fixed try-catch variable initialization inference bug and added support for intersections of union types 2002-11-20 03:38:54 +00:00
rogerl%netscape.com
d2189a3f7c Fixed arrayliteral & for-init stack. Changed class names to uppercase. 2002-11-15 00:55:22 +00:00
rogerl%netscape.com
462479a002 Added missing attributes. Fixed slotWrite stack bug. 2002-11-13 21:49:57 +00:00
rogerl%netscape.com
9a280bc473 Comment. 2002-11-12 23:50:43 +00:00
rogerl%netscape.com
773dae15da Slot ops. 2002-11-12 17:52:42 +00:00
rogerl%netscape.com
ea67f87949 Proto instance dup. Type discovery in expression. 2002-11-11 22:19:59 +00:00
rogerl%netscape.com
f8075b962f signed/unsigned comparison. 2002-11-11 18:36:12 +00:00
rogerl%netscape.com
b31d4362a7 Constuctor function support. Dump of classes. 2002-11-10 23:52:33 +00:00
rogerl%netscape.com
5e3276a9df Added class dumper. 2002-11-09 23:26:06 +00:00
rogerl%netscape.com
ac5e0319e5 Fixed missing pop after var initialization. Added instruction trace. 2002-11-09 22:53:51 +00:00
rogerl%netscape.com
41c82bd68f nuttin honey. 2002-11-08 23:46:32 +00:00
rogerl%netscape.com
1261d45610 Added '-t' option for controlling parse tree dump. 2002-11-08 19:50:16 +00:00
rogerl%netscape.com
5cbc153461 Fixed bad delete of string ptrs in libraries. 2002-11-07 23:46:02 +00:00
rogerl%netscape.com
a635daa6de Fixed instance member resolution & superclass slot layout. 2002-11-07 21:29:41 +00:00
rogerl%netscape.com
92b1ba5b65 signed/unsigned issue on NotALabel. 2002-11-07 18:41:17 +00:00
rogerl%netscape.com
bc3433a7cd DumpByteCode implemented/ 2002-11-06 23:15:02 +00:00
rogerl%netscape.com
594dcc5421 Fixed DikDik remnants. 2002-11-06 22:19:55 +00:00
rogerl%netscape.com
cd35dd4e81 Further attempt to purge js32.lib remnant. 2002-11-06 18:35:33 +00:00
rogerl%netscape.com
d4e6542660 (trying to) clean up workspace check-in. 2002-11-06 06:22:33 +00:00
rogerl%netscape.com
a11057a9d2 More DikDik clean-up. 2002-11-06 06:00:12 +00:00
rogerl%netscape.com
71a4ec632f Fixed Readme for Linux. Beginning bytecode dumper. 2002-11-05 23:53:10 +00:00
rogerl%netscape.com
7a3cf6d16c Linux build fixes. 2002-11-05 22:16:16 +00:00
rogerl%netscape.com
d86906f807 Fixed gc-ing in frames. 2002-11-04 23:03:58 +00:00
rogerl%netscape.com
a720a43409 Moved '#pragma warning' disable list to single file. 2002-11-04 04:54:23 +00:00
rogerl%netscape.com
d0e7d7a099 Moved strings to bytecodecontainer instead of pointers. Fixed construction
of non-functions.
2002-11-04 04:53:17 +00:00
rogerl%netscape.com
a6ee4c8235 Whole slew of Linux build warning fixes. Fixed over-pop from default
constructor.
2002-11-01 20:55:10 +00:00
rogerl%netscape.com
9f141b69aa Linux build fixes. 2002-10-31 22:32:08 +00:00
rogerl%netscape.com
8b67ca9fe4 Linux build fixes. 2002-10-31 21:39:47 +00:00
rogerl%netscape.com
04aea2338e Linux build fixes. 2002-10-31 21:25:35 +00:00
rogerl%netscape.com
c4959936fb Fixing Linux build. 2002-10-31 21:12:59 +00:00
rogerl%netscape.com
c7fa7c3407 Fixing Linux build. 2002-10-31 21:08:13 +00:00
rogerl%netscape.com
8ec5f027a9 Removing DikDik files. 2002-10-31 19:06:24 +00:00
rogerl%netscape.com
c28bac80d2 Fixed finally invocation. 2002-10-30 19:10:38 +00:00
rogerl%netscape.com
363597ae65 Throw across activations. 2002-10-30 17:12:06 +00:00
waldemar%netscape.com
0e843fa517 Made === ignore the numbers' types 2002-10-30 01:46:55 +00:00
rogerl%netscape.com
807e2bc6eb eIs 2002-10-29 23:49:43 +00:00
rogerl%netscape.com
06efdac144 Finished switch statements. Added frame temporaries. Moved label allocation
to Validate phase, (and fixed bytecodeContainer bug for functions).
2002-10-29 23:34:48 +00:00
waldemar%netscape.com
9931fabf0c Parametrized floating-point code due to different Common Lisp implementations using different types for IEEE 32 and 64-bit values 2002-10-29 02:15:11 +00:00
waldemar%netscape.com
1d825cf6b7 Added :external-name. Made write-group-contents iterative instead of recursive to avoid blowing the stack on lisps that don't do much tail recursion. 2002-10-29 01:13:58 +00:00
waldemar%netscape.com
d69dbe0633 A few conditionals for CLisp 2002-10-29 01:12:45 +00:00
waldemar%netscape.com
006c546e93 Wrapped number and string tokens in wrapper types to simplify documentation. Improved comments of Unicode character categories. 2002-10-29 01:12:27 +00:00
waldemar%netscape.com
16ae98e269 Revamped handling of floats, doubles, and longs per the October ECMA meeting 2002-10-29 01:11:32 +00:00
waldemar%netscape.com
1a2220fce0 Added tt tag 2002-10-29 01:09:30 +00:00
waldemar%netscape.com
39a7d673a9 Added abs and rat-abs, removed is-initial-identifier-character and is-continuing-identifier-character, and fixed a couple small bugs 2002-10-29 01:08:42 +00:00
waldemar%netscape.com
c22f1b01ec Added :keyword depictor 2002-10-29 01:07:49 +00:00
rogerl%netscape.com
19a5012358 Switch statement start. 2002-10-28 17:52:33 +00:00
rogerl%netscape.com
61c7b053ba Fixed activation stack after throw across nested interpreter loop
invocation.
2002-10-28 17:21:42 +00:00
rogerl%netscape.com
89dbea3dc5 Handling exceptions in initilizations. 2002-10-28 07:37:58 +00:00
rogerl%netscape.com
dfc88a5e36 var definition initialization fixes. 2002-10-28 02:05:47 +00:00
rogerl%netscape.com
b34bce1208 Fixed Number.NaN 2002-10-25 18:03:19 +00:00
rogerl%netscape.com
c6a9a760c5 Added separate number class and initialization. 2002-10-25 17:58:43 +00:00
rogerl%netscape.com
13b370c337 hey rog 2002-10-25 16:15:55 +00:00
rogerl%netscape.com
2f51deeff9 Number class. 2002-10-24 23:12:24 +00:00
rogerl%netscape.com
5193948e2b Parameter/argument matching. 2002-10-24 17:01:36 +00:00
rogerl%netscape.com
9e5519d447 Conditional & start parameter frame work. 2002-10-23 22:28:37 +00:00
rogerl%netscape.com
828cebdc2f *** empty log message *** 2002-10-23 16:15:48 +00:00
rogerl%netscape.com
364ad95947 Fixed 'load' to load into global scope. 2002-10-23 05:47:43 +00:00
rogerl%netscape.com
479fd0be6f Error reporting fixes. 2002-10-23 03:02:53 +00:00
rogerl%netscape.com
1f2bcfb4f3 Error reporting fixups. 2002-10-22 23:44:32 +00:00
rogerl%netscape.com
cc62bc9775 Throw stmt. 2002-10-21 22:42:22 +00:00
rogerl%netscape.com
1ad15ae47f More try/catch magic. 2002-10-21 22:33:41 +00:00
rogerl%netscape.com
149daed2b7 Try/catch 2002-10-21 17:21:44 +00:00
rogerl%netscape.com
b690b4a44b Array literals. 2002-10-21 06:39:33 +00:00
rogerl%netscape.com
7965c7bfe2 Added Array class. Moved conversions to MetaData. 2002-10-21 03:00:21 +00:00
rogerl%netscape.com
22d0a08afd RegExp literals. 2002-10-18 22:49:17 +00:00
rogerl%netscape.com
7299369a02 Prototype functions --> dynamic instance. 2002-10-18 22:01:54 +00:00
rogerl%netscape.com
2089369b1d Build fixes. 2002-10-17 22:50:18 +00:00
rogerl%netscape.com
441ae0c6f5 Prototype new, 'load' and '-f'. 2002-10-17 05:22:29 +00:00
waldemar%netscape.com
5c6e294f7d Added depict-string-words 2002-10-14 23:18:49 +00:00
waldemar%netscape.com
c12af930e2 Abbreviated repetitive actions as :forward wherever possible 2002-10-14 23:18:34 +00:00
waldemar%netscape.com
e73892af93 Added :forward actions 2002-10-14 23:17:59 +00:00
waldemar%netscape.com
13854c549b First version 2002-10-14 23:16:15 +00:00
rogerl%netscape.com
7fada44cad Prototype constructors. 2002-10-14 22:44:51 +00:00
rogerl%netscape.com
0f0bf21ab7 Added 'for..in' support. 2002-10-14 02:26:21 +00:00
rogerl%netscape.com
5beab01c26 Updated README for Epimetheus. Only has win32 for now. 2002-10-12 18:08:29 +00:00
rogerl%netscape.com
eb81c137f0 Exception handling start. 2002-10-12 00:12:21 +00:00
rogerl%netscape.com
b4f97c29b9 Bitwise Long/ULong implementation. 2002-10-11 21:43:06 +00:00
rogerl%netscape.com
0d727e8914 Wired up delete ops. Finished removal of assignOp functionality. 2002-10-10 22:23:02 +00:00
rogerl%netscape.com
ccf304be55 More long/ulong changes - moved to String for name storage, added string
to GC handling. Removing reference assign ops.
2002-10-10 05:32:21 +00:00
rogerl%netscape.com
05311863ab Minor long/ulong tweaks. 2002-10-08 23:49:36 +00:00
rogerl%netscape.com
c601b218e4 More long/ulong/float work. 2002-10-07 06:34:43 +00:00
rogerl%netscape.com
f11162aae4 Long/Float support. 2002-10-03 06:49:07 +00:00
rogerl%netscape.com
4eb7172c9e Adding extra tag handling for long/ulong/float. 2002-10-02 16:57:46 +00:00
rogerl%netscape.com
9621db8743 Implemented (untested) delete support. GC tweaks to engine. 2002-09-30 22:36:27 +00:00
rogerl%netscape.com
1ad11162fb Added logicalAssignOp, more gc fixes. 2002-09-30 08:16:37 +00:00
waldemar%netscape.com
25e0d3e6a1 Fixed bug 2002-09-25 23:54:34 +00:00
waldemar%netscape.com
d3906a023d Removed JS20/Units.lisp from the default build 2002-09-25 23:54:19 +00:00
waldemar%netscape.com
6dda06e2e2 Added support for float32; changed the lexer's token data structures 2002-09-25 23:53:16 +00:00
waldemar%netscape.com
d6f254bf7c Changes to support the updated lexer and the simplified token data structure 2002-09-25 23:52:03 +00:00