Changes between Version 3 and Version 4 of StringsTasklist
- Timestamp:
- 02/01/09 06:35:41 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StringsTasklist
v3 v4 5 5 * Clean up API and file structure for Strings subsystem 6 6 7 * Change the name of runtime function 'const_string' so it's more clearly distinct from compile-time macro 'CONST_STRING'. (Something like 'CONST_STR_FILE_ENTRY' 'Parrot_str_build_constant_string').8 9 7 '''Stage 2 (for 1.5):''' 10 8 11 9 * Implement NFG string format. 10 11 === Completed === 12 13 * Change the name of runtime function 'const_string' so it's more clearly distinct from compile-time macro 'CONST_STRING'. (allison, r36230)