summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-12-08.Jim Meyering
1996-12-08(get_win_size): Rename formal parameter from fileno to FD.Jim Meyering
1996-12-08.Jim Meyering
1996-12-08.Jim Meyering
1996-12-08(main): Call setlocale, bindtextdomain, and textdomain.Jim Meyering
From Michel Robitaille.
1996-12-08.Jim Meyering
1996-12-07.Jim Meyering
1996-12-07.Jim Meyering
1996-12-07.Jim Meyering
1996-12-07(init_header): Fix typo: `cons tchar' -> `const char'. From Roland.Jim Meyering
1996-12-07.Jim Meyering
1996-12-07[__SVR4]: Define SVR4.Jim Meyering
Remove duplicate `|| defined(SVR4)' disjunct guarding the #define KERNEL_FILE "/unix" definiton.
1996-12-07.Jim Meyering
1996-12-07(strftime): Remove " %Z" part of format for %c. Suggestion from Paul Eggert.Jim Meyering
1996-12-07patch from Roland HuebnerJim Meyering
1996-12-06.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
(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-05Apply big patch (patch-20) from Roland Huebner.Jim Meyering
1996-12-05.Jim Meyering
1996-12-05.Jim Meyering
1996-12-05.Jim Meyering
1996-12-05(main) [!POSIXLY_CORRECT]: Allow the identity mappings:Jim Meyering
[:upper:] to [:upper:] and [:lower:] to [:lower:]. (main) [POSIXLY_CORRECT]: Give a more specific diagnostic for the identity mappings [:upper:] to [:upper:] and [:lower:] to [:lower:]. (class_ok): Update table to reflect that tr now allows these identity mappings.
1996-12-04(print_color_indicator): Initialize EXT to NULL.Jim Meyering
1996-12-03.Jim Meyering
1996-12-03.Jim Meyering
1996-12-03.Jim Meyering
1996-12-03.Jim Meyering
1996-12-03.Jim Meyering
1996-12-03.Jim Meyering
1996-12-03(print_color_indicator): Check the file's suffix onlyJim Meyering
if it's a regular file. (print_type_indicator): Use S_IXUGO instead of writing out (S_IEXEC | S_IXGRP | S_IXOTH). (length_of_file_name_and_frills): Likewise.
1996-12-03[!S_IXUGO] (S_IXUGO): Define it.Jim Meyering
1996-12-01.Jim Meyering
1996-12-01.Jim Meyering
1996-12-01.Jim Meyering
1996-12-01.Jim Meyering
1996-12-01.Jim Meyering
1996-12-01(date): Interpret the date, L/M/N, as YYYY/MM/DDJim Meyering
if L >= 1000, otherwise as MM/DD/YY. With this change, date --date=DATE accepts dates like those in an RCS log listing.
1996-12-01.Jim Meyering
1996-12-01.Jim Meyering
1996-12-01Update from GNU libc.Jim Meyering
1996-11-30Change `:' in text of menu to <colon> to avoid problemsJim Meyering
with M-x info follow-node.
1996-11-30.Jim Meyering
1996-11-30.Jim Meyering
1996-11-30.Jim Meyering
1996-11-30(copy_file): Allow installation from non-directory (rather than only regular)Jim Meyering
files. Suggestion from Charles Karney.