aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/psub.fish
Commit message (Collapse)AuthorAge
* psub: add -s, --suffixGravatar Eugene Sharygin2015-11-14
|
* Revert "Fix missing variable expansion $ in psub"Gravatar Fabian Homborg2015-08-31
| | | | | | | | That change was a bit too eager as the mkfifo route doesn't currently work. See #1040 and #2052. This reverts commit a17b9fdabaccb126b4e619b861cc914568616933.
* Fix missing variable expansion $ in psubGravatar Fabian Homborg2015-08-31
|
* Making spacing of .fish files uniform.Gravatar Nicholas Maccharoli2015-08-08
|
* Update psub for the new --inherit-variable flagGravatar Kevin Ballard2014-10-02
| | | | | Also do some minor formatting cleanup, make psub return 1 when executed outside of a command substitution, and make it respect $TMPDIR.
* use mktemp(1) to generate temporary file namesGravatar David Adam2014-04-28
| | | | | | | | | | | | | Fix for CVE-2014-2906. Closes a race condition in funced which would allow execution of arbitrary code; closes a race condition in psub which would allow alternation of the data stream. Note that `psub -f` does not work (#1040); a fix should be committed separately for ease of maintenance. Closes #1437
* Merged changes from codemonkey and grissiom branchesGravatar Christopher Nilsson2010-11-12
|\ | | | | | | | | | | Conflicts: kill.c seq.in
* | The grep on the commands would sometimes output errors, causing noise andGravatar David Frascone2010-11-05
| | | | | | | | breaking scripts.
| * remove trialing spaces #2Gravatar Grissiom2010-09-18
|/
* Make all descriptions for function calls use the implicit translation from ↵Gravatar axel2007-01-16
| | | | | | the previous patch instead of explicitly using N_ darcs-hash:20070116012918-ac50b-c1c0df64333ad910ca81dbc86ad193ece6680722.gz
* Add a -f switch to psub to use regular files instead of fifos. This makes ↵Gravatar axel2007-01-16
| | | | | | psub work with programs that need to seek. This change was suggested by Alexander Kellet. darcs-hash:20070115174330-ac50b-2349cef2d1a26a9e7c9356691bc74991135c1d2c.gz
* Make sure the rm command and not a wrapper function that could change its ↵Gravatar axel2006-12-12
| | | | | | behaviour is used. This patch was written by David Bitseff. darcs-hash:20061212122853-ac50b-4f3c9962bc6daed95c8f53a19af05bc3d924eac7.gz
* Update documentation display code to run roff on the client system instead ↵Gravatar axel2006-11-18
| | | | | | of pregenerating documentation and compiling it into program binaries darcs-hash:20061117162438-ac50b-5c4c7f0bd8bf53a16e16ecfead9569e642b7160f.gz
* Do gettext translation of descriptions just-in-time internally in fishGravatar axel2006-03-02
| | | | darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
darcs-hash:20060217101339-ac50b-d93d2c620a4b7f75f05ff461a6edbee001da7613.gz