#89 closed enhancement (fixed)
validate_info_seg: ensure 4-digit year is used in info segment header line date
| Reported by: | Gary Dixon | Owned by: | Eric Swenson |
|---|---|---|---|
| Priority: | minor | Milestone: | MR12.7 |
| Component: | Tools | Version: | MR12.6f |
| Keywords: | Cc: |
Description (last modified by )
Changes to Multics info segment made after 2000 need to better distinguish the year of change in the info segment header line, so there will be no roll-over of dates around the year 2070. The current rule is to always use a 4-digit year in the info segment header line.
85-10-10 validate_info_seg, vis
would become:
1985-10-10 validate_info_seg, vis
Dates not in calendar-date format (with year appearing first, followed my month and day) would be diagnosed as errors, recommending replacement with a 4-digit year in a calendar-date format. Thus:
02/06/85 check_info_segs, cis
would be diagnosed as an error, to be replaced by:
1985-02-06 check_info_segs, cis
Change History (4)
comment:1 by , 7 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | check_info_segs: ensure 4-digit years used in info segment header line date → validate_info_seg: ensure 4-digit year is used in info segment header line date |
comment:2 by , 7 years ago
comment:3 by , 7 years ago
| Milestone: | → MR12.6g |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
| Version: | → MR12.6f |

https://s3.amazonaws.com/eswenson-multics/public/mcrs/MCR10056.pdf