rickg
|
c7c8f485ed
|
major improvements to parser API's; fixed a few bugs
|
1998-07-02 08:14:22 +00:00 |
jevering
|
3705e61240
|
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
|
90f6109581
|
(scullin) fix for mac linux?
|
1998-07-01 21:16:14 +00:00 |
atotic
|
8f65658645
|
Ooops, forgot to check in full implementation
|
1998-07-01 18:40:46 +00:00 |
atotic
|
c91f650b9d
|
Code browser was inactive
|
1998-06-30 09:03:04 +00:00 |
atotic
|
ee139fb8e1
|
Real timer implementation
|
1998-06-30 09:01:11 +00:00 |
atotic
|
0fbd501a4b
|
First Checked In.
|
1998-06-25 18:24:18 +00:00 |
atotic
|
6b68fa74bd
|
Making it compile & run....
|
1998-06-25 18:00:52 +00:00 |
atotic
|
3911cad53a
|
Making it compile & run....
|
1998-06-24 01:37:58 +00:00 |
kmcclusk
|
729a6ec7fc
|
Initialize mDelay in constructor + Set delay in Init(aDelay)
|
1998-06-18 20:40:30 +00:00 |
kmcclusk
|
584cf7b486
|
Commented out code to auto-repeat on timers.
|
1998-06-18 18:18:43 +00:00 |
kmcclusk
|
87876c0352
|
Made Motif/timer implementation always repeat
|
1998-06-18 18:12:02 +00:00 |
kmcclusk
|
a1e7e8e812
|
Added a real timer implementation for Motif
|
1998-06-18 18:06:56 +00:00 |
rickg
|
b2f62ff8a2
|
huge refactoring effort; transient style support; tables fixes, and more
|
1998-06-17 23:13:28 +00:00 |
atotic
|
fcb81f3583
|
First Checked In.
|
1998-06-16 21:39:13 +00:00 |
atotic
|
fafe802851
|
First Checked In.
|
1998-06-15 21:07:17 +00:00 |
jevering
|
d86bf24428
|
Fixed double ended queue to accept a callback in the constructor
to a function which frees the inserted objects.
|
1998-06-12 01:36:24 +00:00 |
troy
|
5da3ea6720
|
Added an additional constructor
|
1998-06-11 22:48:25 +00:00 |
kipp
|
339f079993
|
Added SizeOf method
|
1998-06-05 21:38:36 +00:00 |
spider
|
df4fdf7c4e
|
Fix Unix build bustage: Case sensitivity on new file added
|
1998-06-05 21:34:42 +00:00 |
kipp
|
b09b64fd7c
|
Added nsSizeOfHandler.cpp to build
|
1998-06-05 20:46:48 +00:00 |
kipp
|
ba69726b90
|
Added public to build dirs
|
1998-06-05 20:46:34 +00:00 |
kipp
|
ce9fdc61c7
|
new
|
1998-06-05 20:46:23 +00:00 |
kmcclusk
|
a3c9ecbdfe
|
Added unix directory to build nsTimer.cpp
|
1998-06-04 17:31:35 +00:00 |
kmcclusk
|
865921ab50
|
Added unix nsTimer. Note nsTimer's methods need to be implemented.
|
1998-06-03 23:25:12 +00:00 |
kipp
|
d0102a831e
|
null terminate empty auto string properly
|
1998-06-01 20:55:46 +00:00 |
kipp
|
45478ad93a
|
Init refcnt properly
|
1998-05-28 18:38:32 +00:00 |
rickg
|
7dfde61fc9
|
minor perf improvement to deque
|
1998-05-21 20:37:17 +00:00 |
rickg
|
9e36b7c90a
|
filled in the popback function
|
1998-05-21 02:27:34 +00:00 |
kipp
|
b3f36862f4
|
Fixed bug in nsString::Cut code where the sizeof(chartype) was multipled a bit aggresively; I also tuned the routine somewhat as well
|
1998-05-20 23:18:25 +00:00 |
spider
|
87434753d1
|
Add NS_UNIX if __unix is defined
|
1998-05-20 21:40:46 +00:00 |
peterl
|
729e4048ee
|
added enumerate methods
|
1998-05-20 20:31:58 +00:00 |
thom
|
8d469359bf
|
added project file for mac build
|
1998-05-20 17:30:15 +00:00 |
kipp
|
252b978edf
|
Added empty constructor; removed instance count sillyness
|
1998-05-20 16:21:48 +00:00 |
rickg
|
c857888a8d
|
small improvement to deque-iterator interface
|
1998-05-19 01:51:24 +00:00 |
thom
|
394804e4df
|
Mac checkin
|
1998-05-18 22:47:24 +00:00 |
rpotts
|
7a85ec6f20
|
Added exports for nsIBaseStream.h and nsIOutputStream.h
|
1998-05-15 09:41:21 +00:00 |
rpotts
|
5a6229ac23
|
Changed to use the nsIBaseStream as a base class...
|
1998-05-15 09:40:43 +00:00 |
rpotts
|
03e351b6f6
|
Interface for Output Streams...
|
1998-05-15 09:40:02 +00:00 |
rpotts
|
a9099f2c5c
|
New interface that all stream interfaces can derive from...
|
1998-05-15 09:39:37 +00:00 |
rickg
|
c4b08c87d1
|
minor performance tweak for deque
|
1998-05-14 22:18:44 +00:00 |
rickg
|
23d466f216
|
added IsDigit to string
|
1998-05-11 23:27:35 +00:00 |
rpotts
|
6c5ac46723
|
Fix up makefile.win to completely remove nsInputStream :-)
|
1998-05-07 07:04:08 +00:00 |
rpotts
|
0baa585af3
|
Removed nsInputStream.cpp since file and resource protocols are now handled by netlib...
|
1998-05-07 06:52:11 +00:00 |
spider
|
5befb3ddf4
|
Fix UNIX breakage when tweak_nspr is appended to TARGET on some systems (like mine)
|
1998-05-01 17:04:22 +00:00 |
rpotts
|
6b8bdbc4af
|
fixed bustage...
|
1998-05-01 05:18:07 +00:00 |
rpotts
|
b8d6cbe04a
|
added netlib to the include path
|
1998-05-01 04:56:26 +00:00 |
rpotts
|
741338fb17
|
added new module export macro NS_NET
|
1998-05-01 04:55:39 +00:00 |
rpotts
|
06748570cd
|
removed nsURL.cpp from the build...
|
1998-05-01 04:55:01 +00:00 |
rpotts
|
fceb0126af
|
nsIURL.h and nsURL.cpp have been moved to mozilla\lib\libnet
|
1998-05-01 04:53:42 +00:00 |