dveditz%netscape.com
67f4926d52
reenabling 6986-fix for the mac, r-dougt
1999-10-19 23:17:54 +00:00
dp%netscape.com
906426ca6e
Fixed warnings. r=pam nunn
1999-10-19 22:28:38 +00:00
nisheeth%netscape.com
f485a1ad04
Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS.
1999-10-19 22:27:20 +00:00
dp%netscape.com
19dc10dde0
Converting implementations of QueryInterface() to the std one. This
...
fixes bugs in the previous implementation that caused unbalanced
refcounts and premature releases. Thanks for rpotts for the heads
up. r=pam nunn
1999-10-19 22:27:08 +00:00
pnunn%netscape.com
02e67cf46b
clean up associated with bug#15817, gif decoder. r: dp@netscape.com.
...
Removing obsolete file.
1999-10-19 22:02:49 +00:00
pnunn%netscape.com
499713f584
bug# 16785. r: dp, valeski, neeti. Send mimetype info from channel to imglib.
...
If no decoder, sniff data stream for mime info.
1999-10-19 21:49:20 +00:00
pierre%netscape.com
47793978b5
added stopwatch.cpp to the mac build for nisheeth
1999-10-19 21:12:14 +00:00
norris%netscape.com
4f0537b0f7
7261 Connect XPConnect visibility filter to query principals
...
Reviewed by mstoltz.
1999-10-19 20:28:24 +00:00
sspitzer%netscape.com
d5d6440019
other part of fix for #15235 . fix send later. r=alecf
1999-10-19 01:24:25 +00:00
sspitzer%netscape.com
2e6d0a9384
fix for #16259 , r=alecf. use the right line endings on the mac. now, instead of putting the LINEBREAK in every string, and then
...
writing every string to the stream, we do the line ending when we write to the stream.
1999-10-18 22:38:53 +00:00
shaver%netscape.com
dbc2aa33d8
fix // comment in C file (r=brade)
1999-10-18 19:00:18 +00:00
dveditz%netscape.com
0b89917a3f
stopgap for mysterious Mac bustage
1999-10-18 12:58:58 +00:00
dveditz%netscape.com
d9bc09dc49
generate unique regkeys (6986)
1999-10-18 12:06:19 +00:00
dveditz%netscape.com
a85e8b8eae
hoping this fixes the mac bustage
1999-10-17 23:55:56 +00:00
shaver%netscape.com
f1cf5c8338
fixing build by removing leftover #endif
1999-10-17 22:15:34 +00:00
dveditz%netscape.com
b556814a7b
Added NR_RegFlush (14909, required for 16283/16600); warning cleanup (15626) r=shaver
1999-10-17 21:47:53 +00:00
dveditz%netscape.com
89c765707b
Added nsIRegistry::Flush (bug 16283, required for 16600), r=shaver
1999-10-17 21:45:53 +00:00
dveditz%netscape.com
f0625af1ca
expose libreg ability to delete named values in nsIRegistry. Patch from
...
Jonas Utterstr�m <jonas.utterstrom@vittran.norrnod.se>, r=dveditz
1999-10-15 06:47:58 +00:00
beard%netscape.com
a23db2838f
fixing image decoder leak. bug=15380, r=pnunn
1999-10-13 00:41:43 +00:00
norris%netscape.com
738bc18151
Fix 7254 Implement DOM security
...
Reviewed by mstoltz@netscape.com
1999-10-12 22:55:25 +00:00
waterson%netscape.com
c7347c6be0
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
1999-10-12 03:05:10 +00:00
evaughan%netscape.com
dd8734ed83
Integrated Gfx scrollbars.
1999-10-12 00:16:06 +00:00
nisheeth%netscape.com
cd926e7dfe
Changes not part of build. Added a debug trace macro that outputs to the console only when DEBUG_STOPWATCH is defined.
1999-10-11 23:30:45 +00:00
rpotts%netscape.com
9457969237
Removed 2 *extra* calls to NS_RELEASE in failure cases...
1999-10-10 06:58:42 +00:00
warren%netscape.com
91caa711bd
Fixed refcounting problem and possible out-of-memory condition. r=kipp
1999-10-10 02:08:08 +00:00
dveditz%netscape.com
2b60c91417
Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
1999-10-10 01:32:59 +00:00
edburns%acm.org
90b483f4ea
Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=15902
...
Approved by: edburns@acm.org
Reviewed by: edburns@acm.org
Authored by: idk@eng.sun.com
1999-10-09 01:34:29 +00:00
edburns%acm.org
ef97618fb9
Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=15607
...
Approved by: av@netscape.com
Reviewed by: av@netscape.com
/**
* This method queries the prefs for proxy information.
* It has been tested and is known to work in the following three cases
* when no proxy host or port is specified
* when only the proxy host is specified
* when only the proxy port is specified
* This method conforms to the return code specified in
* http://developer.netscape.com/docs/manuals/proxy/adminnt/autoconf.htm#1020923
* with the exception that multiple values are not implemented.
*/
NS_IMETHODIMP nsPluginHostImpl::FindProxyForURL(const char* url, char* *result)
1999-10-09 01:18:02 +00:00
nisheeth%netscape.com
a08e4f61df
Not currently part of the build. Added a stack behind the save/restore timing macros.
1999-10-08 23:27:09 +00:00
warren%netscape.com
b90a06a288
Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty.
1999-10-08 01:49:06 +00:00
norris%netscape.com
4843fed28c
Enable URI checks for web JavaScript.
...
Fixes bug 11462 "Need checks for setting URLs"
Reviewed by mstoltz.
1999-10-07 20:56:49 +00:00
neeti%netscape.com
d9839ef285
Converted to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=dveditz
1999-10-07 03:39:36 +00:00
sfraser%netscape.com
faa1c04032
Fixed access paths to remove lib/xp, and mozilla/include. xp_regexp.h is now exported, and found in dist. r=sdagley
1999-10-06 01:19:58 +00:00
sfraser%netscape.com
84e25f3f87
Changed to export using the .exp file, to reduce link warnings. r=sdagley
1999-10-06 01:17:56 +00:00
sfraser%netscape.com
260dc1598d
First Checked In.
1999-10-06 01:17:19 +00:00
alecf%netscape.com
92765bbd18
add detection for broken mmap()/write() behavior
...
contributed by jim_nance@yahoo.com
r=alecf
1999-10-05 00:29:09 +00:00
beard%netscape.com
26ba00f59b
changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:47:12 +00:00
beard%netscape.com
b547c2ffb0
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
cc6a945ce4
changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:37:53 +00:00
beard%netscape.com
120647c4c2
changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:23:01 +00:00
rjc%netscape.com
dc46519283
Bug # 14034: Convert to nsIModule to prepare for memory leak fixing. Review: dp@netscape.com
1999-10-02 00:48:02 +00:00
av%netscape.com
0d9360ceab
Fixing #13783 (garbage-pointer dereference)
1999-10-02 00:41:03 +00:00
av%netscape.com
435d460fb3
Fixing dereferencing null-pointer. Caused crash, #14496
1999-10-01 20:10:39 +00:00
dp%netscape.com
0a460f46f8
Converting to nsIModule as a prelude to fixing memory leaks.
...
bug# 14034 r=neeti
1999-10-01 06:51:55 +00:00
beard%netscape.com
40be071c15
removed spurious header file entries, r=kipp
1999-09-30 23:33:46 +00:00
kipp%netscape.com
8031b47905
removed files: mozilla/modules/libimg/pngcom/nsPNGCallback.cpp
1999-09-30 21:24:48 +00:00
kipp%netscape.com
8e1dea79ef
added files: mozilla/modules/libimg/pngcom/nsPNGModule.cpp
1999-09-30 21:24:01 +00:00
kipp%netscape.com
652662682c
removed files: mozilla/modules/libimg/pngcom/nsPNGModule.cpp
1999-09-30 21:23:07 +00:00
kipp%netscape.com
0c7d463e0c
Converted from components to modules
1999-09-30 21:22:48 +00:00
kipp%netscape.com
a8b063a299
added files: mozilla/modules/libimg/jpgcom/nsJPGModule.cpp
1999-09-30 21:21:29 +00:00
kipp%netscape.com
caf0062ae6
removed files: mozilla/modules/libimg/pngcom/nsPNGCallback.cpp
1999-09-30 21:19:18 +00:00
kipp%netscape.com
19b2d41c91
added files: mozilla/modules/libimg/pngcom/nsPNGModule.cpp
1999-09-30 21:18:45 +00:00
kipp%netscape.com
22abad3fb9
More module work
1999-09-30 21:17:44 +00:00
kipp%netscape.com
8d0add992e
new
1999-09-30 01:53:31 +00:00
sfraser%netscape.com
04b0e04edb
Fixing use of obsolete types for shaver.
1999-09-29 02:54:18 +00:00
shaver%netscape.com
f53bc807b4
nsIRegistry scriptability and beginning of category support, r=dp,alecf,dveditz a=leaf,chofmann
1999-09-29 02:35:42 +00:00
mcafee%netscape.com
af0a141723
Default for network.proxy.type=3 is undefined, using 1, direct internet connection. r=akkana
1999-09-28 01:27:32 +00:00
sspitzer%netscape.com
5635522f00
got the logic backwards...
1999-09-28 01:20:48 +00:00
sspitzer%netscape.com
d6f7f49aee
fix crasher caused by calling ResetPrefs() more than once, which should be legal.
1999-09-28 01:08:03 +00:00
kipp%netscape.com
2ddd276011
new
1999-09-28 00:50:17 +00:00
kipp%netscape.com
0d905bf0ae
new
1999-09-28 00:44:47 +00:00
dveditz%netscape.com
fcba679114
Make sure componentMgr calls NR_ShutdownRegistry(), fixing MLKs and registry corruption from unflushed registry buffers.
...
r=dp,a=chofmann
1999-09-26 21:20:21 +00:00
dveditz%netscape.com
94e7fc36a0
Fix assert exposed by fix for bug 14551 (eliminate registry leaks from component mgr). r=dp, a=chofmann
1999-09-26 21:17:54 +00:00
warren%netscape.com
59a98dd684
Fixed leaked path string.
1999-09-26 07:02:06 +00:00
sfraser%netscape.com
e7ddc04465
Fix build bustage: remove some header files from the project
1999-09-26 00:37:14 +00:00
kipp%netscape.com
00cd7d97a6
tweaked
1999-09-25 20:02:40 +00:00
kipp%netscape.com
5bef21fd25
removed files: mozilla/modules/libimg/jpgcom/nsJPGCallback.cpp
1999-09-25 20:02:03 +00:00
kipp%netscape.com
0017903a40
Fixed a leak; added some debug noise for me; added cache flushing code
1999-09-25 20:00:17 +00:00
kipp%netscape.com
7d002a7da8
Eliminate compiler warnings
1999-09-25 19:59:42 +00:00
kipp%netscape.com
adad885271
tidy
1999-09-25 19:59:10 +00:00
kipp%netscape.com
cdc5273201
Added IL_FlushCache
1999-09-25 19:59:01 +00:00
kipp%netscape.com
4d3aa294f5
removed
1999-09-25 19:58:46 +00:00
kipp%netscape.com
910bcf5733
Removed obsolete file from the build
1999-09-25 19:58:39 +00:00
briano%netscape.com
33b511f06e
SunOS4-specific fix. If SUNOS4 is defined, we need to include unistd.h for SEEK_SET and friends.
1999-09-25 02:49:00 +00:00
pnunn%netscape.com
cefdae266d
fix for bug #13048 . Patch contributed by Adam Moss and BeanySly.
1999-09-24 23:20:21 +00:00
briano%netscape.com
59ef6a75fb
Added a newline to the end of the file. Fix for Unix native compiler builds.
1999-09-24 21:47:16 +00:00
nisheeth%netscape.com
d9f62ba48a
a=chofmann, all changes are within an ifdef and are not being built by default
...
- Add ifdefs around the contents of the header file so that it doesn't get included multiple times.
- Change RAPTOR_STOPWATCH_TRACE macro to use a printf rather than NSPR logs until I figure out why the log isn't working.
1999-09-24 19:30:54 +00:00
nisheeth%netscape.com
f12537e9dd
a=chofmann. Add NSPR logging facilities to the stopwatch code. Make Print() dump stopwatch info to the NSPR log. Set NSPR_LOG_MODULES=gecko_timing:1 in your environment to get timing logs printed to the file specified in the NSPR_LOG_FILE environment variable.
1999-09-24 08:39:43 +00:00
pnunn%netscape.com
420ac11534
Code check in for lennox@cs.columbia.edu for bug#6323. Fix for bsd folks.
...
r:dp,pnunn a:leaf
1999-09-23 19:19:07 +00:00
colin%theblakes.com
5e3730ff3b
comment in #endif was missing comment delimiters
1999-09-22 23:39:30 +00:00
dveditz%netscape.com
b86f6a82c7
Turning buffered registry i/o back on, bugs 14306,11203
1999-09-22 07:53:15 +00:00
dveditz%netscape.com
bb7e8355d1
Bugfix 7928
1999-09-22 07:49:22 +00:00
shaver%netscape.com
1fe19c92b7
add componentType to nsIModule::RegisterSelf
1999-09-22 03:18:27 +00:00
alecf%netscape.com
27e300fc54
we don't need xplib.lib anymore
1999-09-21 22:24:04 +00:00
alecf%netscape.com
67a870aebe
don't need xplib anymore
1999-09-21 22:22:39 +00:00
neeti%netscape.com
613a248dab
read user.js on startup after prefs.js is read. #12423
1999-09-21 18:59:41 +00:00
waterson%netscape.com
88220ac198
Fix backwards return values on nsIEnumerator::IsDone().
1999-09-21 01:28:18 +00:00
av%netscape.com
6720a3dd98
Workaround to make RealAudio plugin work
1999-09-21 00:07:20 +00:00
warren%netscape.com
5ddeb520ad
fixed leaked service manager in nsPluginFactory
1999-09-20 20:53:06 +00:00
warren%netscape.com
4189d29c87
fixed leaked JVM manager service in oji
1999-09-20 20:53:01 +00:00
warren%netscape.com
270a04d01f
freed gSavedLine in prefapi
1999-09-20 20:52:48 +00:00
nisheeth%netscape.com
22dac726b0
- Change bool to PRBool in Stopwatch::Start()
...
- Add the NS_TIMER_STYLE_RESOLUTION define to nsITimeRecorder.idl
1999-09-20 08:21:01 +00:00
dveditz%netscape.com
07d85b9989
backing out bufio changes until corruption fixed
1999-09-20 00:53:07 +00:00
beard%netscape.com
fb5390876e
Fixed a memory corrupting bug in PREF_copyTree. strtok would continue scanning off the end of the current string, modifying subsequent non-string blocks, if they contained a ';' before a '\0' byte.
1999-09-20 00:08:48 +00:00
beard%netscape.com
80c2af0d9f
scanning Plugins folder under the application now.
1999-09-18 22:40:36 +00:00
andreas.otte%primus-online.de
44ff8a47fa
NOT ON BUILD: Add loadgroup parameter
1999-09-18 09:08:56 +00:00
rpotts%netscape.com
d294408031
Changed GetDocumentLoadGroup(...) to be XPCom complient. THis helps prevent leaks when using nsCOMPtrs.
1999-09-18 06:55:13 +00:00
dveditz%netscape.com
251a5fd70c
make version registry code match main mozilla registry code
1999-09-18 01:23:59 +00:00
sfraser%netscape.com
034620e586
Fix for bug 14160 -- bad registry name. Don't assume that Mac Handles are nul terminated.
1999-09-18 01:14:50 +00:00
pnunn%netscape.com
470f443594
fix for bugs #7622 , #6525 . pnunn.
1999-09-17 23:43:48 +00:00
dveditz%netscape.com
ba2ca9f2b5
fix Mac startup bustage
1999-09-17 23:42:47 +00:00
sfraser%netscape.com
7500e5e689
First Checked In.
1999-09-17 23:29:19 +00:00
sfraser%netscape.com
8aaf184ac2
Remove .js files that are now exported by other MANIFEST files.
1999-09-17 23:28:42 +00:00
neeti%netscape.com
dfaf1070cc
moved *.js files from components to bin/defaults/pref
1999-09-17 23:27:15 +00:00
briano%netscape.com
68c8b1e4a7
Cleaned it up again.
1999-09-17 21:09:17 +00:00
warren%netscape.com
ecc3a2aa22
Squelched leak.
1999-09-17 21:02:34 +00:00
nisheeth%netscape.com
31c1f1af82
Fixing Unix build bustage...
1999-09-17 20:56:28 +00:00
nisheeth%netscape.com
09a2031926
Adding a new interface, nsITimeRecorder, used for adding timing hooks to raptor. The interface exposes methods to start/stop/reset timers and print elapsed time.
1999-09-17 20:30:23 +00:00
briano%netscape.com
d8468bd790
Replaced the C++ comments with C comments, since this is a C file after all....
1999-09-17 20:13:53 +00:00
dveditz%netscape.com
45d198de8b
reverting registry changes for Unix, a=leaf, r=ramiro
1999-09-17 17:44:41 +00:00
valeski%netscape.com
05b4ee9801
NOT IN BUILD - adding boilerplate for jar protocol handler
1999-09-17 16:12:41 +00:00
sspitzer%netscape.com
cf507867c1
fix crash when launching mail
1999-09-17 09:46:58 +00:00
alecf%netscape.com
fd2c781111
remove assertions (and put comments for future NS_ASSERTIONs for when I finally change this to a C++ file)
...
fixes #13734
1999-09-17 07:35:34 +00:00
dveditz%netscape.com
b83b004785
match buffered i/o registry change in XP_MAC section
1999-09-17 07:00:55 +00:00
sfraser%netscape.com
0e6a16c9a4
Added file for dveditz, set up prefix files.
1999-09-17 06:56:45 +00:00
sfraser%netscape.com
20947f58ec
First Checked In.
1999-09-17 06:56:23 +00:00
dveditz%netscape.com
4edd94afd4
more trying to get nr_bufio to work on a mac
1999-09-17 06:35:32 +00:00
dveditz%netscape.com
3a0cc800da
fixing mac path sadness with new nr_bufio stuff
1999-09-17 06:13:38 +00:00
dp%netscape.com
6cf6be44ee
Caching of what registry was opened to improve performance of multiple
...
opens on the same registry file.
1999-09-17 05:46:25 +00:00
dveditz%netscape.com
ed909369ed
Buffered I/O for registry performance
1999-09-17 01:32:00 +00:00
briano%netscape.com
4911989006
Some platforms don't have 'bool' or 'true', so use PRBool and PR_TRUE instead.
1999-09-16 22:58:02 +00:00
chuang%netscape.com
f686be41ca
Fix bug 13992 Personal address book shows up more than one time
1999-09-16 21:12:32 +00:00
chuang%netscape.com
0c4cd493ac
Fic bug 13992 Personal address book shows up more than one time
1999-09-16 20:48:52 +00:00
dp%netscape.com
764fede6dc
NS_ADDREF() instead of calling it directly
1999-09-16 19:20:18 +00:00
cls%seawood.org
11333d189a
Linux only: Removed -D_BSD_SOURCE from DEFINES as it is unnecessary now that __STRICT_ANSI__ is set in <prinet.h>
1999-09-16 14:54:18 +00:00
sspitzer%netscape.com
197d8aa56d
remove the default prefs for conference and netcrapper.
1999-09-16 06:44:35 +00:00
dveditz%netscape.com
f3deb25a6d
expose whether the registry is already open or not, which enables the profile
...
manager to avoid opening and closing the registry ~20 times at startup.
1999-09-16 05:32:28 +00:00
pnunn%netscape.com
56f36ccf03
Change net/gfx/imglib buffer size. pnunn.
1999-09-16 01:22:44 +00:00
warren%netscape.com
48cf4685a9
Factored file transport service out of file: protocol.
1999-09-16 01:16:22 +00:00
cls%seawood.org
a6696c1b2d
Use the rules in rules.mk instead of making your own.
1999-09-15 18:00:50 +00:00
ducarroz%netscape.com
ef2cfee4ae
Fix for bug 13778, GetFilePrefs now accept also a native path to let users write manually their prefs
1999-09-15 14:51:40 +00:00
norris%netscape.com
1dec7e80f7
Create preferences for security checks.
...
Add new methods on nsIScriptSecurityManager for capabilities.
Fix 13739 MLK: nsScriptSecurityManager::CreateCodebasePrincipal
Fix 11666 Eliminate plvector (was: [infinite loop] bugs - plvector.c)
1999-09-15 04:05:43 +00:00
ramiro%netscape.com
26dd94b010
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
nisheeth%netscape.com
daa310d2dd
- Export stopwatch.h in windows regardless of whether MOZ_PERF is set.
...
- Move over macros for using the stopwatch class into stopwatch.h so that they can be shared by all the users of the stopwatch.
1999-09-15 00:27:56 +00:00
nisheeth%netscape.com
3e57c61ca9
Export stopwatch.h out to dist.
1999-09-15 00:16:03 +00:00
slamm%netscape.com
2dfd30ec2a
Fix build warning.
1999-09-14 23:09:39 +00:00
nisheeth%netscape.com
d209f0dba3
Added methods to save/restore the state of the stopwatch.
1999-09-14 14:32:42 +00:00
alecf%netscape.com
b39bcb032d
define the PROGID and declare the enums in IDL
1999-09-14 04:09:28 +00:00
briano%netscape.com
70f4c0b6b8
General cleanup.
1999-09-14 02:51:42 +00:00
mcafee%netscape.com
a4870d5be9
Turing on gfx widgets with default pref.
1999-09-13 22:21:28 +00:00
nisheeth%netscape.com
1416705a18
Include stopwatch class in build if MOZ_PERF is set. Only enabled on Windows right now.
1999-09-13 18:56:01 +00:00
sspitzer%netscape.com
f08d865363
fix warnings.
1999-09-13 08:12:31 +00:00
sspitzer%netscape.com
3f43ae8b72
fix warnings for dbragg
1999-09-13 06:26:18 +00:00
cls%seawood.org
17c88d7b29
Fix my bustage using -D_BSD_SOURCE
1999-09-12 16:41:14 +00:00
cls%seawood.org
b3adcb855c
I don't see the bustage that the tinderbox does but this should fix it.
1999-09-12 15:54:18 +00:00
cls%seawood.org
1a2e16af42
Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c.
1999-09-12 14:25:28 +00:00
sspitzer%netscape.com
88db319077
adding the default value for mail.server_type back.
...
if the user was using pop in 4.x, this defaults to 0.
a ton of code depends on it being 0, and not undefined.
alecf removed it, using it as a way to tell if we needed to migrate the prefs
or not. Instead, I'm using other prefs to do that.
see nsMsgAccountManager::ProceedWithMigration() for the logic.
1999-09-11 19:14:15 +00:00
sspitzer%netscape.com
8f8d65c0b0
mailnews/base/src/nsMsgAccountManager.cpp
1999-09-11 19:10:30 +00:00
alecf%netscape.com
aaf22c1bc1
remove mail.server_type so that the account manager can tell if we're starting a fresh profile or upgrading from 4.x
1999-09-11 01:54:49 +00:00
alecf%netscape.com
9278bf8b84
make prefs a component on windows
1999-09-11 01:26:37 +00:00