Commit Graph

8 Commits

Author SHA1 Message Date
pvalchev
9d91a8d432 fix build on big endian machines (no change otherwise)
this earlier committed patch in fact fixes minimo on zaurus, however
it appears to have broken amd64 (of course minimo's utility is arguably
less important there), so this should be revisited again....
2006-02-05 02:39:18 +00:00
pvalchev
fd09355571 add ARM configuration and enable on arm; tested on zaurus
XPCOM asm glue still missing, but basically functional
2006-01-11 00:58:56 +00:00
pvalchev
b5e99b03a3 hack mozilla's strtod(3) implementation by basically ripping it all
out, and replacing it with our libc's strtod implementation, only keeping
the mozilla-specific wrappers and interfaces.

this gets rid of many bugs, including random malloc-induced crashes
on zaurus and seen by some people on amd64.

i've been debugging this for a while, thanks to kurt@ for the idea
to look at libc.
2006-01-11 00:56:29 +00:00
jolan
32a2ffb46a might as well make this work on i386 too 2005-10-20 16:18:26 +00:00
jolan
f1af01523e remove 'don't close dlopened objects' ld.so workaround like kurt
did for other mozillaware
2005-10-20 05:32:01 +00:00
jolan
a3cfdd3187 update to 20050802 and add some more debug stuff based on what kurt said
on ports@
2005-08-04 05:06:54 +00:00
jolan
32164db094 update to 20050712 2005-07-13 04:49:56 +00:00
jolan
35944f86f2 minimo-20050524, mini mozilla
this is smaller than firefox and has special handling for small screens
which is useful for machines like the zaurus.  unfortunately, it's not
there yet, see the TODO.  please don't add this to the www Makefile yet.
2005-05-25 06:59:10 +00:00