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

1045 Коммитов

Автор SHA1 Сообщение Дата
rogerl%netscape.com 5b61a5f595 Added 'quit' to shell. 2002-01-23 01:32:23 +00:00
rogerl%netscape.com 76bf4cad4e Began switch to regexp bytecode. 2002-01-23 01:31:39 +00:00
rogerl%netscape.com b89d192fe3 Cleaning up types. 2002-01-22 21:39:00 +00:00
rogerl%netscape.com d4afb080d6 Cleaned up match vs. execute 2002-01-22 20:01:02 +00:00
rogerl%netscape.com c629f569d0 Fixes for wacky extra blank lines from cvs. Fixes for __proto__ and to
string.split.
2002-01-22 19:51:22 +00:00
rogerl%netscape.com 33898b65d0 Trying to remove extra blank lines from wacky cvs usage. 2002-01-22 19:47:18 +00:00
rogerl%netscape.com 7297d39c0a Incremental ECMA compatibility fixings. 2002-01-18 02:03:56 +00:00
pschwartau%netscape.com beebac8550 Fix Mac build errors/warnings 2002-01-17 21:23:59 +00:00
rogerl%netscape.com 830d61e424 Need stdlib on Linux. 2002-01-17 21:15:48 +00:00
rogerl%netscape.com 5262a916e2 GCC does now support the iterator. 2002-01-17 21:15:16 +00:00
rogerl%netscape.com f67e076e91 Fixed signed'ness bug. 2002-01-17 21:14:32 +00:00
rogerl%netscape.com eb3f3793b2 Added regexp directory as include path. 2002-01-17 21:12:59 +00:00
rogerl%netscape.com 849df10f52 Added package test. 2002-01-17 18:23:20 +00:00
rogerl%netscape.com 24c830aadd Package/Namespace fixes. 2002-01-17 18:22:27 +00:00
waldemar%netscape.com c595f7611e Added a couple of test cases 2002-01-17 01:28:58 +00:00
waldemar%netscape.com ea2837a1a9 Added for-each statements 2002-01-17 01:28:30 +00:00
waldemar%netscape.com 74a0f7de1a Initial version 2002-01-17 01:27:53 +00:00
rogerl%netscape.com 036d2c9f30 Incremental fixes for Packages/Import/Use etc. 2002-01-16 23:55:19 +00:00
beard%netscape.com 4f59844fd0 Reorder initializers in class Package to remove warnings. 2002-01-16 16:12:36 +00:00
rogerl%netscape.com b29764f196 More Package/Import implementation. 2002-01-16 08:30:56 +00:00
rogerl%netscape.com 163706b86d Fixed VC++ build errors for GC stuff. Package & Namespace stuff. 2002-01-16 01:41:02 +00:00
rogerl%netscape.com 366c122925 blank 2002-01-14 19:30:38 +00:00
rogerl%netscape.com 64ee59f8a0 Plethora of fixes. 2002-01-14 03:49:38 +00:00
rogerl%netscape.com 84e7a7fd86 Set empty rgexp paren contents to undefined. 2002-01-14 03:49:10 +00:00
beard%netscape.com 69f8042b12 Switch to Collector::InstanceOwner templates 2002-01-12 17:40:36 +00:00
beard%netscape.com 4d7c67dc78 support for collecting C++ arrays 2002-01-12 17:39:41 +00:00
beard%netscape.com 6b47867a8f Simplified collector support by defining scan methods, and using Collector::Owner<T>. 2002-01-12 02:27:51 +00:00
beard%netscape.com a8b02d082c Added templatized subclass of Collector::ObjectOwner to simplify the GC contract. 2002-01-12 02:27:01 +00:00
beard%netscape.com 1aff63b8e3 Fix windows bustage. 2002-01-12 02:26:14 +00:00
beard%netscape.com 8da9b13a48 Starting to develop gc infrastructure. 2002-01-11 04:45:02 +00:00
beard%netscape.com 8b289b1567 copy(NULL) == NULL 2002-01-11 04:42:11 +00:00
beard%netscape.com 0c4dfb640b First working version using ObjectOwner & semi-spaces. 2002-01-11 01:59:52 +00:00
rogerl%netscape.com 8e13317c80 Fixed up file list. 2002-01-11 00:29:25 +00:00
rogerl%netscape.com 6f1bb4a89d Added regexpwrapper. 2002-01-11 00:18:14 +00:00
rogerl%netscape.com 0949d64014 Added trailing newline at EOF for gcc. 2002-01-11 00:12:16 +00:00
rogerl%netscape.com 2cd42335ed Added trailing newline for gcc. 2002-01-11 00:07:53 +00:00
rogerl%netscape.com 846aa2b592 Fixed case for include filename. 2002-01-11 00:01:14 +00:00
beard%netscape.com 2352c8ffb3 Added regexpwrapper.cpp, and mozilla/js2/src/regexp to the include paths.... 2002-01-10 22:23:48 +00:00
beard%netscape.com 226c3edcc5 Added regexpwrapper.cpp, and mozilla/js2/src/regexp to the include paths. 2002-01-10 22:23:41 +00:00
beard%netscape.com 4451fc6204 Changed data structures for root management. Added ObjectScanner to abstract object scanning. 2002-01-10 22:21:52 +00:00
beard%netscape.com 660c240448 Fix Activation constructor warnings. Reindent liberally. 2002-01-10 22:04:11 +00:00
beard%netscape.com 4732c159ee Avoid use of String::c_str(), use String::begin() instead. This also works around a bug in Mac OS X's bastring.h. 2002-01-10 22:03:16 +00:00
rogerl%netscape.com cd130e309b Fixed minor bugs. 2002-01-10 18:10:48 +00:00
rogerl%netscape.com 838ec791ba incremental fixes 2002-01-10 00:23:24 +00:00
rogerl%netscape.com 5e95ad2d01 Fixed windows DEBUG build issues. 2002-01-09 20:59:03 +00:00
rogerl%netscape.com 8a3f412c8b Fixed overrrun errors in character sets.
Fixed windows DEBUG build issues.
2002-01-09 20:58:16 +00:00
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