scc%mozilla.org
|
58b0747a46
|
fix for bug #43085. r=waterson, a=waterson
|
2000-06-20 04:25:20 +00:00 |
waterson%netscape.com
|
20aa0cb8cb
|
Bug 42836. Handle null string in NS_ConvertUCS2toUTF8::Init().
|
2000-06-17 01:24:39 +00:00 |
scc%mozilla.org
|
154339463e
|
undo the change of the 10th. The code is still in, conditioned on |NS_DONT_USE_CHUNKY_STRING_ALLOCATION|. The performance hit was unacceptable, and checking the original change in on the tip was a mistake. r=rpotts; a=leaf, phil
|
2000-06-15 22:13:19 +00:00 |
brendan%mozilla.org
|
c23c45c768
|
Fiddle whitespace style.
|
2000-06-14 04:46:22 +00:00 |
scc%mozilla.org
|
f9832905c7
|
reduce bloat by not chunk-allocating strings (in |nsStr::Alloc|). Clients that don't benefit from this can explicitly call |SetCapacity|. We may re-introduce this functionality in the append of a single character when no space remains, if it turns out to be a problem. This optimization was suggested by profiling done by sfraser, who now promises to find out where it hurts us.
|
2000-06-12 02:54:22 +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 |
scc%mozilla.org
|
9029ea592f
|
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; added a conversion operator (against my best judgement) to |NS_ConvertASCIItoUCS2| to support the construction of literal strings induced by the bad case of the new macro. I could conditionally define this is the opposite direction.
|
2000-06-11 01:06:14 +00:00 |
scc%mozilla.org
|
5498a8acae
|
added some #ifdef logic to allow me to NEW_STRING_APIS off, so I can continue to profile for bloat
|
2000-06-11 01:03:19 +00:00 |
alecf%netscape.com
|
1cfe3dc2c7
|
fix purify errors - uninitialized memory on poorly formatted CID strings, and FMM on nsString::fputs
r=waterson, scc a=waterson
|
2000-06-08 23:34:53 +00:00 |
waterson%netscape.com
|
525c68bc2b
|
Fix bonehead error warren found: don't re-initialize utf8len; we'll need it to set the string's length!
|
2000-06-08 23:07:15 +00:00 |
warren%netscape.com
|
958ed96edd
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
waterson%netscape.com
|
d19492235d
|
Bugs 41279, 41280, 41290. Implement NS_ConvertUTF8toUCS2, r=ftang. Fix NS_ConvertUCS2toUTF8 to set mLength, r=ftang. Re-implement ToNew[*]String to be less bloaty, r=scc,brendan
|
2000-06-02 20:06:54 +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
|
5ee079cc19
|
oops
|
2000-05-15 07:37:18 +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 |
waterson%netscape.com
|
094635b935
|
Fix build bustage. Added nscore.h, which declares NS_STATIC_CAST et. al.
|
2000-05-13 02:05:50 +00:00 |
waterson%netscape.com
|
3579e2d1b1
|
Deal with type unification errors on gcc-2.7.2.3 using NEW_STRING_APIS. r=scc
|
2000-05-13 00:23:04 +00:00 |
waterson%netscape.com
|
1eab8e8175
|
Deal with type-unification errors on gcc-2.7.2.3 using NEW_STRING_APIS. r=scc
|
2000-05-13 00:19:21 +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 |
ftang%netscape.com
|
83ad4f1ef9
|
fix IsAscii function. The origional one report Latin1 characters as ASCII
|
2000-05-03 07:05:19 +00:00 |
mkaply%us.ibm.com
|
11949af38c
|
# 34082
r= dougt@netscape.com
OS/2 bring up continues - Adding PR_CALLBACKs for VisualAge Compiler
|
2000-05-02 22:38:04 +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 |
scc%netscape.com
|
f1766992d8
|
Added an additional permitting and denying signatures for |NS_ConvertASCIItoUCS2|
|
2000-04-23 01:03:28 +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
|
5c3b3872c2
|
needed to make the implementation of |EqualsIgnoreCase(nsIAtom*, ...)| available.
|
2000-04-17 14:50:07 +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
|
c26c8ee879
|
no, the |Equals(PRUnichar*, PRUnichar*, ...)| form is not what you think it is. It has to go. Make comparing with |nsIAtoms| remain avalailable even in |NEW_STRINGS_APIS|
|
2000-04-16 11:09:16 +00:00 |
scc%netscape.com
|
52ad71ebb3
|
new ideas about string conversion
|
2000-04-15 00:05:17 +00:00 |
waterson%netscape.com
|
3f84e427ec
|
Explicit conversion required for NEW_STRING_APIS. r=scc
|
2000-04-04 06:03:20 +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
|
0cfbea19f8
|
Added a new converting signature |NS_ConvertToString| to substitute for this common practice |nsAutoString("a c string")| where used in parameter lists
|
2000-04-03 04:52:47 +00:00 |
scc%netscape.com
|
af62f49483
|
Unified some signatures of |AppendWithConversion|
|
2000-04-01 00:24:39 +00:00 |
scc%netscape.com
|
62b5f82b89
|
Had to add another signature of |AppendWithConversion|
|
2000-04-01 00:24:32 +00:00 |
alecf%netscape.com
|
6594bf537d
|
fix build bustage
|
2000-03-31 07:55:08 +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 |