OSSP CVS Repository

ossp - History for /ossp-pkg/rc/rc.c
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Directory]  [Omit Milestones

DateVersion Description
2003-Jul-11 16:13    1.45    Check-in [3517]: Flush of configuration changes before upcoming configuration structure is completed. By ms. (diff)
2003-Jul-07 15:30    1.44    Check-in [3495]: More header corrections and improvements. By ms. (diff)
2003-Jul-07 14:55    1.43    Check-in [3493]: Correct and update copyrights and source headers. By ms. (diff)
2003-Jul-01 15:26    1.42    Check-in [3482]: Processor separation, removing logic from generic procRun method and implementing procEval, procExec, procPrint, and procParse methods. By ms. (diff)
2002-Aug-01 13:59    1.41    Check-in [2464]: Moved call to configVerify to squash yet another early error bug. By ms. (diff)
2002-Jul-29 18:34    1.40    Check-in [2420]: Implement about half of the necessary default configuration members. By ms. (diff)
2002-Jul-10 21:02    1.39    Check-in [2271]: Make the main source file even smaller by splitting out the error handling logic into a new rc_error source file. By ms. (diff)
2002-Jul-05 16:10    1.38    Check-in [2240]: Prepare for config defaults through addition of the config visitor object. By ms. (diff)
2002-Jul-01 17:03    1.37    Check-in [2209]: Wrote configInfo, removed config debugging, prepared procRun for eval/exec/print logic, and improved test conditions. By ms. (diff)
2002-Jun-28 20:23    1.36    Check-in [2203]: Cleaned main program block and consolidated error handling into rcError(). Also made output of missing section warnings optional according to --debug flag. By ms. (diff)
2002-Jun-28 19:43    1.35    Check-in [2202]: Improved section parsing and added back most error condition logic. All combinations of wildcard globbing, multiple section parsing, and error handling now work (except for a problem relating to or using ex). By ms. (diff)
2002-Jun-28 16:20    1.34    Check-in [2199]: Fixed memory bound violation and added section parsing logic. By ms. (diff)
2002-Jun-26 16:42    1.33    Check-in [2190]: Relocate debug config dumping logic and clean up terminal option handling. By ms. (diff)
2002-Jun-26 16:11    1.32    Check-in [2189]: Intermediate committal, lots of additions, compiles and works very limited. By ms. (diff)
2002-Jun-05 18:24    1.31    Check-in [2183]: Found segfault bug to be a problem with ex_throw(3), so we go without error reporting during analysis for the moment. By ms. (diff)
2002-May-29 14:42    1.30    Check-in [2178]: Temporary debug segfault committal. By ms. (diff)
2002-May-22 18:01    1.29    Check-in [2148]: Addition of configuration analyiser and related adjustments to other sources. By ms. (diff)
2002-May-22 16:32    1.28    Check-in [2147]: Minor logic corrections, but mostly cleanup before continuing. By ms. (diff)
2002-May-22 15:29    1.27    Check-in [2146]: Fix the build, comment missing pieces, and synchronize throughout. By ms. (diff)
2002-May-22 11:47    1.26    Check-in [2145]: Architecture in main program body should reflect the design. By ms. (diff)
2002-May-13 18:57    1.25    Check-in [2131]: Flush minor work. Building successfuly again. By ms. (diff)
2002-Apr-25 18:17    1.24    Check-in [2106]: Begin processor pieces. By ms. (diff)
2002-Apr-25 11:51    1.23    Check-in [2105]: Moved early option verify from main to config. By ms. (diff)
2002-Apr-24 18:47    1.22    Check-in [2099]: Command line option configuration and some processor operations. By ms. (diff)
2002-Apr-22 17:22    1.21    Check-in [2091]: Remove obsolete specs and implementations. By ms. (diff)
2002-Apr-22 14:16    1.20    Check-in [2089]: Configuration string parsing logic. By ms. (diff)
2002-Apr-12 21:15    1.19    Check-in [2066]: Flush configuration and parsing work. By ms. (diff)
2002-Apr-11 18:52    1.18    Check-in [2065]: Flush the toilet. By ms. (diff)
2002-Mar-26 18:11    1.17    Check-in [2034]: Vacation flush, mostly build configuration details. Its not building very clean right now. By ms. (diff)
2002-Mar-01 23:48    1.16    Check-in [1935]: Fixed the build, improved the design, improved the configuration and option processing. By ms. (diff)
2002-Feb-28 19:24    1.15    Check-in [1927]: Configuration improvements.

PR: Submitted by: Reviewed by: Approved by: Obtained from: By ms. (diff)

2002-Feb-28 16:30    1.14    Check-in [1924]: Cleanup and structuring. By ms. (diff)
2002-Feb-13 20:19    1.13    Check-in [1849]: Small corrections in both logic and build configuration.

PR: Submitted by: Reviewed by: Approved by: Obtained from: By ms. (diff)

2002-Feb-08 19:36    1.12    Check-in [1837]: Further abstraction and building in of the configuration logic. We now store configuration variables using OSSP val, also.

PR: Submitted by: Reviewed by: Approved by: Obtained from: By ms. (diff)

2002-Feb-07 16:37    1.11    Check-in [1832]: Stop missing stdlib complaining.

PR: Submitted by: Reviewed by: Approved by: Obtained from: By ms. (diff)

2002-Feb-07 13:38    1.10    Check-in [1823]: Abstract rc's config according to design.

PR: Submitted by: Reviewed by: Approved by: Obtained from: By ms. (diff)

2002-Feb-06 19:16    1.9    Check-in [1819]: Add exception handling.

PR: Submitted by: Reviewed by: Approved by: Obtained from: By ms. (diff)

2002-Feb-05 21:37    1.8    Check-in [1814]: Fixed copyright and updated the todo list.

PR: Submitted by: Reviewed by: Approved by: Obtained from: By ms. (diff)

2002-Feb-05 20:12    1.7    Check-in [1809]: Popt option parsing works fundementally.

PR: Submitted by: Reviewed by: Approved by: Obtained from: By ms. (diff)

2002-Feb-05 18:29    1.6    Check-in [1807]: Transition flush.

PR: Submitted by: Reviewed by: Approved by: Obtained from: By ms. (diff)

2002-Feb-04 23:35    1.5    Check-in [1799]: Fixed copyright.

PR: Submitted by: Reviewed by: Approved by: Obtained from: By ms. (diff)

2002-Feb-04 22:48    1.4    Check-in [1793]: First cut at a popt enabled configuration.

PR: Submitted by: Reviewed by: Approved by: Obtained from: By ms. (diff)

2002-Jan-30 18:29    1.3    Check-in [1722]: Refresh current project state, add OSSP ex library, corrections.

PR: Submitted by: Reviewed by: Approved by: Obtained from: By ms. (diff)

2002-Jan-08 16:49    1.2    Check-in [1521]: Final move from OpenPKG project hierarchy to OSSP project hierarchy.

PR: Submitted by: Reviewed by: Approved by: Obtained from: By ms. (diff)

2002-Jan-04 18:14    1.1    Check-in [1506]: First cut at bourne script to ANSI C (+improvements) of rc run-command processor By openpkg-cvs.

CVSTrac 2.0.1