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 |
|
jaggernaut@netscape.com
|
cf7d7a79de
|
Bug 105987: Clean up nsCharTraits.h, use slightly faster implementations where possible, r=dbaron, sr=scc.
|
2001-10-27 09:40:08 +00:00 |
|
jaggernaut@netscape.com
|
ae7068a9e4
|
Bug 102523: Non-ASCII characters are showing up as '?'s in certain cases because the ASCII to UCS2 code which we recently started using more was doing an incorrect conversion. r=bbaetz, r=dbaron, rs=scc
|
2001-10-02 10:18:31 +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
|
4e56e9386c
|
landing string branch; see bug #73786
|
2001-04-02 19:40:52 +00:00 |
|
scc@mozilla.org
|
520b8d541c
|
fix |const| error
|
2000-09-09 10:17:45 +00:00 |
|
scc@mozilla.org
|
0972a464b7
|
time to add that specialization of |nsCharSourceTraits<PRUnichar>|, not having it is probably hosing speedracer, r=waldemar
|
2000-09-02 06:03:50 +00:00 |
|
scc@mozilla.org
|
140dc5768e
|
oops. fix windows bustage
|
2000-09-02 04:57:36 +00:00 |
|
scc@mozilla.org
|
19ee7fdf68
|
bug #49817: fix |normalize_forward|, |normalize_backward|; make |Begin(Read|Writ)ing| call |normalize_forward|; pass iterators by reference. r=mjudge
|
2000-09-02 04:10:44 +00:00 |
|
scc@mozilla.org
|
28f9b1ee6d
|
fixed |nsCharSinkTraits<T>::write| as per bug #46462; r=beard, a=waterson
|
2000-08-09 08:26:12 +00:00 |
|
scc@mozilla.org
|
d99c8fa343
|
fixing OS/2 VisualAge platform bustage, and bad dates in licenses
|
2000-06-18 05:00:31 +00:00 |
|
scc@mozilla.org
|
3cd5e33f88
|
Exploiting a user-defined |operator->()| when the result is a pointer to a primitive type is problematic for the OS/2 VisualAge compiler. Eliminate such uses in the new string facilities. These are stragglers missed in an earlier checkin.
|
2000-06-03 00:38:06 +00:00 |
|
scc@mozilla.org
|
2a27a13b20
|
Bug #39686. Made an |NS_COUNT|. Put it in the new file "nsAlgorithm.h", to which I also moved |NS_MIN| and |NS_MAX| from "nscore.h", and |copy_string| and |copy_string_backward| from "nsAReadableString.h". Also fixed non-standard include-guards. r={sford, jag}
|
2000-05-20 20:43:26 +00:00 |
|
scc@mozilla.org
|
406c01d359
|
ugh. Fix to placate egcs. |static_cast| should be sufficient for a |void*|, but egcs seems to need |reinterpret_cast|
|
2000-05-20 19:08:36 +00:00 |
|
scc@mozilla.org
|
fdc6f811ea
|
Fixing platform bustage only caught by SunOS Workshop. Need a |const| in a cast to avoid casting away |const|-ness. r=jdunn
|
2000-05-20 18:22:05 +00:00 |
|
scc@netscape.com
|
0f5b3047f3
|
getting ready to turn this stuff on, changes related to that: empty strings specified with null pointer, a couple of other fixes.
|
2000-05-13 20:17:35 +00:00 |
|
scc@netscape.com
|
13631303b1
|
Changed some comments
|
2000-05-12 05:17:51 +00:00 |
|
mjudge@netscape.com
|
2bc09ddb86
|
scc string fixes
|
2000-04-26 00:55:37 +00:00 |
|
pavlov@netscape.com
|
57b41296ce
|
add typename to make linux compiler happy r=scc
|
2000-04-23 05:54:36 +00:00 |
|
scc@netscape.com
|
09d6abe405
|
Added |nsCharSourceTraits| and |nsCharSinkTraits| to better facilitate copying from arbitrary char sources into arbitrary char consumers
|
2000-04-21 01:20:55 +00:00 |
|
scc@netscape.com
|
455148c1c1
|
Added a new type, |incompatible_char_type| to help build signatures that prevent automatic incorrect promotion from |char| to |PRUnichar|. Kind of a hack, but the right way (specializing |nsAWritable| for |PRUnichar| can't be made to compile everywhere)
|
2000-04-14 23:19:14 +00:00 |
|
scc@netscape.com
|
eea32174ae
|
resolving ambiguities; getting the new string APIs to build everywhere
|
2000-03-23 22:42:34 +00:00 |
|
scc@netscape.com
|
9d97adbb3b
|
First Checked In.
|
2000-03-23 21:09:27 +00:00 |
|