Граф коммитов

23 Коммитов

Автор SHA1 Сообщение Дата
Isaac Aggrey c984edf823 Bug 794510: Part 2: Use more stdint types instead of protypes.h types; r=ehsan 2012-10-11 18:38:04 -05:00
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
timeless%mozdev.org 175c16555f Bug 337244 Incorrect pointer passed in nsUnicodeToISO2022JP::ConvertNoBuffNoErr
r=smontagu sr=roc
2006-12-06 02:49:51 +00:00
smontagu%smontagu.org d412ccddfd Big endian bustage fix from bug 336575 2006-08-07 08:25:06 +00:00
smontagu%smontagu.org 848316fb3c Remove mShiftTable from encoders/decoders that don't use it and various other pieces of stale code. Bug 336575, r=jshin, rs=roc 2006-08-07 07:57:31 +00:00
gerv%gerv.net 31625ba2b1 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:21:17 +00:00
jshin%mailaps.org 17781c379f bug 214743 : remove Hangul Jamo fallback in KSC5601GL encoder and 'generator'. Also remove the corresponding 'scanner' in uscan.c that's not used by any decoder (r=smontagu,sr=blizzard) 2003-08-06 17:07:22 +00:00
sfraser%netscape.com eab5d38cb2 Make lots of static data const. Bug 74803. r=dbaron, sr=alecf 2003-02-26 01:15:36 +00:00
ftang%netscape.com 2dc21da03e fix bug 9519 r=ftang sr=brendan a=roc+moz
make uconv code port to 32 bits clean for arm arch
thansk  jeroen.dobbelaere@acunia.com
2002-03-08 01:12:33 +00:00
gerv%gerv.net 1c6c9ed7c8 License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1). 2001-09-26 00:40:45 +00:00
gerv%gerv.net 1856815ff1 Oops. 2001-09-20 00:02:59 +00:00
scc%mozilla.org bc444f528a bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
yokoyama%netscape.com 045ce88d6b Bug 88944 for jshin. r=ftang sr=blizzard@mozilla.org
adding converter support for x-windows-949 and x-johab
2001-07-18 21:49:21 +00:00
ftang%netscape.com 8ab765e049 fix 79273
add GB18030 4 byte support into the unicode conversion engine.
r=bstell sr=blizzard@mozilla.org
2001-05-09 11:32:22 +00:00
ftang%netscape.com 52e065b906 fix 71489
Add johab document encoding support
Currently the convert from johab to unicode part is #if 0 since
we didn't have a way to test it.
r=bstell sr=erik
2001-03-30 03:03:14 +00:00
dmose%mozilla.org 142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
ftang%netscape.com 281dc11835 fix composed hangule conversion and also add it to KS C 5601 conversion 1999-07-16 18:20:45 +00:00
ftang%netscape.com 02afed6d74 add new selector 1999-07-16 13:02:36 +00:00
ftang%netscape.com 2cf6b53c65 add new support for GL 1999-06-12 01:38:30 +00:00
ftang%netscape.com c0ae575180 add functionality to uscan and ugen so we can add CNS11643 p3-7 into euc-tw 1999-06-10 12:56:33 +00:00
ftang%netscape.com ec190031e7 add new scanner/generate type to support UCS2/4 1999-06-09 20:22:26 +00:00
ftang%netscape.com f38f28d04a change module from intl to uconv, add utility files 1999-01-12 08:26:54 +00:00