Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Justin Lebar
|
129d1498c6
|
Bug 776537 - Pass a valid environment to populate_virtualenv.py, unbreaking configure, by expanding HOST_CFLAGS and friends when they're created. r=glandium
Also fix up some Makefile.in's so they specify HOST_CFLAGS/CXXFLAGS correctly.
--HG--
extra : rebase_source : 5a6b983527bfb1cd7b551916dac286f130a736c6
|
2012-07-23 13:29:02 -04:00 |
|
Mike Hommey
|
58718e5c70
|
Bug 763987 - Normalize autoconf.mk.in. r=ted
|
2012-06-20 09:00:48 +02:00 |
|
Mike Hommey
|
7a97c993d4
|
Backout changeset 6984dace6afb (bug 763987) because of OSX opt jsreftest bustage
|
2012-06-20 10:55:59 +02:00 |
|
Mike Hommey
|
3331a294da
|
Bug 763987 - Normalize autoconf.mk.in. r=ted
|
2012-06-20 09:00:48 +02:00 |
|
Gervase Markham
|
d4eb7d5782
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|
Ed Morley
|
34572d77b2
|
Bug 654716 - Remove WinCE code from other-licenses/bsdiff/Makefile.in; r=ted
|
2011-05-09 09:54:40 -07:00 |
|
Mike Hommey
|
fbcfb57897
|
Bug 644692 - Fix bsdiff build failure with system bzip2. r=ted
|
2011-04-13 09:44:23 +02:00 |
|
Mike Hommey
|
6ef83c9db5
|
Bug 584474 part 9 - Replace fakelibs with a more sophisticated library expansion system. r=ted
|
2011-02-25 15:05:08 +01:00 |
|
Uli Link
|
86f6901495
|
Bug 526457. Fix AIX compilation. r=bsmedberg
|
2010-03-15 14:43:16 +13:00 |
|
Chris Cooper
|
d5324410be
|
Bug 535369 - fix bsdiff cross-compile bustage on Windows
|
2010-02-22 22:04:46 -05:00 |
|
Chris Cooper
|
797fff5d7f
|
Bug535369 - Compile bsdiff for host OS rather than target - r=ted.mielczarek
|
2010-02-19 11:58:45 -05:00 |
|
Chris Cooper
|
f0d6758d41
|
Bug 535369 - Backed out changeset 20d2d6abd4a2, will wait for tree to stabilize
|
2010-02-12 15:51:13 -05:00 |
|
Chris Cooper
|
e6131b512a
|
Bug 535369 - Fix bsdiff/libbz2 linking for builds compiled with CROSS_COMPILE - r=ted
|
2010-02-12 15:47:45 -05:00 |
|
Mitchell Field
|
d25f469072
|
Bug 542222 - Followup fix for Reduce recursion in makefiles. r=rstrong
|
2010-02-05 23:25:10 -08:00 |
|
reed@reedloden.com
|
dbd95b1964
|
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
|
2008-03-12 04:13:09 -07:00 |
|
reed@reedloden.com
|
d64bd4491f
|
Back out Mike Hommey's patch from bug 305782 due to build bustage.
|
2008-03-08 04:33:28 -08:00 |
|
reed@reedloden.com
|
d6018ec52e
|
Bustage fix for bug 305782 (other-licenses/bsdiff/Makefile.in needs changes, too).
|
2008-03-08 02:44:29 -08:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|