Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-02 | . | Jim Meyering | |
1997-01-02 | . | Jim Meyering | |
1997-01-01 | . | Jim Meyering | |
1996-12-31 | . | Jim Meyering | |
1996-12-30 | . | Jim Meyering | |
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-30 | . | Jim Meyering | |
1996-12-29 | . | Jim Meyering | |
1996-12-29 | . | Jim Meyering | |
1996-12-29 | Two problems fixed by these changes from Joakim Rosqvist. | Jim Meyering | |
Quoting Joakim: 1) The "total" number and the size of the first file as output from 'ls --color -s' did not get colorized according to the "no"-argument in LS_COLORS. Fixed by adding a function prep_non_filename_text which prints the C_LEFT C_NORM C_RIGHT strings (or C_END). It is called from main before any text is output, and from print_name_with_quoting after having output a colorized filename. 2) If the "no"-argument of LS_COLORS is set, the terminal will be set to print in that color after ls exits. The man-pages suggests setting "no" and "fi" to the terminals default colors to avoid the problem, but that would mean I can't use anything but the default color for regular files and non-filename text. Fixed by outputting C_LEFT immediately followed by C_RIGHT right before exit, which restores the default color. | |||
1996-12-29 | . | Jim Meyering | |
1996-12-28 | Correct obsolete comment referring to macro that is now ls_mode. | Jim Meyering | |
1996-12-28 | . | Jim Meyering | |
1996-12-28 | . | Jim Meyering | |
1996-12-28 | . | Jim Meyering | |
1996-12-28 | . | Jim Meyering | |
1996-12-28 | . | Jim Meyering | |
1996-12-28 | . | Jim Meyering | |
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 | . | Jim Meyering | |
1996-12-28 | Fix a couple of thinkos and typos. | Jim Meyering | |
Now it works with pr's tests, too. | |||
1996-12-28 | . | Jim Meyering | |
1996-12-28 | Regenerate list of explicit files, this time with duplicates removed. | Jim Meyering | |
1996-12-28 | . | Jim Meyering | |
1996-12-28 | . | Jim Meyering | |
1996-12-28 | . | Jim Meyering | |
1996-12-28 | . | Jim Meyering | |
1996-12-28 | Indent cpp directives. | Jim Meyering | |
1996-12-28 | [!WTMP_FILE]: Provide default path. | Jim Meyering | |
(UTMP_FILE) [UTMPX_FILE]: Use UTMPX_FILE in favor of UTMP_FILE. Patch from Kaveh R. Ghazi. | |||
1996-12-28 | Rewrite the test so that systems lacking | Jim Meyering | |
getgroups don't try to use the supplied replacement function -- that depends on the existence of such a function. | |||
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-28 | . | Jim Meyering | |
1996-12-28 | Make 'em arrays of references, not arrays of arrays. | Jim Meyering | |
1996-12-28 | . | Jim Meyering | |
1996-12-27 | . | Jim Meyering | |
1996-12-27 | Add comment. | Jim Meyering | |
Rename local, ng to n_groups. | |||
1996-12-24 | . | Jim Meyering | |
1996-12-23 | . | Jim Meyering | |
1996-12-23 | revert last change | Jim Meyering | |
1996-12-23 | remove support for --string option | Jim Meyering | |
1996-12-23 | . | Jim Meyering | |
1996-12-23 | . | Jim Meyering | |
1996-12-23 | . | Jim Meyering | |
1996-12-23 | . | Jim Meyering | |
1996-12-23 | . | Jim Meyering | |
1996-12-23 | . | Jim Meyering | |
1996-12-23 | (EXTRA_DIST): Add README. | Jim Meyering | |
1996-12-23 | . | Jim Meyering | |
1996-12-23 | . | Jim Meyering | |
1996-12-23 | . | Jim Meyering | |