This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1f60015e7eba2285f28856470c8ff47fff7c26fd
Mozilla
/
mozilla
/
js
History
mccabe
75a2fd1cff
Undid the ECMA fix that disallowed '08' and '09' numeric literals. According to the ECMA lexical grammar, these literals should be scanned as two consecutive NUMBER tokens ('0' and '9') - which is always a syntax error under the grammar. Unfortunately, the javascript engine has supported these literals (with mathematical values 8 and 9) in the past, and they're likely to crop up in date code... so we probably need to remove this fix. This leaves us a superset of ECMA - by accepting these literals, we accept scripts that are not valid ECMA scripts.
...
git-svn-id: svn://10.0.0.236/trunk@3746 18797224-902f-48f8-a5cc-f745e15eee43
1998-06-13 01:10:30 +00:00
..
jsd
Changes to project and prefix files for Mac commercial build
1998-06-03 23:01:03 +00:00
jsj
merge from OJI branch
1998-06-03 00:37:20 +00:00
macbuild
Changes for new build system, and unified prefix files.
1998-05-28 19:22:54 +00:00
ref
Undid the ECMA fix that disallowed '08' and '09' numeric literals. According to the ECMA lexical grammar, these literals should be scanned as two consecutive NUMBER tokens ('0' and '9') - which is always a syntax error under the grammar. Unfortunately, the javascript engine has supported these literals (with mathematical values 8 and 9) in the past, and they're likely to crop up in date code... so we probably need to remove this fix. This leaves us a superset of ECMA - by accepting these literals, we accept scripts that are not valid ECMA scripts.
1998-06-13 01:10:30 +00:00
src
Propagation of numerous bug fixes from 4.06 (which have been reviewed
1998-06-09 23:04:48 +00:00
Makefile
Free the lizard
1998-03-28 02:44:41 +00:00
makefile.win
Free the lizard
1998-03-28 02:44:41 +00:00