gecko-dev/js
matthias%sorted.org 4aee7d25d7 added support for incremental/prefix matching of regular
expressions. The method "prefix" on a RegExp behaves exactly the same
as the "exec" method except it returns "undefined" if the match failed
because there was an insufficient number of characters in the
input. E.g.
/^foo/.prefix("foo")	=> ["foo"] (just like exec)
/^foo/.prefix("fox")	=> null (just like exec)
/^foo/.prefix("fo")	=> undefined (whereas exec returns null)
2001-01-30 16:38:21 +00:00
..
benchmarks
js2 First cut a xml code generation. 2001-01-26 23:55:32 +00:00
jsd NOT PART OF SEAMONKEY BUILD - removed misplaced semi-colon added by toshok on 6 Sep 1999 which had converted a conditional block into a non-conditional block and made the debugger completely non functional 2000-02-19 02:34:05 +00:00
jsdj
jsj
macbuild Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
ref
rhino added support for incremental/prefix matching of regular 2001-01-30 16:38:21 +00:00
semantics Added .() operator 2001-01-26 07:33:32 +00:00
src Attempt to fix build bustage from mkaply's checkin. r=kin 2001-01-30 16:31:43 +00:00
tests Correcting bug that cropped up when system clock was set to GMT Standard Time 2001-01-01 02:40:28 +00:00
.cvsignore
landbranch.pl
Makefile.in
makefile.win