scc%mozilla.org
|
0aca2ee58f
|
fixing OS/2 VisualAge platform bustage, and bad dates in licenses
|
2000-06-18 05:00:31 +00:00 |
scc%mozilla.org
|
7624d84178
|
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
|
09ea95c306
|
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
|
525623fdcd
|
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
|
1c92045198
|
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
|
5840dd129b
|
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
|
fe94b28307
|
Changed some comments
|
2000-05-12 05:17:51 +00:00 |
mjudge%netscape.com
|
47511cf02b
|
scc string fixes
|
2000-04-26 00:55:37 +00:00 |
pavlov%netscape.com
|
29d75b355b
|
add typename to make linux compiler happy r=scc
|
2000-04-23 05:54:36 +00:00 |
scc%netscape.com
|
dd7694898d
|
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
|
11dac06cbd
|
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
|
440183335b
|
resolving ambiguities; getting the new string APIs to build everywhere
|
2000-03-23 22:42:34 +00:00 |
scc%netscape.com
|
0141c419a7
|
First Checked In.
|
2000-03-23 21:09:27 +00:00 |