valeski%netscape.com
da9bc1007c
nsString.h - the mBuf member data type was the raw PRUnichar type, changed it to chartype.
...
nsString.cpp - we were dropping the ending null-byte/unichar when expanding/growing strings
1998-08-27 08:15:40 +00:00
kipp%netscape.com
e727d0c80d
Fixed compiler problem with other compilers by removing useless const in front of void
1998-08-27 02:39:36 +00:00
rpotts%netscape.com
1bcbcbfc91
Removed optimization which was causing timer skew and unreliable callbacks...
1998-08-26 05:40:35 +00:00
rickg%netscape.com
848aed5db1
added iostream output to nsString
1998-08-22 17:50:13 +00:00
rickg%netscape.com
551ef88034
fixed off by one error in Pop()
1998-08-21 02:03:56 +00:00
cls%seawood.org
84f1cedcbb
AUTOCONF_1_0 landing.
1998-08-19 20:42:14 +00:00
rickg%netscape.com
26456ae314
fixed objectAT() offset error
1998-08-12 08:53:03 +00:00
wtc%netscape.com
dc2cd39331
Do not declare variables in a 'for' statement because the scope
...
of such variables is compiler-dependent. (approved by kipp@netscape.com )
1998-08-11 00:10:36 +00:00
troy%netscape.com
863fff6b7f
Added GetClosure() member function
1998-08-10 17:24:36 +00:00
peterl%netscape.com
a9f7a46342
performance tweak in trim
1998-08-07 02:11:13 +00:00
rickg%netscape.com
21e9c2ad51
improved deque API a tad
1998-08-05 01:59:34 +00:00
rickg%netscape.com
0e7fb55528
kipps changes
1998-08-05 01:31:14 +00:00
rickg%netscape.com
7f335bc63d
minor tweak to remove tabs
1998-08-04 10:12:45 +00:00
blythe%netscape.com
ab1a472f7e
VC6 compatibility, aprv kipp
1998-08-03 21:38:59 +00:00
rickg%netscape.com
354b1357dd
fixed problem in testCRT. GetUnicode returns a const ptr
1998-08-03 21:33:32 +00:00
danm%netscape.com
7d0d70355e
adding (optional) glowcode build stuff
1998-08-03 21:29:18 +00:00
rickg%netscape.com
6e9492b121
added a few assertions, just to be safe
1998-08-03 21:03:49 +00:00
rickg%netscape.com
42fbaf0a68
major upgrade to string class implementation
1998-08-03 20:46:38 +00:00
peterl%netscape.com
3460f8425f
re-added backed-out changes
1998-08-01 00:56:28 +00:00
donm%netscape.com
1119af5b74
backing out changes made while trying to land OJI.
1998-07-31 23:58:26 +00:00
michaelp%netscape.com
eeeec3649e
Fixed Raptor build bustage caused by the OJI landing...
1998-07-31 23:32:08 +00:00
peterl%netscape.com
383e588a3a
replaced macros with inline functions
1998-07-31 23:27:36 +00:00
peterl%netscape.com
0df9bcd101
temporarily removed CvtURL test to fix build
1998-07-31 22:56:02 +00:00
warren%netscape.com
c9bd5d8074
Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag.
1998-07-31 20:19:50 +00:00
thom%netscape.com
42cfb86ca0
Added Shared Library target. Shouldn't affect any current targets.
1998-07-30 21:36:21 +00:00
troy%netscape.com
e2bf4445ea
Fixed some crashes where it wa assumes mStr was non-NULL
1998-07-30 20:36:51 +00:00
rickg%netscape.com
40be51d3e3
more string improvements
1998-07-30 18:35:58 +00:00
rickg%netscape.com
3c5b067b54
fixed string assignment bug
1998-07-30 18:26:46 +00:00
troy%netscape.com
8d40651e4a
Changed default constructor to leave capacity at 0 and not allocate
...
a buffer of 24 bytes
1998-07-29 23:06:21 +00:00
troy%netscape.com
4341cef2b3
Added a #undef NS_EXPORT_ before defining it so that we don't get all
...
the warnings. Our definition is defined differently than in nsCom.h in
xpcom. The problem with the way it's defined in xpcom is that the 4.x
compiler generates a compiler error
1998-07-27 01:42:13 +00:00
troy%netscape.com
d24367c596
Defined macros for Unix and Mac
1998-07-27 00:45:35 +00:00
michaelp%netscape.com
4a7fe89565
changed order of stuff in new macros.
1998-07-27 00:32:36 +00:00
troy%netscape.com
7d7fa48e7f
Added some variants of NS_EXPORT and NS_IMPORT that take a type and
...
declare the function __stdcall
1998-07-26 23:40:58 +00:00
rickg%netscape.com
5446c139c4
warning removal
1998-07-25 02:11:02 +00:00
michaelp%netscape.com
837d1a9ae0
added APIs to viewmanager to enable and disable all rendering.
...
made Refresh() APIs of viewmanager implementation private.
1998-07-24 21:05:50 +00:00
rpotts%netscape.com
dddb8e5b85
Fixed up some reference counting issues...
1998-07-24 05:39:18 +00:00
michaelp%netscape.com
cde556f1a4
modified streaming APIs to be what the OJI guys want.
1998-07-23 20:34:01 +00:00
troy%netscape.com
c1493555d6
Added some '=' operator member functions to nsAutoString
1998-07-22 21:38:48 +00:00
rickg
ff4f9c2c9c
major improvements to parser API's; fixed a few bugs
1998-07-02 08:14:22 +00:00
jevering
ca519eff60
Modified ReplaceElementAt to grow the array if an index out of the
...
allocated boundary was requested.
1998-07-02 00:28:56 +00:00
thom
806a3e42e1
(scullin) fix for mac linux?
1998-07-01 21:16:14 +00:00
atotic
d607283f45
Ooops, forgot to check in full implementation
1998-07-01 18:40:46 +00:00
atotic
50b46f6e62
Code browser was inactive
1998-06-30 09:03:04 +00:00
atotic
b45753dc43
Real timer implementation
1998-06-30 09:01:11 +00:00
atotic
9975996bf7
First Checked In.
1998-06-25 18:24:18 +00:00
atotic
33498a7ad2
Making it compile & run....
1998-06-25 18:00:52 +00:00
atotic
5eb78b56ad
Making it compile & run....
1998-06-24 01:37:58 +00:00
kmcclusk
553cfc38f5
Initialize mDelay in constructor + Set delay in Init(aDelay)
1998-06-18 20:40:30 +00:00
kmcclusk
24c6d64077
Commented out code to auto-repeat on timers.
1998-06-18 18:18:43 +00:00
kmcclusk
b668100aed
Made Motif/timer implementation always repeat
1998-06-18 18:12:02 +00:00