summaryrefslogtreecommitdiff
path: root/src/pr.c
AgeCommit message (Expand)Author
1998-08-15(usage): Reformat a little.Jim Meyering
1998-08-15(long_options): Add long names for all options.Jim Meyering
1998-06-29revert back to using lower case _unlocked wrapper namesJim Meyering
1998-06-29Change 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 testJim Meyering
1998-04-12Use STREQ rather than strcmpJim Meyering
1998-01-10CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX LONG_MAX ULONG_MAXJim Meyering
1997-12-21s/__P/PARAMS/Jim Meyering
1997-10-25Remove old-style xmalloc and xrealloc decls.Jim Meyering
1997-10-07update bug-reporting addressJim Meyering
1997-06-15(init_header) [T_BUF_FMT]: Output the 4-digit year (not theJim Meyering
1997-03-14(main): Allow use of 0 (zero) as the margin offsetJim Meyering
1997-02-09update copyrights for 1997Jim Meyering
1997-02-01(init_parameters): For compatibility: use defaultJim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1997-02-01(add_line_number): Rename from `number' to avoid shadowing local variables.Jim Meyering
1997-01-25update for changed xstrtou?lJim Meyering
1997-01-03(init_fps): Initialize lines_stored field in three places.Jim Meyering
1996-12-30(init_header): Plug a small memory leak by using stackJim Meyering
1996-12-28(TAB_WIDTH): Cleaned up definition and renamed from tab_width.Jim Meyering
1996-12-28(usage): Break long string literal into two separateJim Meyering
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-05Use 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-05Reindent with -TCOLUMN.Jim Meyering
1996-12-05(usage): Add \n\ at end of first line.Jim Meyering
1996-12-05(separator_string): dcl parameter const.Jim Meyering
1996-12-05Apply big patch (patch-20) from Roland Huebner.Jim Meyering
1996-11-23(usage): Alphabetize options like sort -f would.Jim Meyering
1996-11-03change bug-reporting addressJim Meyering
1996-11-02change bug-reporting addressJim Meyering
1996-10-04(main): update --version output againJim Meyering
1996-10-04(main): update --version output to conform to coding standardJim Meyering
1996-09-02(usage): Tell where to report bugs.Jim Meyering
1996-04-24update Copyright years for 1996Jim Meyering
1996-03-24Call error with EXIT_FAILURE (rather than `1') as first actual parameter.Jim Meyering
1996-03-24Exit with status EXIT_SUCCESS or EXIT_FAILURE, rather than 0 or 1.Jim Meyering
1996-03-21(main): Declare to be of type int, not void.Jim Meyering
1996-03-16Don't include version.h.Jim Meyering
1996-03-09(main): Initialize for internationalized message support: call setlocale,Jim Meyering
1995-11-27s/non-zero/nonzero/gJim 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
1995-11-06(store_columns): Remove spurious 2nd argument in call to read_line.Jim Meyering
1995-11-06Protoize.Jim Meyering
1995-08-08(read_line) [lint]: Initialize CHARS to avoid spuriousJim Meyering
1995-08-07Annotate localizable strings with _(...). From Franc,ois.Jim Meyering
1995-06-18merge with 1.12Jim Meyering
1995-05-13(usage): Include one- or two-line synopsis in --help output.Jim Meyering