ducarroz%netscape.com
|
38c188b96d
|
Fix bustage (again).
|
2002-02-12 05:17:18 +00:00 |
ducarroz%netscape.com
|
19e6602925
|
Fix bustage on Unix system.
|
2002-02-12 04:34:36 +00:00 |
ducarroz%netscape.com
|
3ae0f8b9c3
|
Fix for bug 100591. We need to replace illegal characters in file name before trying to use it during a file save. R=cavin, law, SR=alecf, mscott
|
2002-02-12 03:57:39 +00:00 |
cathleen%netscape.com
|
a5ec167c47
|
eliminate 24 callers to nsCRT::memmove to use memmove from libC instead. removed nsCRT::memove() bug 118135 r=dp sr=brendan
|
2002-02-08 01:11:33 +00:00 |
cathleen%netscape.com
|
740d95a0a9
|
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
|
2002-02-05 01:41:13 +00:00 |
cathleen%netscape.com
|
8605704b12
|
eliminate nsCRT::zero() to use memset to zero instead, bug 118135, r=dp sr=waterson
|
2002-01-30 02:55:57 +00:00 |
cathleen%netscape.com
|
e0f55c7088
|
eliminate nsCRT::memcmp and all callers to use memcmp instead, bug 118135 r=dp sr=brendan
|
2002-01-29 21:30:32 +00:00 |
cathleen%netscape.com
|
486c0d47f9
|
remove memcpy function from nsCRT, eliminate 2 new nsCRT::memcpy callers
and fix up alighment problems from previous patch, bug 118135, sr=brenda r=dp
|
2002-01-26 00:04:45 +00:00 |
cathleen%netscape.com
|
92d4fbf218
|
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
|
2002-01-12 03:18:55 +00:00 |
alecf%netscape.com
|
4b9ba13776
|
remove all unicharutil dependencies from xpcom (finally!)
bug 100214, r=jag, sr=scc
|
2001-11-01 22:40:03 +00:00 |
jband%netscape.com
|
91a3cddac1
|
Add support for loading typelibs from multiple directories and correctly tracking that in xpti.dat. Also speedup xpti.dat reading by getting rid of PR_sscanf. This fixes bug 104191 and bug 105042. r=ccarlen sr=jst.
|
2001-10-18 04:23:25 +00:00 |
dougt%netscape.com
|
4b6b331717
|
adding const to aDest parameter of memcmp. r=me s/r=jband@netscape.com, submitted by jim_nance@yahoo.com, bug 97231
|
2001-10-15 13:28:45 +00:00 |
ftang%netscape.com
|
7f5ab5d9d6
|
fix bug 101852. r=alecf, sr=darin/brendan. add PRUnichar* base IsAscii routines
|
2001-10-10 00:27:51 +00:00 |
gerv%gerv.net
|
4e12e44b2f
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
timeless%mac.com
|
46b177e406
|
fix Bugzilla Bug 75853 CR and LF are naked ifdefs
r=dveditz, sr=scc
|
2001-04-18 05:59:43 +00:00 |
jst%netscape.com
|
9abec73fbe
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
warren%netscape.com
|
e05eef45e9
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
warren%netscape.com
|
a94aa1aa52
|
Fix for hash code performance problem discovered by bienvenu. 'Sampling' hash code was statistically evil.
|
2000-08-20 21:29:10 +00:00 |
warren%netscape.com
|
84b5fd67e3
|
Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson
|
2000-08-10 06:19:37 +00:00 |
michael.lowe%bigfoot.com
|
ea7c30bd13
|
Fix some leaks, and other problems found using BoundsChecker r=bryner@uiuc.edu
|
2000-05-14 09:18:43 +00:00 |
ftang%netscape.com
|
5dcee0f2a2
|
add IsAscii function.
|
2000-05-03 07:04:25 +00:00 |
scc%netscape.com
|
cc62586f26
|
fixed some warnings
|
2000-03-22 22:55:10 +00:00 |
rickg%netscape.com
|
b652637555
|
WIP for new nsString; this doesn't impact current build
|
2000-03-12 07:47:09 +00:00 |
rickg%netscape.com
|
1a75640583
|
fixed off-by-1 error in compare, and added ReplaceSubstring(). r=syd
|
1999-12-02 10:14:38 +00:00 |
sfraser%netscape.com
|
5c1617659d
|
Add string versions of the line terminatin macros. r=pinkerton
|
1999-12-01 22:26:58 +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 |
warren%netscape.com
|
8e8c466e58
|
Added nsIPipe.idl, replacing nsPipe2.h. Fixed up some nsPipe2.cpp problems. Fixed bug in nsSegmentedBuffer segment growth. Extended TestPipes test case to cover much much more.
|
1999-08-24 08:45:17 +00:00 |
gagan%netscape.com
|
69f233cf62
|
Added the helper macro CRTFREEIF. Works for both char* and PRUnichar*. Saves
typing code... and adds obfuscation too! Wow. Alright RJC stop reading this
and get back to work.
|
1999-08-23 08:27:42 +00:00 |
jfrancis%netscape.com
|
79d5c5f26d
|
uhh, unfixing mac NS_LINEBREAK macro - macro was right, mac console code was wrong... workaround for console prob being placed in nsGlobalWindow.cpp
|
1999-08-03 12:42:19 +00:00 |
jfrancis%netscape.com
|
969c6446c4
|
fixing mac NS_LINEBREAK macro
|
1999-08-02 13:25:19 +00:00 |
scc%netscape.com
|
8d681a0998
|
use shared allocator
|
1999-07-22 18:23:02 +00:00 |
pavlov%netscape.com
|
d7695c62cf
|
reverting as per scc's request
|
1999-07-22 05:34:19 +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 |
mcafee%netscape.com
|
7f42e390e5
|
BeOS changes
|
1999-06-29 10:27:58 +00:00 |
warren%netscape.com
|
4865cb6d8a
|
Added HashValue methods for ascii strings.
|
1999-06-26 06:32:35 +00:00 |
mscott%netscape.com
|
bdfc68dc2f
|
Add macro definition for NS_LINEBREAK and NS_LINEBREAK_LEN. Folks should use this instead of defining their own LINEBREAK macros all over the place.
|
1999-06-22 18:50:12 +00:00 |
warren%netscape.com
|
c427020eb4
|
Added nsIBuffer::Search and cleaned up nsIBufferInputStream interface to just return the buffer.
|
1999-06-05 01:15:00 +00:00 |
dp%netscape.com
|
94344009c8
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
alecf%netscape.com
|
39d97ca312
|
add a side effect warning that bit me hard during M6
|
1999-05-04 20:28:24 +00:00 |
warren%netscape.com
|
51b7658a46
|
Added nsCRT::free methods.
|
1999-04-22 04:25:17 +00:00 |
rickg%netscape.com
|
f601e29751
|
landing nsString2
|
1999-03-22 09:54:46 +00:00 |
warren%netscape.com
|
87ef6a89de
|
Backed out nsUnicharKey -- couldn't get it to build with -pedantic linux.
|
1999-03-19 10:27:41 +00:00 |
warren%netscape.com
|
a6fb69b832
|
Attempt to fix pendantic breakage.
|
1999-03-19 09:46:09 +00:00 |
warren%netscape.com
|
27f47bf2ac
|
Added nsUnicharKey for nsHashtables.
|
1999-03-19 09:02:43 +00:00 |
ftang%netscape.com
|
9a83e5f08d
|
add IsUpper and IsLower which work for all Unicode, reviewed and approved by kipp
|
1999-03-02 18:24:42 +00:00 |
kipp%netscape.com
|
577dbe2134
|
Defined some operator new/delete macros to help us get it right
|
1999-02-26 19:38:53 +00:00 |
alecf%netscape.com
|
ea6a6be543
|
add a few more string cases to fix compilers who complain about ambiguous overloading
|
1999-02-10 08:22:47 +00:00 |
bienvenu%netscape.com
|
a8df8db01e
|
back out linebreak defines
|
1999-02-09 05:06:35 +00:00 |
bienvenu%netscape.com
|
57567ced9f
|
add platform specific linebreak defines
|
1999-02-09 04:43:58 +00:00 |
warren%netscape.com
|
b6be0cc3db
|
Added CR LF defines for general use.
|
1999-02-09 04:19:58 +00:00 |