scc%mozilla.org
|
244db7b43b
|
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
|
70de2e4a46
|
landing string branch; see bug #73786
|
2001-04-02 19:40:52 +00:00 |
|
scc%mozilla.org
|
3cbbb0afad
|
fix |const| error
|
2000-09-09 10:17:45 +00:00 |
|
scc%mozilla.org
|
13b55a5fda
|
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
|
c18e089b7a
|
oops. fix windows bustage
|
2000-09-02 04:57:36 +00:00 |
|
scc%mozilla.org
|
e52e438806
|
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
|
332cbbead7
|
fixed |nsCharSinkTraits<T>::write| as per bug #46462; r=beard, a=waterson
|
2000-08-09 08:26:12 +00:00 |
|
scc%mozilla.org
|
3446bda5c3
|
fixing OS/2 VisualAge platform bustage, and bad dates in licenses
|
2000-06-18 05:00:31 +00:00 |
|
scc%mozilla.org
|
752a6ca4ce
|
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
|
80e3b6a3ae
|
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
|
3730f50409
|
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
|
82bbf19a82
|
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
|
e55217832f
|
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
|
d3d0b85749
|
Changed some comments
|
2000-05-12 05:17:51 +00:00 |
|
mjudge%netscape.com
|
3c00091d57
|
scc string fixes
|
2000-04-26 00:55:37 +00:00 |
|
pavlov%netscape.com
|
64baf8c0ac
|
add typename to make linux compiler happy r=scc
|
2000-04-23 05:54:36 +00:00 |
|
scc%netscape.com
|
44d068215d
|
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
|
f0e3d7164f
|
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
|
045cc4e9ba
|
resolving ambiguities; getting the new string APIs to build everywhere
|
2000-03-23 22:42:34 +00:00 |
|
scc%netscape.com
|
931f86c6b0
|
First Checked In.
|
2000-03-23 21:09:27 +00:00 |
|