mycroft
4c34be6b52
Clean up deleted files.
1995-03-01 00:00:00 +00:00
cgd
4eab61bd40
merge with lite, keeping most local changes. clean up Ids
1995-02-27 12:31:34 +00:00
cgd
9060ff0dc7
merge with 4.4-Lite, keeping local changes. clean up Ids
1995-02-27 05:50:11 +00:00
jtc
edcbc4e64c
Changed formatting of manpage cross references to use .Xr macro.
...
Changed all libcompat manpages so that they clearly state that the
documented interface is availiable from libcompat.
(Fixes PR #703 )
1995-01-13 01:15:53 +00:00
jtc
4b8de372d4
fix typo
1994-12-22 17:57:02 +00:00
cgd
3a370daf86
specify man pages the new way.
1994-12-22 09:44:45 +00:00
mycroft
d8f841190c
.s -> .S
1994-12-16 10:01:23 +00:00
cgd
73de321a73
needs string.h
1994-10-19 03:01:39 +00:00
mycroft
a0c1518680
Do something more intelligent when compiling into ${DESTDIR}. Also fix bogus
...
definition of AINC.
1994-07-06 04:08:28 +00:00
cgd
395cddf518
make stty and gtty real function stubs (they're now gone from ioctl_compat.h).
1994-05-21 05:20:25 +00:00
jtc
ac15753796
Remove links to regexp(3) manpage, as they overwrite the links with the
...
same name to the regex(3) manpage, which is the preferred regular expression
API.
1994-05-19 06:23:50 +00:00
jtc
66a7b96e20
Move our cuserid(3) manpage to libcompat, since the cuserid() function
...
now lives there.
1994-05-19 06:20:17 +00:00
cgd
dd267b8c9d
patch up
1994-05-06 06:49:32 +00:00
cgd
a34c9134ca
oops!
1994-05-06 06:42:21 +00:00
cgd
74c187c292
update
1994-05-06 06:25:33 +00:00
cgd
e3a4ae7264
Initial revision
1994-05-06 06:25:32 +00:00
cgd
9f670da25f
update
1994-05-06 06:25:29 +00:00
jtc
38065bce20
Remove description of EINVAL, "The pathname contains a character with the
...
high-order bit set", as this error is obsolete.
Eventually we may want to add code to some of the "optional" filesystems
(msdosfs, etc.) that checks for illegal characters. At that time it would
be appropriate to reintroduce this error with appropriate text. Perhaps
"The pathname contains a character that is not valid for filesystem type".
1994-04-22 00:13:22 +00:00
jtc
a3376999f0
Use symbolic names {NAME_MAX} & {PATH_MAX} instead of 255 and 1023 in
...
description of ENAMETOOLONG error.
1994-04-19 00:10:45 +00:00
jtc
520c05b536
Instruct user to #include <search.h>.
...
Remque() has returned void for some time now.
1994-03-12 01:28:56 +00:00
jtc
bbcdac1400
Don't install manpage links to regexp(3), they overwrite the links
...
to regex(3).
1994-02-07 18:29:53 +00:00
jtc
ec22bca1e7
Since V8 regex routines have been moved to libcompat(), the BSD regex
...
routines must again be defined as wrappers around them.
1994-02-01 17:45:53 +00:00
mycroft
a4d10d0ab2
Clean up deleted files.
1994-01-15 19:31:44 +00:00
cgd
73da6e26ee
actually commit the changes i made the other day to the Makefile
1994-01-15 19:31:32 +00:00
jtc
584ac8448e
Fix spelling errors.
1994-01-10 23:32:20 +00:00
jtc
250b6aa06e
Use "Er" for argument to -width in the lists in the ERROR sections --- so
...
the formatting is consistant.
1993-11-29 21:24:57 +00:00
jtc
f947c6c25d
Format ERROR values like all the other manual pages.
1993-11-29 19:45:00 +00:00
jtc
6e9ac1805f
Clean up manpages:
...
Use .Fn rather than .Nm macro in HISTORY and STANDARDS sections.
Use .At and .St macros instead of spelling out "Version 6 UNIX",
"IEEE 1003.1-1988 (POSIX)", etc.
1993-11-25 00:38:17 +00:00
jtc
9bd83209f0
Change C library functions to use strchr() and strrchr() instead of index()
...
and rindex(). This will allow (strict {ANSI, POSIX, XOPEN}) applications
to redefine index() and rindex() without effecting the library internals.
1993-11-24 19:43:49 +00:00
jtc
c52b10cc29
Layer re_comp() and re_exec() on top of the POSIX regular expression
...
routines, as the V8 regexp routines have been removed.
1993-11-11 01:24:50 +00:00
jtc
57c5f16709
#include <search.h> to ensure that the public function declarations match
...
the implementation.
Use old-style function definitions so functions can be compiled with non-ansi
compilers.
Functions are specified to take void * arguments, so they must be cast to
a struct qelem * before they are used.
1993-10-21 21:08:55 +00:00
pk
a3d6ce6845
PIC: don't bother.
1993-10-05 21:55:45 +00:00
jtc
9c20f740a3
Declare rcsid strings so they are stored in text segment.
1993-08-26 00:43:03 +00:00
brezak
d1c89ea35f
Correct copyright statements
1993-08-13 12:54:10 +00:00
brezak
cbeddce7ff
Machine independent version of insque/remque
1993-08-13 02:49:41 +00:00
mycroft
aee4b07b8a
Add RCS identifiers, remove some completely useless RCS logs and patchkit
...
headers, and a few other insignificant changes.
1993-08-02 17:48:44 +00:00
mycroft
e9d867ef50
Add RCS identifiers.
1993-08-01 17:54:45 +00:00
mycroft
55b7fa6d0b
Add RCS identifiers.
1993-08-01 07:54:52 +00:00
mycroft
b1bd4afedc
Add RCS indentifiers.
1993-08-01 07:42:49 +00:00
mycroft
dfb9caab49
Add RCS indentifiers.
1993-08-01 07:32:48 +00:00
mycroft
0e9c8e4524
Add RCS identifiers.
1993-07-30 08:34:38 +00:00
mycroft
f23f94cb77
Add even more RCS frobs.
1993-07-30 08:21:41 +00:00
nate
81e9be8dc1
Changed Makefile to include the new regex.c package
1993-03-23 19:20:18 +00:00
nate
9e98d4b874
From BSDI Mailing list. regex.c uses the regcomp routines to emulate
...
the regex routines.
1993-03-23 10:49:38 +00:00
cgd
91ac7bf11a
added libcompat for compatibility routines, like ftime, etc.
1993-03-23 10:14:55 +00:00
cgd
61f282557f
initial import of 386bsd-0.1 sources
1993-03-21 09:45:37 +00:00