Commit Graph

739 Commits

Author SHA1 Message Date
Jim Meyering 85bb9aba83 [HAVE_CONFIG_H]: Include config.h. 1997-09-14 03:20:38 +00:00
Jim Meyering 3e8068282b Include config.h. 1997-09-14 03:12:35 +00:00
Jim Meyering a72c09608f . 1997-09-02 05:00:43 +00:00
Jim Meyering 7f519808bb (EXTRA_DIST): Remove mvdir.c and rmdir.c.
Add lstat.c and stat.c.
1997-09-02 04:58:17 +00:00
Jim Meyering eb5eb4b184 . 1997-09-02 04:57:10 +00:00
Jim Meyering c08bc8f748 update from libc 1997-09-02 02:15:10 +00:00
Jim Meyering b3dd93b242 . 1997-09-02 02:07:40 +00:00
Jim Meyering fbd9c922b4 . 1997-09-01 20:25:23 +00:00
Jim Meyering 0180caa0c5 . 1997-08-31 21:22:13 +00:00
Jim Meyering e340982761 *** empty log message *** 1997-08-31 21:02:35 +00:00
Jim Meyering ea4e209b2b . 1997-08-31 20:52:51 +00:00
Jim Meyering a14eed3cb2 Ifdef out dcl of now-unused nogroup_alist. 1997-08-31 18:13:56 +00:00
Jim Meyering e81e47663f . 1997-08-31 15:28:07 +00:00
Jim Meyering 9ecc0c5517 . 1997-08-31 15:21:13 +00:00
Jim Meyering 83e5d2b29b (libfu_a_SOURCES): Add oa-hash.c.
(noinst_HEADERS): Add oa-hash.h.
1997-08-31 15:20:57 +00:00
Jim Meyering fada8884a3 update from glibc 1997-08-22 14:55:01 +00:00
Jim Meyering caa34fb806 . 1997-08-16 12:25:56 +00:00
Jim Meyering aad3038b71 (mode_create_from_ref): Remove dcl of unused local, I. 1997-08-03 20:28:45 +00:00
Jim Meyering f6e8b41a5f (mode_create_from_ref): Don't use umask.
Don't use MODE_X_IF_ANY_X.
1997-07-29 03:03:49 +00:00
Jim Meyering 8569f8ffa9 replace with new version from libc 1997-07-26 02:55:14 +00:00
Jim Meyering f574936f77 correct cpp-indentation 1997-07-15 14:05:07 +00:00
Jim Meyering 8abf2733e0 Merge with FSF. 1997-07-15 14:03:22 +00:00
Jim Meyering 8f6f2a4cc1 don't include error.h. 1997-07-13 13:31:30 +00:00
Jim Meyering aba02b5978 (PARAMS): Update prototype.
(utmp_contents): Remove dcl.
1997-07-13 03:55:38 +00:00
Jim Meyering 708d4a74de (read_utmp): Take new params: count and buffer.
Return boolean indicating failure.
Now, caller must give diagnostic upon.
1997-07-13 03:54:00 +00:00
Jim Meyering 51a0fa60c8 . 1997-07-13 02:54:48 +00:00
Jim Meyering d68871bdec (make_path): Chdir to `/' before starting if necessary.
Call save_cwd before while loop rather than from first iteration inside it.
1997-07-09 18:02:07 +00:00
Jim Meyering 6b544d3d8a . 1997-07-09 17:57:48 +00:00
Jim Meyering 2624654a78 (strverscmp): Add `parenentheses around arithmetic in operand of |'
as suggested by gcc -Wall.
1997-07-09 15:55:41 +00:00
Jim Meyering 2d3d80a3f2 indent 1997-07-09 15:42:54 +00:00
Jim Meyering f6ffa56bc6 fix typo in comment 1997-07-09 15:33:27 +00:00
Jim Meyering 8d71f2bb2d . 1997-07-09 15:32:31 +00:00
Jim Meyering a9309ad872 . 1997-07-09 15:31:29 +00:00
Jim Meyering 6bb8c4e904 Add comments. 1997-07-09 14:00:27 +00:00
Jim Meyering f3a329069e (mode_create_from_ref): New function. 1997-07-06 21:28:04 +00:00
Jim Meyering 244fb561f8 (mode_create_from_ref): Add prototype.
(MODE_MASK_ALL): New define.
(MODE_BAD_REFERENCE): New define.
1997-07-06 21:27:44 +00:00
Jim Meyering 2cd9474cb6 (getuidbyname): Declare parameter to be const.
(getgidbyname): Declare parameter to be const.
1997-07-06 21:27:07 +00:00
Jim Meyering abd1bad4b6 (noinst_HEADERS): Add strverscmp.h. 1997-07-06 21:25:57 +00:00
Jim Meyering f873ad6e6c (libfu_a_SOURCES): Add strverscmp.c.
(noinst_HEADERS): Add strverscmp.h.
1997-07-06 14:47:50 +00:00
Jim Meyering afe6283539 (getuser): Return NULL (rather than stringified uid) upon lookup failure.
(getgroup): Likewise.
(getuidbyname) [NOT_USED]: #ifdef-out unused function.
(getgidbyname) [NOT_USED]: #ifdef-out unused function.
1997-07-06 13:50:29 +00:00
Jim Meyering 0735c835a9 Change some #ifdef to #if.
Indent a cpp directive.
1997-07-06 11:57:38 +00:00
Jim Meyering 2499628bff (make_path): Reorder stat-then-mkdir-if-missing
calls so that mkdir is called first.  Before make_path would first
`stat' a directory, then call mkdir if it didn't exist.  But if
some other process created the directory between the stat & mkdir,
the mkdir would fail with EEXIST.  Diagnosis and suggestion from
Greg McGary.
1997-07-01 11:50:39 +00:00
Jim Meyering 059ccb6ac7 [putenv]: Undefine before including system headers.
Otherwise, the declaration of *rpl_putenv* conflicts with the system
prototype on at least Irix5.3.  From Marcus Daniels.
1997-07-01 11:30:08 +00:00
Jim Meyering 41faa55aed (base_name_strip_trailing_slashes): Remove. 1997-06-29 22:26:18 +00:00
Jim Meyering 04c0cd59a5 (base_name_strip_trailing_slashes): new function. 1997-06-29 22:25:54 +00:00
Jim Meyering 1226259896 Remove _sys_putenv cruft and just rename the function itself. 1997-06-29 21:05:05 +00:00
Jim Meyering 3d9239c750 fix it right 1997-06-29 20:18:58 +00:00
Jim Meyering 551c02f7b6 Define-away putenv only if it's not already defined. 1997-06-29 20:12:52 +00:00
Jim Meyering 9654920c40 . 1997-06-29 03:27:24 +00:00
Jim Meyering fa4894b30c . 1997-06-25 15:38:35 +00:00