4 ログファイルのalign問題
4.1 Overview
2000年になると log と summary が 100/01/01 のようになる。ちょっとかっ
こ悪い。ユニークであることが必要ないのと、100年前のログファイルをとっ
ておくとはおもえないので、ログファイルの類いは100年以下の単位にしてい
る(例: 2000年は0年)。
4.2 対応
○ 2.2A#14 以降は次のようになる
fml.pl revision: 2.2.1.7 (1998/11/06)
' 0/01/01' (2桁にしているが、スペースが入ったalignment)
ちょっと間が抜けているかも…
○ 2.2A#32 以降(makefmlを除く)は次のようになる
fml.pl revison: 2.12 (1999/02/13)
00/01/01 (0 でパディングされたalignment)
○ 2.2A#35以降 makefml も修正
00/01/01 (0 でパディングされたalignment)
2.2A#35 以降では contrib/ 以下など特殊なソースの中のについても(たぶん
使っていなくても)修正済み
[PREVIOUS CHAPTER]
[NEXT CHAPTER]
Copyright (C) 1993-1999 Ken'ichi Fukamachi
All rights of this page is reserved.
# This Document(html format) is automatically geneareted by fwix.pl.
# fwix (Formatter of WIX Language) is fml document formatter system
# designed to generate plaintext, html, texinfo and nroff from one file.
#
# Copyright (C) 1993-1999 Ken'ichi Fukamachi
# All rights reserved.
# 1993-1996 fukachan@phys.titech.ac.jp
# 1996-1999 fukachan@sapporo.iij.ad.jp
#
# FML is free software; you can redistribute it and/or modify
# it under the terms of GNU General Public License.
# See the file COPYING for more details.