Commit Graph
87 Commits
Author SHA1 Message Date
rickg@netscape.com e33247c9a0 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 6a1922ca5c reenabled safer version of assertion 1999-11-15 17:10:06 +00:00
rickg@netscape.com 45680ec87e disable overambitious assert for now; r=rods; a=leaf 1999-11-15 16:38:29 +00:00
rickg@netscape.com 2b227501db change NS_ASSERTION to NS_WARN_IF_FALSE; r=none 1999-11-14 10:05:40 +00:00
rickg@netscape.com 13053d2ed0 bug18337 and fixes for embedded nulls; r=harishd 1999-11-14 06:22:52 +00:00
dmose@mozilla.org 20621227af 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 e90dcad4bf bugs 13038 and 14920; also improved comments. r=kmcclusk 1999-10-05 04:47:19 +00:00
rickg@netscape.com e837f5c22d replace ANSI true/false with PR_TRUE; sorry about that. 1999-09-30 05:15:37 +00:00
rickg@netscape.com 078c33e70e perf update and bug fix: a=chofmann r=buster 1999-09-30 04:03:49 +00:00
rickg@netscape.com c14bc7a969 back out update to Append(int,radix) until I can find ltoa() on linux 1999-09-20 05:50:43 +00:00
rickg@netscape.com 8e30124959 explicitly include <stdlib.h> 1999-09-20 05:32:36 +00:00
rickg@netscape.com 14dc92931d fixed crasher in bufferroutines, and eliminated 1 costly call to sprintf 1999-09-20 05:10:32 +00:00
rickg@netscape.com 649c85cae9 improved safety of CBufDescriptor 1999-09-19 16:43:09 +00:00
brendan@mozilla.org 537b6e7497 Expand tabs to spaces per Emacs modeline; other space cleanups. 1999-09-06 22:59:11 +00:00
rickg@netscape.com 54c510bd3d better docs and finally got rid of deprecated API's 1999-09-02 07:04:59 +00:00
kipp@netscape.com 7f5c6bec86 Reworked sizeof api's to be much more useful; updated implementations to match 1999-08-31 03:04:37 +00:00
rickg@netscape.com d5053d1b40 improved docs, bug fixes, removed outdated APIs 1999-08-30 06:55:13 +00:00
rickg@netscape.com ea6058747e removed warnings 1999-08-25 03:11:05 +00:00
waterson@netscape.com 1b2b0530bf Treat CBufDescriptors as 'const' so that they may be inlined. 1999-08-24 00:52:32 +00:00
rickg@netscape.com f88cc5b4ab narrowed the nsCString API's for safety 1999-07-25 17:20:37 +00:00
rickg@netscape.com 32b4539f2a try to improve append performance and allow non-null term buffers when count is given 1999-07-20 06:58:41 +00:00
rickg@netscape.com 7a90d005e8 improved api's 1999-07-19 03:10:41 +00:00
rickg@netscape.com 442d3971d3 incrased argument conditioning 1999-07-18 21:26:03 +00:00
rickg@netscape.com f1beee9271 removing references to iostreams 1999-07-17 10:08:10 +00:00
rickg@netscape.com 854b23387f landing updates to nsString 1999-07-17 07:26:16 +00:00
rickg@netscape.com f4406c94e4 back out erroneously updated files 1999-07-09 06:01:55 +00:00
rickg@netscape.com 541e22173c added nsStringTokenizer.* files; but not in the makefiles yet 1999-07-09 05:11:25 +00:00
dp@netscape.com 6dc8a899c6 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
rickg@netscape.com 1552aa80b7 new nsString modz; getting ready for nsString2 switchover 1999-05-06 05:13:08 +00:00
rickg@netscape.com 03896f9179 completed the backout 1999-04-25 03:50:10 +00:00
rickg@netscape.com bcfb8292c4 backing out string changes until I can get it right 1999-04-25 03:10:44 +00:00
rickg@netscape.com aa91d23038 disabled some unnecessary debug output 1999-04-25 01:27:51 +00:00
rickg@netscape.com 052f343020 removed PRUnichar* operator() and other WIP for nsString2 1999-04-25 01:24:10 +00:00
rickg@netscape.com ccd3de0272 any fix for entities 1999-03-25 01:27:27 +00:00
rickg@netscape.com 51890625da fixed bug in nsString; added recycler to nsString2 1999-03-23 07:26:27 +00:00
rickg@netscape.com 3e6cc4e764 removed unsightly warnings from string classes 1999-03-23 00:28:36 +00:00
rickg@netscape.com d26aadf5ba prep work to land nsString2 1999-03-22 08:29:26 +00:00
rickg@netscape.com b76ecfa96e removed static vars 1999-03-19 08:47:20 +00:00
rickg@netscape.com 34df99a1e0 fixed recently introduced i18n bugs 1999-03-07 19:23:28 +00:00
hyatt@netscape.com 732663bfe1 Fix to the RFind method of nsString. 1999-03-05 00:03:46 +00:00
mcmullen@netscape.com 13c550f747 Call delete [] when new [] was used for allocation. 1999-02-27 20:39:07 +00:00
rickg@netscape.com bec717610a small mod to handle hex conversion better 1999-02-19 06:32:40 +00:00
rickg@netscape.com 78ce8e9ed8 removed bug from deque, and added replaceChar call to string 1999-02-16 06:47:00 +00:00
troy@netscape.com de8bbbdc9b Added missing "const" that was allowing internal pointer to Unicode
string tobe returned as a non-const value
1999-02-14 05:44:01 +00:00
sfraser@netscape.com d16a4cc9e5 That last checkin should have read: fix a bug in CompressWhitespace that caused the string length to be set incorrectly, when Trim shortened the string. 1999-02-11 06:23:29 +00:00
sfraser@netscape.com 87249877ef Fix a bug in 1999-02-11 06:22:03 +00:00
alecf@netscape.com 5d14427d55 add a few more string cases to fix compilers who complain about ambiguous overloading 1999-02-10 08:22:47 +00:00
ftang@netscape.com 094b80bc77 change upper and lower case operation to call unicharutil for the nonASCII case 1999-02-08 18:57:21 +00:00
ftang@netscape.com 8e9dcf42f4 limit ToUCS2 only have effect in U+0080 to U+009F range so it won't mess up non Latin 1 characters 1999-01-29 18:08:36 +00:00
rickg@netscape.com 0ff559abfc exposed objectAt in deque, and fixed toInteger bug 1999-01-15 19:20:51 +00:00