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 |
|
waldemar%netscape.com
|
9735c6a8e2
|
Removed units and added support for l, ul, and f suffixes. Changed the basic types of the token variants to match changes in other files
|
2002-09-25 23:51:12 +00:00 |
|
waldemar%netscape.com
|
aee5c157f3
|
Replaced fill-capture by the new repeat primitive
|
2002-09-25 23:49:53 +00:00 |
|
waldemar%netscape.com
|
49ac14b7f4
|
Added support for float32; made float32 and float64 disjoint from rational numbers; misc. numeric primitive changes
|
2002-09-25 23:49:12 +00:00 |
|
waldemar%netscape.com
|
477b09de7f
|
First version
|
2002-09-25 23:48:38 +00:00 |
|
waldemar%netscape.com
|
dbf88e2453
|
Added support for float32; made float32 and float64 disjoint from rational numbers; misc. numeric primitive changes; added bottom expression; made append take two or more operands; added support for expressions in comments; added repeat operator
|
2002-09-25 23:47:25 +00:00 |
|
waldemar%netscape.com
|
3069038425
|
Fixed bug in handling of :wrap
|
2002-09-25 23:44:38 +00:00 |
|
waldemar%netscape.com
|
22d4dab763
|
Fixed bug
|
2002-09-25 23:43:57 +00:00 |
|
rogerl%netscape.com
|
02fc699f8f
|
Completed arithmetic (except Long & float32). Gc work. Hooked up Math class
|
2002-09-24 22:22:04 +00:00 |
|
rogerl%netscape.com
|
3de3f5a60a
|
Math class definition.
|
2002-09-23 14:40:06 +00:00 |
|
rogerl%netscape.com
|
bc149a54fa
|
Merged all latest.
|
2002-09-20 21:40:36 +00:00 |
|
rogerl%netscape.com
|
b6cfa367f6
|
Added Math class functionality.
|
2002-09-20 06:44:36 +00:00 |
|
rogerl%netscape.com
|
d52dc7c2cc
|
Changed built-ins to FixedInstances. Hooking up regexp.
|
2002-09-19 00:23:10 +00:00 |
|
rogerl%netscape.com
|
03d9ea556d
|
Hooking up string class.
|
2002-09-18 06:43:41 +00:00 |
|
rogerl%netscape.com
|
d878500b59
|
Date connection.
|
2002-09-17 23:22:40 +00:00 |
|
rogerl%netscape.com
|
0fad706e11
|
Builtin prototype functions.
|
2002-09-16 21:24:27 +00:00 |
|
rogerl%netscape.com
|
35c3192b27
|
Arithmetic. Global properties.
|
2002-09-16 06:33:47 +00:00 |
|
rogerl%netscape.com
|
293744eaed
|
More gc. Method invocation.
|
2002-09-16 00:09:58 +00:00 |
|
rogerl%netscape.com
|
aaa1c28e67
|
GC, relationals.
|
2002-09-14 22:17:35 +00:00 |
|
rogerl%netscape.com
|
e99f6aa555
|
For stmt, block frame & gc work.
|
2002-09-13 17:54:16 +00:00 |
|
rogerl%netscape.com
|
77aebe2e74
|
DoWhile.
|
2002-09-12 22:00:55 +00:00 |
|
rogerl%netscape.com
|
bf0130e12a
|
Break/continue fixes.
|
2002-09-12 19:38:14 +00:00 |
|
rogerl%netscape.com
|
3110f38597
|
Fixes to loop handling & equality ops.
|
2002-09-12 07:34:22 +00:00 |
|
rogerl%netscape.com
|
172045ff53
|
Statement result value. Loop control. Equality op.
|
2002-09-12 01:15:46 +00:00 |
|
rogerl%netscape.com
|
e03eabe26c
|
Statement labels.
|
2002-09-11 17:20:41 +00:00 |
|
rogerl%netscape.com
|
767ec282d3
|
Label statement.
|
2002-09-11 06:39:10 +00:00 |
|
rogerl%netscape.com
|
3098c11277
|
Function invocation & parameter frame instantiation. Labelled statements.
|
2002-09-10 23:36:00 +00:00 |
|
rogerl%netscape.com
|
ff8c909eed
|
Function invocation handling.
|
2002-09-10 00:18:38 +00:00 |
|
rogerl%netscape.com
|
042469fff4
|
Bracket refs, post/pre Xcrements. Started function definition & invocation
|
2002-09-09 06:25:09 +00:00 |
|
rogerl%netscape.com
|
11229c4920
|
Variable initialization support.
|
2002-09-07 00:33:31 +00:00 |
|
rogerl%netscape.com
|
066900bc68
|
Fixed writeProperty.
|
2002-09-05 17:58:09 +00:00 |
|
rogerl%netscape.com
|
007ef76f6d
|
WriteProperty work-in-progress (broken!)
|
2002-09-05 00:26:34 +00:00 |
|
rogerl%netscape.com
|
a81603a056
|
ReadProperty support.
|
2002-09-03 22:22:42 +00:00 |
|
rogerl%netscape.com
|
ff6ac62d63
|
Labor day progress. DotReference, class instance variable definition and
associated oevrride resolution support. Branch logic support.
|
2002-09-03 15:20:24 +00:00 |
|
rogerl%netscape.com
|
a8d856d774
|
Start on Class definitions.
|
2002-08-30 00:14:03 +00:00 |
|
rogerl%netscape.com
|
7df2968246
|
More namespaces and use statement. Fixed retval behaviour
|
2002-08-29 16:14:40 +00:00 |
|
rogerl%netscape.com
|
dde58a082b
|
Changed qualifier evaluation to compile time. Added error handling via
pc map.
|
2002-08-28 17:43:44 +00:00 |
|
rogerl%netscape.com
|
91f00d84f6
|
Ongoing namespace implementation + first gc.
|
2002-08-28 00:45:55 +00:00 |
|
rogerl%netscape.com
|
5398f9a4ee
|
Namespace implemenation.
|
2002-08-27 16:11:32 +00:00 |
|
rogerl%netscape.com
|
016eae89e3
|
DefineStaticMember & multiname changes
|
2002-08-26 23:41:19 +00:00 |
|
rogerl%netscape.com
|
822b933fd9
|
switching to qualified multinames.
|
2002-08-26 17:53:04 +00:00 |
|
rogerl%netscape.com
|
36ebbbe9b2
|
Disneyland progress.
|
2002-08-24 04:10:42 +00:00 |
|
rogerl%netscape.com
|
35d645a739
|
New exec functionality
|
2002-08-20 06:07:41 +00:00 |
|
rogerl%netscape.com
|
6cfbc1ea9d
|
Exec milestone.
|
2002-08-20 06:02:27 +00:00 |
|
rogerl%netscape.com
|
4e8414326f
|
Filling out exec.
|
2002-08-19 17:30:48 +00:00 |
|
rogerl%netscape.com
|
8ce299c54f
|
New engine work
|
2002-08-19 06:31:16 +00:00 |
|
waldemar%netscape.com
|
ba5a07c1a1
|
Added another test case
|
2002-08-13 23:56:53 +00:00 |
|
waldemar%netscape.com
|
fdbfdd5d57
|
Many changes, including: removed user-definable operators and units; added long, ulong, and character; reorganized frame structures; and added more directive code.
|
2002-08-13 23:56:31 +00:00 |
|
waldemar%netscape.com
|
27398c944e
|
Partially implemented integer-range type. Changed bottom from an expression to a statement.
|
2002-08-13 23:54:10 +00:00 |
|
waldemar%netscape.com
|
af742ff98f
|
Partially implemented integer-range type. Allowed unions of tags with sets or vectors. Allowed testing of a float64 to see whether it's an integer.
|
2002-08-13 23:53:16 +00:00 |
|
rogerl%netscape.com
|
9e5343153e
|
DIKDIK build fixes.
|
2002-08-08 01:49:43 +00:00 |
|
rogerl%netscape.com
|
eb913abc8f
|
Inc.
|
2002-08-06 23:02:42 +00:00 |
|
rogerl%netscape.com
|
56f02f49f3
|
Adding more static defn.
|
2002-08-06 17:34:32 +00:00 |
|
rogerl%netscape.com
|
f1af4bfbc0
|
Constructing object literals.
|
2002-08-05 23:08:39 +00:00 |
|
rogerl%netscape.com
|
64baa5dd15
|
Fixed retval printing.
|
2002-08-05 19:59:24 +00:00 |
|
rogerl%netscape.com
|
0837f3171f
|
Inc.
|
2002-08-05 18:52:58 +00:00 |
|
rogerl%netscape.com
|
c5247a541f
|
Incrementals
|
2002-08-05 01:38:23 +00:00 |
|
rogerl%netscape.com
|
d30e95c101
|
incremental
|
2002-08-03 23:25:14 +00:00 |
|
rogerl%netscape.com
|
9382c77c37
|
incrementals
|
2002-08-02 22:32:17 +00:00 |
|
rogerl%netscape.com
|
cccb732f19
|
Incremental update
|
2002-08-01 22:20:25 +00:00 |
|
waldemar%netscape.com
|
09d1bef838
|
Obsolete
|
2002-07-13 00:52:10 +00:00 |
|
rogerl%netscape.com
|
929cad358e
|
*** empty log message ***
|
2002-07-02 01:26:33 +00:00 |
|
rogerl%netscape.com
|
34022f34de
|
*** empty log message ***
|
2002-06-28 23:43:16 +00:00 |
|
waldemar%netscape.com
|
5b9b4f49e6
|
Removed abstract methods
|
2002-06-26 01:12:09 +00:00 |
|
rogerl%netscape.com
|
9b201c7f13
|
Start.
|
2002-06-17 06:40:50 +00:00 |
|
waldemar%netscape.com
|
4aa22ac474
|
Added lots of new code for frames and function definitions
|
2002-06-12 00:24:29 +00:00 |
|
waldemar%netscape.com
|
2559b0f48c
|
Added optional test to unique-elt-of
|
2002-06-12 00:23:45 +00:00 |
|
waldemar%netscape.com
|
5a4095b10a
|
Removed interfaces
|
2002-05-22 00:59:22 +00:00 |
|
waldemar%netscape.com
|
697edbcc03
|
Added more definition semantics. Removed instance member indirection. Removed indexable flag.
|
2002-04-24 00:30:48 +00:00 |
|
waldemar%netscape.com
|
bebef0fb3a
|
Added support for optional fields
|
2002-04-24 00:30:02 +00:00 |
|
waldemar%netscape.com
|
f0c1783743
|
Added support for optional fields. Removed requirement that free variables be constants.
|
2002-04-24 00:29:40 +00:00 |
|
brendan%mozilla.org
|
0555817eef
|
Fix next-to-last vs. last context GC race, plus ClaimScope vs. js_DestroyContext race; removed js_ForceGC from the FRIEND JS API (133773, sr=jband&shaver, a=asa).
|
2002-04-02 04:23:21 +00:00 |
|
pschwartau%netscape.com
|
5594c4cea0
|
Correcting mistake in location of DikDik executable on Windows. Whitespace cleanup.
|
2002-03-30 00:14:18 +00:00 |
|
pschwartau%netscape.com
|
2f698fb4ee
|
Fixed Mac build warnings
|
2002-03-28 23:24:47 +00:00 |
|
rogerl%netscape.com
|
105ec0f27c
|
Build warning fixes.
|
2002-03-28 22:53:08 +00:00 |
|
rogerl%netscape.com
|
eb08434e02
|
Incremental Shamu updates
|
2002-03-28 18:56:04 +00:00 |
|
rogerl%netscape.com
|
d3e1dc70b9
|
Added nyi() etc.
|
2002-03-25 23:34:02 +00:00 |
|
rogerl%netscape.com
|
3218a0ca5a
|
Incremental fixing.
|
2002-03-23 00:18:31 +00:00 |
|
rogerl%netscape.com
|
233bc71387
|
Fixed output directory
|
2002-03-22 23:45:46 +00:00 |
|
rogerl%netscape.com
|
dd20f4286c
|
VC++ workspace for shamu
|
2002-03-22 23:40:34 +00:00 |
|
rogerl%netscape.com
|
f7299aa11e
|
Shim - builds SpiderMonkey compatible dll from DikDik.
|
2002-03-22 23:35:41 +00:00 |
|
rogerl%netscape.com
|
1bfada14c9
|
Switched to SpiderMOnkey style jsval tagged pointer scheme.
|
2002-03-22 22:58:24 +00:00 |
|
timeless%mac.com
|
dec943eb10
|
Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
|
2002-03-19 04:30:17 +00:00 |
|
waldemar%netscape.com
|
24cfb9a514
|
Checkpoint
|
2002-03-07 01:12:41 +00:00 |
|
waldemar%netscape.com
|
1f1706020e
|
More new semantics
|
2002-03-04 23:49:11 +00:00 |
|
waldemar%netscape.com
|
16a9e4af1f
|
Changed formatting of elt-of and unique-elt-of
|
2002-03-04 23:49:03 +00:00 |
|
waldemar%netscape.com
|
494447d4d4
|
Added unique-elt-of
|
2002-03-04 23:48:39 +00:00 |
|
rogerl%netscape.com
|
6fbe964f0c
|
Added regexp path.
|
2002-02-21 18:21:38 +00:00 |
|
rogerl%netscape.com
|
7e65600b58
|
Missing newline at EOF
|
2002-02-21 18:15:40 +00:00 |
|
rogerl%netscape.com
|
17a5baed37
|
Fixing gcc errors.
|
2002-02-21 18:14:56 +00:00 |
|
rogerl%netscape.com
|
ea153c5866
|
Fixed include path for regexp
|
2002-02-21 18:07:44 +00:00 |
|
rogerl%netscape.com
|
2cc1770789
|
Sweeping changes arising from moving unary operator table to context etc.
|
2002-02-21 18:06:35 +00:00 |
|
waldemar%netscape.com
|
87405288a8
|
More new semantics
|
2002-02-08 04:06:29 +00:00 |
|
waldemar%netscape.com
|
9a615e06af
|
Added support for set-field and type-diff
|
2002-02-08 04:05:44 +00:00 |
|
waldemar%netscape.com
|
6157e94fd5
|
Fixed stub compile error
|
2002-02-05 01:13:30 +00:00 |
|