summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-21.Jim Meyering
1996-07-21(yesno) [!HAVE_RPMATCH]: Remove function since we'llJim Meyering
always use the rpmatch-based version. Declare rpmatch.
1996-07-21.Jim Meyering
1996-07-21[STDC_HEADERS]: Guard inclusion of stdlib.h.Jim Meyering
(_) [!_]: Define it. (try): Add RESPONSE parameter. (rpmatch): Update caller. Change the regular expressions to be ^[yY] and ^[nN].
1996-07-21.Jim Meyering
1996-07-21.Jim Meyering
1996-07-21(EXTRA_DIST): Add rpmatch.c.Jim Meyering
1996-07-21.Jim Meyering
1996-07-21.Jim Meyering
1996-07-21(yesno) [HAVE_RPMATCH]: New rpmatch-based version of the function.Jim Meyering
1996-07-21(EXTRA_DIST): Put error.c and obstack.c here...Jim Meyering
(fu_SOURCES): Instead of here.
1996-07-21.Jim Meyering
1996-07-21.Jim Meyering
1996-07-21.Jim Meyering
1996-07-21.Jim Meyering
1996-07-21.Jim Meyering
1996-07-21.Jim Meyering
1996-07-21(usage): Correct typo (-iucl -> -iuclc) in usage message.Jim Meyering
From Thomas Olsson <d95to@efd.lth.se>.
1996-07-20.Jim Meyering
1996-07-20.Jim Meyering
1996-07-20.Jim Meyering
1996-07-20(path_concat): Rewrite to return new parameter.Jim Meyering
(do_copy): Update uses of path_concat to use new parameter. Use that new pointer to compute correct offset for make_path_private. Before, cp --recursive --parents SRC DEST failed when SRC was an absolute file name. E.g., % cd /tmp; rm -rf d f; mkdir d; touch f; cp -PR /tmp/f d cp: tmp: No such file or directory Reported by Horst von Brand vonbrand@sleipnir.valparaiso.cl.
1996-07-19[_AIX]: Add #pragma alloca.Jim Meyering
From Bernd Leibing <bernd.leibing@rz.uni-ulm.de>.
1996-07-19.Jim Meyering
1996-07-19.Jim Meyering
1996-07-19(main): Initialize for internationalized message support:Jim Meyering
call setlocale, bindtextdomain, and textdomain. Reported by Michel Robitaille <robitail@IRO.UMontreal.CA>.
1996-07-18.Jim Meyering
1996-07-18.Jim Meyering
1996-07-18.Jim Meyering
1996-07-18Include <sys/types.h> before system.h.Jim Meyering
1996-07-18Include <sys/types.h> before system.h.Jim Meyering
1996-07-18Include <sys/types.h> before system.h.Jim Meyering
1996-07-18.Jim Meyering
1996-07-17.Jim Meyering
1996-07-17Use `;' instead of (void)0.Jim Meyering
1996-07-17.Jim Meyering
1996-07-17(OFF_T_MAX): Remove definition.Jim Meyering
(main): Compare against LONG_MAX rather than OFF_T_MAX.
1996-07-17.Jim Meyering
1996-07-16[OFF_T_MAX]: Use `(unsigned long)1' rather than `(off_t)1'Jim Meyering
so the left operand of the << isn't signed. From Kaveh Ghazi.
1996-07-16.Jim Meyering
1996-07-16Use `(void)0' as second arg to add macro.Jim Meyering
Omitting that second arg made some HPUX C compiler report an error. From Kaveh R. Ghazi.
1996-07-16Update from FSF.Jim Meyering
1996-07-16(print_uptime): Reverse `days' and `day' in uptime message.Jim Meyering
From Kaveh R. Ghazi.
1996-07-16Update from libit.Jim Meyering
1996-07-16Update FSF address.Jim Meyering
Remove trailing blanks.
1996-07-16.Jim Meyering
1996-07-16Oops. Always return destination.Jim Meyering
1996-07-15.Jim Meyering
1996-07-15indent cpp-directivesJim Meyering
1996-07-15indent cpp-directivesJim Meyering