summaryrefslogtreecommitdiff
path: root/xc/programs/xmh/command.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-21final stateHEADmasterAlan Coopersmith1-1/+1
1995-04-05XBUG 7324, nice selectkaleb1-18/+3
1994-11-28replace sys_errlist and sys_nerr with call to strerror(). See XBUG rgb/7057.gildea1-4/+2
1994-05-14nread must be int, not long, for FIONREAD to work on Alpharws1-2/+2
1994-02-04xbug 5410, use vfork as approriatekaleb1-8/+7
1993-09-20ANSIfied for R6hersh1-2/+2
1991-07-16exec from the user's path by preference, only if that fails will weconverse1-3/+5
1991-07-07Changes to support reporting of error messages generated when an arbitraryconverse1-2/+10
1991-05-22say program name in popup when execvp failsgildea1-2/+3
1991-04-16get fd_set defined under SYSV compile of RS6000rws1-1/+6
1991-04-15avoid reference to union waitrws1-6/+2
1991-04-14close output side of fd's in parent *before* forking childrws1-18/+10
1991-03-27<sys/signal.h> changed to <signal.h>gildea1-3/+6
1991-02-12include <sys/filio.h> for SVR4 for FIONREADrws1-1/+4
1991-02-08make CheckReadFromPipe work if FIONREAD failsrws1-13/+12
1991-02-07fix for SVR4rws1-15/+25
1991-01-06remove rcs as stringrws1-4/+2
1990-06-27convert to app context calls.swick1-8/+11
1989-12-16don't need <sys/resource.h>rws1-2/+1
1989-11-13fix for unnecessarily blocking on mh commands.converse1-1/+2
1989-10-08add forward declrws1-2/+2
1989-10-06Menu Entry Objects, sequences represented in menus, app resourcesconverse1-5/+5
1989-09-27large number of UI, functional, and cosmetic changes.converse1-31/+2
1989-09-17miscellaneous fine tuning.converse1-8/+39
1989-07-21nits and minor bugs fixed.converse1-17/+21
1989-06-30don't reference uninitialized data.swick1-2/+2
1989-06-29add semaphore to skip newmailcheck while running mh commandswick1-3/+9
1989-06-06process all event types except user input while waitingswick1-45/+138
1989-06-05silly UNIXism to avoid hanging subprocesses on exitswick1-3/+2
1989-06-01FreeStatus was being over zealous, and freeing file descriptorskit1-5/+1
1989-05-31proper implementation of DoCommandToString.swick1-72/+105
1989-05-31trap stderr & report it if non-nullswick1-20/+133
1989-02-02fix event processing while waiting for subprocess completion so thatswick1-7/+4
1988-09-06XConsortiumjim1-1/+1
1988-08-22already have Xos.hjim1-2/+1
1988-08-22make application resources more portable.swick1-4/+4
1988-08-18include Xos.h for mipsjim1-1/+2
1988-07-21added ifdef for vforkjim1-1/+10
1988-02-24really fix the fd leaksswick1-8/+8
1988-02-22close file descriptor leakswick1-4/+4
1988-01-29make DoCommandToFile work again. Process exposure events whileswick1-8/+12
1988-01-07use vfork() instead of fork()swick1-17/+46
1988-01-06#ifdef for SYSV wait(), use DEBUG macro, fix apparent typo causingswick1-24/+20
1987-12-19Xos, SYSV waitrws1-3/+15
1987-09-11*** empty log message ***toddb1-0/+187