Граф коммитов

45 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
scc%mozilla.org 1881ab2220 finishing up the special string class for the parser 2000-09-11 05:24:49 +00:00
scc%mozilla.org 6c54834914 fixing some bugs in the new parser string code; changing some names 2000-09-09 11:31:04 +00:00
scc%mozilla.org 51a6875de0 adding more new string files 2000-09-09 09:50:14 +00:00
scc%mozilla.org 3798ef25f3 adding more new string files 2000-09-09 06:29:37 +00:00
scc%mozilla.org f005c9b3b7 adding the new string files 2000-09-09 04:43:55 +00:00
scc%mozilla.org bc2af7530d files from the string test harness, updated to match the string changes already in the tree 2000-09-03 07:10:03 +00:00
scc%mozilla.org e9b47b215c not part of the build; adding multi-fragment strings to the test suite 2000-08-11 20:54:25 +00:00
scc%mozilla.org e4c73c28a5 adding a needed prefix file, these are not part of the build, just part of the string test framework (as was StringTest.mcp, just checked in) 2000-07-28 22:47:17 +00:00
scc%mozilla.org 73b7121bc5 get rid of "nsWorkString" 2000-07-28 22:45:58 +00:00
scc%mozilla.org 6951acdde0 added blizzards tests for problems with |Substring| 2000-06-21 02:06:29 +00:00
scc%mozilla.org e777b2b3db had to add a bunch of libraries to get the debug target to build 2000-06-21 02:05:54 +00:00
scc%mozilla.org 1f29f46c00 removed nsWork[C]String, as discussed with waterson 2000-06-20 04:31:42 +00:00
scc%mozilla.org a7afde0889 added tests for self-assignment, self-insertion, self-appending, and self-replacement 2000-06-20 04:31:00 +00:00
scc%mozilla.org 22deb21d5b adding |nsWork[C]String| classes 2000-06-14 05:41:05 +00:00
scc%mozilla.org bc987dce5d ...and set the define for the test case 2000-06-12 02:50:27 +00:00
scc%mozilla.org 7619583dad updated to reflect work done 2000-06-11 01:11:13 +00:00
scc%mozilla.org 008e0b3e60 Added new targets to compare between the |wchar_t| version and the no |wchar_t| version 2000-06-11 01:10:49 +00:00
scc%mozilla.org e18d48139d convert to the new scheme for handling wide string literals: |NS_LITERAL_STRING|. 2000-06-11 01:09:54 +00:00
scc%mozilla.org 3a7bb8ec08 now that NEW_STRING_APIS is turned on in the actual string headers, I needed to move some defs around. Also setting a new define for HAVE_CPP_2BYTE_WCHAR_T 2000-06-11 01:09:00 +00:00
scc%mozilla.org 25896e8f49 First checked in. 2000-06-11 01:07:41 +00:00
scc%mozilla.org 80e3b6a3ae 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%netscape.com fbfcb9d94b fixed a problem with cut and advancing past the end of a string with an iterator r=waterson 2000-05-16 10:13:23 +00:00
scc%netscape.com 37ec015a19 fixed macro-based comparison operators to help with our type-unification problems 2000-05-13 21:39:37 +00:00
scc%netscape.com 0d642cf442 added tests for the new IO stuff, etc. 2000-05-12 05:19:46 +00:00
scc%netscape.com bc2e03c19d Uncommented tests that should work now that I've fixed the block stomping bug. 2000-05-12 05:18:36 +00:00
scc%netscape.com d3d0b85749 Changed some comments 2000-05-12 05:17:51 +00:00
mjudge%netscape.com 3c00091d57 scc string fixes 2000-04-26 00:55:37 +00:00
scc%netscape.com c7f2aa9d6f Added tests for construction and |Find|. Added null loop timings to help better analyze results. Temporarily commented out block-stomping tests. 2000-04-04 05:20:05 +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 6e2cad434e Fixed timer code for Mac (PR_Now wasn't doing the trick). Now using |nsInt64| instead of implementing my own |operator-()| 2000-03-29 08:14:09 +00:00
scc%netscape.com e275624147 added "nsFragmentedString.h" 2000-03-29 08:12:54 +00:00
scc%netscape.com 80b6553802 updating to reflect work done and desired 2000-03-27 09:07:39 +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 b06ac90413 re-fix for the Mac after working with Pav to make all the tests compile on Linux 2000-03-25 05:44:57 +00:00
scc%netscape.com a858dc4f15 File Removed. 2000-03-25 05:37:30 +00:00
pavlov%netscape.com 3ae340c6ea make string tests build on unix 2000-03-25 01:59:19 +00:00
scc%netscape.com 08b157baba getting the unit tests and profiling tests to run on all platforms 2000-03-25 00:56:47 +00:00
scc%netscape.com 21455ac353 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 21:33:58 +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 dfe662ba68 |wchar_t| will not be turned on by default, yet. These files are still not part of the build. 2000-03-22 22:53:44 +00:00
scc%netscape.com 73a7e0c910 Incremental changes. These files are still not part of the build. 2000-03-22 08:22:28 +00:00
scc%netscape.com 81d0ddeea5 Added ToDo.doc, so the list of things to do is visible in the project. This project is not part of the build. 2000-03-14 17:32:27 +00:00
scc%netscape.com 4af37dd4bd First Checked In. 2000-03-14 17:31:43 +00:00
scc%netscape.com 8c3b397934 First Checked In. 2000-03-14 15:56:34 +00:00