Commit Graph

42 Commits

Author SHA1 Message Date
gerv%gerv.net
c4167c75fa Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-02-14 17:56:54 +00:00
gerv%gerv.net
465b523fc0 Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-02-14 16:58:55 +00:00
gerv%gerv.net
8ee8ff37ae Bug 236613: fix formatting of MPL/LGPL/GPL tri-license. 2007-02-13 18:05:02 +00:00
wsharp%adobe.com
7abcdeeded bug 360602. fix mac build from recent checkin 2006-12-18 16:43:46 +00:00
wsharp%adobe.com
ace068b208 bug 360602. 64-bit porting work. review: stejohns.adobe.com 2006-12-18 16:04:48 +00:00
wsharp%adobe.com
13cd292bc5 bug 363255. uintptr_t should be uintptr. Also checked in fix for e4xnode.cpp when parsing malformed namespace. no reviewer for sat. morning 2006-12-09 13:33:53 +00:00
dschaffe%adobe.com
0284f46788 bug 361312, fix tamarin tests of case Math.pow(Infinity,-1)=0 and variants, r=wsharp 2006-12-07 14:30:29 +00:00
wsharp%adobe.com
4ca4131209 bug 361312. Fix for Math.pow plus a few other things. r: stejohns@adobe.com 2006-12-06 20:51:03 +00:00
wsharp%adobe.com
5077e74e1e fix mac build. bug 362390. 2006-12-01 17:17:06 +00:00
wsharp%adobe.com
726b9a0426 bug 362390. Various fixes to get Tamarin working with latest Adobe Flash player. Some fixes from Flash source code brought over. r: edwsmith 2006-12-01 16:38:46 +00:00
benjamin%smedbergs.us
987c4882f9 Bug 362264 - Cross-platform Tamarin build system (early initial cut, only builds on mac-x86 right now), a=stejohns 2006-11-30 16:43:12 +00:00
benjamin%smedbergs.us
7d8d6aaa49 Bug 362254 - Assining NULL to an integer type breaks some GCCs, r=stejohns 2006-11-29 19:18:36 +00:00
wsharp%adobe.com
f8c9d2b9aa bug 361388. More 64-bit fixes. r:stejohns 2006-11-29 14:39:14 +00:00
wsharp%adobe.com
35b8db178e bug 361427. Fix debug build for Linux. r:mtilburg 2006-11-28 16:08:03 +00:00
wsharp%adobe.com
de39e28e51 bug 361427. Lost some MathUtils changes for 64-bit. 2006-11-22 21:22:34 +00:00
wsharp%adobe.com
d7a5d0e8b0 bug 361427. Merge Linux code into AVM+ source tree. Not quite building yet - some sort of zlib problem with the new zlib routines. Maybe a C/C++ mismatch somehow? r:mtilburg 2006-11-22 21:10:17 +00:00
wsharp%adobe.com
a14d9fada6 bug 361366. Continuation of Mac 64-bit port. r: stejohns. Also fixed two bugs with Steven's change from yesterday. NATIVE functions in DictionaryGlue and DomainClass need 'constructor' changed to new name. 2006-11-22 18:41:17 +00:00
stejohns%adobe.com
89e19872a5 added .cvsignore files to the mozilla/js/tamarin/test directory tree, so that people who expand the .abc test files into it do not get hundreds of unknown files listed by CVS. Only *.abc files are ignored at present. 2006-11-22 01:27:12 +00:00
stejohns%adobe.com
492c17dd18 Bug 360829: Removal of compiler warnings in Tamarin. Enabled (and fixed) many hidden-virtual-function warnings. 2006-11-22 00:15:24 +00:00
dschaffe%adobe.com
d64ea70394 Bug 361282, add tamarin/test/runtests.pl test harness and update tests to pass 100% on windows 2006-11-20 17:02:52 +00:00
stejohns%adobe.com
0cdfe28b5d Bug 360829: enabling new warnings and correcting code as necessary. 2006-11-15 22:04:54 +00:00
cpeyer%adobe.com
1aa9a0f987 *** empty log message *** 2006-11-14 23:42:06 +00:00
wsharp%adobe.com
d228c21a46 intptr to uintptr 2006-11-14 22:21:11 +00:00
wsharp%adobe.com
8ed570e4c1 bug 360720. various 64-bit type fixes. 2006-11-14 22:15:14 +00:00
dschaffe%adobe.com
608880562b bug 360596 cleanup the tamarin tests source, all tests pass, the test harness to run the tests will be added soon, also the abc code for each test will hopefully get hosted on the ftp site since we do not have a compiler to create the test abc files yet 2006-11-14 21:34:32 +00:00
stejohns%adobe.com
fdcadc240c Bug 360675: fix compiler warnings in VS2003 & VS2005 for some variations of the Microsoft Platform SDK (which includes headers that warn at Warning Level 4) 2006-11-14 17:37:37 +00:00
wsharp%adobe.com
e22b72d060 reverting changes to shell's project file. These were incorrectly merged in from shel64 project. This should be back to 1.2 now. 2006-11-14 15:11:41 +00:00
wsharp%adobe.com
0dab6fbd12 bug 360602. fix windows build 2006-11-14 15:05:57 +00:00
wsharp%adobe.com
8dc5859f02 update shell64 second time. CVS files were incorrectly copied from shell project causing problems 2006-11-14 15:05:14 +00:00
wsharp%adobe.com
92ce7c964b bug 360602. Mac 64-bit porting work. Switched "IA64" designation to "AMD64". Added AVMPLUS_64BIT target for code that is 64-bit specific instead of x86_64 specific. Other changes listed in bug record - lots of intptr changes, op_abs_jump fixes. 64-bit shell is launching and running until emitNativeThunk which needs 64-bit specific ASM generation. 2006-11-14 14:44:27 +00:00
stejohns%adobe.com
cd16a95ab6 added .cvsignore files for Tamarin for common Mac XCode build directories and files. 2006-11-14 01:44:17 +00:00
stejohns%adobe.com
667bc5a991 added .cvsignore for Tamarin files including VC7/VC8 projects files 2006-11-14 01:18:26 +00:00
stejohns%adobe.com
7870ad3203 Revert incorrect checkin of MMgc.vcproj to correct build breakage 2006-11-14 01:01:08 +00:00
stejohns%adobe.com
9d083057a7 Bug 360615: fixes for Tamarin to build under VS2005 2006-11-14 00:17:20 +00:00
benjamin%smedbergs.us
217e708d51 Use 0 instead of NULL in non-pointer context, fixes XCode 2.2 build, r=stejohns 2006-11-13 20:44:52 +00:00
stejohns%adobe.com
9f84139398 Bug 360310: check in fixes to allow Tamarin to build and link properly with VS2003 on Windows. 2006-11-13 17:42:56 +00:00
wsharp%adobe.com
a7cacd98a2 Bug 360275 - remove usage of va_list for 64-bit support. Fix shell to run on 10.5. 2006-11-10 18:57:27 +00:00
wsharp%adobe.com
7cb9db6c02 bug 360174 - fix MMGC for 64-bit issues, add 64-bit XCode 3.0 project files for 10.5 64-bit compiles 2006-11-10 16:04:27 +00:00
cpeyer%adobe.com
2bf537dace *** empty log message *** 2006-11-10 00:48:31 +00:00
stejohns%adobe.com
9e3d6f0636 *** empty log message *** 2006-11-08 21:03:34 +00:00
shaver%mozilla.org
a20da2af9f Fixing shell XCode project (bug 359850), r=stejohns. 2006-11-07 22:58:36 +00:00
brendan%mozilla.org
dadbad1368 Tamarin (AVM2 open source) initial revision. 2006-11-07 05:35:54 +00:00