Check-in Number:
|
1814 | |
Date: |
2002-Feb-05 21:37:34 (local)
2002-Feb-05 20:37:34 (UTC) |
User: | ms |
Branch: | |
Comment: |
Fixed copyright and updated the todo list.
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from: |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/00TODO 1.17 -> 1.18
--- 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
|
|
ossp-pkg/rc/rc.c 1.7 -> 1.8
--- 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 <stdio.h>
|
|
ossp-pkg/rc/rc.h 1.6 -> 1.7
--- 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__
|
|
ossp-pkg/rc/rc_p.h 1.3 -> 1.4
--- 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__
|
|
ossp-pkg/rc/rc_strings.h 1.1 -> 1.2
--- 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__
|
|