#ifndef _EXEC_CMD_H_ #define _EXEC_CMD_H_ #include "Lists.hpp" /* * Copyright 1993, 1995 Christopher Seiwald. * * This file is part of Jam - see jam.c for Copyright information. */ /* * execcmd.h - execute a shell script * * 05/04/94 (seiwald) - async multiprocess interface */ void execcmd( const char *string, void (*func)( void *closure, const int status ), void *closure, Jam::List *shell ); int execwait(); # define EXEC_CMD_OK 0 # define EXEC_CMD_FAIL 1 # define EXEC_CMD_INTR 2 #endif
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 1162 | bob_summerwill | Converted LIST into a List class, with all static methods. | ||
#1 | 1133 | bob_summerwill | Renamed the exec files. | ||
//guest/bob_summerwill/jam/src/execcmd.h | |||||
#4 | 1130 | bob_summerwill | More .C to .CPP conversions. | ||
#3 | 1126 | bob_summerwill | #include dependencies between headers are now modelled explicitly, with #includes as required in header files, rather than it being a client-code responsibility. | ||
#2 | 1121 | bob_summerwill | More const-correctness work. | ||
#1 | 1106 | bob_summerwill | Integrated Jam from "public" to "guest/bob_summerwill". | ||
//guest/perforce_software/jam/src/execcmd.h | |||||
#2 | 486 | Perforce staff |
Jam 2.3. See RELNOTES for a list of changes from 2.2.x. Just about every source file was touched when jam got ANSI-fied. |
||
#1 | 2 | laura | Add Jam/MR 2.2 source |