Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
mozilla
/
pjs
зеркало из
https://github.com/mozilla/pjs.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули pjs
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
8f4ee153c5
pjs
/
js
История
mccabe
76bafea085
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
..
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