David Lawrence
bdec0dc85e
win32 interface for isc_stdtime_get
1999-09-23 18:34:27 +00:00
David Lawrence
e904ee6c52
Include process.h for _beginthreadex prototype.
1999-09-23 18:26:12 +00:00
David Lawrence
cb73e2bfac
isc_once_do() for NT. Two different methods were coded and one
...
should be decided on; it is kind of a toss-up to me personally.
One method is slightly more complicated but the other uses a spin lock.
See once.c for details.
1999-09-23 18:14:16 +00:00
David Lawrence
05d763d642
Fixed prototype for isc_condition_waituntil.
...
Fixed calls to isc_time_now and isc_time_millidiff.
1999-09-23 18:06:47 +00:00
David Lawrence
d5069ac954
Fixed function prototypes to match unix/include/isc/time.h protos.
...
Wrote isc_time_nowplusinterval, a new function added to unix/time.c.
Made some LARGE_INTEGERS to be ULARGE_INTEGERS to ameliorate any
possible hint of a signed vs unsigned problem, even though it would
not happen for 28,847 more years from now.
Assert t1 and t2 not NULL in isc_time_millidiff.
1999-09-23 18:03:39 +00:00
David Lawrence
49e558760e
directory scanning API for unix/nt portability
1999-09-23 17:31:59 +00:00
Michael Graff
2f072c2982
Update copyrights
1999-09-15 23:03:43 +00:00
David Lawrence
b906092cb1
MSVC++ does not allow "long long". This uses the MSVC++ native types
...
to specify integers of the appropriate bit widths.
1999-09-09 15:19:43 +00:00
Bob Halley
1633838b82
update copyrights
1998-12-12 20:48:14 +00:00
Bob Halley
d25afd60ee
include config.h
1998-12-12 19:25:20 +00:00
Bob Halley
da4242bf62
replace unexpect.[ch] and fatal.[ch] with error.[ch]
1998-12-04 20:00:26 +00:00
Bob Halley
f671a5c51c
add isc_mutex_trylock()
1998-11-11 19:03:08 +00:00
Bob Halley
b592e197fe
update
1998-10-27 03:12:07 +00:00
Bob Halley
4d6964d70a
checkpoint
1998-10-26 23:07:57 +00:00
Bob Halley
d3239a41d1
eliminate detach
1998-10-23 23:51:09 +00:00
Bob Halley
b07a162e29
type changes for _beginthreadex
1998-10-23 23:02:01 +00:00
Bob Halley
1eda5e1a7c
switch to _beginthreadex; close thread handle after join
1998-10-23 18:24:18 +00:00
Bob Halley
ce1e4ac907
clean up; add warnings about use of signal and broadcast
1998-10-23 18:22:22 +00:00
Bob Halley
9fbefe0ace
convert back to UNIX text format
1998-10-23 06:02:07 +00:00
Bob Halley
0fc87fa2f3
add
1998-10-23 05:45:44 +00:00