Commit Graph

652 Commits

Author SHA1 Message Date
scc%netscape.com
acb13c54fe Had to add another signature of |AppendWithConversion| 2000-04-01 00:24:32 +00:00
rickg%netscape.com
26dec0ca15 wip for nsString classes; not part of build 2000-03-31 09:24:08 +00:00
alecf%netscape.com
d35343d59b add the atom service to the build
r=dp
2000-03-31 09:19:17 +00:00
alecf%netscape.com
df5c91bff8 fix build bustage 2000-03-31 07:55:08 +00:00
scc%netscape.com
74a3c00cac incremental changes. these files are not yet part of the build 2000-03-31 07:28:38 +00:00
scc%netscape.com
f563b72b38 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
85ed3b0e46 incremental changes. We're getting closer. These files are not yet part of the build. 2000-03-30 22:53:41 +00:00
scc%netscape.com
e6ae3320f8 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
jim_nance%yahoo.com
dc0e139673 Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
days for module owners to comment on.  r=troy@netscape.com
2000-03-30 03:21:26 +00:00
scc%netscape.com
3ff4debe4a First Checked In. 2000-03-29 08:11:59 +00:00
warren%netscape.com
727f312b32 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
scc%netscape.com
6c955bebcd rename |string_copy| and |string_copy_backward| to |copy_string| and |copy_string_backward| 2000-03-29 00:54:12 +00:00
waterson%netscape.com
d98332652c Fix access restrictions that were causing VC++'s brain to fizzle when compiled with NEW_STRING_APIS. r=scc 2000-03-29 00:13:46 +00:00
scc%netscape.com
5b54400caf 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
scc%netscape.com
53eaa359c9 Adding some macros that allow me to start using literal strings 2000-03-28 22:37:51 +00:00
waterson%netscape.com
9de0d361a8 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
rickg%netscape.com
6646ea5098 2x perf. improvement StripChar(); r=rods 2000-03-28 00:02:41 +00:00
scc%netscape.com
9308429766 fixing an off-by-one bug, and the associated problem when |mCapacity| and |mLength| are both |0|. r=waterson 2000-03-27 22:13:41 +00:00
jst%netscape.com
ace64521af Backing out scc's last checking to this file, it causes linux builds to dump core on startup. a=leaf 2000-03-27 15:10:12 +00:00
scc%netscape.com
0ac1f0ce94 traded in |copy_chunky_backward| for |string_copy_backward| and moved it to "nsAReadableString.h" along with the |string_copy|s. Added tests for |SetLength|, which would have caught the problem in |nsString| I fixed earlier, and one for |Insert| that exposed the trouble in |copy_chunky_backward|. 2000-03-27 09:06:37 +00:00
scc%netscape.com
2ae71a7fb2 fixing an off-by-one bug 2000-03-27 07:46:02 +00:00
scc%netscape.com
8989445116 Trying to fix for Solaris 2000-03-25 07:55:07 +00:00
pavlov%netscape.com
57009b25cf add some #if[n]def STASTANDALONE_STRING_TESTS r=scc 2000-03-25 02:07:34 +00:00
scc%netscape.com
4735f81cae Making the tests run on all platforms. Removing some confusion about iostreams. 2000-03-25 00:59:29 +00:00
scc%netscape.com
b0b8c5e18f Incremental changes. These files are not yet part of the build. 2000-03-25 00:47:02 +00:00
scc%netscape.com
402f35dfcd 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
3405c56a6b WIP for new string library, and defensive coding improvement in SetCapcity; r=buster 2000-03-24 07:21:56 +00:00
rickg%netscape.com
e01fb3441b correct off-by-one error (edge case); r=buster 2000-03-24 07:19:00 +00:00
rickg%netscape.com
628e98bced fixed bug31317; r=ftang 2000-03-24 07:17:51 +00:00
waterson%netscape.com
79a9a8b12c Fully qualify ReadingIterator when used inside template (so it compiles on egcs-1.1.2). r=scc 2000-03-24 06:02:59 +00:00
waterson%netscape.com
12219bcb0b Fully qualify ReadingIterator when used inside template (so it compiles on egcs-1.1.2). Minor silly fixes. 2000-03-24 06:02:37 +00:00
waterson%netscape.com
8917c72738 Condition nsAutoCString operator=() on NEW_STRING_APIS. r=scc 2000-03-24 00:41:40 +00:00
waterson%netscape.com
aa2f61cb44 Condition nsAutoString operator=() and some Assign() based on NEW_STRING_APIS. r=scc 2000-03-24 00:40:47 +00:00
waterson%netscape.com
dcfe6275d6 Use NS_MIN and NS_MAX instead of std::min and std::max. r=scc 2000-03-24 00:39:44 +00:00
scc%netscape.com
be782b8db1 fixing ambiguities caused by name hiding 2000-03-23 22:53:53 +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
7d2d0cf608 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
cc84e8491e Added "nsCharTraits.h" 2000-03-23 21:10:46 +00:00
scc%netscape.com
931f86c6b0 First Checked In. 2000-03-23 21:09:27 +00:00
scc%netscape.com
21601d71fa 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
scc%netscape.com
cc62586f26 fixed some warnings 2000-03-22 22:55:10 +00:00
scc%netscape.com
2f1956e29f Getting rid of warnings. These files are not yet part of the build. 2000-03-22 22:51:18 +00:00
scc%netscape.com
9d360e3ad0 Made critical operations exploit chunky iterators. These files are not yet part of the build. 2000-03-22 08:19:48 +00:00
sfraser%netscape.com
466c068544 Bump up the intial hash table size in a bunch of places to avoid resizing the hash later. r=scc 2000-03-22 02:43:48 +00:00
ftang%netscape.com
60bff949e1 add assertion code for data lostage. r/a=rickg 2000-03-21 21:04:50 +00:00
scc%netscape.com
5d1e31d90e Added the new string interface files to the export lists for each platform. They still aren't part of the build. r=pinkerton 2000-03-17 22:04:48 +00:00
ftang%netscape.com
be2435a9f0 check in illegal nsString char* usage tracking code. Turn off by default. r=rickg 2000-03-15 05:15:00 +00:00
scc%netscape.com
0825f5bcd1 Incremental changes. Fixed some things that were stopping rickg from compiling. This file is not part of the build. 2000-03-14 17:10:03 +00:00
dp%netscape.com
f7c27d1d9d filename conflict. Hence removing to add it back as a different filename 2000-03-13 01:48:50 +00:00
dp%netscape.com
4d287c15a0 Initial version 2000-03-13 00:23:41 +00:00