OSSP CVS Repository

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

DateVersion Description
2003-Jul-11 16:13    1.60    Check-in [3517]: Flush of configuration changes before upcoming configuration structure is completed. By ms. (diff)
2003-Jul-07 15:30    1.59    Check-in [3495]: More header corrections and improvements. By ms. (diff)
2003-Jul-07 14:55    1.58    Check-in [3493]: Correct and update copyrights and source headers. By ms. (diff)
2003-Jul-02 17:31    1.57    Check-in [3489]: Add temporary directory option error logic. By ms. (diff)
2003-Jul-01 15:26    1.56    Check-in [3482]: Processor separation, removing logic from generic procRun method and implementing procEval, procExec, procPrint, and procParse methods. By ms. (diff)
2003-Jun-30 17:27    1.55    Check-in [3475]: Add RC_ERR_ROOT error, and improve error handling during forked child op failures. By ms. (diff)
2003-Jun-30 17:09    1.54    Check-in [3474]: Fix some verbose mode print run definitions, and fix error handling by using correct value 0 for RC_OK. By ms. (diff)
2003-Jun-30 16:43    1.53    Check-in [3473]: Replace references to scriptAppend with scriptAdd, and change name of scriptAppend to scriptnAppend to avoid surprises. Also, debug minimal memory overallocation in scriptnAppend. By ms. (diff)
2003-Jun-27 16:26    1.52    Check-in [3462]: Implement common section parsing and running on execution mode. By ms. (diff)
2003-Jun-26 20:45    1.51    Check-in [3460]: Break off before fully implementing common section run ops, but after reorganization of class data, and additional member functions for section and script manipulation. By ms. (diff)
2003-Jun-23 18:09    1.50    Check-in [3451]: Complete error handling method according to all defined error values. By ms. (diff)
2003-Jun-18 16:35    1.49    Check-in [3444]: Removed analyzer class, removed label class, implemented list class, implemented file class, cleanup and restructure. By ms. (diff)
2003-Jun-13 20:33    1.48    Check-in [3442]: Sweeping cleanups. Reduced the analyzer to almost nothing. Removed unused method prototypes. Added 'parse' mode option that doesn't work yet. Removed procReadtmp. Change the way we build path names from the locations directory. By ms. (diff)
2003-Jun-11 18:18    1.47    Check-in [3436]: Implement limited verbosity on eval modus, and begin mergin the label object and the section object. By ms. (diff)
2003-May-21 14:49    1.46    Check-in [3356]: Implement eval mode. By ms. (diff)
2003-May-20 17:06    1.45    Check-in [3353]: Implement rc label ordered command printing and execution. By ms. (diff)
2003-May-20 13:46    1.44    Check-in [3351]: Added label class to represent a run command label (prefixed by rc. in most cases). By ms. (diff)
2003-May-16 20:43    1.43    Check-in [3344]: Added section login accessors for user name handling during print op, implemented user id and user name parsing in section and script objects. By ms. (diff)
2003-May-16 00:22    1.42    Check-in [3340]: Implement priority scheduling with qsort(3) and priCompare(), adhere to naming standard, and bugfix. By ms. (diff)
2003-May-15 14:49    1.41    Check-in [3338]: Add sectionCopy(), sectionDump(), and vectorCount(), and change the processor object's script vector to a section vector. By ms. (diff)
2003-May-14 18:36    1.40    Check-in [3335]: Correctly use section accessors, split script to common and section vector objects, add sectionSetndata (with n length sections), and wrap script dump logic for NULL pointer safety. By ms. (diff)
2003-Apr-03 14:05    1.39    Check-in [3318]: Bring rc back to life, corrected the processor and script object memory problems, and made small changes to test suite. By ms. (diff)
2002-Aug-02 18:38    1.38    Check-in [2490]: Newly born section class for use in piecing together script fragments. By ms. (diff)
2002-Jul-30 18:36    1.37    Check-in [2433]: Implemented command execution mode, and now OSSP rc is dangerous to use because it will actually execute code. Test suite is adjusted accordingly. By ms. (diff)
2002-Jul-29 18:34    1.36    Check-in [2420]: Implement about half of the necessary default configuration members. By ms. (diff)
2002-Jul-04 18:49    1.35    Check-in [2227]: Implemented limited pattern matching of section labels. By ms. (diff)
2002-Jul-01 17:03    1.34    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 19:43    1.33    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.32    Check-in [2199]: Fixed memory bound violation and added section parsing logic. By ms. (diff)
2002-Jun-27 17:35    1.31    Check-in [2195]: Added 'all' wildcard rcfile globbing and removed location hardcoding and rcfile prefix hardcoding. By ms. (diff)
2002-Jun-26 16:42    1.30    Check-in [2190]: Relocate debug config dumping logic and clean up terminal option handling. By ms. (diff)
2002-Jun-26 16:11    1.29    Check-in [2189]: Intermediate committal, lots of additions, compiles and works very limited. By ms. (diff)
2002-May-23 20:03    1.28    Check-in [2154]: More flush work on analyzer. By ms. (diff)
2002-May-22 18:01    1.27    Check-in [2148]: Addition of configuration analyiser and related adjustments to other sources. By ms. (diff)
2002-May-22 15:29    1.26    Check-in [2146]: Fix the build, comment missing pieces, and synchronize throughout. 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-23 14:30    1.21    Check-in [2092]: Added OSSP str back to build configuration, and used it for output formatting. Added pieces of rc file and section command line parsing logic. By ms. (diff)
2002-Apr-22 17:22    1.20    Check-in [2091]: Remove obsolete specs and implementations. By ms. (diff)
2002-Apr-22 14:16    1.19    Check-in [2089]: Configuration string parsing logic. By ms. (diff)
2002-Apr-12 21:15    1.18    Check-in [2066]: Flush configuration and parsing work. By ms. (diff)
2002-Apr-11 18:52    1.17    Check-in [2065]: Flush the toilet. By ms. (diff)
2002-Apr-09 19:06    1.16    Check-in [2064]: Remove cut and paste crap. By ms. (diff)
2002-Apr-09 19:01    1.15    Check-in [2063]: Flush configuration changes. By ms. (diff)
2002-Mar-26 18:11    1.14    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.13    Check-in [1935]: Fixed the build, improved the design, improved the configuration and option processing. By ms. (diff)
2002-Feb-28 19:24    1.12    Check-in [1927]: Configuration improvements.

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

2002-Feb-28 16:30    1.11    Check-in [1924]: Cleanup and structuring. By ms. (diff)
2002-Feb-08 19:36    1.10    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 13:38    1.9    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.8    Check-in [1819]: Add exception handling.

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

2002-Feb-05 21:37    1.7    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 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-22 23:53    1.3    Check-in [1607]: Some possible interface methods, taken from the OpenPKG implementation.

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