Changes between Version 4 and Version 5 of StringsTasklist

Show
Ignore:
Timestamp:
10/05/09 13:23:57 (12 years ago)
Author:
whiteknight
Comment:

cleanup. Add note about the need to properly encapsulate things.

Legend:

Unmodified
Added
Removed
Modified
  • StringsTasklist

    v4 v5  
    1 '''Stage 1 (for 1.0):''' 
     1== General Cleanup == 
    22 
    33* Convert 'sprintf' to 'snprintf' where possible. See RT #39117. 
    44 
    5 * Clean up API and file structure for Strings subsystem 
     5* Properly encapsulate strings system so that only files and routines in src/strings/* directly access fields in the STRING structure 
    66 
    7 '''Stage 2 (for 1.5):''' 
     7== NFG Refactor == 
    88 
    99* Implement NFG string format.