EXPERIMENTAL - copy of comm-central for forking on github
Перейти к файлу
Ehsan Akhgari eafa99c563 Bug 579517 - Part 6: Automated conversion of NSPR numeric types to stdint types in Gecko; r=mconley
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 "*/mozilla*" \
       ! -wholename "*ldap/sdks/c-sdk*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-tb-dbg*" \
       ! -wholename "obj-sm-dbg*" \
         -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 12:14:35 -04:00
bridge Bug 757018 - upgrade license to MPL 2. 2012-05-30 17:48:24 +01:00
build Part of Bug 781446 - Port bug 763987 - normalise autoconf.mk.in. r=KaiRo 2012-08-17 08:56:29 +01:00
calendar Bug 579517 - Part 6: Automated conversion of NSPR numeric types to stdint types in Gecko; r=mconley 2012-08-22 12:14:35 -04:00
chat Part of Bug 781446 - Port bug 774032 (bonus only), bug 763987, bug 742795 to comm-central. Port the bonus part of bug 774032 - Use @DEPTH@ and @relativesrcdir@ replacements in Makefile.in. r=KaiRo 2012-08-17 08:56:10 +01:00
config Bug 775866 - Port |Bug 737006 - Use internal ply only if needed| to comm-central. r=mbanner 2012-08-21 19:46:15 -04:00
db Bug 579517 - Part 6: Automated conversion of NSPR numeric types to stdint types in Gecko; r=mconley 2012-08-22 12:14:35 -04:00
editor/ui Part of Bug 781446 - Port bug 774032 (bonus only), bug 763987, bug 742795 to comm-central. Port the bonus part of bug 774032 - Use @DEPTH@ and @relativesrcdir@ replacements in Makefile.in. r=KaiRo 2012-08-17 08:56:10 +01:00
ldap Bug 579517 - Part 6: Automated conversion of NSPR numeric types to stdint types in Gecko; r=mconley 2012-08-22 12:14:35 -04:00
mail Bug 579517 - Part 6: Automated conversion of NSPR numeric types to stdint types in Gecko; r=mconley 2012-08-22 12:14:35 -04:00
mailnews Bug 579517 - Part 6: Automated conversion of NSPR numeric types to stdint types in Gecko; r=mconley 2012-08-22 12:14:35 -04:00
other-licenses Part of Bug 781446 - Port bug 774032 (bonus only), bug 763987, bug 742795 to comm-central. Port the bonus part of bug 774032 - Use @DEPTH@ and @relativesrcdir@ replacements in Makefile.in. r=KaiRo 2012-08-17 08:56:10 +01:00
suite Bug 579517 - Part 6: Automated conversion of NSPR numeric types to stdint types in Gecko; r=mconley 2012-08-22 12:14:35 -04:00
testing Bug 753000 Set the Windows resolution on the unit test builders to 1280 x 1024 by using the new machine-configuration.json script from bug 712630. This should fix the Windows 7 MozMill unit test failures. r=irving 2012-07-03 16:22:22 +01:00
.hgignore Bug 678012 - Add DS_Store files to hgignore; r=Callek 2011-08-15 19:51:13 +01:00
.hgtags Added tag AURORA_BASE_20120716 for changeset f0e7508fd586 a=auroramerge DONTBUILD CLOSED TREE 2012-07-16 16:36:33 -04:00
Makefile.in Part of Bug 781446 - Port bug 774032 (bonus only), bug 763987, bug 742795 to comm-central. Port the bonus part of bug 774032 - Use @DEPTH@ and @relativesrcdir@ replacements in Makefile.in. r=KaiRo 2012-08-17 08:56:10 +01:00
aclocal.m4 Bustage fix for bug 776428 - include toolchain.m4 to fix a missing function in configure.in which is busting the build. r=bustage-fix for CLOSED TREE 2012-08-09 12:37:57 +01:00
allmakefiles.sh Bug 780357 - Partial port of bug 774032. pending-r=Callek 2012-08-07 14:28:55 +02:00
client.mk Port bug 781431 (a fiew minor build system improvements) to comm-central to fix xpcshell-test bustage due to build system files being out of sync. r=bustage-fix 2012-08-15 22:06:43 +05:30
client.py Bug 763769 - Release sanity complains about Thunderbird mozconfigs. r=Standard8 2012-06-19 16:14:34 +01:00
comm-config.h.in Bug 780357 - Partial port of bug 774032. pending-r=Callek 2012-08-07 14:28:55 +02:00
configure.in Bug 775865 - Port |Bug 728229 - Allow to build with system python ply library| to comm-central. r=mbanner 2012-08-21 19:46:15 -04:00