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

394 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com 96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
nhotta%netscape.com 9cf793e3ac Changed conversion between posix and xp locale to handle extra locale info correctly, bug 18338, r=tao. 1999-11-23 21:51:26 +00:00
duncan%be.com 727d390659 Make locale work under BeOS (added XP_BEOS next to XP_UNIX). r=nhotta
Make JS timing work under BeOS (added XP_BEOS next to XP_UNIX). r=mcafee
Make nsSigHandlers.cpp build under BeOS (strsignal returns const char *). r=mcafee
1999-11-20 10:53:34 +00:00
nhotta%netscape.com 5cfdec76d8 Change to pass an empty string to setlocale instead of NULL (which is illegal in Unix unlike windows). Bug
18338, r=tao.
1999-11-18 03:28:35 +00:00
jdunn%netscape.com e871be6de2 Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
nhotta%netscape.com 27a1f550a6 Putting a debug printf so the tester can see the real locale used for the sorting, bug 18338, r=tao. 1999-11-16 01:12:47 +00:00
dmose%mozilla.org 142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
tague%netscape.com 659f2ed64e Fixed bug #16463 - can't create profile with Danish version of Mozilla. I modified the locale mapping code to correct a bug where DA was getting mapped to LANG_DUTCH. r=nhotta@netscape.com 1999-10-27 22:52:56 +00:00
scc%netscape.com c84b487139 Don't |delete| interface pointers. Use |AddRef()| and |Release()| instead. Bug #16762, r=pinkerton. 1999-10-26 00:49:33 +00:00
dp%netscape.com 038812ce67 bug#16742 Fixing delete on nsISupports. Thanks for patch from <heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing operating on refcnt directly. r=dp 1999-10-23 17:33:29 +00:00
nhotta%netscape.com 9dfca9b674 Changed to get a charset name from a locale instead of hard code, also fixed a memory leak, bug=10816, r=tague 1999-10-15 00:11:38 +00:00
waterson%netscape.com bdfcaec321 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 03:05:10 +00:00
warren%netscape.com 8c71c45537 Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty. 1999-10-08 01:49:06 +00:00
beard%netscape.com 9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
kipp%netscape.com cec687d96f removed 1999-09-30 21:09:32 +00:00
kipp%netscape.com 2315eae906 Convert to a module from a component 1999-09-30 21:07:12 +00:00
kipp%netscape.com d9e6ae3a9e new 1999-09-28 22:58:23 +00:00
beard%netscape.com 452f5c0084 fixed leaks on Mac using GetUnicode() rather than ToNewUnicode(). Removed some warnings. 1999-09-27 01:27:15 +00:00
warren%netscape.com 68a60c6bb3 Fixed leaked unicode strings. 1999-09-26 07:01:25 +00:00
colin%theblakes.com e05038585c cast the time_t -1: bug #14708 1999-09-23 18:41:53 +00:00
warren%netscape.com 4d1ebe20c2 fixed refcounting of nsLocaleService so that it would be freed on shutdown 1999-09-20 20:52:01 +00:00
briano%netscape.com d055fd251c General cleanup. 1999-09-11 03:07:11 +00:00
nhotta%netscape.com e28908046e Bug #13488, changed to cache locale data. 1999-09-10 18:34:06 +00:00
nhotta%netscape.com 6b2878dec3 Locale to charset name mapping for Win95/98. 1999-09-08 20:11:04 +00:00
nhotta%netscape.com 8ce57ee2ff Locale factory -> locale service. 1999-09-08 20:08:15 +00:00
cata%netscape.com 4e95216ff1 Method name change. 1999-09-02 20:23:49 +00:00
cata%netscape.com 0f0d23b266 Fixing build warnings. Step 2: switch to use new method from the interface. 1999-09-01 22:50:50 +00:00
tbogard%aol.net c11bdf4df1 Fixed bad NSGetFactory. 1999-09-01 08:15:23 +00:00
cyeh%netscape.com 9577b5cefa Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
tague%netscape.com 5b7177c181 Removed direct comparisons of result values to NS_OK and replaced them with the appropriate macro. 1999-08-31 02:11:07 +00:00
tague%netscape.com 7883aff603 Replaced direct comparisons of return values against NS_OK with the appropriate macros. 1999-08-31 02:04:26 +00:00
tague%netscape.com 6852185102 Replaced direct comparisons of return values against NS_OK with NS_SUCCEEDED or NS_FAILED macros. 1999-08-31 01:56:44 +00:00
nhotta%netscape.com f55b3a55ae Bug fix #8792. 1999-08-30 22:00:13 +00:00
nhotta%netscape.com 6b41d36d12 nsIPlatformCharset integration. 1999-08-27 21:10:18 +00:00
mccabe%netscape.com d98f4dca1d First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
tague%netscape.com e12954527a Added GetLocaleComponentForUserAgent to nsILocaleService. Fixes my part of bug #10465. 1999-08-20 23:47:27 +00:00
nhotta%netscape.com c3f8a1e88a Fixed compile errors (not part of the build). 1999-08-19 19:55:05 +00:00
nhotta%netscape.com 13bf8b839d Scriptable date format change for unix. 1999-08-09 20:57:55 +00:00
tague%netscape.com 0f97c41aad Fixed bug #11477 - nsLocale not correctly getting application locale. 1999-08-09 19:53:02 +00:00
nhotta%netscape.com e2b8dde433 Use region code for latin scripts. 1999-08-09 18:05:32 +00:00
nhotta%netscape.com 333e1fa73e Scriptable date format. 1999-08-09 17:59:39 +00:00
tague%netscape.com 907c28f7c2 Fixed bug #3903 (Need region code for Macintosh GetPlatformLocale) and bug #11189 (Locale service was returning wrong locale for scriptability) 1999-08-09 03:59:32 +00:00
nhotta%netscape.com a1ac37d470 Changed to use progid for nsIScriptableDateFormat. 1999-08-05 20:05:32 +00:00
nhotta%netscape.com f37eb606f8 Added progid/cid to idl and interface change. 1999-08-04 21:36:36 +00:00
tague%netscape.com 6b08459339 Fix purify errors introduced in the scriptability landing 1999-08-04 07:16:00 +00:00
tague%netscape.com d147b216a3 Fix memory leaks introduced while landing the scriptability changes to nsILocale 1999-08-04 03:46:34 +00:00
tague%netscape.com 2db628dd51 Fixed blamed build warning. No newline at end of file 1999-08-04 03:45:50 +00:00
briano%netscape.com f776b8ac4a Added a newline at the end to fix the Unix native compiler builds. This is becoming annoying.... 1999-08-04 00:25:45 +00:00
tague%netscape.com ebda090446 Fixed blamed build warning 1999-08-03 01:01:47 +00:00
ramiro%netscape.com 39890e1068 Ignore generated files. 1999-08-02 11:56:13 +00:00
tague%netscape.com 95b6365e2b Fix more egcs v. gcc differences. 1999-08-02 04:19:00 +00:00
tague%netscape.com 233bd673f0 Fixed differences between egcs and gcc 1999-08-02 03:53:30 +00:00
tague%netscape.com 3008536c44 Fix solaris bustage. 1999-08-02 03:28:23 +00:00
tague%netscape.com 2b0c246d3b Land nsLocale scriptability changes 1999-08-02 03:00:23 +00:00
tague%netscape.com 9e5ff428bc Landing nsLocale scriptability changes 1999-08-02 02:59:56 +00:00
tague%netscape.com ceb99ae959 First Checked In. 1999-08-02 02:47:09 +00:00
tague%netscape.com 8b8a232bdf Added Macintosh Implementation. 1999-08-02 02:45:34 +00:00
tague%netscape.com 791c7dce44 Added UNIX support 1999-08-02 02:03:53 +00:00
tague%netscape.com 2d402795b8 Added nsLocaleService 1999-08-01 07:37:54 +00:00
tague%netscape.com ec0278f32a Added idl directory 1999-08-01 06:51:37 +00:00
sspitzer%netscape.com e56aff5e4a fix for #10412. zero out the tm struct before using. also, so nsCOMPtr, NS_WITH_SERVICE, and str* -> PL_strn* changes for safety. 1999-07-26 00:20:50 +00:00
sspitzer%netscape.com 8faee4daf2 go back to PR_FormatTime() until #10412 is fixed. 1999-07-24 01:47:59 +00:00
cltbld%netscape.com d9118128a4 sspitzer: temporary workaround for #10412. strftime was barfing. not sure why. this patch at least allows QA to continue testing. the side effect is you won't see the date in thread pane, maybe other places. next step, find and fix the real problem. 1999-07-23 22:08:24 +00:00
sspitzer%netscape.com 2a92c3b157 fix warnings 1999-07-22 17:38:38 +00:00
hyatt%netscape.com a3149b1ba1 Fixing build bustage on windows. 1999-07-22 07:30:23 +00:00
waterson%netscape.com a4a95704ce Fix missing charset converter manager stuff. 1999-07-22 06:26:25 +00:00
scc%netscape.com 16e2ba6a23 explicitly define kCharsetConversionManagerCID only in files that need it ... move to canonical scheme for defining and using IIDs and CIDs 1999-07-22 05:25:17 +00:00
nhotta%netscape.com f60549b16a Added more debug dump (not part of the main build). 1999-07-21 04:31:20 +00:00
nhotta%netscape.com e7e73371dd Added scriptable date format. 1999-07-20 22:24:37 +00:00
nhotta%netscape.com 9e4f9da4b4 Changed to include nsIScriptableDateFormat.h. 1999-07-20 20:06:13 +00:00
nhotta%netscape.com c884fae628 Added nsIScriptableDateFormat.idl. 1999-07-20 20:05:31 +00:00
nhotta%netscape.com 20e2ca8242 Adding scriptable date fomat to the build. 1999-07-20 20:04:31 +00:00
nhotta%netscape.com 88a6f3829e Initial check in (not a part of the build yet). 1999-07-20 02:08:55 +00:00
nhotta%netscape.com 7515e72ba2 Fix for unix compile error (not a part of the main build). 1999-07-20 02:07:41 +00:00
nhotta%netscape.com 169e171115 New interface (not a part of the build yet). 1999-07-19 22:59:13 +00:00
tague%netscape.com 9c7638b59a Changed the mapping of C locale from en to en-US 1999-07-19 19:15:40 +00:00
rickg%netscape.com db57ad2df6 try to fix bug caused when I removed iostream from nsString 1999-07-17 11:03:50 +00:00
nhotta%netscape.com f0d9307e5e Removing nsILocale.h. 1999-07-17 02:09:37 +00:00
nhotta%netscape.com 657199d550 Change nsILocale to IDL. 1999-07-17 02:09:13 +00:00
nhotta%netscape.com eaf9e2cf6a Removing, change to IDL. 1999-07-17 02:08:20 +00:00
nhotta%netscape.com 33ed7eb1cd Fixed error handling and a typo. 1999-07-16 23:52:06 +00:00
nhotta%netscape.com 628b95cd84 Updates for nsILocale change (not part of the mail build). 1999-07-16 22:57:45 +00:00
nhotta%netscape.com b11fb1cefa Fixed for error handling. 1999-07-16 21:08:20 +00:00
nhotta%netscape.com 293762cb1d First Checked In. 1999-07-15 23:29:42 +00:00
nhotta%netscape.com 4887409ca9 nsILocale related change and bug fix for date format. 1999-07-15 23:15:31 +00:00
nhotta%netscape.com b59263f38f Bug fix, I had to pass nsString instead of PRUnichar. 1999-07-15 23:08:36 +00:00
scc%netscape.com eb2437072a debug target now points to debug prefix file 1999-07-15 02:57:56 +00:00
nhotta%netscape.com f19dd88348 Initial check in (not part of the build yet). 1999-07-14 21:05:34 +00:00
tague%netscape.com f32fdfd744 Fix bug #8227/#9841 Deref errors 1999-07-14 19:41:17 +00:00
tague%netscape.com b3c0029a8c Fixed bug #8227/#9841 - Deref errors 1999-07-14 19:37:03 +00:00
ftang%netscape.com 593b5f2b7b fix bug 9841 1999-07-14 18:57:34 +00:00
ftang%netscape.com 1b6f57843d fix bug 9841 1999-07-14 18:46:44 +00:00
nhotta%netscape.com d7274eb0a9 Bug 8792, fix for collation key creation. 1999-07-14 17:01:34 +00:00
nhotta%netscape.com 5413b021e8 Bug 9229, added PRTime support. 1999-07-14 16:53:17 +00:00
nhotta%netscape.com 13641ab3ed Part of IDL migration. 1999-07-14 16:33:43 +00:00
dveditz%netscape.com 0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
tague%netscape.com 153da84ced Eliminate warnings in nsLocale.{h/cpp} 1999-06-29 07:22:40 +00:00
tague%netscape.com 63de6678be Eliminate Linux build warnings in nsLocaleFactory.cpp 1999-06-29 07:10:42 +00:00
mcafee%netscape.com a174d8f82e Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca) 1999-06-28 23:11:18 +00:00
nhotta%netscape.com c8f5268080 Part of IDL migration, addding a new member function. 1999-06-23 21:01:08 +00:00
ftang%netscape.com 679bfcf1cd fix bug 8201 by adding GetIID() 1999-06-15 23:41:40 +00:00
tague%netscape.com da33426924 Update patch for BeOS. 1999-06-14 21:09:35 +00:00
tague%netscape.com 05112ebd33 Fixed bug #8097 and added a portability patch for BeOS. Thanks to duncan@be.os and david.gardiner@unisa.edu.au for their patches. 1999-06-14 20:06:24 +00:00
tague%netscape.com 9dd8d20230 Fix for #7798: Spelling error in locale GetCategory API. Made one change to mailnews to reflect new spelling 1999-06-09 02:37:14 +00:00
briano%netscape.com 8699ea0019 Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
jdunn%netscape.com 147e8c0ae7 include ctype.h for isalpha, tolower & isspace 1999-06-03 18:03:15 +00:00
tague%netscape.com 789ae3347f Fixed #7294: Need implementation of accept-language to nsLocale Factory method. 1999-06-03 01:57:55 +00:00
tague%netscape.com 649420ff88 Updated self test. 1999-05-28 05:01:54 +00:00
tague%netscape.com b5fae28c4f Updated self-test so that it continues to build. 1999-05-28 03:19:22 +00:00
tague%netscape.com c81f25284c Updated self-test so it continues to build 1999-05-28 03:19:05 +00:00
mcmullen%netscape.com cbc7d3604a Removed obsolete base.shlb/baseDebug.shlb 1999-05-27 21:40:58 +00:00
tague%netscape.com 51d685914f Fix bug #6680 Mac -date not displayed in thread pane. 1999-05-27 20:42:15 +00:00
tague%netscape.com 422841bcc7 Fix for bug #6680 Mac - date not displayed in Message pane folders. 1999-05-27 20:39:13 +00:00
nhotta%netscape.com c3b8e48903 Test for GetIID(). 1999-05-27 20:37:48 +00:00
nhotta%netscape.com 411ce38a0b Added GetIID(). 1999-05-27 20:36:11 +00:00
dp%netscape.com 78364c28b7 removing -lreg 1999-05-26 07:16:38 +00:00
dp%netscape.com 94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
tague%netscape.com c1c371e3bc Fixed bug #6680. Approved by chofmann. 1999-05-20 19:21:51 +00:00
tague%netscape.com 8b67f38177 Fixed up componet registration 1999-05-19 00:50:19 +00:00
nhotta%netscape.com 773aefacc9 Bug fix #6680, removed duplicated declarations of the variable res. 1999-05-19 00:49:25 +00:00
tague%netscape.com eeb88c25ca Fixed bug #5564, #6214. Problems with nsLocale.dll components not loading. dp reviewed changes 1999-05-12 22:24:20 +00:00
tague%netscape.com 610b6b8041 Removed register calls - track dp changes to component manager 1999-05-06 22:19:00 +00:00
dp%netscape.com b5707f7a96 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
nhotta%netscape.com b37ea38fe1 Adding Mac support (not part of the build). 1999-05-06 00:12:11 +00:00
nhotta%netscape.com 93b1c98df6 Change to use nsIMacLocale getting script ID of locale. 1999-05-04 20:42:58 +00:00
tague%netscape.com c996e0a6e6 Fixed #5678 approved by choffman and reviewed by leaf and briano 1999-04-29 23:01:49 +00:00
tague%netscape.com 3dfb1ad7e9 *** empty log message *** 1999-04-28 06:22:34 +00:00
tague%netscape.com c907998cc4 First Checked In. 1999-04-28 06:22:24 +00:00
tague%netscape.com a45b97d9ea Add new files for Mac build. 1999-04-28 06:16:29 +00:00
tague%netscape.com ff3394ab19 Fixed memory leak. 1999-04-28 06:15:49 +00:00
tague%netscape.com 4a02cf4f73 Added Mac implementation of platform -> XP locale conversion. 1999-04-28 06:15:22 +00:00
tague%netscape.com 7ad9ccbd1c First Checked In. 1999-04-28 06:14:12 +00:00
tague%netscape.com 2056cfed43 Fixed bug #5564 - Remove RegisterComponent Calls from dlls which live in the components directory on Windows 1999-04-27 21:01:22 +00:00
tague%netscape.com 5cc65e10dc Added linux implementation of GetSystemLocale and GetApplicationLocale 1999-04-27 20:01:35 +00:00
nhotta%netscape.com dd415ab26f WIN32 input/output unicode data conversion (not a part of the build). 1999-04-24 04:17:06 +00:00
tague%netscape.com 17295127eb Fixed bug #4732 - GetApplicationLocale always returning en-US on Win32 1999-04-23 18:32:42 +00:00
rickg%netscape.com e30d8f477a update to sync with string2 API 1999-04-20 04:46:55 +00:00
tague%netscape.com ad3d72305e Updated Mac and Linux side of things. 1999-04-15 21:08:27 +00:00
tague%netscape.com 4e187afaa6 Updated support for GetSystemLocale and GetApplicationLocale 1999-04-15 21:00:16 +00:00
nhotta%netscape.com 9115de708a Adding uconv. 1999-04-10 01:28:46 +00:00
momoi%netscape.com ce316edb42 Updated the us-ascii base sort results since the original data file was updated. 1999-04-10 01:20:18 +00:00
momoi%netscape.com 94f80f33aa Added N into the test data. Should not affect any build. 1999-04-10 01:13:53 +00:00
nhotta%netscape.com 2fdc54840f Additional test cases for nsILocale and test options. 1999-04-10 01:09:27 +00:00
nhotta%netscape.com 8c3d16c594 Bug fix for #4505. 1999-04-10 00:47:14 +00:00
nhotta%netscape.com d496e48db6 Changed to use nsIPosixLocale. 1999-04-10 00:45:31 +00:00
pinkerton%netscape.com fc0abb60de Move all apple libs into MacOS target of interfaces.mcp. Only "apple" lib in each project should now be InterfacesStubs (with some minor exceptions). permission to checkin granted by cyeh. 1999-04-10 00:15:14 +00:00
momoi%netscape.com dda8abda17 4 sort result files for WindowsNT4-US. 1999-04-07 23:14:59 +00:00
tague%netscape.com 9e24c25ee5 Added XPLocale -> Linux Locale support 1999-04-07 06:13:19 +00:00
tague%netscape.com af15e24c5c Fixed 2 memory leaks so Bruce doesn't have to 1999-04-07 03:55:34 +00:00
tague%netscape.com 31fc311de3 Fixed bug #3867: nsIWin32Locale::GetPlatformLocale not returning the correct value for en_US 1999-04-06 05:46:29 +00:00
jband%netscape.com 01475d8a25 fixed typo so no extra .pdb files get left behind 1999-04-06 00:10:10 +00:00
putterman%netscape.com b208d447f4 Fixed some refcounting problems. 1999-04-05 23:30:35 +00:00
nhotta%netscape.com 0fc50f9e21 Fixed the case less sort key creation problem. 1999-04-02 05:41:10 +00:00
nhotta%netscape.com 2215fc7e9f Use LCMapStringA for Win95 and 98. 1999-04-01 20:29:17 +00:00
ramiro%netscape.com 532f507e84 delete vs. delete[] vs. free fixes.
Thanks to "Bruce Mitchener, Jr." <bruce@cybersight.com for finding all these
and making patches.
1999-03-30 05:26:59 +00:00
briano%netscape.com c934cc8737 Added a newline at the end of the file to make a couple of Unix builds happier. 1999-03-30 01:48:20 +00:00
nhotta%netscape.com a0c1d18551 Sort test data for us-ascii. 1999-03-29 23:25:56 +00:00
nhotta%netscape.com 9be45955c4 Changed to use wprintf for dump data if Win32. 1999-03-29 22:53:48 +00:00
nhotta%netscape.com da7d69bdaa Fixed unix compile error. 1999-03-27 00:21:41 +00:00
nhotta%netscape.com 657d66dd8f Not a part of the main build, added test info for the sorting. 1999-03-27 00:11:09 +00:00
briano%netscape.com 2f105ae044 Handle NO_STATIC_LIB being set, when all this file does is create a static library. 1999-03-25 21:10:22 +00:00
nhotta%netscape.com 7a45bc2ab8 Changed error code checking in NSRegisterSelf as suggested by ftang. 1999-03-23 22:57:11 +00:00
tague%netscape.com 0b701f82f1 Fixed purify errors. Thanks to bruce@cybersight.com for the patches. 1999-03-20 02:42:18 +00:00
nhotta%netscape.com 0aa9780658 Added two functions which use nsString as a sort key. 1999-03-19 23:21:43 +00:00
nhotta%netscape.com ced7dc2ab3 Initialize ref. count in the constructor. 1999-03-18 22:08:05 +00:00
leaf%mozilla.org 4ad9f70d5d Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
tague%netscape.com d709002702 Checked in patch from bruce@cybersight.com. Fixed purify memory error. 1999-03-10 23:19:44 +00:00
warren%netscape.com 9e36378ebb Backed out nsService changes. 1999-03-09 11:53:02 +00:00
warren%netscape.com 44568143d6 Backed out the nsService template stuff. 1999-03-09 11:49:41 +00:00
warren%netscape.com 8c602c75e4 Fixed variable name problem. 1999-03-09 11:42:48 +00:00
warren%netscape.com 4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
dp%netscape.com 1576712e2f dist/bin/components is where all loadable components will be installed. 1999-03-06 09:04:53 +00:00
mcafee%netscape.com b95bf6ec27 Removing tests that link with components, we need to dlopen() these libraries and not link with them. 1999-03-03 09:17:32 +00:00
dp%netscape.com 06a110237c Installing loadable components in components/ directory 1999-03-03 01:25:21 +00:00
ebina%netscape.com f099fcc21b Changing RegisterFactory to use the new API. 1999-02-26 16:07:38 +00:00
warren%netscape.com 7e29c70ff3 Added missing argument. 1999-02-26 11:46:42 +00:00
warren%netscape.com 5184e79590 Fixed NSRegisterSelf signature. 1999-02-26 11:32:51 +00:00
warren%netscape.com 4a7ff8266a Fixed variable name. 1999-02-26 11:31:04 +00:00
warren%netscape.com cb2d3ff787 Renamed variable. 1999-02-26 10:58:32 +00:00
warren%netscape.com 44cae3cd3f Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
sfraser%netscape.com 3a123c982b Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order. 1999-02-26 00:54:57 +00:00
cata%netscape.com d5871610a9 Changed to the new nsIUnicodeEncoder. 1999-02-24 14:06:45 +00:00
warren%netscape.com 01dd4f0ed6 Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray. 1999-02-23 08:10:24 +00:00
mcafee%netscape.com 41f7180ab2 Solaris needs newline at end of file. 1999-02-19 08:45:46 +00:00
nhotta%netscape.com 1ef4f256bc Fix for Macintosh test. 1999-02-19 01:38:27 +00:00
nhotta%netscape.com 3051dee08e Added a new sort test. 1999-02-19 00:59:42 +00:00
cyeh%netscape.com 8beb34efa7 change from using layout/config/rules.mak to using config/rules.mak 1999-02-18 01:52:09 +00:00
nhotta%netscape.com 92dd9d0245 nsILocale integration. 1999-02-18 00:02:03 +00:00
nhotta%netscape.com 43448189a5 Added mCharset and mLocale to the class. 1999-02-17 18:32:33 +00:00
nhotta%netscape.com efb8b36110 nsILocale integration. 1999-02-17 18:00:29 +00:00
nhotta%netscape.com ba33763afb Bug fix, changed NSILOCALE_TIME to NSILOCALE_COLLATE. 1999-02-16 19:09:15 +00:00
nhotta%netscape.com a17c12c401 nsILocale integration. 1999-02-16 19:05:10 +00:00
mcafee%netscape.com fe8764fbbe More portable makefile, fixing -lreg breakage. 1999-02-16 01:35:23 +00:00
nhotta%netscape.com 319066b706 nsILocale integrarion. 1999-02-12 18:24:45 +00:00
nhotta%netscape.com e7d6bad2e4 nsILocale integration. 1999-02-12 18:23:54 +00:00
pinkerton%netscape.com 9b9c709edc remove trailing ';' on CID decl because it causes empty declaration warnings. 1999-02-12 17:32:01 +00:00
tague%netscape.com 28177eb274 Added autoregistration to Windows locale DLL 1999-02-09 04:44:23 +00:00
tague%netscape.com 84edb88953 Added XPCOM autoregistration to the Mac version of the locale shared object. 1999-02-09 04:31:32 +00:00
tague%netscape.com cacda0cc9c Added autoregistration to UNIX .so 1999-02-09 03:24:34 +00:00
nhotta%netscape.com 263991365d Output data print format change. 1999-02-08 19:21:44 +00:00