christos
525e2bc598
Revert all slash removing changes; it is not worth it...
...
The latest one broke "ls foo.c/". Sync with Lite-2.
1997-10-09 22:59:18 +00:00
lukem
1f1a64af74
remove WARNS=0, because mycroft fixed rpcgen(1) to DTRT WRT outputting KNF.
1997-10-09 22:26:17 +00:00
christos
d6ddaab4e6
Fix for WARNS=1 and remove WARNS override from Makefile
1997-10-09 21:20:16 +00:00
is
31c3c1a2b3
Most calls of ldexp() won't be with a first parameter of 0.0. Don't penalize
...
them for a slight optimization of the zero case.
1997-10-09 20:06:18 +00:00
christos
e603ef8879
PR/4211: Dave Huang: don't lose VSTATUS and VEOL and any other characters that
...
are VDISABLED by default.
1997-10-09 19:16:04 +00:00
mycroft
51e08ca293
KNF.
1997-10-09 15:45:15 +00:00
lukem
5542a7ca43
- define WARNS?=1 in the top-level Makefile.inc, and don't define
...
anywhere else.
- for now, override WARNS=0 in librpcsvc and libwrap, until they're
cleaned up
- rcsid police
lib is now clean (except for librpcsvc and libwrap) on the i386, and
this should motivate the other ports to fix any other minor problems
that their compilers pick up that the i386 version doesn't.
1997-10-09 14:36:17 +00:00
lukem
4baee3e06e
fix mistake in previous commit (added too many __RCSID/#endif lines
1997-10-09 14:31:59 +00:00
lukem
6112a51e58
use __RCSID()
1997-10-09 14:21:19 +00:00
lukem
0a48c27c48
WARNSify
1997-10-09 13:52:40 +00:00
lukem
4971f40228
add dependancies so that "make depend" isn't required, remove WARNS from here
1997-10-09 12:43:57 +00:00
lukem
6fffd559bd
WARNSify (not yet tested on all platforms yet)
1997-10-09 12:29:21 +00:00
lukem
ae6b9c674a
WARNSify
1997-10-09 11:58:15 +00:00
lukem
118c71a6fa
rcsid facism, WARNSify
1997-10-09 11:34:16 +00:00
lukem
038f3f9a9b
WARNSify if -DDEBUG
1997-10-09 11:34:15 +00:00
lukem
41f0dee6a6
rcsid facism, WARNSify
1997-10-09 11:33:05 +00:00
lukem
61187201c6
rcsid facism, WARNSify
1997-10-09 11:31:07 +00:00
mycroft
7b360ef2b7
Make _sys_nerr const.
1997-10-09 11:31:05 +00:00
lukem
dd7adfbf0c
rcsid facism, WARNSify
1997-10-09 11:27:48 +00:00
lukem
63c78f81c9
WARNSify
1997-10-09 11:27:47 +00:00
lukem
bee8515057
rcsid facism, WARNSify
1997-10-09 11:26:55 +00:00
lukem
6a76908aad
WARNSify
1997-10-09 11:24:59 +00:00
lukem
06795b86a7
rcsid police, deprecate some use of register
1997-10-09 10:28:43 +00:00
lukem
e37aec676a
rcsid facism, WARNSify
1997-10-09 10:20:07 +00:00
lukem
2a55b0f192
rcsid police
1997-10-09 10:07:40 +00:00
jtc
c8f77c0b8b
Fix tipo inherited from old version of TNF copyright template.
1997-10-09 07:25:45 +00:00
lukem
5b0e18c4e4
WARNSify
1997-10-09 07:07:14 +00:00
mycroft
7348dd86b1
Document that the time zone is obselete, add an xref to localtime(3), and
...
update the HISTORY section.
1997-10-09 05:05:56 +00:00
mycroft
7227af1293
Document that the time zone is obselete, add an xref to localtime(3), and
...
correct the HISTORY section.
1997-10-09 05:05:35 +00:00
pk
98cfb5140f
Restore the NAPPEND macro, as it existed until revision 1.13, that deals
...
with roots consisting of a single slash. This special case of special
cases cannot be dealt with in fts_open() by simply chopping of a
trailing slash.
All this to avoid the occasional doubling of slashes. Oh well..
1997-10-08 19:56:59 +00:00
mycroft
5ae3044c2d
Make sure the command list is properly terminated when parsing an
...
octal mode. From Alasdair Baird in PR 4232.
1997-10-08 17:19:13 +00:00
scottr
35d33206a7
This incarnation of the pthreads library is ancient and not useful, and
...
should have been mothballed some time ago...
1997-10-08 17:17:10 +00:00
scottr
a1d96607f3
This incarnation of the pthreads library is ancient and not useful, and
...
should have been mothballed some time ago...
1997-10-08 17:14:35 +00:00
kleink
8a7cd68e8b
getcwd(3) is not defined by ANSI C but by 1003.1; pointed out by Alan Curry
...
in PR lib/4238.
1997-10-08 09:28:01 +00:00
christos
d94d1f6795
Wow, call the function, don't just mention its name!
1997-10-08 04:14:40 +00:00
christos
c36405f069
Don't cast things to u_quad_t, but to u_long.
1997-10-08 04:14:00 +00:00
christos
060951ae78
Cast functions to the proper signatures and avoid const clash.
1997-10-08 04:13:27 +00:00
christos
93bfa94d10
How did this ever work? Fix to pass fileno(fp), instead of fp to lseek.
...
Pass off_t instead of fpos_t as the second argument.
1997-10-08 04:12:34 +00:00
christos
8212c7a241
Avoid volatile warnings.
1997-10-08 04:11:16 +00:00
christos
5d7f9cdc6b
Fix prototypes for flockfile and funlockfile to take a const FILE,
...
since they don't modify it.
1997-10-08 04:10:50 +00:00
christos
ec75ec1f8c
Make function declarations conform to the prototypes.
1997-10-08 00:52:47 +00:00
christos
e57ffbac55
Fix declaration of sys_errlist, add prototypes for flockfile and funlockfile
1997-10-08 00:35:50 +00:00
christos
eaa7838299
Add real prototypes
1997-10-08 00:33:40 +00:00
pk
3beb1a70cf
In fts_alloc() copy the trailing 0 character explicitly, instead of
...
relying on the passed input string having a 0 character at the right spot.
Takes care of PR#4234.
1997-10-07 23:02:17 +00:00
hubertf
26f31c2590
Partly backing out last change, only leaving lstat() instead of stat().
...
Pointed out by Enami Tsugutomo <enami@but-b.or.jp>.
1997-10-07 00:02:44 +00:00
hubertf
5ce208addd
add xref of ns.4
1997-10-06 23:38:59 +00:00
enami
f67a987e2d
Acutally, lchmod, lchown and lutimes may set errno to ELOOP.
1997-10-06 08:22:58 +00:00
enami
215506d670
Bump minor version since lchmod, lchown and lutimes is added.
1997-10-06 01:15:00 +00:00
enami
e61b385cbb
Add C library interface for new system call lchmod, lchown and lutimes.
1997-10-06 01:12:06 +00:00
enami
435d770085
Add C library interface for new system call lchmod, lchown and lutimes.
1997-10-06 01:12:04 +00:00