gecko-dev/intl/uconv/ucvibm
Ehsan Akhgari e368dc9c85 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
..
864i.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
864i.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp850.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp850.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp852.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp852.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp855.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp855.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp857.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp857.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp862.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp862.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp864.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp864.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp869.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp869.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1125.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1125.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1131.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1131.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Makefile.in Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
nsCP850ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP850ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP852ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP852ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP855ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP855ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP857ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP857ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP862ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP862ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP864iToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP864iToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP864ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP864ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP869ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP869ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP1125ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP1125ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCP1131ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP1131ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUCvIBMCID.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUCvIBMDll.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP850.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP850.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP852.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP852.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP855.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP855.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP857.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP857.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP862.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP862.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP864.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP864.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP864i.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP864i.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP869.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP869.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP1125.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP1125.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToCP1131.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP1131.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00