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 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gerv%gerv.net
|
86486431ae
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 22:14:17 +00:00 |
mvl%exedo.nl
|
ad2d4d169d
|
Convert mozPersonalDictionary to use nsTHashTable
Bug 224625, r=dwitte, sr=alecf
|
2004-02-03 11:54:03 +00:00 |
mvl%exedo.nl
|
d1740cdd51
|
Change comments and capitalization in idl files. Bug 225749, r=timeless, sr=alecf
|
2004-01-12 12:13:57 +00:00 |
mvl%exedo.nl
|
bff9ce0e12
|
rev iid's of changed interfaces. bug 226756
|
2003-12-22 20:27:17 +00:00 |
mvl%exedo.nl
|
588b686b97
|
Move unicode to charset convertors out of spellcheck glue into myspell.
bug 226756, r=dwitte, sr=alecf
|
2003-12-22 13:23:31 +00:00 |
mkaply%us.ibm.com
|
53a6b6daf9
|
#56301
r=mkaply, pedemont, jblanco, sr=kin@netscape.com, a=drivers
Check mozdev spellchecker into Mozilla - hurrah!
Not turned on yet :)
|
2003-07-24 21:39:28 +00:00 |