Commit Graph

3111 Commits

Author SHA1 Message Date
Jim Meyering 06a5782edd . 1997-01-02 02:21:58 +00:00
Jim Meyering 12f377da25 . 1997-01-01 23:35:31 +00:00
Jim Meyering c423a2d74a . SH-UTILS-1_14b 1996-12-31 16:18:06 +00:00
Jim Meyering 04a1a572f4 . 1996-12-30 05:45:23 +00:00
Jim Meyering 1ba3bd3896 (init_header): Plug a small memory leak by using stack
rather than heap for a 15-byte temporary buffer.
1996-12-30 05:43:58 +00:00
Jim Meyering fb59a28b16 . 1996-12-30 04:11:13 +00:00
Jim Meyering ab48b17dca . 1996-12-29 20:34:21 +00:00
Jim Meyering d2ca2163c6 . 1996-12-29 03:47:51 +00:00
Jim Meyering 5ae342e1a9 Two problems fixed by these changes from Joakim Rosqvist.
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 03:47:34 +00:00
Jim Meyering 6c635d1f27 . 1996-12-29 01:48:20 +00:00
Jim Meyering 42640f71df Correct obsolete comment referring to macro that is now ls_mode. 1996-12-28 20:32:39 +00:00
Jim Meyering 0b83b3090b . 1996-12-28 16:04:01 +00:00
Jim Meyering 4b583d1691 . 1996-12-28 13:30:51 +00:00
Jim Meyering a182aa4e5a . 1996-12-28 06:27:35 +00:00
Jim Meyering 22ca9b17a5 . 1996-12-28 06:07:39 +00:00
Jim Meyering 04916b80de . 1996-12-28 06:06:51 +00:00
Jim Meyering d7d7ae76b2 . 1996-12-28 06:05:51 +00:00
Jim Meyering da7809f65c (TAB_WIDTH): Cleaned up definition and renamed from tab_width.
(POS_AFTER_TAB): Cleaned up definition and renamed from pos_after_tab.
1996-12-28 06:04:36 +00:00
Jim Meyering b7d3a68ce5 . 1996-12-28 05:34:01 +00:00
Jim Meyering 8794c292e7 Fix a couple of thinkos and typos.
Now it works with pr's tests, too.
1996-12-28 05:30:46 +00:00
Jim Meyering ece3b1d144 . 1996-12-28 05:27:53 +00:00
Jim Meyering 8087dd5668 Regenerate list of explicit files, this time with duplicates removed. 1996-12-28 05:27:25 +00:00
Jim Meyering 1a622aa2d9 . 1996-12-28 05:15:56 +00:00
Jim Meyering 1ea9952168 . 1996-12-28 05:14:37 +00:00
Jim Meyering 4df74fe308 . 1996-12-28 05:12:09 +00:00
Jim Meyering 68545c98ed . 1996-12-28 04:58:34 +00:00
Jim Meyering 4650315342 Indent cpp directives. 1996-12-28 04:58:26 +00:00
Jim Meyering fbfde91f6a [!WTMP_FILE]: Provide default path.
(UTMP_FILE) [UTMPX_FILE]: Use UTMPX_FILE in favor of UTMP_FILE.
Patch from Kaveh R. Ghazi.
1996-12-28 04:44:35 +00:00
Jim Meyering e3f1d80dd9 Rewrite the test so that systems lacking
getgroups don't try to use the supplied replacement function --
that depends on the existence of such a function.
1996-12-28 02:59:25 +00:00
Jim Meyering 5e58599e6e (usage): Break long string literal into two separate
printf statements to accomodate default maximum of 2048 characters
for Irix-4.0.5.  Reported by Kaveh Ghazi.
1996-12-28 02:28:56 +00:00
Jim Meyering c22036ab86 . 1996-12-28 00:22:01 +00:00
Jim Meyering 34ffd87f30 Make 'em arrays of references, not arrays of arrays. 1996-12-28 00:19:56 +00:00
Jim Meyering cea704d6da . 1996-12-28 00:11:07 +00:00
Jim Meyering ddf8459662 . 1996-12-27 23:31:41 +00:00
Jim Meyering 8320e65164 Add comment.
Rename local, ng to n_groups.
1996-12-27 03:36:53 +00:00
Jim Meyering f42460fb09 . 1996-12-24 19:28:22 +00:00
Jim Meyering 24a118665e . TEXTUTILS-1_20a 1996-12-23 23:58:14 +00:00
Jim Meyering 3bcffe04d7 revert last change 1996-12-23 23:57:56 +00:00
Jim Meyering 79523152dd remove support for --string option 1996-12-23 23:57:09 +00:00
Jim Meyering 35aaa568cd . SH-UTILS-1_14a 1996-12-23 05:59:33 +00:00
Jim Meyering 85da146bd2 . FILEUTILS-3_14a 1996-12-23 05:59:12 +00:00
Jim Meyering ae8ee650ea . 1996-12-23 05:46:00 +00:00
Jim Meyering 4a11d01711 . 1996-12-23 05:41:42 +00:00
Jim Meyering f76a4b618e . 1996-12-23 05:41:19 +00:00
Jim Meyering c8c91b5e20 . 1996-12-23 05:33:05 +00:00
Jim Meyering 70155d8013 (EXTRA_DIST): Add README. 1996-12-23 05:31:46 +00:00
Jim Meyering af14a04c19 . 1996-12-23 05:26:10 +00:00
Jim Meyering 6e62afaaed . 1996-12-23 05:15:44 +00:00
Jim Meyering 9190f77006 . 1996-12-23 05:14:55 +00:00
Jim Meyering 5d845a1678 . 1996-12-22 19:09:49 +00:00