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

999 Коммитов

Автор SHA1 Сообщение Дата
pschwartau%netscape.com 51b71c0b26 Added regexpwrapper.cpp 2002-01-08 23:17:11 +00:00
pschwartau%netscape.com 2cf3f4a1b8 Fixed build warnings 2002-01-08 23:15:23 +00:00
rogerl%netscape.com 4306a51020 Fixed failure to parse 'prototype'.
Added regexp support.
2002-01-08 22:39:43 +00:00
waldemar%netscape.com 36c65e999d Updated grammar: blocks and groups are now separate statements. A group is a block with attributes that does not form a scope. A group can hold directives only if it is itself in a location that can hold directives. 2002-01-08 00:09:03 +00:00
waldemar%netscape.com de6758169d Removed attributes from parse directives 2002-01-05 03:32:58 +00:00
waldemar%netscape.com 4d33713829 Fixed cast bug 2002-01-05 01:27:47 +00:00
waldemar%netscape.com b9834aed79 Regularized the grammar for substatements and groups of directives 2001-12-21 06:12:16 +00:00
waldemar%netscape.com 087d0d1a98 Miscellaneous environment improvements 2001-12-20 01:08:25 +00:00
waldemar%netscape.com f65fa0adcf Replaced append by cons 2001-12-20 01:07:52 +00:00
waldemar%netscape.com d65574438b Added 'cons' array operator 2001-12-20 01:07:22 +00:00
rogerl%netscape.com 01c77085c4 Release build fixes. 2001-12-18 17:56:55 +00:00
rogerl%netscape.com 35d8d134ef Modified to use new parameter syntax. 2001-12-18 17:22:26 +00:00
rogerl%netscape.com 20e117d053 Fixed parameter handling to match new syntax. 2001-12-18 17:21:06 +00:00
beard%netscape.com 61500f18f6 Turned on DEBUG flag. 2001-12-13 21:11:14 +00:00
pschwartau%netscape.com 9195b72ecc Adding more info 2001-12-12 00:24:17 +00:00
beard%netscape.com e3de678c12 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 97a1a5ba9f *** empty log message *** 2001-12-08 01:06:34 +00:00
beard%netscape.com d3aa9cd027 Added header files to project. 2001-12-08 01:05:27 +00:00
beard%netscape.com a85679549c Changes to build JS2 on Mac OS X. 2001-12-06 22:40:56 +00:00
beard%netscape.com 5ab43072f8 Support for building JS2 using Project Builder on Mac OS X. 2001-12-06 22:32:38 +00:00
rogerl%netscape.com 6cc031aa81 removing obsoleted msdev project files. 2001-12-04 18:35:28 +00:00
waldemar%netscape.com 35d60ebe13 Updated to latest CodeWarrior and to fix subproject dependencies 2001-12-04 02:26:32 +00:00
waldemar%netscape.com 0470d4c0c3 Added support for named function parameters. Fixed several minor variable definition bugs. 2001-12-04 02:25:03 +00:00
jband%netscape.com baf8b57bf4 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 c203fc92f5 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 f8f541f48a Fixed Mac warnings 2001-12-01 03:30:13 +00:00
waldemar%netscape.com 048855d931 Added comments 2001-11-30 02:23:05 +00:00
waldemar%netscape.com fe50fb0839 Added /* and */ statements 2001-11-30 02:22:37 +00:00
waldemar%netscape.com c2f6dc43ef Added more statement semantics 2001-11-27 02:39:34 +00:00
waldemar%netscape.com 82dc8ca639 Removed #, .., ->, and @ tokens 2001-11-27 02:39:18 +00:00
waldemar%netscape.com 4e6edc46d1 Fixed string literal bug 2001-11-27 02:38:56 +00:00
waldemar%netscape.com dba9d7f2a9 Fixed formatting of empty records 2001-11-27 02:38:39 +00:00
waldemar%netscape.com b3dfc660ae Added support for :var arguments 2001-11-27 02:38:13 +00:00
rogerl%netscape.com 143454c6bd 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 b21e3aaf6c 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 db6d29fd6b Added dump-units 2001-11-06 01:23:17 +00:00
waldemar%netscape.com 93fdd12a4b Added support for //, assert, and uninitialized vars 2001-11-06 01:22:57 +00:00
waldemar%netscape.com 89ea05011c Added dump-regexp 2001-11-06 01:22:45 +00:00
waldemar%netscape.com ffaef3d56f Ensured that styled text doesn't contain non-keyword symbols as styles 2001-11-06 01:22:14 +00:00
rogerl%netscape.com 72c876409e 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 c4ec713da5 Substantive semantic changes. Implemented prototype instances and property reading and writing. 2001-10-27 02:41:20 +00:00
waldemar%netscape.com 7185d1eae2 Fixed comment 2001-10-27 02:40:41 +00:00
waldemar%netscape.com 1a0ebc5a32 Added :uninitialized variables 2001-10-27 02:40:13 +00:00
waldemar%netscape.com e33e71d2f0 Reordered sections to match E4 draft. Added prototype semantic domain. 2001-10-23 22:47:20 +00:00
waldemar%netscape.com 58f70101c1 Added dump-lexer 2001-10-23 22:46:26 +00:00
waldemar%netscape.com b2c6eca94e Fixed handling of unions containing forward-defined types 2001-10-23 22:46:01 +00:00
waldemar%netscape.com f6a2b2dc3e Added :nbsp 2001-10-23 22:45:31 +00:00
waldemar%netscape.com 10a3a367d8 Added :global-call and support for styled text inside %heading 2001-10-23 22:45:20 +00:00
waldemar%netscape.com 58832bbcea Replaced %section and %subsection by %heading with an adjustable level number 2001-10-19 23:18:03 +00:00
waldemar%netscape.com 3172f59803 Renamed type to domain 2001-10-19 00:50:40 +00:00