Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-18 | Include <sys/types.h> before system.h. | Jim Meyering | |
1996-07-18 | Include <sys/types.h> before system.h. | Jim Meyering | |
1996-07-18 | Include <sys/types.h> before system.h. | Jim Meyering | |
1996-07-18 | . | Jim Meyering | |
1996-07-17 | . | Jim Meyering | |
1996-07-17 | Use `;' 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-16 | Use `(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-16 | Update from FSF. | Jim Meyering | |
1996-07-16 | (print_uptime): Reverse `days' and `day' in uptime message. | Jim Meyering | |
From Kaveh R. Ghazi. | |||
1996-07-16 | Update from libit. | Jim Meyering | |
1996-07-16 | Update FSF address. | Jim Meyering | |
Remove trailing blanks. | |||
1996-07-16 | . | Jim Meyering | |
1996-07-16 | Oops. Always return destination. | Jim Meyering | |
1996-07-15 | . | Jim Meyering | |
1996-07-15 | indent cpp-directives | Jim Meyering | |
1996-07-15 | indent cpp-directives | Jim Meyering | |
1996-07-15 | . | Jim Meyering | |
1996-07-15 | update FSF address in copyright | Jim Meyering | |
1996-07-15 | update FSF address in copyright | Jim Meyering | |
1996-07-15 | update FSF address in copyright | Jim Meyering | |
1996-07-15 | update FSF address in copyright and remove any trailing blanks | Jim Meyering | |
1996-07-15 | update FSF address in copyright and remove any trailing blanks | Jim Meyering | |
1996-07-15 | cpp-indent | Jim Meyering | |
1996-07-15 | . | Jim Meyering | |
1996-07-15 | (print_uptime): Use 0, not undefined errno in | Jim Meyering | |
couldn't-get-boot-time diagnostic. From Ulrich Drepper. | |||
1996-07-15 | update fsf address | Jim Meyering | |
1996-07-15 | update fsf address | Jim Meyering | |
1996-07-15 | update fsf address | Jim Meyering | |
1996-07-14 | update fsf address | Jim Meyering | |
cpp-indent | |||
1996-07-14 | [HAVE_LIMITS_H]: Include limits.h for INT_MAX. | Jim Meyering | |
[!INT_MAX]: Define it. (main): Append INT_MAX to command-line-specified tab list to ensure termination in unexpand's inner loop. Derived from a patch from Keith Owens. | |||
1996-07-14 | (unexpand): Fix bug that contributed to endless loop | Jim Meyering | |
when invoking `echo ' ' |unexpand -t 1,2': use print_tab_index, not tab_index in inner flush_pend: while loop. From Keith Owens <kaos@audio.apana.org.au>. | |||
1996-07-14 | Remove my address. | Jim Meyering | |
1996-07-14 | formatting... | Jim Meyering | |