CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/04/25 11:53:39

Modified files:
        .              : ChangeLog 

Log message:
        ChangeLog for runtime endianness hacks

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2994&r2=1.2995

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2994
retrieving revision 1.2995
diff -u -b -r1.2994 -r1.2995
--- ChangeLog   25 Apr 2007 09:14:11 -0000      1.2994
+++ ChangeLog   25 Apr 2007 11:53:39 -0000      1.2995
@@ -12,6 +12,14 @@
        * macros/lib-ld.m4(removed),macros/lib-link.m4:
          remove repeated test for GNU ld (libtool does this).
          Closes bug #19623
+       * libamf/amf.cpp,libbase/tu_swap.h,server/parser/action_buffer.cpp,
+         server/swf/tag_loaders.cpp:
+         Replace compile-time endianness checking with runtime because
+         it costs almost nothing and reduces maintenance forever.
+         As a side-effect, also now handles architectures with
+         middle-endian IEEE754 doubles and detects non-IEEE arches.
+         Only the Mozilla devkit stuff now detects endianness
+         using its own set of built-in rules.
 
 2007-04-24 Sandro Santilli <[EMAIL PROTECTED]>
 


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to