Commit Graph

1093 Commits

Author SHA1 Message Date
waldemar%netscape.com
f173811ba2 Regularized the grammar for substatements and groups of directives 2001-12-21 06:12:16 +00:00
waldemar%netscape.com
c9eaf6ef01 Miscellaneous environment improvements 2001-12-20 01:08:25 +00:00
waldemar%netscape.com
3dc230b926 Replaced append by cons 2001-12-20 01:07:52 +00:00
waldemar%netscape.com
490270b28f Added 'cons' array operator 2001-12-20 01:07:22 +00:00
rogerl%netscape.com
b416a0d515 Release build fixes. 2001-12-18 17:56:55 +00:00
rogerl%netscape.com
0101283eda Modified to use new parameter syntax. 2001-12-18 17:22:26 +00:00
rogerl%netscape.com
3f2aa66262 Fixed parameter handling to match new syntax. 2001-12-18 17:21:06 +00:00
beard%netscape.com
f912b2ba25 Turned on DEBUG flag. 2001-12-13 21:11:14 +00:00
pschwartau%netscape.com
df6939c354 Adding more info 2001-12-12 00:24:17 +00:00
beard%netscape.com
a024fe7345 Mac OS X bustage, stderr is a macro, so can't prefix it with std::. This may depend on the version of libg++ we are using. 2001-12-11 18:56:47 +00:00
beard%netscape.com
f3bc73ad51 *** empty log message *** 2001-12-08 01:06:34 +00:00
beard%netscape.com
ca02bc5aab Added header files to project. 2001-12-08 01:05:27 +00:00
beard%netscape.com
e570351194 Changes to build JS2 on Mac OS X. 2001-12-06 22:40:56 +00:00
beard%netscape.com
fef13c4a18 Support for building JS2 using Project Builder on Mac OS X. 2001-12-06 22:32:38 +00:00
rogerl%netscape.com
12543f0aa5 removing obsoleted msdev project files. 2001-12-04 18:35:28 +00:00
waldemar%netscape.com
f497380db4 Updated to latest CodeWarrior and to fix subproject dependencies 2001-12-04 02:26:32 +00:00
waldemar%netscape.com
7742f17c6f Added support for named function parameters. Fixed several minor variable definition bugs. 2001-12-04 02:25:03 +00:00
jband%netscape.com
a787db9988 adding build instructions from pschwartau@netscape.com to the README. Not part of mozilla build 2001-12-03 07:58:18 +00:00
waldemar%netscape.com
76bb17b62b Recent ECMA grammar changes: deleted the x.class operator and prohibited super from being a direct operand of the delete operator. 2001-12-01 03:31:46 +00:00
waldemar%netscape.com
7a644b1692 Fixed Mac warnings 2001-12-01 03:30:13 +00:00
waldemar%netscape.com
8636cf2c52 Added comments 2001-11-30 02:23:05 +00:00
waldemar%netscape.com
1621beb52f Added /* and */ statements 2001-11-30 02:22:37 +00:00
waldemar%netscape.com
ca49da3bec Added more statement semantics 2001-11-27 02:39:34 +00:00
waldemar%netscape.com
ede0055183 Removed #, .., ->, and @ tokens 2001-11-27 02:39:18 +00:00
waldemar%netscape.com
71080a9497 Fixed string literal bug 2001-11-27 02:38:56 +00:00
waldemar%netscape.com
b8b39981ba Fixed formatting of empty records 2001-11-27 02:38:39 +00:00
waldemar%netscape.com
e381f103fe Added support for :var arguments 2001-11-27 02:38:13 +00:00
rogerl%netscape.com
c548fd77b5 Added Function.call/apply. Fixed bug in exception handling clean-up of
activation stack.
2001-11-06 19:45:04 +00:00
waldemar%netscape.com
0fd83fa8d8 Added :wrap and extended :nowrap to apply as either a paragraph or an inline style 2001-11-06 01:24:13 +00:00
waldemar%netscape.com
43f16e95ce Added dump-units 2001-11-06 01:23:17 +00:00
waldemar%netscape.com
d9c43b05bb Added support for //, assert, and uninitialized vars 2001-11-06 01:22:57 +00:00
waldemar%netscape.com
462632c9d8 Added dump-regexp 2001-11-06 01:22:45 +00:00
waldemar%netscape.com
b79d7cf5e6 Ensured that styled text doesn't contain non-keyword symbols as styles 2001-11-06 01:22:14 +00:00
rogerl%netscape.com
033e700dd8 Fixed result value of for..in statement. Handling of user throws & runtime
errors combined. Various reader->pos bugs. Added Error & NativeError types.
Added escape & unescape. Fixed bugs in Array.sort & Date settors.
2001-11-05 18:05:37 +00:00
waldemar%netscape.com
0b07320096 Substantive semantic changes. Implemented prototype instances and property reading and writing. 2001-10-27 02:41:20 +00:00
waldemar%netscape.com
3b80c5d68f Fixed comment 2001-10-27 02:40:41 +00:00
waldemar%netscape.com
4d44f1c7d9 Added :uninitialized variables 2001-10-27 02:40:13 +00:00
waldemar%netscape.com
d51c440be9 Reordered sections to match E4 draft. Added prototype semantic domain. 2001-10-23 22:47:20 +00:00
waldemar%netscape.com
0eec409062 Added dump-lexer 2001-10-23 22:46:26 +00:00
waldemar%netscape.com
6a897d5350 Fixed handling of unions containing forward-defined types 2001-10-23 22:46:01 +00:00
waldemar%netscape.com
d73ce607f8 Added :nbsp 2001-10-23 22:45:31 +00:00
waldemar%netscape.com
61d5057b12 Added :global-call and support for styled text inside %heading 2001-10-23 22:45:20 +00:00
waldemar%netscape.com
316ce83544 Replaced %section and %subsection by %heading with an adjustable level number 2001-10-19 23:18:03 +00:00
waldemar%netscape.com
20585be27c Renamed type to domain 2001-10-19 00:50:40 +00:00
rogerl%netscape.com
52e1b91b23 Added Array.sort. Fixed toNumber(String) for trailing whitespace. Fixed
Date.SetXXX for date values. Fixed scopechain growth bug. Fixed empty
array literals. Fixed empty type casts for built-ins.
2001-10-19 00:25:28 +00:00
waldemar%netscape.com
f974c090d4 Added support for writable actions 2001-10-17 03:57:51 +00:00
waldemar%netscape.com
a87844beb8 Enhanced list*-bind and added tree-member 2001-10-17 03:57:32 +00:00
waldemar%netscape.com
32ba476b7b Fixes from October 1 ECMA meeting 2001-10-17 03:57:06 +00:00
waldemar%netscape.com
ca9cb1a4f4 Test of writable actions 2001-10-17 03:55:46 +00:00
waldemar%netscape.com
5874bbb78e Updated for new syntax 2001-10-17 03:55:25 +00:00
rogerl%netscape.com
6407d1e671 warning fix. 2001-10-16 19:14:16 +00:00
rogerl%netscape.com
24391bf195 Fixed length fields for various functions, behavioiur of string functions
to match tests. Added missing virtuals to BoundFunction. Fixed eval access
to parameters and locals.
2001-10-16 18:58:42 +00:00
waldemar%netscape.com
7a8e3a2a28 Added subscript styles 2001-10-12 00:24:59 +00:00
waldemar%netscape.com
6fe473fa50 More style changes. Removed nested character styles. Fixed line insertion. Made syntax errors catchable by the read-eval-print loop. 2001-10-12 00:24:20 +00:00
pschwartau%netscape.com
78f63becc3 Warning fixes 2001-10-09 00:08:31 +00:00
rogerl%netscape.com
80917387bf Added enumerable handling, === operator. Fixed try/catch across interpreter
loop invocations, other sundry ecma test suite fixes.
2001-10-08 23:57:01 +00:00
beard%netscape.com
ab4a3576b2 Added Carbon.rsrc to Carbon targets. 2001-10-04 21:45:48 +00:00
beard%netscape.com
aee17e2103 Carbon specific resources for Carbon targets. 2001-10-04 21:41:56 +00:00
waldemar%netscape.com
2061df8273 Added support for indexes in rtf files 2001-10-04 01:13:53 +00:00
waldemar%netscape.com
9b65975763 Reformatted actions to merge procedures from multiple expansions of a nonterminal. Removed U_equiv form of functions. 2001-10-03 21:01:38 +00:00
rogerl%netscape.com
182c6da18e Fixed for..in to descend prototype chain. Fixed binding for non-methods. 2001-10-02 01:15:12 +00:00
pschwartau%netscape.com
17bc1b4001 Warning fixes from mac build 2001-09-28 01:32:05 +00:00
rogerl%netscape.com
47b71576aa Wiped warning whining. 2001-09-28 01:24:38 +00:00
rogerl%netscape.com
c67e4aab67 Snapshot of latest fixes for expression/statement/date/boolean/types ECMA
test suite related bug fixing.
2001-09-28 01:16:52 +00:00
rogerl%netscape.com
df289bcad1 Fixed crash in handling 'for (var i,p in...' - the reader didn't have a
pre-peeked token for the error report unless it was backed up.
2001-09-28 01:16:00 +00:00
waldemar%netscape.com
0adb47b872 Made section headers be headings level 1 and 2 instead of 3 and 4 2001-09-27 05:41:50 +00:00
waldemar%netscape.com
93261c28f6 Miscellaneous renamings and formatting changes 2001-09-27 05:41:20 +00:00
waldemar%netscape.com
3efff59168 Added optional parameters to %print-actions 2001-09-27 05:40:20 +00:00
waldemar%netscape.com
0727a83677 Added support for -> covariance and contravariance 2001-09-27 05:39:52 +00:00
waldemar%netscape.com
b747ac7e74 Renamed local-variable to variable 2001-09-25 03:51:24 +00:00
waldemar%netscape.com
e3c709c1a0 Tweaked HTML formatting 2001-09-25 03:51:12 +00:00
waldemar%netscape.com
198cc3c502 Added algorithm, stmt, and lvl styles. Obsoleted semantics styles. 2001-09-25 03:50:36 +00:00
waldemar%netscape.com
aeaa0089e3 Added support for algorithm styles 2001-09-25 03:49:47 +00:00
waldemar%netscape.com
998c166f95 Tweaked Word styles 2001-09-25 03:49:27 +00:00
waldemar%netscape.com
042cd5b2e0 Added support for the 'named' function parameter attribute. Removed .class. Renamed production names to British spelling. 2001-09-25 03:48:53 +00:00
waldemar%netscape.com
ec11d61528 Added named 2001-09-25 03:47:52 +00:00
waldemar%netscape.com
91a0788c04 Fixed the precedence of neg 2001-09-25 03:46:57 +00:00
rogerl%netscape.com
61a9487ec2 Fixed value/type mismatch bugs. Fixed some warnings. 2001-09-20 23:52:06 +00:00
beard%netscape.com
ccc8f2201f Fix crasher on Mac. 2001-09-20 23:39:06 +00:00
beard%netscape.com
e75f592c1b Fix Mac build bustage. 2001-09-20 22:15:14 +00:00
rogerl%netscape.com
7a316e3b9e Added 'version' function for test suite. 2001-09-20 01:41:03 +00:00
rogerl%netscape.com
d0c0b2fd5e Fixes for missing global object properties, various bug fixes. 2001-09-20 01:35:42 +00:00
waldemar%netscape.com
29dc6fcf87 Transitioned to paragraph/DIV-based styles 2001-09-20 00:13:32 +00:00
waldemar%netscape.com
2c8d30a863 Added time-to-string and time-to-short-string 2001-09-20 00:12:13 +00:00
waldemar%netscape.com
fed55711ff Eliminated unnecessary VC6 workaround 2001-09-15 05:17:51 +00:00
waldemar%netscape.com
5dbea6cf6b Fixed error in lexing hexadecimal literals 2001-09-15 01:52:07 +00:00
waldemar%netscape.com
09c1606e5d Fixed template overinstantiation bug 2001-09-13 01:04:22 +00:00
waldemar%netscape.com
2fc37b5493 Added support for list-sets, some, and every. Removed tuple and record tags. Made many minor semantic notation improvements. 2001-09-10 22:10:36 +00:00
waldemar%netscape.com
42a25f889c Split out parseFunctionExpression 2001-09-06 22:44:32 +00:00
waldemar%netscape.com
9a61a7e603 Added missing library 2001-09-06 22:31:29 +00:00
waldemar%netscape.com
292ca21e41 Added missing files 2001-09-06 22:31:05 +00:00
pschwartau%netscape.com
d8870e67af Warning suppression, plus getting date files into mac build 2001-09-05 18:38:17 +00:00
rogerl%netscape.com
2caccf6451 Added setXXX funciton implementations. 2001-09-04 22:07:32 +00:00
rogerl%netscape.com
7b10ce1fc7 Added jsdate & prmjtime to build. 2001-09-04 21:10:21 +00:00
rogerl%netscape.com
1a575505c4 Fix for apparent missing region compare in gcc version of basic_string. 2001-09-04 21:02:10 +00:00
rogerl%netscape.com
805e8131ff Adding Date package. 2001-09-01 01:10:57 +00:00
rogerl%netscape.com
17c24a6e58 Fixed warning. 2001-08-28 00:52:16 +00:00
rogerl%netscape.com
de3967fa51 Started adding Array[]. 2001-08-28 00:44:19 +00:00
rogerl%netscape.com
25dfb8748d Fixed ++/-- operators to invoke unary '+' on operand. All handled by
bytecodegen now instead of in interpreter.
2001-08-27 21:33:54 +00:00
waldemar%netscape.com
6111dd54aa Removed type-expression 2001-08-23 04:22:56 +00:00
waldemar%netscape.com
b57ec3972b Added more basic semantics 2001-08-23 04:22:24 +00:00
waldemar%netscape.com
3096004e48 Added vector subtyping, support for & on unions of tags, and the nonempty operator 2001-08-23 04:21:18 +00:00
waldemar%netscape.com
52b817d584 Renamed a few semantic types. Added 'named' parameter attribute. 2001-08-17 20:04:04 +00:00
waldemar%netscape.com
4b193a72e0 Tags with fields are now depicted with the 'tuple' keyword instead of 'tag' 2001-08-17 20:03:11 +00:00
pschwartau%netscape.com
a51d898af1 Initial add. 2001-08-16 19:03:26 +00:00
pschwartau%netscape.com
b8e5711f71 Correcting a misleading comment - 2001-08-16 18:24:22 +00:00
beard%netscape.com
d885793203 Added Carbon targets, fixed MPW targets. 2001-08-16 01:34:18 +00:00
beard%netscape.com
29a0a349f3 Build with latest CodeWarrior tools. 2001-08-16 01:02:46 +00:00
waldemar%netscape.com
bd2b5fb685 Added unary operators and much more expression parsing. Rearranged semantic data structures. 2001-08-16 00:39:00 +00:00
waldemar%netscape.com
b2b2b87db6 Brought up to date to process formal/notation.html 2001-08-16 00:38:06 +00:00
waldemar%netscape.com
71f15ab5d0 Added subset-10 and subset-eq-10 2001-08-16 00:37:39 +00:00
waldemar%netscape.com
528e7cbb0d Removed 'type' keyword before depicted type definitions 2001-08-16 00:37:03 +00:00
pschwartau%netscape.com
06b7f5c656 Fixing an error. 2001-08-15 21:20:05 +00:00
pschwartau%netscape.com
ee08055238 Improving readability. 2001-08-15 21:19:21 +00:00
pschwartau%netscape.com
cd32024997 Improved status message. 2001-08-15 21:18:49 +00:00
pschwartau%netscape.com
159ee6f53b Added object typing. 2001-08-15 20:57:23 +00:00
beard%netscape.com
d7e9336828 Added MPW tool targets. 2001-08-15 18:59:54 +00:00
beard%netscape.com
612bf202c0 Fixed XP_MAC_MPW code rot. 2001-08-15 18:59:34 +00:00
beard%netscape.com
30c43d1d9b Prefix files for MPW targets. 2001-08-15 18:58:31 +00:00
beard%netscape.com
de65efa606 Updated for latest CodeWarrior tools. 2001-08-15 18:27:40 +00:00
pschwartau%netscape.com
2ba1b45e77 Corrected an error in Section 6 of test. 2001-08-15 18:07:03 +00:00
rogerl%netscape.com
5472b4b6eb Fixed position for 'this' error message. 2001-08-15 01:05:05 +00:00
rogerl%netscape.com
fe5584b4f7 Fixed detection of unchecked functions as function literals. 2001-08-15 00:59:13 +00:00
pschwartau%netscape.com
840b139f9b Initial add. 2001-08-14 23:32:56 +00:00
pschwartau%netscape.com
f477b0190b Minor corrections. 2001-08-14 23:23:33 +00:00
pschwartau%netscape.com
a5cbb50aa4 Corrected a mistake: any use of 'this' inside a class must be contained in a function. 2001-08-14 23:17:07 +00:00
pschwartau%netscape.com
9870164d2b Corrected a mistake: any 'this' inside a class must be wrapped in a function. 2001-08-14 22:33:11 +00:00
pschwartau%netscape.com
5e9cc612e0 Removed extraneous code from the testcase. 2001-08-14 22:24:12 +00:00
pschwartau%netscape.com
fce119515f Correcting an error: 'this' should have been contained inside constructor functions. 2001-08-14 21:55:19 +00:00
rogerl%netscape.com
31ea7a8d8e Fixed illegal use of 'this' in instance methods. Fixed bug in getType for
undefined value.
2001-08-14 21:02:38 +00:00
pschwartau%netscape.com
7489c41d80 Correcting an error in the test. Added comments to explain. 2001-08-14 20:28:06 +00:00
pschwartau%netscape.com
aee71e6700 Added comment. 2001-08-14 04:18:24 +00:00
pschwartau%netscape.com
49a88bf6a8 Initial add. 2001-08-14 04:12:21 +00:00
pschwartau%netscape.com
6dc771167d Correcting a mistake: "prototype" functions should be "constructor" functions. 2001-08-14 03:22:07 +00:00
pschwartau%netscape.com
0fa8d70e3e Added many new cases to test. 2001-08-14 02:19:08 +00:00
rogerl%netscape.com
94ae435647 Fixed missing function name/class info crashes. 2001-08-13 23:14:56 +00:00
waldemar%netscape.com
0974f0ff72 Brought up to date 2001-08-11 06:53:35 +00:00
waldemar%netscape.com
048ea745b7 Added semicolon after action declarations 2001-08-11 06:53:09 +00:00
waldemar%netscape.com
2059e63356 Fixed handling of the 'private' attribute 2001-08-11 00:32:05 +00:00
waldemar%netscape.com
fc26c991f8 Removed 3_in lexer unit syntax 2001-08-10 23:51:00 +00:00
waldemar%netscape.com
1afddbb512 Merged with branch 2001-08-10 23:50:27 +00:00
waldemar%netscape.com
717626b7d7 Added truncate-finite-float64 and compare 2001-08-10 23:27:43 +00:00
waldemar%netscape.com
a016f1f7ac Renamed truncate-float64 to truncate-finite-float64 2001-08-10 23:26:50 +00:00
waldemar%netscape.com
291a314417 Put back instanceof and made minor superficial changes 2001-08-10 23:25:41 +00:00
waldemar%netscape.com
ff227533d2 Removed 3_in notation 2001-08-10 23:24:39 +00:00
waldemar%netscape.com
e51a063159 Eliminated local-variable style 2001-08-10 23:24:11 +00:00
waldemar%netscape.com
a0f333cb35 Fixed handling of infinities 2001-08-10 23:23:42 +00:00
pschwartau%netscape.com
ebd2e13b32 bad type for delete index operand. fixed type warning. 2001-08-10 00:29:48 +00:00
rogerl%netscape.com
83613f0632 Fixed bug in short value instruction operand printing. 2001-08-10 00:25:47 +00:00
rogerl%netscape.com
7251bbcce5 Fixed operator overloading for indexing operators. 2001-08-10 00:21:32 +00:00