aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/isatty.txt
Commit message (Collapse)AuthorAge
* isatty: revert to previous behaviourGravatar David Adam2015-02-01
| | | | This partially reverts commit 60808a4820b1714.
* Make line length, wrapping and spacing consistentGravatar Mark Griffiths2014-09-03
|
* Simplify stylingGravatar Mark Griffiths2014-09-03
|
* Documentation updateGravatar Mark Griffiths2014-09-03
| | | | | | Rework for Doxygen >1.8. Moved large parts of the documentation to a simplified format, making use of Markdown enhancements and fixing bad long options.
* Enhance/fix `isatty` using `command test`.Gravatar Geoff Nixon2014-01-28
| | | | | | | | | | | | Presently, `isatty` only works on a handful of keywords. Here it is rewritten to be able to take any path, device or fd number as an argument, and eliminates errors printed to stdout. Per discussion in #1228, using `builtin test -c` within a pipe to test special file descriptors is not viable, so this implementation specifcially uses `command test`. Additionally, a note has been added to the documentation of `test` regarding this potential aberration from the expected output of the test utility under the 'Standards' section.
* Help cleanupGravatar David Adam (zanchey)2013-05-13
| | | | | | | | | | Large list of changes, including formatting and typos for most commands. More substantive changes have been made to alias, bind, block, break, builtin, case, cd, commandline, count, else, emit, fish_config, funced, function, functions, history, math, mimedb, nextd, not, popd, prevd, pushd, pwd, random, read, set, set_color, switch, test, trap, type, ulimit, umask, and while.
* Some documentation cleanupGravatar Steven Fackler2013-04-21
|
* Remove unneeded code from isatty, fix spelling in docsGravatar axel2007-01-28
| | | | darcs-hash:20070127141215-ac50b-d15c657b62862841df80c55095a05e9c38086a11.gz
* Fix casing and other minor issues in documentationGravatar axel2006-11-01
| | | | darcs-hash:20061031152316-ac50b-e68db9853d6e9461a0c054f1ea290704ccfc0a31.gz
* Minor edits, remove unneeded code, add a few commants, correct spelling, ↵Gravatar axel2006-10-26
| | | | | | tweak the todo list, etc. darcs-hash:20061026102253-ac50b-eb42fdab9a9211d68386a563134856a96b870d90.gz
* Unly use classifications in ls if stdout is a ttyGravatar axel2006-09-20
darcs-hash:20060919165317-ac50b-c7923c7f5900ecc9814756743e6b0345efa382c5.gz