Skip to content

Commit e5d0804

Browse files
committed
Reviewed by Dave.
- fixed problem where some JavaScriptCore symbols had no namespace or prefix * kjs/grammar.y: Added a define for yylloc to make it use the kjs prefix. This is the same thing done for the rest of the symbols automatically by yacc, but for some reason it's not done for yyloc. Also make automatic() function static. * kjs/grammar.cpp: Regenerated. * kjs/lexer.cpp: Use kjsyylloc instead of yyloc. * pcre/pcre.h: Add defines to prepend kjs prefixes for all the PCRE functions. Canonical link: https://commits.webkit.org/4307@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@4739 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent a0e9690 commit e5d0804

6 files changed

Lines changed: 236 additions & 187 deletions

File tree

JavaScriptCore/ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2003-07-30 Darin Adler <darin@apple.com>
2+
3+
Reviewed by Dave.
4+
5+
- fixed problem where some JavaScriptCore symbols had no namespace or prefix
6+
7+
* kjs/grammar.y: Added a define for yylloc to make it use the kjs prefix.
8+
This is the same thing done for the rest of the symbols automatically by yacc,
9+
but for some reason it's not done for yyloc. Also make automatic() function static.
10+
* kjs/grammar.cpp: Regenerated.
11+
* kjs/lexer.cpp: Use kjsyylloc instead of yyloc.
12+
13+
* pcre/pcre.h: Add defines to prepend kjs prefixes for all the PCRE functions.
14+
115
2003-07-30 Darin Adler <darin@apple.com>
216

317
* Makefile.am: Include the subdirectory with the PCRE code in it.

JavaScriptCore/ChangeLog-2003-10-25

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2003-07-30 Darin Adler <darin@apple.com>
2+
3+
Reviewed by Dave.
4+
5+
- fixed problem where some JavaScriptCore symbols had no namespace or prefix
6+
7+
* kjs/grammar.y: Added a define for yylloc to make it use the kjs prefix.
8+
This is the same thing done for the rest of the symbols automatically by yacc,
9+
but for some reason it's not done for yyloc. Also make automatic() function static.
10+
* kjs/grammar.cpp: Regenerated.
11+
* kjs/lexer.cpp: Use kjsyylloc instead of yyloc.
12+
13+
* pcre/pcre.h: Add defines to prepend kjs prefixes for all the PCRE functions.
14+
115
2003-07-30 Darin Adler <darin@apple.com>
216

317
* Makefile.am: Include the subdirectory with the PCRE code in it.

0 commit comments

Comments
 (0)