| History log of /src/lib/libc/gen/realpath.3 |
| Revision | | Date | Author | Comments |
| 1.19 |
| 06-Mar-2017 |
pgoyette | Improve grammar. Pointed out by Timo Buhrmester on netbsd-docs list.
|
| 1.18 |
| 24-May-2013 |
wiz | branches: 1.18.10; 1.18.14; More markup. Merge two error entries for the same error.
|
| 1.17 |
| 24-May-2013 |
enami | Update ERRORS section: - Remove some system calls from the list of functions which may set errno during the execution of realpath(3) since they are no longer used to implement it. - Document some errno set by the realpath(3) itself.
|
| 1.16 |
| 05-Mar-2013 |
enami | - Refer the argument with correct name. - Mark up the function as a function like rest of this paragraph does.
|
| 1.15 |
| 05-Mar-2013 |
soda | a sequel to getcwd.c revision 1.52 and realpath.3 revision 1.13 by christos: explicitly mention that NULL is allowed as second argument in the description part as well.
PR/46618: Onno van der Linden: realpath(3) isn't SUSv4 compliant (and causes flactag 2.0.4 to dump core). Fix to accept a NULL argument for resolvedpath.
|
| 1.14 |
| 21-Jun-2012 |
wiz | branches: 1.14.2; Drop trailing whitespace and avoid xr to itself.
|
| 1.13 |
| 21-Jun-2012 |
christos | PR/46618: Onno van der Linden: realpath(3) isn't SUSv4 compliant (and causes flactag 2.0.4 to dump core). Fix to accept a NULL argument for resolvedpath.
|
| 1.12 |
| 13-Aug-2005 |
elad | branches: 1.12.44; 1.12.46; 1.12.50; Don't allow last path element to be nonexistant.
|
| 1.11 |
| 07-Aug-2003 |
agc | branches: 1.11.6; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
| 1.10 |
| 16-Apr-2003 |
wiz | Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
|
| 1.9 |
| 06-Jul-2002 |
yamt | s/resolved_name/resolvedname/g s/resolved_path/resolvedname/g
|
| 1.8 |
| 07-Feb-2002 |
ross | branches: 1.8.2; Generate <>& symbolically.
|
| 1.7 |
| 16-Sep-2001 |
wiz | Standardize section headers, sort sections, sort SEE ALSO, punctuation and misc. fixes.
|
| 1.6 |
| 16-Sep-2001 |
wiz | Boring whitespace fixes.
|
| 1.5 |
| 06-Apr-1999 |
cgd | branches: 1.5.8; 1.5.10; change: .Sh "SEE ALSO" to: .Sh SEE ALSO The doc macros check for the latter (actually just for 'SEE' as the first argument to .Sh) to set the section header SEE ALSO flag, which modifies some behaviour (e.g. references done with .Rs/.Re).
|
| 1.4 |
| 05-Feb-1998 |
perry | add LIBRARY section to man page
|
| 1.3 |
| 29-May-1997 |
cgd | Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree: .Dd is supposed to be invoked like: .Dd month day, year e.g. ".Dd January 25, 1989", rather than: .Dd "month day, year" which is what these pages did.
|
| 1.2 |
| 28-Dec-1995 |
thorpej | New-style RCS ids.
|
| 1.1 |
| 17-May-1994 |
mycroft | branches: 1.1.1; Initial revision
|
| 1.1.1.2 |
| 02-Feb-1998 |
perry | import lite-2
|
| 1.1.1.1 |
| 17-May-1994 |
mycroft | New from 4.4-Lite. Needed for some 4.4 FS utilities.
|
| 1.5.10.4 |
| 01-Aug-2002 |
nathanw | Catch up to -current.
|
| 1.5.10.3 |
| 22-Mar-2002 |
nathanw | Catch up to -current.
|
| 1.5.10.2 |
| 08-Mar-2002 |
nathanw | Catch up to -current.
|
| 1.5.10.1 |
| 08-Oct-2001 |
nathanw | Catch up to -current.
|
| 1.5.8.1 |
| 15-Mar-2003 |
he | Pull up revision 1.9 (requested by yamt in ticket #10): Typo corrections: resolved_name -> resolvedname; resolved_path -> resolvedname.
|
| 1.8.2.1 |
| 06-Jul-2002 |
lukem | Pull up revision 1.9 (requested by yamt in ticket #437): s/resolved_name/resolvedname/g s/resolved_path/resolvedname/g
|
| 1.11.6.1 |
| 14-Aug-2005 |
riz | Pull up revision 1.12 (requested by elad in ticket #648): Don't allow last path element to be nonexistant.
|
| 1.12.50.1 |
| 20-Apr-2013 |
bouyer | Pull up following revision(s) (requested by christos in ticket #874): lib/libc/gen/realpath.3: revision 1.13 lib/libc/gen/getcwd.c: revision 1.52 PR/46618: Onno van der Linden: realpath(3) isn't SUSv4 compliant (and causes flactag 2.0.4 to dump core). Fix to accept a NULL argument for resolvedpath.
|
| 1.12.46.1 |
| 20-Apr-2013 |
bouyer | Pull up following revision(s) (requested by christos in ticket #874): lib/libc/gen/realpath.3: revision 1.13 lib/libc/gen/getcwd.c: revision 1.52 PR/46618: Onno van der Linden: realpath(3) isn't SUSv4 compliant (and causes flactag 2.0.4 to dump core). Fix to accept a NULL argument for resolvedpath.
|
| 1.12.44.2 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.12.44.1 |
| 30-Oct-2012 |
yamt | sync with head
|
| 1.14.2.1 |
| 23-Jun-2013 |
tls | resync from head
|
| 1.18.14.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.18.10.1 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|