Commit Graph

24 Commits

Author SHA1 Message Date
brad
05a117853f stop using the gcc3 module on the alpha architecture. 2006-10-01 22:23:47 +00:00
espie
939a8c0f52 zap .0.0 2006-09-18 11:59:59 +00:00
espie
17b77a4af2 new lib specs 2006-08-04 00:10:42 +00:00
bernd
c3e1e3a89e Fix WANTLIB after gtk+2 upgrade. 2006-06-13 13:19:08 +00:00
kurt
26486f93b4 remove freedtoa call since our strtod(3) implementation uses a static var
to handle result allocation, but doesn't always return it. Restore use
of locks to protect use of static vars and add one for dtoa return value
too. fixes build on sparc64 and should help with stablility too.

looks correct pvalchev@
2006-04-24 20:03:00 +00:00
pvalchev
9cbf189d5c check XftLockFace() for NULL return to avoid a crash, see
https://bugzilla.mozilla.org/show_bug.cgi?id=331077
from Tobias Ulmer <tobiasu@tmux.org>
2006-03-27 04:23:28 +00:00
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
steven
7767731f56 fix WANTLIB after gtk+2 downgrade 2006-01-17 17:47:26 +00:00
espie
a9df05cec2 more C++ libs bumps. Done thru mail, plus lizards. 2006-01-14 00:07:28 +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
naddy
0276c58422 SHARED_LIBS 2006-01-10 17:58:47 +00:00
wilfried
969d8f3cd8 fix wantlib + bump 2005-11-16 11:45:00 +00:00
jolan
c4bea711a3 split debug stuff into a flavor, shrinks minimo by a factor of ten 2005-11-08 07:19:07 +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
9ab1b89aff enable on powerpc 2005-10-02 16:21:10 +00:00
jolan
4bd05ffdc9 add alpha support 2005-10-01 00:04:44 +00:00
jolan
08d664f729 enable on sparc64 2005-09-29 14:45:02 +00:00
jolan
6634129147 enable minimo since it works on amd64 2005-09-20 07:33:00 +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
b4cb4f726b freshen 2005-06-09 01:57:22 +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