Skip to content

Commit aa550c6

Browse files
committed
* Makefile: Took out unneeded "export" line.
* <many-files>: Changed a lot of flags (cleared bogus executable bits, set MIME types, other small corrections). Canonical link: https://commits.webkit.org/10049@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@11995 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 5dfab4f commit aa550c6

140 files changed

Lines changed: 13 additions & 7 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

JavaScriptCore/ChangeLog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2006-01-10 Darin Adler <darin@apple.com>
2+
3+
* Makefile: Took out unneeded "export" line.
4+
* <many-files>: Changed a lot of flags (cleared bogus executable bits, set
5+
MIME types, other small corrections).
6+
17
2006-01-09 Darin Adler <darin@apple.com>
28

39
* Makefile.am: Removed.
@@ -22,8 +28,8 @@
2228

2329
Reviewed by Maciej.
2430

25-
- Fix WebCore development build
26-
http://bugzilla.opendarwin.org/show_bug.cgi?id=6408
31+
- Fix WebCore development build
32+
http://bugzilla.opendarwin.org/show_bug.cgi?id=6408
2733

2834
* kxmlcore/Assertions.h: Use __VA_ARGS__ in variadic macros.
2935

JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.sln

100755100644
File mode changed.

JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj

100755100644
File mode changed.

JavaScriptCore/JavaScriptCore.vcproj/dftables/dftables.vcproj

100755100644
File mode changed.

JavaScriptCore/JavaScriptCore.vcproj/testkjs/testkjs.vcproj

100755100644
File mode changed.

JavaScriptCore/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export OTHER_OPTIONS = -target All
1+
OTHER_OPTIONS = -target All
22
include ../Makefile.shared

JavaScriptCore/tests/mozilla/js1_6/Array/regress-290592.js

100755100644
File mode changed.

JavaScriptCore/tests/mozilla/js1_6/Array/regress-304828.js

100755100644
File mode changed.

JavaScriptCore/tests/mozilla/js1_6/Array/regress-305002.js

100755100644
File mode changed.

JavaScriptCore/tests/mozilla/js1_6/Array/regress-310425-01.js

100755100644
File mode changed.

0 commit comments

Comments
 (0)