Граф коммитов

1238 Коммитов

Автор SHA1 Сообщение Дата
rogerl%netscape.com 39aff9e7f8 Comment. 2002-11-12 23:50:43 +00:00
rogerl%netscape.com 60e590c347 Slot ops. 2002-11-12 17:52:42 +00:00
rogerl%netscape.com dea382c3d2 Proto instance dup. Type discovery in expression. 2002-11-11 22:19:59 +00:00
rogerl%netscape.com b69f3b5de2 signed/unsigned comparison. 2002-11-11 18:36:12 +00:00
rogerl%netscape.com e8fa7a7caa Constuctor function support. Dump of classes. 2002-11-10 23:52:33 +00:00
rogerl%netscape.com cb0155cd26 Added class dumper. 2002-11-09 23:26:06 +00:00
rogerl%netscape.com bbdfe41e76 Fixed missing pop after var initialization. Added instruction trace. 2002-11-09 22:53:51 +00:00
rogerl%netscape.com e25446012c nuttin honey. 2002-11-08 23:46:32 +00:00
rogerl%netscape.com 1ccd3cbcfc Added '-t' option for controlling parse tree dump. 2002-11-08 19:50:16 +00:00
rogerl%netscape.com 7730d7842a Fixed bad delete of string ptrs in libraries. 2002-11-07 23:46:02 +00:00
rogerl%netscape.com e6b3f82383 Fixed instance member resolution & superclass slot layout. 2002-11-07 21:29:41 +00:00
rogerl%netscape.com 08092ce134 signed/unsigned issue on NotALabel. 2002-11-07 18:41:17 +00:00
rogerl%netscape.com cee474f132 DumpByteCode implemented/ 2002-11-06 23:15:02 +00:00
rogerl%netscape.com fc28a7ed83 Fixed DikDik remnants. 2002-11-06 22:19:55 +00:00
rogerl%netscape.com 0b37386f2c Further attempt to purge js32.lib remnant. 2002-11-06 18:35:33 +00:00
rogerl%netscape.com 17eaecb35b (trying to) clean up workspace check-in. 2002-11-06 06:22:33 +00:00
rogerl%netscape.com ed7ed1e5f5 More DikDik clean-up. 2002-11-06 06:00:12 +00:00
rogerl%netscape.com 753328e85d Fixed Readme for Linux. Beginning bytecode dumper. 2002-11-05 23:53:10 +00:00
rogerl%netscape.com e323c12597 Linux build fixes. 2002-11-05 22:16:16 +00:00
rogerl%netscape.com dcddb3d9bb Fixed gc-ing in frames. 2002-11-04 23:03:58 +00:00
rogerl%netscape.com 75587f8292 Moved '#pragma warning' disable list to single file. 2002-11-04 04:54:23 +00:00
rogerl%netscape.com a7e60199de Moved strings to bytecodecontainer instead of pointers. Fixed construction
of non-functions.
2002-11-04 04:53:17 +00:00
rogerl%netscape.com c1f7c1774b Whole slew of Linux build warning fixes. Fixed over-pop from default
constructor.
2002-11-01 20:55:10 +00:00
rogerl%netscape.com 9e524be7fd Linux build fixes. 2002-10-31 22:32:08 +00:00
rogerl%netscape.com 699925f392 Linux build fixes. 2002-10-31 21:39:47 +00:00
rogerl%netscape.com 3d1eedda77 Linux build fixes. 2002-10-31 21:25:35 +00:00
rogerl%netscape.com bd2f6147df Fixing Linux build. 2002-10-31 21:12:59 +00:00
rogerl%netscape.com e730e1b892 Fixing Linux build. 2002-10-31 21:08:13 +00:00
rogerl%netscape.com 20c63ce0d3 Removing DikDik files. 2002-10-31 19:06:24 +00:00
rogerl%netscape.com d30694af8b Fixed finally invocation. 2002-10-30 19:10:38 +00:00
rogerl%netscape.com d8699fc4dd Throw across activations. 2002-10-30 17:12:06 +00:00
waldemar%netscape.com 1492452e23 Made === ignore the numbers' types 2002-10-30 01:46:55 +00:00
rogerl%netscape.com 5494f32400 eIs 2002-10-29 23:49:43 +00:00
rogerl%netscape.com 0187787763 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 68894de4de 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 f0f37b386b 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 8e906443d5 A few conditionals for CLisp 2002-10-29 01:12:45 +00:00
waldemar%netscape.com 8ae7afa4a0 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 3219cfbfb4 Revamped handling of floats, doubles, and longs per the October ECMA meeting 2002-10-29 01:11:32 +00:00
waldemar%netscape.com f587da0650 Added tt tag 2002-10-29 01:09:30 +00:00
waldemar%netscape.com f3165e6a76 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 f03aef601e Added :keyword depictor 2002-10-29 01:07:49 +00:00
rogerl%netscape.com ee7ba07624 Switch statement start. 2002-10-28 17:52:33 +00:00
rogerl%netscape.com 67c71b2257 Fixed activation stack after throw across nested interpreter loop
invocation.
2002-10-28 17:21:42 +00:00
rogerl%netscape.com 18b948f094 Handling exceptions in initilizations. 2002-10-28 07:37:58 +00:00
rogerl%netscape.com 5882f9a809 var definition initialization fixes. 2002-10-28 02:05:47 +00:00
rogerl%netscape.com 4c2781bafc Fixed Number.NaN 2002-10-25 18:03:19 +00:00
rogerl%netscape.com 896c6e426b Added separate number class and initialization. 2002-10-25 17:58:43 +00:00
rogerl%netscape.com 7b1bbaa69f hey rog 2002-10-25 16:15:55 +00:00
rogerl%netscape.com e50c4644fd Number class. 2002-10-24 23:12:24 +00:00