ache
9ef9656a1f
Explicitly point that it_value == 0 disables timer regardles of
...
it_interval value. It is backward-compatible with previous usage
and SunOS-compatible now.
1997-08-14 08:26:25 +00:00
ache
d5b03c1103
Describe itimerfix upper limit
1997-08-14 07:57:58 +00:00
ache
da5b9d9f11
Describe upper limit based on itimerfix restriction
1997-08-14 07:44:57 +00:00
ache
051a2e06f5
Oops, fix logic for previous commit
1997-08-14 06:46:44 +00:00
ache
b537b1ccca
Remove wrong machine-dependent phrase about maximum microseconds
...
limit. Small cleanup.
1997-08-14 06:32:25 +00:00
ache
6ee68884c1
Break loop if error != EINTR occurse or it can take forever with
...
time_remaining unchanged
1997-08-14 06:23:48 +00:00
ache
51ac279382
Define NCURSES_VERSION publicly, some applications want it
...
Fix unctrl()
Merging from 4.1 used for this fixes.
1997-08-13 23:28:29 +00:00
steve
4102fc6259
Protect the copyright comments from reformatting by
...
indent and make this compile -Wall clean like the
Makefile suggests that it should. :)
Pointed out by: Bruce Evans <bde@zeta.org.au>
1997-08-13 20:42:18 +00:00
ache
cc75a271ba
Note that default behaviour (restarting signals) is only for signal(3)
1997-08-13 18:40:57 +00:00
ache
54c8d4859c
Handle syscalls error return slightly better
1997-08-13 18:22:41 +00:00
ache
4dd0f70342
Back out itimerfix hack since nanosleep1 fixed now
...
Handle syscalls error return slightly better
1997-08-13 18:13:17 +00:00
ache
eb38783b56
Add unsigned char cast to all ctype calls
1997-08-13 13:11:53 +00:00
ache
89f12e03aa
Fix longstanding bug with buffer pointer goes beyoud buffer start
...
Cause initscr (ncurses) fail in some cases
1997-08-13 01:21:36 +00:00
ache
c1b38e9944
TRACE_VIRTPUT (we don't have it yet) -> TRACE_CHARPUT
1997-08-13 00:12:46 +00:00
ache
73828b4148
Rearrange itimerfix loop doing it inside SIGALRM handling section
1997-08-12 19:54:31 +00:00
ache
3a0de699cf
Solve itimerfix() problem completely by using loop in 100000000 secs chunks
1997-08-12 19:47:01 +00:00
ache
b4d5f4ee83
Reflect blocked SIGALRM changes
1997-08-12 19:28:07 +00:00
ache
f9a8aa567e
Back out my installation of SIGALRM handler even if it is blocked
...
and return to previous Peter's variant.
POSIX says that this place is implementation defined and old variant allows
application block SIGALRM and sleep and not be killed by external SIGALRMs.
BTW, GNU sleep f.e. sleeps forever in blocked SIGALRM :-)
1997-08-12 19:14:54 +00:00
peter
924e122873
Run mkMakefile.sh to regenerate
1997-08-12 18:33:06 +00:00
ache
3451ae1ca3
Reflect -current implementations
1997-08-12 17:53:00 +00:00
ache
e35ed20ee1
1) Make usleep() terminateable by alarm (or ualarm) as supposed
...
historically
2) Fix end of time loop condition: && -> ||
1997-08-12 17:17:53 +00:00
ache
9fc764805c
Change to reflect -current sleep implementation reality
1997-08-12 16:46:05 +00:00
ache
2a8b6ff057
Make itimerfix hack better: return the time we can't sleep at once
1997-08-12 15:46:05 +00:00
brian
ab1e7a5996
Fix file descriptor leak.
...
Submitted by: Charles Mott <cmott@srv.net>
Identified by: Gordon Burditt
1997-08-11 22:05:10 +00:00
steve
f880a4a55f
Default size for FD_SETSIZE is 1024 not 256.
...
PR: bin/4177
Submitted by: Wolfgang Helbig <helbig@MX-BA.Stuttgart.De>
1997-08-11 01:31:30 +00:00
ache
cda69874ef
Implement canonical locking protocol
...
Suggested by: joerg
1997-08-10 18:42:39 +00:00
joerg
d50ebd355c
Hack^H^H^H^Hworkaround for itimerfix(9) gratuitously limiting the
...
acceptable range for tv_sec to the magic number 100000000 (which at
least ought to be declared in a header file, and explained in the
non-existing man page, as well as in the existing man pages for
nanosleep(2) & Co.).
PR: bin/4259
1997-08-10 12:16:13 +00:00
joerg
7f6efbc9e1
Import strptime(3) into libc. We've got permission by Kevin Ruddy to
...
modify the original `no modifications' copyright message, and i've
included his mail into the source file.
The common localization functions between strptime(3) and strftime(3)
have been broken out into timelocal.[ch].
1997-08-09 15:43:59 +00:00
joerg
60e8157583
This commit was generated by cvs2svn to compensate for changes in r28019,
...
which included commits to RCS files with non-trunk default branches.
1997-08-09 15:38:14 +00:00
joerg
9521093003
Clean import of strptime(3) onto a vendor branch.
...
Submitted by: Powerdog Industries <kevin.ruddy@powerdog.com>
1997-08-09 15:38:14 +00:00
steve
34c71a268a
Observe precedence set by Phillippe Charnier in adding an
...
rcsid.
1997-08-07 22:28:25 +00:00
steve
2eae399bf6
Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.
1997-08-07 15:33:50 +00:00
ache
ee162dd22f
Improve weak locking by using flock()
1997-08-05 12:58:02 +00:00
brian
e7c02535af
Update to version 2.2. Only the PacketAlias*()
...
functions should now be used. The old 2.1 stuff is
there for backwards compatability.
Submitted by: Charles Mott <cmott@snake.srv.net>
1997-08-03 18:20:03 +00:00
ache
18f2d2147c
Remove collate_range_cmp, was left for temp. backward compatibility
1997-08-03 18:04:39 +00:00
jdp
2ed649b29b
Implement dlsym(RTLD_NEXT, symbol).
1997-08-02 04:56:44 +00:00
phk
2a200c9684
Move tcl packages to libdata/pkg
1997-08-01 13:16:40 +00:00
ache
77cbca4b7f
Fix handling of mixed colors+attributes case by merging from ncurses 4.1
1997-07-30 19:04:08 +00:00
ache
d6cf2089bc
Fix logical background handling by merging it from ncurses 4.1
...
No new user-visible functions added
1997-07-30 17:21:39 +00:00
ache
9157a090b3
ifdef out ttytype definition, mytinfo not have it and configure confused
1997-07-30 03:26:37 +00:00
msmith
648817bf62
Improve dependancy behaviour a little more.
...
This is still pretty disgusting.
Submitted by: bde
1997-07-28 03:33:04 +00:00
ache
4f5e11f394
Add getbkgd() macro
1997-07-27 21:01:16 +00:00
phk
e16e134b92
Remove a reference to /c/phk, this should be handled by the magic script
...
in src/tools.
1997-07-27 20:21:05 +00:00
msmith
2e6b2cf4d3
List help.h a a dependancy for editline.c
...
Use 'beforedepend' instead of '.depend' to hang automatically-generated
headers off.
XXX the latter is bogus without a 'beforeall' target and explicit ordering
of dependancy generation for targets.
1997-07-27 10:47:49 +00:00
jdp
81e43f0b38
Fix a minor typo. It only affects the sparc version.
1997-07-26 03:43:14 +00:00
pds
fe0a77d7be
Added bounds checking to the example after chasing down someone's
...
broken code where they'd copied the example basically verbatim and
blew an array. (engage brain before typing 'make')
1997-07-26 00:47:06 +00:00
phk
7d889d046a
Tada!, tcl is now at 8.0b2 I belive.
1997-07-25 19:51:45 +00:00
msmith
0c9a90d609
Reorder decomposition of the filename argument for the '-h' flag to
...
avoid misprocessing in the case where the filename argument contains
more than one period.
Submitted by: micke@dynas.se (Mikael Hybsch)
1997-07-23 18:23:42 +00:00
charnier
f14112b4c1
= -> ==, strcpy -> strncpy from OpenBSD.
...
update man page. Add usage().
Obtained from: OpenBSD
1997-07-22 07:39:43 +00:00
bde
0ebd3c64ae
Add to CLEANFILES instead of setting it absolutely. Cleaning of *.S and
...
tags was broken.
1997-07-21 16:02:09 +00:00