Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-04 | Include long-options.h | Jim Meyering | |
[long_options]: Remove the "help" and "version" entries. Remove declarations of show_help and show_version. (main): Use parse_long_options, including author name(s). Remove the show_version and show_help blocks. | |||
1999-02-16 | update copyright dates | Jim Meyering | |
1999-01-14 | Don't prototype usage as static. | Jim Meyering | |
1999-01-01 | fix typo in comment | Jim Meyering | |
1998-09-19 | update bug-reporting address | Jim Meyering | |
1998-08-30 | Don't assume ASCII. | Jim Meyering | |
1998-08-15 | (usage): Reformat a little. | Jim Meyering | |
1998-08-15 | (long_options): Add long names for all options. | Jim Meyering | |
(usage): Update help string. (main): Handle the special options --pages and --columns. | |||
1998-06-29 | revert back to using lower case _unlocked wrapper names | Jim Meyering | |
1998-06-29 | Change all uses of unlocked-wrapped functions to their upper case wrapper names. | Jim Meyering | |
1998-06-27 | (print_page): Break out of loop before double space test | Jim Meyering | |
if cols_ready_to_print is zero. | |||
1998-04-12 | Use STREQ rather than strcmp | Jim Meyering | |
1998-01-10 | CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX LONG_MAX ULONG_MAX | Jim Meyering | |
Remove definitions of those symbols. * src/csplit.c: Move inclusion of regex.h/rx.h to follow system.h since it now includes limit.h which defines RE_DUP_MAX. * src/nl.c: Likewise. * src/tac.c: Likewise. | |||
1997-12-21 | s/__P/PARAMS/ | Jim Meyering | |
1997-10-25 | Remove old-style xmalloc and xrealloc decls. | Jim Meyering | |
1997-10-07 | update bug-reporting address | Jim Meyering | |
1997-06-15 | (init_header) [T_BUF_FMT]: Output the 4-digit year (not the | Jim Meyering | |
2-digit abbreviation) in each page header. Reported by Noah Friedman. | |||
1997-03-14 | (main): Allow use of 0 (zero) as the margin offset | Jim Meyering | |
argument to the -o option. Patch from Gary Anderson. | |||
1997-02-09 | update copyrights for 1997 | Jim Meyering | |
1997-02-01 | (init_parameters): For compatibility: use default | Jim Meyering | |
separator `TAB' with full length lines. From Roland Huebner. | |||
1997-02-01 | bracket bug address with <> and append a period | Jim Meyering | |
1997-02-01 | (add_line_number): Rename from `number' to avoid shadowing local variables. | Jim Meyering | |
1997-01-25 | update for changed xstrtou?l | Jim Meyering | |
1997-01-03 | (init_fps): Initialize lines_stored field in three places. | Jim Meyering | |
This avoids uninitialized memory reads in close_file. | |||
1996-12-30 | (init_header): Plug a small memory leak by using stack | Jim Meyering | |
rather than heap for a 15-byte temporary buffer. | |||
1996-12-28 | (TAB_WIDTH): Cleaned up definition and renamed from tab_width. | Jim Meyering | |
(POS_AFTER_TAB): Cleaned up definition and renamed from pos_after_tab. | |||
1996-12-28 | (usage): Break long string literal into two separate | Jim Meyering | |
printf statements to accomodate default maximum of 2048 characters for Irix-4.0.5. Reported by Kaveh Ghazi. | |||
1996-12-07 | (init_header): Fix typo: `cons tchar' -> `const char'. From Roland. | Jim Meyering | |
1996-12-05 | (init_store_cols): Put parens around ... ? ... : ... expr. | Jim Meyering | |
1996-12-05 | Use NULL instead of e.g., `(char *) 0'. | Jim Meyering | |
1996-12-05 | (init_header): Move dcl of FMT into block where it's used. | Jim Meyering | |
1996-12-05 | Reindent with -TCOLUMN. | Jim Meyering | |
(main): Add two sets of curly braces for readability. | |||
1996-12-05 | (usage): Add \n\ at end of first line. | Jim Meyering | |
1996-12-05 | (separator_string): dcl parameter const. | Jim Meyering | |
Add __P in fwd dcl. | |||
1996-12-05 | Apply big patch (patch-20) from Roland Huebner. | Jim Meyering | |
1996-11-23 | (usage): Alphabetize options like sort -f would. | Jim Meyering | |
1996-11-03 | change bug-reporting address | Jim Meyering | |
1996-11-02 | change bug-reporting address | Jim Meyering | |
1996-10-04 | (main): update --version output again | Jim Meyering | |
1996-10-04 | (main): update --version output to conform to coding standard | Jim Meyering | |
1996-09-02 | (usage): Tell where to report bugs. | Jim Meyering | |
1996-04-24 | update Copyright years for 1996 | Jim Meyering | |
1996-03-24 | Call error with EXIT_FAILURE (rather than `1') as first actual parameter. | Jim Meyering | |
1996-03-24 | Exit with status EXIT_SUCCESS or EXIT_FAILURE, rather than 0 or 1. | Jim Meyering | |
This doesn't change `error (1' calls. | |||
1996-03-21 | (main): Declare to be of type int, not void. | Jim Meyering | |
1996-03-16 | Don't include version.h. | Jim Meyering | |
(main): Use PACKAGE_VERSION instead of version_string. | |||
1996-03-09 | (main): Initialize for internationalized message support: call setlocale, | Jim Meyering | |
bindtextdomain, and textdomain. | |||
1995-11-27 | s/non-zero/nonzero/g | Jim Meyering | |
1995-11-15 | [__P]: Don't define it here. | Jim Meyering | |
1995-11-06 | [__P]: Define. Use it in prototyped forward decls. | Jim Meyering | |