Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1996-07-14 | Return a value! | Jim Meyering | |
1996-07-14 | . | Jim Meyering | |
1996-07-14 | (usage): Sort option descriptions in dictionary order. | Jim Meyering | |
1996-07-14 | Indent nested CPP-directives. | Jim Meyering | |
1996-07-14 | update FSF address in copyright | Jim Meyering | |
1996-07-14 | (long_options): Add missing last line of NULL | Jim Meyering | |
entries. From Ralph Loader <loader@maths.ox.ac.uk>. | |||
1996-07-14 | . | Jim Meyering | |
1996-07-14 | Libit tweaks. | Jim Meyering | |
1996-07-14 | Tweak for libit. | Jim Meyering | |
1996-07-14 | Tweak for libit. | Jim Meyering | |
1996-07-14 | fix comment | Jim 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 | |