Index: ossp-pkg/rc/00TODO RCS File: /v/ossp/cvs/ossp-pkg/rc/00TODO,v rcsdiff -q -kk '-r1.17' '-r1.18' -u '/v/ossp/cvs/ossp-pkg/rc/00TODO,v' 2>/dev/null --- 00TODO 2002/02/04 21:57:09 1.17 +++ 00TODO 2002/02/05 20:37:34 1.18 @@ -1,14 +1,5 @@ 00TODO: Tasks left to accomplish before rc is complete -!PROBLEMA! -$ ./configure -checking whether to build against external Dmalloc library... no -checking whether to build against external OSSP popt library... no -checking whether to build against external OSSP ex library... no -checking whether to build against external OSSP Str library... no -checking whether to build against external OSSP Var library... no -configure: creating ./config.status - Unfinished business Manpage options incorrectly specifies multiple rc.funcs. What when multiple command interpreters and one --print or --eval given? @@ -18,9 +9,11 @@ Give example semantics of a common scenario. No error semantics in pseudocode. +Document + Refs, pri, user, group, ci, go only in normal (not special) sections. + Consider Removing the OSSP_RC_DEACT deactivation feature (thl.) - Make return code and error definitions unique to OSSP rc. Offer include directive in config file. Dynamic handling of command interpreter option. Environment of manpage has redundant text. @@ -28,14 +21,10 @@ Als variable in %config Section? Must do - Strip local getopt and popt code, and use OSSP popt library. - Translate rc bourne shell script to ANSI C. + Translate rc bourne shell script to ISO C. Finish man page. Start latex or Docbook guide. If a variable is defined for which no default exists, warn user (Scholli.) -Document - Refs, pri, user, group, ci, go only in normal (not special) sections. - Detailed ;-) project plan ------------------------- Release v0.8 Index: ossp-pkg/rc/rc.c RCS File: /v/ossp/cvs/ossp-pkg/rc/rc.c,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/rc/rc.c,v' 2>/dev/null --- rc.c 2002/02/05 19:12:24 1.7 +++ rc.c 2002/02/05 20:37:34 1.8 @@ -24,7 +24,7 @@ ** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ** SUCH DAMAGE. ** -** rc.c: Run-command processor ANSI C source file +** rc.c: Run-command processor ISO C source file */ #include Index: ossp-pkg/rc/rc.h RCS File: /v/ossp/cvs/ossp-pkg/rc/rc.h,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/rc/rc.h,v' 2>/dev/null --- rc.h 2002/02/05 17:29:17 1.6 +++ rc.h 2002/02/05 20:37:34 1.7 @@ -24,7 +24,7 @@ ** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ** SUCH DAMAGE. ** -** rc.h: Run-command processor ANSI C public header file +** rc.h: Run-command processor ISO C public header file */ #ifndef __OSSPRC_H__ Index: ossp-pkg/rc/rc_p.h RCS File: /v/ossp/cvs/ossp-pkg/rc/Attic/rc_p.h,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/rc/Attic/rc_p.h,v' 2>/dev/null --- rc_p.h 2002/02/04 22:35:20 1.3 +++ rc_p.h 2002/02/05 20:37:34 1.4 @@ -24,7 +24,7 @@ ** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ** SUCH DAMAGE. ** -** rc_p.h: Run-command processor ANSI C private API header file +** rc_p.h: Run-command processor ISO C private API header file */ #ifndef __OSSPRC_P_H__ Index: ossp-pkg/rc/rc_strings.h RCS File: /v/ossp/cvs/ossp-pkg/rc/Attic/rc_strings.h,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/rc/Attic/rc_strings.h,v' 2>/dev/null --- rc_strings.h 2002/02/04 21:48:22 1.1 +++ rc_strings.h 2002/02/05 20:37:34 1.2 @@ -24,7 +24,7 @@ ** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ** SUCH DAMAGE. ** -** rc_strings.h: Run-command processor ANSI C public header file +** rc_strings.h: Run-command processor ISO C public header file */ #ifndef __OSSPRC_STRINGS_H__