This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
xpcom
/
string
/
public
History
bryner%brianryner.com
644a6650d1
HPUX aCC A.01.21 can't deal with the literal string template, so disable it, at least for this compiler version. Bug 239465, r=dbaron.
...
git-svn-id: svn://10.0.0.236/trunk@161801 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-05 22:55:34 +00:00
..
Makefile.in
…
nsAlgorithm.h
…
nsAString.h
HPUX aCC A.01.21 can't deal with the literal string template, so disable it, at least for this compiler version. Bug 239465, r=dbaron.
2004-09-05 22:55:34 +00:00
nsCharTraits.h
Bug 226439. Make nsCharTraits<PRUnichar>::ASCIIToLower handle Unicode characters whose lowercase form is ASCII. r+sr=darin
2004-06-16 23:29:49 +00:00
nsDependentString.h
…
nsDependentSubstring.h
…
nsEmbedString.h
…
nsLiteralString.h
fixing bustage...
2004-06-11 16:39:38 +00:00
nsObsoleteAString.h
…
nsPrintfCString.h
…
nsPromiseFlatString.h
…
nsReadableUtils.h
Fixing bug 243484. Adding 'count' out params to ToNewUTF8String() and UTF8ToNewUnicode() that tells the caller how many units (8 or 16 bit) that was returned. r=dbaron@dbaron.org, sr=darin@meer.net
2004-05-13 17:45:03 +00:00
nsString.h
…
nsStringAPI.h
bug 244956: Small correction to comments in nsStringAPI.h
2004-07-30 16:00:59 +00:00
nsStringFwd.h
…
nsStringIterator.h
…
nsSubstring.h
HPUX aCC A.01.21 can't deal with the literal string template, so disable it, at least for this compiler version. Bug 239465, r=dbaron.
2004-09-05 22:55:34 +00:00
nsSubstringTuple.h
…
nsTAString.h
Add a NS_FASTCALL macro that specifies regparm(3) and stdcall on gcc/x86 to improve performance (passing up to 3 arguments in registers instead of on the stack, and having the caller pop any stack arguments). Apply NS_FASTCALL to our most frequently called non-public methods and functions. Also add NS_CDECL to explicitly specify the default calling convention and make it part of NS_IMETHOD, since xptcall can't deal with NS_FASTCALL. Bug 249652, r=darin, sr=dbaron.
2004-07-14 22:14:34 +00:00
nsTDependentString.h
…
nsTDependentSubstring.h
…
nsTObsoleteAString.h
…
nsTPromiseFlatString.h
…
nsTString.h
adding missing NS_COM to fix win bustage
2004-07-25 13:58:47 +00:00
nsTSubstring.h
Add a NS_FASTCALL macro that specifies regparm(3) and stdcall on gcc/x86 to improve performance (passing up to 3 arguments in registers instead of on the stack, and having the caller pop any stack arguments). Apply NS_FASTCALL to our most frequently called non-public methods and functions. Also add NS_CDECL to explicitly specify the default calling convention and make it part of NS_IMETHOD, since xptcall can't deal with NS_FASTCALL. Bug 249652, r=darin, sr=dbaron.
2004-07-14 22:14:34 +00:00
nsTSubstringTuple.h
…
nsUTF8Utils.h
Add code comments from bug 242315 comment 17. r+sr=bzbarsky.
2004-05-07 22:21:26 +00:00
nsXPIDLString.h
…
string-template-def-char.h
…
string-template-def-unichar.h
…
string-template-undef.h
…