kc3-lang/gnulib

Branch :


Log

Author Commit Date CI Message
d73977d6 1998-01-04 22:46:40 .
8d4076eb 1998-01-04 22:43:44 (parse_long_options): Check for write error to stdout before exiting.
d54d7659 1998-01-04 22:42:38 (libfu_a_SOURCES): Add closeout.c. (noinst_HEADERS): Add closeout.h.
23928550 1998-01-04 21:47:31 .
f76477e5 1998-01-03 22:53:52 .
0dafb5ac 1998-01-03 22:14:58 .
5c35327d 1998-01-03 11:56:58 Guard PARAMS-enabling definition with `defined PROTOTYPES || (defined __STDC__ && __STDC__)' to be consistent.
ce90c371 1998-01-03 11:56:09 Guard PARAMS-enabling definition with `defined PROTOTYPES || (defined __STDC__ && __STDC__)' to avoid problems with Irix4's cc. From Kaveh Ghazi.
9af5c927 1998-01-02 23:15:39 (make_path): Try to change ownership only if we've just created the directory. Fix latent bug (s/&&/||/ in two places -- also, note that it could not be exercised via install or mkdir) whereby chown would not be invoked when only one of owner/group is not -1.
cbf703ed 1997-12-31 11:01:35 Define and use PARAMS, not __EXCLUDE_P.