gecko-dev/js
rogerl%netscape.com 2622a174d3 Fixed non-terminating regexp when max quantifier is unspecified as in :
var s = 'zzabc.';
var reg = /[^z]{1,}\./;
s.match(reg);
- wasn't checking for reaching end of text.
1999-06-01 22:43:17 +00:00
..
js2/java Moved from stack to inline execution. 1999-05-28 19:00:48 +00:00
jsd updating readme 1999-06-01 02:31:13 +00:00
jsdj Change MOZILLA_HOME to MOZILLA_FIVE_HOME so that we dont fight Communicator 1999-03-11 20:00:57 +00:00
jsj Deleting obsolete contents of jsj directory 1998-09-24 00:32:24 +00:00
macbuild Headers settings did not have the linker turned on! 1999-05-26 19:36:12 +00:00
ref The files in this directory are all obsolete. JavaScript development 1998-10-16 22:18:00 +00:00
rhino Bug #6359 and other changes motivated by Waldemar's specification. 1999-05-26 22:28:32 +00:00
semantics First working version 1999-05-17 05:11:19 +00:00
src Fixed non-terminating regexp when max quantifier is unspecified as in : 1999-06-01 22:43:17 +00:00
tests adding more javascript language tests 1999-05-26 22:24:04 +00:00
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
Makefile.in Adding libxpt and xpconnect to the build. 1999-03-25 07:50:11 +00:00
landbranch.pl Tweaks 1999-04-27 05:08:14 +00:00
makefile.win removed jsj for MOZ_JAVA 1998-08-01 00:03:31 +00:00