gagan%netscape.com
dc83d61414
N2 landing... everybody run! duck! hide...! It really should be ok.
1999-03-25 00:22:56 +00:00
briano%netscape.com
0d895e7a58
Switched back to building both shared and static libs by default.
1999-03-23 04:26:03 +00:00
leaf%mozilla.org
0a0f5ac00f
Landing nspr library name change, and plevent function call change.
1999-03-17 21:32:03 +00:00
ramiro%netscape.com
846235af9b
Make it possible to prefix mozilla dlls that conflict with system dlls.
1999-03-12 12:43:04 +00:00
spence%netscape.com
801505d1bc
updated to use mozilla/base from nsFileStream
1999-02-11 03:07:05 +00:00
spence%netscape.com
74a178ea04
updated to use mozilla/base nsFileStream
1999-02-11 02:25:25 +00:00
sar%netscape.com
eecbed5e4c
Turn of "modification date caching" so that dependencies are sure to work.
1999-02-11 00:04:46 +00:00
mcafee%netscape.com
743172b812
Better attempt at linking on Linux
1999-02-02 05:59:00 +00:00
alecf%netscape.com
ddd3c3e4f9
add ignore files
1999-01-26 03:50:34 +00:00
mcafee%netscape.com
6b64fa815a
Adding a Unix makefile for fftest
1999-01-22 10:44:32 +00:00
mcafee%netscape.com
4c239b6513
Unix makefile for tests
1999-01-22 10:43:46 +00:00
mcmullen%netscape.com
39aa71fd50
Added all the nucache files to the memory module project (as a group) so that NU_CACHE can be turned on with a flick of the wrist, made the modular memory library build with the NU_CACHE flag turned on, fixed build warnings and errors. The NU_CACHE flag is still OFF, because the database code doesn't exist for Macintosh or Unix :-(
1999-01-14 23:21:06 +00:00
shaver%netscape.com
009626137f
resprinkle NO_STATIC_LIB, but spare libpng so that viewer is cool. Also, repair some viewer/apprunner link foibles
1998-12-18 02:55:23 +00:00
donm%netscape.com
892afafcc0
backing out Shaver's changes. -donm
1998-12-16 00:49:36 +00:00
shaver%netscape.com
10c5b7a554
Make apprunner link dynamically.
...
Sprinkle Makefile.ins with NO_STATIC_LIB to speed the build and reduce the disk
requirements.
1998-12-15 22:17:14 +00:00
gagan%netscape.com
ed61cccaf7
Cache changes, bug fixes, etc.
1998-12-09 02:43:16 +00:00
kipp%netscape.com
d1f360d4d6
Fix a cut-paste coding error
1998-12-08 17:19:17 +00:00
ramiro%netscape.com
2009b728de
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
gagan%netscape.com
b01f584983
Delayed the cache cleanup to 15 minutes periodicity.
1998-12-01 05:40:16 +00:00
gagan%netscape.com
7c517f7a0a
Switching on NU_CACHE by default. Use set NO_NU_CACHE=1 to switch it off. Windows only.
1998-12-01 04:44:31 +00:00
cyeh%netscape.com
e9d3c67427
Removing static makefiles as a part of the transition to Autoconf. I have taken great
...
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.
If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com .
1998-11-21 00:34:32 +00:00
gagan%netscape.com
6f25bb3db9
Fixed the NSPR spelling change warning (PRDirectorySeparator).
1998-11-20 23:10:23 +00:00
valeski%netscape.com
cd8a8758a2
Adding a default directory for the new cache when it's being used in modular_netlib and for windows only. I also added the cache.lib to be dumped to the public dist dir when built.
1998-11-06 05:43:01 +00:00
cls%seawood.org
1f612e9ddf
Some updated to work with nglayout. Others sync'd to remove cruft.
1998-10-28 03:49:12 +00:00
cls%seawood.org
001ed2ffd4
Sync'd various Makefile.ins to their Makefile counterparts.
...
Removed nspr & nspr20 from REQUIRES. Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
gagan%netscape.com
e25c93c213
Backing out my changes of NUCACHE. Gromit/Raptor were broken.
1998-10-20 13:49:16 +00:00
gagan%netscape.com
8adf4987f6
Fixed Mac warning on NuCache and made some file private functions static.
1998-10-16 19:16:43 +00:00
gagan%netscape.com
dff5f7394d
NuCache Streams now hold the filename for smoother reopening. Not in build as yet.
1998-10-16 01:29:26 +00:00
gagan%netscape.com
ed1e5e3dd9
Fix warnings on Mac.
1998-10-15 08:11:42 +00:00
sdagley%netscape.com
5aea78e7e8
First Checked In.
1998-10-14 06:03:41 +00:00
sdagley%netscape.com
982db82108
Mac changes for NuCache (approved gagan and not part of Mozilla/Gromit builds yet)
1998-10-14 05:59:53 +00:00
gagan%netscape.com
eed2bfef7c
All NuCache changes. Updated unix makefiles for correct export files. Changed XP_Bool to PRBool in mkcache. Renamed cachelib to just cache.
1998-10-12 23:16:44 +00:00
gagan%netscape.com
406532345c
NuCache deletion working ok now.
1998-10-09 23:36:48 +00:00
gagan%netscape.com
39f332fda9
Removed some asserts.
1998-10-07 00:29:52 +00:00
gagan%netscape.com
9762afedc5
Added nsMonitorable.cpp for uninlined functions.
1998-10-05 22:58:10 +00:00
gagan%netscape.com
2003309f5e
Moved nsMonitorable::MonitorLocker constructor and destructor into their
...
own cpp file. IRIX NuCache was not accepting inlined ones.
1998-10-05 22:48:38 +00:00
gagan%netscape.com
6fe3be08f0
NuCache wasn't building on Unix. Fixed.
1998-09-29 22:36:06 +00:00
gagan%netscape.com
b8295994bd
Wrong version went in. Correcting.
1998-09-29 21:30:00 +00:00
gagan%netscape.com
1b2202fade
Inlined pref accessor/modifiers.
1998-09-29 21:18:53 +00:00
gagan%netscape.com
a1d6318713
Prefs changes.
1998-09-28 20:42:58 +00:00
gagan%netscape.com
20f293ccaa
Cache Prefs changes. All cache prefs are now read directly by NuCache.
1998-09-28 20:32:40 +00:00
gagan%netscape.com
4aa53cc5f7
Prefs changes. All cache preferences are now read directly by NuCache.
1998-09-28 20:30:54 +00:00
gagan%netscape.com
38e28cb4df
Misc. changes.
1998-09-23 06:01:07 +00:00
gagan%netscape.com
f070ffbe6b
Removed m_Flag, replaced with state variable.
1998-09-23 06:00:45 +00:00
gagan%netscape.com
fd12fe1bde
Disk access for streams to file.
1998-09-23 06:00:13 +00:00
gagan%netscape.com
886d33dab9
Cache Object's state functions.
1998-09-23 05:59:04 +00:00
gagan%netscape.com
d5ca21e2df
PRFileDesc instead of XP_file*.
1998-09-23 05:58:03 +00:00
gagan%netscape.com
bf4df60363
Added State accessor functions.
1998-09-23 05:57:06 +00:00
gagan%netscape.com
3a32ef764f
CacheStubs- Added InfoAsHTML for about:cache and CacheObject's Reset.
...
nsCacheManager- InfoAsHTML for about:cache.
nsCacheObject/nsMemStream- Reset function for rereads.
1998-09-18 05:49:01 +00:00
gagan%netscape.com
6d6e70e1f6
Added CacheObject_Destroy, IsCompleted to mark end of streams. Added isCompleted field in CacheObject. Changed all PL_strncpy to PL_strncpyz to fix the missing trailing \0 problem. Now deleting streams objects correctly from nsMemCacheObjects. Other misc. changes.
1998-09-16 10:18:40 +00:00