scc%mozilla.org
|
58b0747a46
|
fix for bug #43085. r=waterson, a=waterson
|
2000-06-20 04:25:20 +00:00 |
scc%mozilla.org
|
c7ed57b159
|
added some #ifdef logic to allow me to turn NEW_STRING_APIS off, so I can continue to profile for bloat; added an implementation specific |operator+()| to resolve ambiguity with promises on some platforms
|
2000-06-11 04:35:02 +00:00 |
waterson%netscape.com
|
1415b703eb
|
Fix boneheaded mistake: I left the return type of NS_ConvertUCS2toUTF8::Init().
|
2000-05-27 00:17:10 +00:00 |
waterson%netscape.com
|
da25677b5d
|
Bug 40461. Implement NS_ConvertUCS2toUTF8, r=scc,brendan
|
2000-05-26 22:24:34 +00:00 |
scc%netscape.com
|
7ecdb44d84
|
turning on the new strings API.
|
2000-05-16 07:18:04 +00:00 |
scc%netscape.com
|
483586e820
|
circular include logic defeated me ... protect the new operator definitions locally
|
2000-05-15 08:07:25 +00:00 |
scc%netscape.com
|
c84fe3a063
|
adding macros and uses to support Solaris' inability to pick operator+
|
2000-05-15 07:28:00 +00:00 |
scc%netscape.com
|
8b82758f42
|
changes to fix some errors constructing autostrings from null pointers that led to crashes
|
2000-05-15 03:10:19 +00:00 |
waterson%netscape.com
|
5ba063ecca
|
With NEW_STRING_APIS, turn on definition of string comparison operators to avoid accidental pointer comparisons. r=scc
|
2000-05-15 01:27:04 +00:00 |
scc%netscape.com
|
bb3a3d8ee9
|
fixed macro-based comparison operators to help with our type-unification problems
|
2000-05-13 21:39:37 +00:00 |
scc%netscape.com
|
d2d60e103d
|
Fixed the block stomping bug by ensuring the correct |operator=()| was always available.
|
2000-05-12 05:25:26 +00:00 |
mkaply%us.ibm.com
|
5c44941967
|
# 37239
r= dougt@netscape.com
OS/2 bring up continues - xpcom changes - #ifdefs for OS/2
|
2000-05-01 22:25:44 +00:00 |
scc%netscape.com
|
6139d6c97e
|
fix for pink
|
2000-04-28 00:21:44 +00:00 |
scc%netscape.com
|
e6aaa0f8f5
|
making string conversions explicit; this checkin stops the back-sliding before we turn on NEW_STRING_APIS.
|
2000-04-27 20:37:54 +00:00 |
mjudge%netscape.com
|
47511cf02b
|
scc string fixes
|
2000-04-26 00:55:37 +00:00 |
tbogard%aol.net
|
76e8db8e09
|
Moved the implementation of AssignWithConversion to the cpp file since Linux and Windows didn't like it inline in the h file. r=scc
|
2000-04-22 09:17:20 +00:00 |
scc%netscape.com
|
08376156e3
|
Added a signature previously covered by |Assign(const nsStr&)|, now |Assign( const nsString& )|.
|
2000-04-22 08:36:28 +00:00 |
pinkerton%netscape.com
|
b138f71e20
|
Fix build bustage r=scc.
|
2000-04-21 07:34:06 +00:00 |
scc%netscape.com
|
c9db033ed7
|
there were a bunch of routines that returned references to this and were abused as much as they were used correctly. now they return |void|
|
2000-04-21 06:59:14 +00:00 |
scc%netscape.com
|
9e78c81481
|
fixing build bustage
|
2000-04-17 12:22:37 +00:00 |
scc%netscape.com
|
45681631d8
|
attempting to fix build bustage
|
2000-04-17 11:49:23 +00:00 |
scc%netscape.com
|
4753a77d13
|
Added private unimplemented signatures of |...WithConversion| to prevent accidents where I should have used the non-converting form. Removed |AppendWithConversion|s that stood in for |AppendInt| and |AppendFloat|.
|
2000-04-17 11:06:41 +00:00 |
scc%netscape.com
|
52ad71ebb3
|
new ideas about string conversion
|
2000-04-15 00:05:17 +00:00 |
waterson%netscape.com
|
489d8de9d4
|
Hackery to get NEW_STRING_APIS compiling on gcc-2.7.2.3. r=scc
|
2000-04-04 06:00:01 +00:00 |
scc%netscape.com
|
62b5f82b89
|
Had to add another signature of |AppendWithConversion|
|
2000-04-01 00:24:32 +00:00 |
scc%netscape.com
|
ac3e2d0d46
|
more work bringing |ns[C]String| into line with the new implementations. Again, this is no change when |NEW_STRING_APIS| is not defined.
|
2000-03-31 07:26:13 +00:00 |
scc%netscape.com
|
42d9401c3e
|
adjustments to the string interfaces that should have no effect in the non-|NEW_STRING_APIS| case (yes, I built all changes to verify)
|
2000-03-30 22:51:51 +00:00 |
scc%netscape.com
|
4f1ac4a894
|
finer grain control of which current string assignments are still available after |NEW_STRING_APIS|. Added |AssignWithConversion| signatures. Made appropriate current |Assign|s be synonyms.
|
2000-03-29 00:06:31 +00:00 |
waterson%netscape.com
|
e2976c60e9
|
Beef up autoconf tests to differentiate 'ambiguity resolving' and 'access changing' support of the 'using' keyword. Add a test to see if the 'std' namespace is used on the platform. r=scc
|
2000-03-28 07:01:37 +00:00 |
pavlov%netscape.com
|
65f297564c
|
add some #if[n]def STASTANDALONE_STRING_TESTS r=scc
|
2000-03-25 02:07:34 +00:00 |
scc%netscape.com
|
ea8e807dda
|
Lots of changes to get this stuff building on Solaris, et al. None of these changes effect the mainline build yet, and won't until |NEW_STRING_APIS| is defined for everyone (coming soon)
|
2000-03-24 22:06:57 +00:00 |
rickg%netscape.com
|
face54c533
|
WIP for new string library, and defensive coding improvement in SetCapcity; r=buster
|
2000-03-24 07:21:56 +00:00 |
waterson%netscape.com
|
52bd9b75b0
|
Condition nsAutoCString operator=() on NEW_STRING_APIS. r=scc
|
2000-03-24 00:41:40 +00:00 |
scc%netscape.com
|
310d8b83c3
|
fixing ambiguities caused by name hiding
|
2000-03-23 22:53:53 +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
|
545b27e7e1
|
Added "nsCharTraits.h"; no longer relying on |std::char_traits|. Renamed some things so overloading wouldn't fight with overriding.
|
2000-03-23 21:15:01 +00:00 |
scc%netscape.com
|
c1f3d7ef89
|
Conditionally enable the new string APIs. Don't worry, they're not turned on yet. All changes r=waterson. Changes that effect |nsString| unconditionally, r=rickg.
|
2000-03-23 02:12:23 +00:00 |
rickg%netscape.com
|
7c4f6b3293
|
landing phase 2 to remove deprecated string calls
|
2000-03-12 11:10:07 +00:00 |
rickg%netscape.com
|
39a604256b
|
fixed bug28837 (r=troy; a=jar). Removed warnings (r=troy)
|
2000-02-24 08:20:03 +00:00 |
valeski%netscape.com
|
058c2720cf
|
28782. a=jar. r=rickg. nsCAutoString couldn't handle a '=' of a PRUnichar*, now it can
|
2000-02-23 22:47:03 +00:00 |
rickg%netscape.com
|
618b491821
|
major perf mods for bug 27524, and removed deprecated methods; r=harishd
|
2000-02-13 17:46:15 +00:00 |
rickg%netscape.com
|
f3f2d8ea28
|
fixed25049; r=harishd
|
2000-02-11 12:11:03 +00:00 |
kin%netscape.com
|
2a51729266
|
Fix for bug #21317: UMR: nsCAutoString::=(nsCAutoString const&)
Added nsCAutoString& operator=(nsCAutoString&).
r=rickg@netscape.com a=chofmann@netscape.com
|
1999-12-09 22:53:52 +00:00 |
rickg%netscape.com
|
f5607b5bca
|
fixed PDT+19121; r=kmcclusk
|
1999-12-03 00:30:29 +00:00 |
rickg%netscape.com
|
842edd9e4d
|
fixed off-by-1 error in compare, and added ReplaceSubstring(). r=syd
|
1999-12-02 10:14:38 +00:00 |
rickg%netscape.com
|
cb7b79c204
|
added DebugDump() to nsString classes for terminal output. Also slightly improved documentation. r=buster
|
1999-11-19 08:05:30 +00:00 |
rickg%netscape.com
|
46aa8893b8
|
bug18337 and fixes for embedded nulls; r=harishd
|
1999-11-14 06:22:52 +00:00 |
dmose%mozilla.org
|
8535dda53e
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
rickg%netscape.com
|
36cb1afdae
|
bugs 13038 and 14920; also improved comments. r=kmcclusk
|
1999-10-05 04:47:19 +00:00 |
rickg%netscape.com
|
55844ee5d3
|
perf update and bug fix: a=chofmann r=buster
|
1999-09-30 04:03:49 +00:00 |