jaggernaut@netscape.com
|
18f5736b2e
|
Bug 162017: step 2: remove aIgnoreCase from FindChar1. r=peterv, sr=dbaron
|
2002-09-17 22:49:00 +00:00 |
|
alecf@netscape.com
|
df4113d8d9
|
fix for bug 159328 - submit broken in some locales - use locale-insensitive tolower()
r=jag, sr=dbaron
|
2002-08-19 22:17:13 +00:00 |
|
alecf@netscape.com
|
710b06468b
|
argh, back myself out because it causes xpcomglue bustage
|
2002-08-16 15:24:58 +00:00 |
|
alecf@netscape.com
|
a963784ac7
|
fix bug 159328, and probably bug 146673 - use locale-insensitive string comparisons in strings so we don't break when doing case-insensitive matching of simple ASCII strings in non-US locales, like "SubMIT" != "submit"
r=brade, sr=dbaron
|
2002-08-16 14:35:48 +00:00 |
|
dougt@netscape.com
|
00d8c29c64
|
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
|
2002-05-15 18:55:21 +00:00 |
|
alecf@netscape.com
|
546e6ddb0a
|
last part of fix for bug 107575 - use ascii-based case-changing for PRunichar/char comparisons, rather than going through the unicharutil library
sr=jag, r=dbaron, a=asa
|
2002-03-21 23:22:03 +00:00 |
|
alecf@netscape.com
|
a95a4d5ee3
|
argh! remove unnecessary sizeof(), fixes orange
|
2002-03-19 10:48:31 +00:00 |
|
alecf@netscape.com
|
8d696d0600
|
a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc
|
2002-03-19 06:46:56 +00:00 |
|
jband@netscape.com
|
3ddec4382f
|
avoid memcpy call when only copying one (PRUnichar) char. bug 109562. r=jag sr=brendan
|
2002-02-14 06:22:53 +00:00 |
|
alecf@netscape.com
|
1093afbac3
|
one more part of fix for bug 107575, including the much coveted whitespace
remove aIgnoreCase parameter from all nsString and nsCString consumers
sr=jag, r=shaver
|
2002-02-01 01:53:09 +00:00 |
|
alecf@netscape.com
|
9a4edc1569
|
First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
r=dougt, sr=jag
|
2002-01-30 06:04:29 +00:00 |
|
alecf@netscape.com
|
fb08c06387
|
fix for bug 114450 - be explicit about string comparison w.r.t. character size - no more hand-rolled vtables!
sr=jag, r=dbaron
|
2002-01-24 19:14:18 +00:00 |
|
alecf@netscape.com
|
59452cc56d
|
factor out some table-based string manipulation routines to make it easier to seperate unicode vs. 8-bit character strings. bug 114450, r=dbaron sr=jag
|
2002-01-15 22:57:29 +00:00 |
|
alecf@netscape.com
|
f9f064aa80
|
bug 114450 sr=jag
remove table-based comparison functions so we can actually remove them later
|
2002-01-09 02:28:28 +00:00 |
|
jaggernaut@netscape.com
|
9162618250
|
Bug 113228: Remove nsStr::ChangeCase. r=dbaron, sr=alecf
|
2002-01-09 01:44:43 +00:00 |
|
jband@netscape.com
|
aae71e3d4f
|
fix bug 108915 to unbust XPCOM_STANDALONE. This #ifdef's out calls into code that is only available when i18n is part of the build. This has no impact on the browser or gecko embeddings. r=jst sr=alecf a=blizzard
|
2001-11-09 00:34:56 +00:00 |
|
alecf@netscape.com
|
d6c6fb6b98
|
fix for minor leak bug 108640 r=jag, sr=sspitzer
|
2001-11-06 23:14:47 +00:00 |
|
alecf@netscape.com
|
73498076c7
|
for bug 100214 - make nsStr routines stop depending on nsCRT:: routines, to further reduce our dependency on unicharutil
r=jag, sr=scc
|
2001-10-19 20:49:39 +00:00 |
|
ftang@netscape.com
|
f033ff16b9
|
fix 96529. lazy load unicharutil for start up.
author=waterson r=ftang sr=brendan
|
2001-10-11 00:25:21 +00:00 |
|
gerv@gerv.net
|
58d409fba9
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
|
scc@mozilla.org
|
518d5e5bf9
|
bug #74726: sr=waterson, r=beard. Make |nsXPIDLC?String| inherit from |nsSharableC?String|, the new implementation is now in the string hierarchy (and out of string/obsolete).
|
2001-06-29 12:47:43 +00:00 |
|
scc@mozilla.org
|
8d0f4f0b82
|
bug #69907: rs=brendan. Fix file-level comments in (to be) obsolete string files so they are clearer in LXR directory views.
|
2001-02-23 02:43:42 +00:00 |
|
scc@mozilla.org
|
9a80f38cbf
|
adding this file temporarily, till leaf can copy over the CVS file for the original (currently in mozilla/xpcom/ds/bufferRoutines.h). Need this file here to turn this library in the build
|
2001-02-21 05:15:50 +00:00 |
|