Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: tidy up. | ru | 2002-01-09 | 1 | -54/+87 |
| | |||||
* | Fixed style bug (unsorting of SRCS) in rev.1.15. | bde | 2001-12-29 | 1 | -1/+1 |
| | |||||
* | Fixed style bugs in revs. 1.6, 1.10 and 1.12. | bde | 2001-12-29 | 1 | -3/+2 |
| | |||||
* | Fixed missing DPADD and disordered LDADD in rev.1.17 | bde | 2001-12-29 | 1 | -1/+2 |
| | | | | | | Fixed setting of WARNS in rev.1.16. Options should normally be set using using "?=", not using "=", so that the setting is easy to override on the command line, and setting WARNS to 0 should not be an exception. | ||||
* | LSCOLOURS should be spelt LSCOLORS. | joe | 2001-12-29 | 1 | -1/+1 |
| | | | | Submitted by: Jordan DeLong <fracture@allusion.net | ||||
* | Remove part of a diff committed at the end of the file. | ben | 2001-12-29 | 1 | -20/+0 |
| | |||||
* | Force raw printing of non-printable characters via the -w option. | joe | 2001-12-29 | 2 | -3/+12 |
| | | | | PR: bin/28007 | ||||
* | Restore these files to shiny KNF. | joe | 2001-12-29 | 2 | -82/+88 |
| | |||||
* | Convert some spaces into tabs that I missed first time around. | joe | 2001-12-28 | 1 | -30/+30 |
| | |||||
* | Revert most of rev 1.42, to restore KNF style. | joe | 2001-12-28 | 1 | -49/+49 |
| | | | | Requested by: bde | ||||
* | Add a new flag, -h which when combined with the -l option causes | joe | 2001-12-28 | 6 | -5/+107 |
| | | | | | | | | file sizes to be displayed with unit suffixes; Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte in order to reduce the number of digits to three or less. Submitted by: nik | ||||
* | Make it clearer what changed to a user using the old format of LSCOLORS. | joe | 2001-12-28 | 1 | -3/+3 |
| | |||||
* | Mop up some warnings. | joe | 2001-12-28 | 4 | -4/+5 |
| | |||||
* | Make the style more consistent throughout the file. | joe | 2001-12-28 | 1 | -58/+71 |
| | |||||
* | Use the default colour instead if a bad colour specification is given. | joe | 2001-12-28 | 1 | -1/+1 |
| | |||||
* | Revamp the colour support to allow for bold characters. Colours | joe | 2001-12-28 | 4 | -24/+70 |
| | | | | | | | | are now defined using the characters a-h and A-H for the bold variants. The old way using 0-7 for the colours still works, but prints a message asking the user to switch. PR: bin/27374 | ||||
* | Make a bit more clear the types of characters that -B option will | keramida | 2001-12-06 | 1 | -1/+3 |
| | | | | | | print in octal. Reviewed by: roam, silence on -doc | ||||
* | mdoc(7) police: s/LKM/KLD/, sort xrefs. | ru | 2001-12-04 | 1 | -3/+5 |
| | |||||
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -0/+1 |
| | | | | | | set WARNS=0. Reviewed by: mike | ||||
* | Add LOMAC options (the "Z" flag in both cases) to display extra information | green | 2001-11-26 | 8 | -13/+242 |
| | | | | | | in ls(1) and ps(1). Sponsored by: DARPA, NAI Labs | ||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
| | |||||
* | Don't use the pronoun "you". | dd | 2001-07-23 | 1 | -6/+7 |
| | | | | Reviewed by: sheldonh, mpp | ||||
* | Don't put a shell prompt in the example since none of the other man | dd | 2001-07-22 | 1 | -2/+8 |
| | | | | | pages do it. Also, don't use brackets to indicate optional options in the example; instead, add a paragraph below the example explaining it. | ||||
* | Add missing closing parenthesis. | ben | 2001-07-21 | 1 | -1/+1 |
| | |||||
* | Show an example of how to sort a file listing by size. Hopefully this | obrien | 2001-07-21 | 1 | -0/+9 |
| | | | | | will reduce the number of people calling for this functionality to be added to ls(1). | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -3/+3 |
| | |||||
* | Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY in | ru | 2001-04-03 | 1 | -1/+1 |
| | | | | ${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH. | ||||
* | Silence minor cc warning | ache | 2001-03-21 | 1 | -1/+1 |
| | |||||
* | Use nl_langinfo instead of %Ef | ache | 2001-03-21 | 1 | -6/+7 |
| | |||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -2/+2 |
| | |||||
* | grammar gnit: "relationships (plural) _are_ complex" | hoek | 2000-12-28 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-15 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | Un-deprecate the -G flag at obrien's request. Colour sequences are still | joe | 2000-08-13 | 2 | -11/+20 |
| | | | | | dependent upon the output being directed to a terminal however. (Use the CLICOLOR_FORCE variable to force output). | ||||
* | Correct spelling: depricated -> deprecated. | joe | 2000-08-12 | 2 | -2/+2 |
| | |||||
* | A change to the way that colours are switched on in ls. The -G | joe | 2000-08-12 | 2 | -44/+54 |
| | | | | | | | | | | | | | | flag has been depricated, although it still works with a warning message, and replaced with an environment variable CLICOLOR (command line interface colour). This could be used by other tools that want to be able to control colour output. In addition if the environment variable CLICOLOR_FORCE is defined colour sequences are output irrespective of whether the output is directed to a terminal (as long as TERM references a colour capable terminal of course ;) PR: bin/20291 and bin/20483 | ||||
* | ".It" -> ".It Ev" in a couple of places. | joe | 2000-08-12 | 1 | -2/+2 |
| | |||||
* | Add the missing flags to ls(1)'s usage: -Bb. | green | 2000-07-22 | 1 | -2/+2 |
| | |||||
* | Explain the dependence of colour support on the capabilities of the | sheldonh | 2000-07-07 | 1 | -0/+20 |
| | | | | | | | | | | terminal emulator. As pointed out by jhb, a more scalable solution would be preferable when multiple applications in the base system begin linking against libh. Submitted by: Doug Barton <DougB@gorean.org> | ||||
* | make sure we do not write out non-printable characters in file names | assar | 2000-07-04 | 5 | -25/+36 |
| | | | | | | | and symbolic links (by default) PR: bin/19354 Reviewed by: silence on -current | ||||
* | Fix changes from 1.34 through 1.37: | sheldonh | 2000-06-22 | 1 | -6/+14 |
| | | | | | | Remove newly added hard sentence breaks. Mark ANSI up as a type name (Tn). Avoid parenthesized sentences and paragraphs. | ||||
* | Order the ENVIRONMENT section alphabetically. | joe | 2000-06-21 | 1 | -5/+5 |
| | |||||
* | I broke locale sensitive ordering of date and month in | joe | 2000-06-21 | 2 | -6/+16 |
| | | | | | | | | | | the long -l output format with the last commit. Fix it by replacing the "%b %e" strftime format with "%Ef". Make a note in the manual page that the LANG environment variable affects the running of ls. Reviewed by: ache | ||||
* | Don't assume that the output of strftime for "%c" ("national | joe | 2000-06-18 | 1 | -15/+10 |
| | | | | | | | | | representation of time and date") won't change in time. Instead of hard coding the locations of the time elements and hoping that they don't move use strftime to generate the desired formats in the first place. PR: bin/7826 | ||||
* | Switch over to using the new fflagstostr and strtofflags library calls. | joe | 2000-06-17 | 3 | -6/+9 |
| | |||||
* | Fix one conditionalization in my prev. commit | ache | 2000-06-06 | 1 | -2/+3 |
| | |||||
* | Greately simplify oxtabs fix by simple setting f_notabs for f_color | ache | 2000-06-06 | 2 | -14/+10 |
| | |||||
* | Honor f_notabs flag even in COLORLS | ache | 2000-06-06 | 1 | -1/+1 |
| | |||||
* | Back out spaces to TABs replace removing for COLORLS | ache | 2000-06-06 | 1 | -0/+13 |
| | | | | | Rewrite corresponding comment to say what happens in reality with oxtabs and current terminal column. |