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

99 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com 27922e76b8 Bug 47154. Treat '\\n' and '\\r' as whitespace, too. Also, use 'inline' instead of macros to avoid multiple argument evaluation. r=ftang 2000-08-16 01:08:43 +00:00
cls%seawood.org 1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
shanjian%netscape.com 6ea7f99dc7 #40734
Checkin the code again with small modification from previous one. The
failure in test should be corrected by changing the test case. The rule
has been changed. Akkana agreed the change.
2000-06-26 20:25:41 +00:00
shanjian%netscape.com 530595d680 Back out my previous change because the test failed on Linux.
Need to find out what's happening.
2000-06-22 00:54:43 +00:00
shanjian%netscape.com da07a624e8 #40734 URL wrap
r = ftang
do the line breaking using western rule (dominant space). If a CJK
char is found, back to 4051.
2000-06-21 23:33:50 +00:00
shanjian%netscape.com e6455211b6 #40734 URL wrap
r = ftang
'<' and '>' should be treated as open and close quote, because
they are often used that way.
2000-06-21 23:07:34 +00:00
shanjian%netscape.com db78352c83 #40734 URLs wrap
r = ftang
'<' and '>' should be treated as open and close quote, because they are
often used that way.
2000-06-21 23:04:25 +00:00
cls%seawood.org 5be082e304 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
mjudge%netscape.com 2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
ftang%netscape.com 8b12386605 fix bug 35025 2000-04-11 22:33:13 +00:00
cls%seawood.org f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
scc%netscape.com 137a813c22 making string conversions explicit 2000-04-03 06:20:05 +00:00
scc%netscape.com ee96cf6f7f small changes to clients of string converting APIs 2000-03-26 08:26:12 +00:00
ftang%netscape.com c0431c8daf fix 32976. r=jshin@pantheon.yale.edu make the Korean hangule the same line break
class as CJK Ideograph.
2000-03-23 21:35:46 +00:00
ftang%netscape.com 4509bf194a fix the line break class for U+2000 - U+200B 2000-03-23 01:02:56 +00:00
bryner%uiuc.edu 6985354db4 Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
building in the tests directories.  Should not affect the build at all if
you do not have this environment variable.  r=leaf.
2000-02-25 04:12:40 +00:00
scc%netscape.com 73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
pinkerton%netscape.com cdc7e4500f fixing paths into MacOS Support folder. bug 25949 r=macdev. 2000-02-01 22:30:54 +00:00
ftang%netscape.com ee11607894 fix 15909 . Contextual analysis . (period) for mozilla.org's 2000-01-13 23:26:21 +00:00
cls%seawood.org 4f34e05855 Removed redundant XPDIST from the build. Changed existing references to DIST.
Replaced all uses of $(DIST)/include with $(PUBLIC) except those looking for NSPR headers.
Removed extra instances of $(DIST)/include or $(PUBLIC) from INCLUDES as it's already there.
Override OS_LIBS when setting host variables for cross-compiling.
2000-01-11 05:13:01 +00:00
ftang%netscape.com 9d5a3181d2 fix 22921 r=dp change the implementation of nsIModule to use the generic module. 2000-01-08 01:52:02 +00:00
cata%netscape.com 62b47004ae Fix for bug #17878 - nsLWBreakerFImp::GetBreaker() oddities; r= naoki 2000-01-07 00:05:28 +00:00
ftang%netscape.com 0736dba2e9 back out mistaken check inTestLineBreak.cpp 1999-12-22 07:43:01 +00:00
ftang%netscape.com fdc7540d5e add one space line so I can type in comment for last check in. Last check in . r=cata a=chofmann. fix bug 17192. do contextual analysis for U+2019src 1999-12-22 07:41:42 +00:00
ftang%netscape.com 06b2796456 *** empty log message *** 1999-12-22 07:38:26 +00:00
warren%netscape.com 96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +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
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
kipp%netscape.com 94ea102a2b r=ftang; fixed off by one error that made return value oPrev inconsistent 1999-10-19 23:06:27 +00:00
ftang%netscape.com 51000b5618 fix bug 16656, change the test condiction for NS_PRECONDICTION. also add some error checking code for null ptr. r=erik 1999-10-18 22:17:16 +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
beard%netscape.com da3a7bb767 added nsLWBrkModule.cpp. r=vidur 1999-10-01 01:21:40 +00:00
sdagley%netscape.com 63780bafb0 Fix for Mac build bustage (removed .cpp file was still referenced in project). a=leaf 1999-09-30 23:39:54 +00:00
kipp%netscape.com cec687d96f removed 1999-09-30 21:09:32 +00:00
kipp%netscape.com 845cffd62f Build module instead of component 1999-09-30 21:09:11 +00:00
kipp%netscape.com 4de20e7eca Fixed oopsie that prevented the factory from working 1999-09-30 21:08:59 +00:00
kipp%netscape.com 45f04e0594 work around linkage woes (still not in build) 1999-09-29 04:39:59 +00:00
kipp%netscape.com d9e6ae3a9e new 1999-09-28 22:58:23 +00:00
briano%netscape.com 89411269e7 QNX-specific fix. 1999-09-23 22:08:49 +00:00
briano%netscape.com 56397d20d4 Reserved name __STDC__ cannot be defined as a macro name on AIX or OpenVMS. 1999-09-22 23:43:51 +00:00
ftang%netscape.com dc4c51b887 Unicode 3.0 fix 1999-09-13 23:35:29 +00:00
briano%netscape.com d055fd251c General cleanup. 1999-09-11 03:07:11 +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
jdunn%netscape.com 086ccc37db HP does not allow the last enum to have a 'comma' after it. 1999-08-24 18:49:43 +00:00
ftang%netscape.com 3cbab9580a fix word breaker 1999-08-24 06:35:32 +00:00
ftang%netscape.com 1b6f57843d fix bug 9841 1999-07-14 18:46:44 +00:00
dveditz%netscape.com 0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
tague%netscape.com 357bf250ae Fixed up UNIX build warnings 1999-06-29 20:14:59 +00:00
ftang%netscape.com 679bfcf1cd fix bug 8201 by adding GetIID() 1999-06-15 23:41:40 +00:00
ftang%netscape.com 87b8b7c74a integrate rule base Thai line breaker (60% accurate) 1999-06-09 20:20:58 +00:00