All files in this directory either contain, or are covered by, the following copyright: ; Copyright (c) 2000 ; Megan Gentry ; Framingham, Massachusetts ; All Rights Reserved ; Commercial Distribution Prohibited ; ; This software may be freely copied and used in its entirety for any ; purpose so long as the above copyright notice and these comments are ; preserved. ; ; The author has used best efforts in the research, design, development ; and testing of this software. The author makes no warranty of any ; kind, expressed or implied, with regard to this software and its ; suitability for a given application. The author shall not be liable ; in any event for incidental or consequential damages in connection ; with, or arising out of, the use or performance of this software. Use ; of this software constitutes acceptance of these terms. ; ; The author is committed to making a best effort at fixing any errors ; found in the software and would welcome any reports of problems, ; comments or suggestions regarding the software. Please send email ; to . - - - - - ./cvbtar.mac This file is the result of a challenge posed in a message on the Classic Computer Collector's Mailing List. ./mktime.mac The fortran-callable subroutine is designed to convert a date and time in the tm array format to an RT-11 formatted date and time setting block. Similar to the U*x mktime() library routine, but uses RT-11 date/time format, not U*x time_t. ./locltm.mac This fortran-callable subroutine is designed to take date and time information contained in an RT-11 date/time setting request block and fill a tm array. Similar to the U*x localtime() library routine, but uses RT-11 date/time format, not U*x time_t. [Last Edited February 24, 2000]