summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1996-07-15.Jim Meyering
1996-07-15update FSF address in copyrightJim Meyering
1996-07-15update FSF address in copyrightJim Meyering
1996-07-15update FSF address in copyrightJim Meyering
1996-07-15update FSF address in copyright and remove any trailing blanksJim Meyering
1996-07-15update FSF address in copyright and remove any trailing blanksJim Meyering
1996-07-15cpp-indentJim Meyering
1996-07-15.Jim Meyering
1996-07-15(print_uptime): Use 0, not undefined errno inJim Meyering
couldn't-get-boot-time diagnostic. From Ulrich Drepper.
1996-07-15update fsf addressJim Meyering
1996-07-15update fsf addressJim Meyering
1996-07-15update fsf addressJim Meyering
1996-07-14update fsf addressJim 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 loopJim 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-14Remove my address.Jim Meyering
1996-07-14formatting...Jim Meyering
1996-07-14Return a value!Jim Meyering
1996-07-14.Jim Meyering
1996-07-14(usage): Sort option descriptions in dictionary order.Jim Meyering
1996-07-14Indent nested CPP-directives.Jim Meyering
1996-07-14update FSF address in copyrightJim Meyering
1996-07-14(long_options): Add missing last line of NULLJim Meyering
entries. From Ralph Loader <loader@maths.ox.ac.uk>.
1996-07-14.Jim Meyering
1996-07-14Libit tweaks.Jim Meyering
1996-07-14Tweak for libit.Jim Meyering
1996-07-14Tweak for libit.Jim Meyering
1996-07-14fix commentJim Meyering
1996-07-14.Jim Meyering
1996-07-14(usage): Add a `\' after `\n' in usage message.Jim Meyering
Otherwise, SunOS's /bin/cc chokes.
1996-07-13.Jim Meyering
1996-07-13[GWINSZ_BROKEN]: Remove thus-guarded `#undef TIOCGWINSZ'.Jim Meyering
GWINSZ_BROKEN can't be defined anymore.
1996-07-13.Jim Meyering
1996-07-13.Jim Meyering