summaryrefslogtreecommitdiffstats
path: root/fish/rc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "convenience header" "gettext.h" and use <libintl.h> instead.Richard W.M. Jones2012-05-011-0/+1
* Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.Richard W.M. Jones2012-03-141-3/+3
* Replace 'int' with 'size_t' passim.Richard W.M. Jones2012-03-131-1/+2
* fish: remote: Output from close event now passed over stdout (RHBZ#802389).Richard W.M. Jones2012-03-121-0/+9
* fish: remote: Make sure global cleanups are called for guestfish --listen.Richard W.M. Jones2012-03-121-1/+2
* fish: remote: Move close_stdout just before accept() call.Richard W.M. Jones2012-03-121-6/+6
* Update FSF address.Matthew Booth2011-11-081-1/+1
* Coverity: Initialize msg buffer.Richard W.M. Jones2011-08-231-0/+2
* fish: Make exit_on_error into a completely local variable.Richard W.M. Jones2011-01-181-1/+1
* fish: Add --listen --csh to for csh, tcsh compatibility.Richard W.M. Jones2010-11-051-1/+6
* fish: More portable export sh statment.Richard W.M. Jones2010-11-051-1/+1
* fish: Change 'int argc' to 'size_t argc' throughout.Richard W.M. Jones2010-10-211-3/+4
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-201-11/+11
* use STREQ, not strcmp: part 2Jim Meyering2009-11-091-1/+1
* Fix type punning warning about use of CMSG_DATA in Rawhide.Richard Jones2009-09-141-2/+4
* guestfish: Redirect stdout when executing remote commandsMatthew Booth2009-09-141-8/+126
* fish.c: avoid warningsJim Meyering2009-08-211-2/+0
* fish: don't read freed memoryJim Meyering2009-08-121-4/+4
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-40/+40
* Guestfish feature: remote control of guestfish over a pipe.Richard Jones2009-07-141-0/+272