forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1997-05-10 11:46 Thorsten Kukuk <[email protected]> * nis/rpcsvc/nis_callback.x: New, from tirpcsrc-2.3. * nis/nis_call.c (__nis_docall): Rewritten for navigation in NIS+ namespace hierachy. * nis/nis_intern.h: Add new __nis_docall function prototypes. * nis/nis_add.c: Change __nis_docall/__nis_docall2 parameters for new rewritten functions. * nis/nis_checkpoint.c: Likewise. * nis/nis_lookup.c: Likewise. * nis/nis_mkdir.c: Likewise. * nis/nis_modify.c: Likewise. * nis/nis_ping.c: Likewise. * nis/nis_remove.c: Likewise. * nis/nis_rmdir.c: Likewise. * nis/nis_server.c: Likewise. * nis/nis_table.c: Likewise. 1997-05-09 16:09 Miles Bader <[email protected]> * argp/argp-eexst.c: Include <sysexits.h>. (argp_err_exit_status): Initialize to EX_USAGE. * argp/argp.h, argp/argp-help.c: Doc fixes. 1997-05-08 17:15 Miles Bader <[email protected]> * argp/argp.h [!__error_t_defined] (__error_t_defined): Define. * argp/argp-help.c (canon_doc_option): Correct ctype tests.
- Loading branch information
Ulrich Drepper
committed
May 10, 1997
1 parent
8b13cb5
commit 43b0e40
Showing
26 changed files
with
558 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
1997-05-10 11:46 Thorsten Kukuk <[email protected]> | ||
|
||
* nis/rpcsvc/nis_callback.x: New, from tirpcsrc-2.3. | ||
|
||
* nis/nis_call.c (__nis_docall): Rewritten for navigation in NIS+ | ||
namespace hierachy. | ||
* nis/nis_intern.h: Add new __nis_docall function prototypes. | ||
* nis/nis_add.c: Change __nis_docall/__nis_docall2 parameters for new | ||
rewritten functions. | ||
* nis/nis_checkpoint.c: Likewise. | ||
* nis/nis_lookup.c: Likewise. | ||
* nis/nis_mkdir.c: Likewise. | ||
* nis/nis_modify.c: Likewise. | ||
* nis/nis_ping.c: Likewise. | ||
* nis/nis_remove.c: Likewise. | ||
* nis/nis_rmdir.c: Likewise. | ||
* nis/nis_server.c: Likewise. | ||
* nis/nis_table.c: Likewise. | ||
|
||
1997-05-09 16:09 Miles Bader <[email protected]> | ||
|
||
* argp/argp-eexst.c: Include <sysexits.h>. | ||
(argp_err_exit_status): Initialize to EX_USAGE. | ||
* argp/argp.h, argp/argp-help.c: Doc fixes. | ||
|
||
1997-05-08 17:15 Miles Bader <[email protected]> | ||
|
||
* argp/argp.h [!__error_t_defined] (__error_t_defined): Define. | ||
* argp/argp-help.c (canon_doc_option): Correct ctype tests. | ||
|
||
1997-05-08 07:53 H.J. Lu <[email protected]> | ||
|
||
* sysdeps/unix/sysv/linux/poll.c: Save errno. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.