JPH06161736A - Program alteration history control system - Google Patents

Program alteration history control system

Info

Publication number
JPH06161736A
JPH06161736A JP10457992A JP10457992A JPH06161736A JP H06161736 A JPH06161736 A JP H06161736A JP 10457992 A JP10457992 A JP 10457992A JP 10457992 A JP10457992 A JP 10457992A JP H06161736 A JPH06161736 A JP H06161736A
Authority
JP
Japan
Prior art keywords
program
change
change history
instruction
history
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP10457992A
Other languages
Japanese (ja)
Inventor
Yoshinori Ishii
義則 石井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP10457992A priority Critical patent/JPH06161736A/en
Publication of JPH06161736A publication Critical patent/JPH06161736A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To eliminate miscontrol, to make possible coping with the destruction of a program source library, and to improve the debugging of a program for respective revisions, function improvement, and additional adaption by unitarily automating the correction control of the program. CONSTITUTION:A program alteration information input part 1 inputs the name of a program when the program needs to be altered to display the program image and also inputs contents to be corrected and alteration history information on the correction. A alteration instruction part 2 copies the contents after the program correction to an alteration history temporary storage part 3 and an altered program control part 4 substitutes the contents after the program correction passed from the modification indication part 2 for the program on a program storage part 5. An alteration history registration part 6 stores a program alteration history storage part 7 with alteration history information passed from the alteration instruction part 2 and an alteration history output part 8 reads the alteration history information out of the program alteration history storage part 7 and outputs an alteration data list 9.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、コンピュータシステム
稼働後に発生するバグや機能改善および機能追加等の理
由によりプログラム修正を行なった際、その修正前後の
内容を管理し、必要の都度、その内容を出力するプログ
ラム変更履歴管理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention manages the contents before and after a program is modified when the program is modified due to a bug that occurs after the computer system is operated, the function is improved, or the function is added. The present invention relates to a program change history management method for outputting.

【0002】[0002]

【従来の技術】従来、コンピュータシステム稼働後に発
生するバグや機能改善および機能追加等の理由によりプ
ログラムを修正変更してその履歴を管理するプログラム
変更履歴管理方式は、図10に示すような方式を採用し
ていた。
2. Description of the Related Art Conventionally, a program change history management system for managing a history by correcting and modifying a program for reasons such as bugs occurring after the computer system is operated, function improvement and function addition is as shown in FIG. Had adopted.

【0003】すなわち、システム稼働後に発生するバグ
や機能改善および機能追加によってプログラムの変更が
必要となった際、変更指示書を作成してプログラムの変
更箇所を調査する(ステップ101)。
That is, when a program needs to be changed due to a bug, function improvement, or addition of a function that occurs after the system is operated, a change instruction is prepared and the changed portion of the program is investigated (step 101).

【0004】プログラムの変更箇所が判明した時点で、
変更指示書の内容に基いてプログラムの修正を行なう。
なお、修正箇所に対してコメントを入れる(ステップ1
02)。
At the time when the changed part of the program is found,
Modify the program based on the contents of the change instruction sheet.
In addition, enter a comment for the corrected part (Step 1
02).

【0005】変更指示書の通りに変更した証拠物件とし
て修正箇所のハードコピーを出力する(ステップ10
3)。
A hard copy of the corrected portion is output as an evidence property that has been changed according to the change instruction (step 10).
3).

【0006】修正後のテスト結果が変更指示書の内容を
満足した時点で修正箇所のハードコピーを変更指示書に
添付してフアイリングする(ステップ104)。
When the corrected test result satisfies the contents of the change instruction sheet, a hard copy of the corrected portion is attached to the change instruction sheet and the file is filtered (step 104).

【0007】[0007]

【発明が解決しようとする課題】上述した従来のプログ
ラム変更履歴管理方式は、プログラム修正内容の管理が
個人による手作業で行なわれていたため、修正時にプロ
グラム上にコメントを入れ忘れたりして、時間の経過と
ともに修正履歴が不明になったり、例えば、プログラム
ソースライブラリが破壊され、復元する際、退避してい
たプログラムソースライブラリのrevが古く、最新状
態に戻したいという場合に復元できなかったり、パッケ
ージプログラムのように多くのユーザにrevが違う物
件を提供していた場合のバグ対応や機能改善および追加
対応ができなくなるという問題点がある。
In the above-mentioned conventional program change history management method, the management of the contents of the program modification is done manually by an individual, and therefore, when the program is modified, a comment may be left in the program and time may be lost. The revision history becomes unknown over time, for example, when the program source library is destroyed and restored, if the rev of the saved program source library is old and you want to restore it to the latest state, you cannot restore it, or the package program As described above, there is a problem in that it is impossible to deal with bugs, improve functions, and deal with additional issues when many users are provided with properties with different revs.

【0008】本発明の目的は、プログラムの修正管理を
一元的に自動化し、管理上のミスをなくし、プログラム
ソースライブラリの破壊対応、プログラムの各revへ
のバグ、機能改善、追加対応を格段に向上できるプログ
ラム変更履歴管理方式を提供することにある。
The object of the present invention is to centrally automate the modification management of programs, eliminate management errors, and deal with destruction of the program source library, bugs to each rev of the program, functional improvement, and additional correspondence. It is to provide a program change history management method that can be improved.

【0009】[0009]

【課題を解決するための手段】本発明のプログラム変更
履歴管理方式は、変更対象のプログラムの名称の入力と
それに応答して供給されて表示したプログラムイメージ
ヘのプログラム変更内容とプログラム変更履歴情報との
入力と前記プログラム変更履歴情報と変更前内容と変更
後内容との出力指示の入力との各入力を行なうプログラ
ム変更情報入力手段と、プログラムを格納するプログラ
ム格納手段と、前記プログラム変更履歴情報と変更前内
容と変更後内容とを一時格納する変更履歴一時格納手段
と、前記プログラム変更履歴情報と変更前内容と変更後
内容とを格納するプログラム変更履歴格納手段と、供給
されるプログラム名称と読出指示に応じて対応するプロ
グラムを前記プログラム格納手段から読出し供給される
変更後内容と置換指示とに応じて対応する前記プログラ
ム格納手段に格納されているプログラムを前記変更後内
容で置換する変更プログラム管理手段と、供給される前
記プログラム変更履歴情報と変更前内容と変更後内容と
登録指示とに応じてこれを前記プログラム変更履歴格納
手段に登録する変更履歴登録手段と、供給されるプログ
ラム情報と出力指示とに応じて前記プログラム変更履歴
格納手段から対応する変更履歴情報と変更前内容と変更
後内容とを出力する変更履歴出力手段と、前記入力され
たプログラム変更履歴情報を前記変更履歴一時格納手段
に格納し前記入力されたプログラム名称と読出指示とを
前記変更プログラム管理手段に供給しこれに応じて読み
出されたプログラムを前記変更履歴一時格納手段に格納
するとともに前記プログラム変更情報入力手段に供給し
変更後内容を前記変更履歴一時格納手段に格納するとと
もにこれと置換指示とを前記変更プログラム管理手段に
供給し前記変更履歴一時格納手段に格納されているプロ
グラム変更履歴情報と変更前内容と変更後内容と登録指
示とを前記変更履歴登録手段に供給し入力された前記出
力指示を前記変更履歴出力手段に供給する変更指示手段
と含んで構成されている。
A program change history management system of the present invention is to input a name of a program to be changed and program change contents and program change history information in a program image supplied and displayed in response thereto. Input, the program change history information, and the input of the output instruction of the contents before change and the contents after change, program change information input means, program storage means for storing a program, and the program change history information, Change history temporary storage means for temporarily storing the pre-change content and the post-change content, program change history storage means for storing the program change history information, the pre-change content and the post-change content, and the supplied program name and read Replaces the corresponding program in accordance with the instructions with the changed contents read from the program storage means and supplied. Change program management means for replacing the program stored in the corresponding program storage means with the changed content, and the supplied program change history information, pre-change content, post-change content, and registration instruction Change history registering means for registering this in the program change history storing means, and corresponding change history information and pre-change contents from the program change history storing means according to the supplied program information and output instruction. Change history output means for outputting the changed contents, the inputted program change history information is stored in the change history temporary storage means, and the inputted program name and read instruction are supplied to the changed program management means. The program read in response to this is stored in the change history temporary storage means and the program change information is stored. The change contents are supplied to the input means and the changed contents are stored in the change history temporary storage means, and the replacement instruction and the replacement instruction are supplied to the change program management means to change the program change history information stored in the change history temporary storage means. It is configured to include change instruction means for supplying the previous content, the changed content, and the registration instruction to the change history registration means and for supplying the input output instruction to the change history output means.

【0010】[0010]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0011】図1は本発明のプログラム変更履歴管理方
式の一実施例を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of a program change history management system of the present invention.

【0012】プログラム変更情報入力部1は、システム
稼働後に発生するバグや機能改善および機能追加によっ
てプログラムの変更が必要となった際、プログラム名を
入力して画面上にプログラムイメージを表示し、修正す
る内容やその修正に変更履歴情報(変更指示書番号、変
更理由、変更概要等)を入力したり、任意なタイミング
でプログラム単位の変更履歴を得る必要が発生した際、
変更履歴リストを出力するための指示を入力する。
The program change information input section 1 inputs a program name and displays a program image on the screen when the program needs to be changed due to a bug, function improvement or addition of a function which occurs after the system is operated, and the correction is performed. When it is necessary to input change history information (change instruction number, reason for change, change summary, etc.) to the content to be corrected or to modify it, or when it is necessary to obtain the change history for each program at any time,
Enter the instruction to output the change history list.

【0013】変更指示部2は、プログラム変更情報入力
部1から入力された変更プログラム名を基に変更プログ
ラム管理部4にプログラム記憶部5からプログラムを読
み込ませたり、変更プログラムの修正内容を基に変更プ
ログラム管理部4にプログラム記憶部5のプログラムを
置換させる指示を出したり、入力されたプログラム名、
変更履歴情報(変更指示書番号、変更理由、変更概要
等)、変更プログラムの変更前内容および変更後内容等
をプログラム変更履歴記憶部7へ登録するように変更履
歴登録部6に登録させる指示を出したり、入力されたプ
ログラム名を基に変更履歴出力部8に対して変更履歴出
力指示を出す。
The change instruction section 2 causes the change program management section 4 to read a program from the program storage section 5 based on the change program name input from the program change information input section 1, or based on the correction content of the change program. The change program management unit 4 is instructed to replace the program in the program storage unit 5, or the input program name,
The change history information (change instruction number, reason for change, summary of change, etc.), the pre-change contents and the post-change contents of the change program are registered in the change history registration unit 6 so as to be registered in the program change history storage unit 7. A change history output instruction is issued to the change history output unit 8 based on the output or input program name.

【0014】変更履歴一時記憶部3は、変更履歴情報、
変更プログラムの修正前内容と修正後内容を一時的に格
納している。
The change history temporary storage unit 3 stores change history information,
The contents before and after modification of the change program are temporarily stored.

【0015】変更プログラム管理部4は、変更指示部2
から渡された変更プログラム名によりプログラム記憶部
5からプログラムを読み込んだり、変更プログラムの修
正内容でプログラムを置換する。
The change program management unit 4 includes a change instruction unit 2
The program is read from the program storage unit 5 by the change program name passed from the program, or the program is replaced with the correction content of the change program.

【0016】プログラム記憶部5は、プログラムを格納
している。
The program storage unit 5 stores programs.

【0017】変更履歴登録部6は、変更指示部2から渡
される変更プログラム名、変更履歴情報(変更指示書番
号、変更理由、変更概要等)、変更プログラムの修正前
内容、修正後内容等をプログラム変更履歴記憶部7に格
納する。
The change history registration section 6 stores the change program name, change history information (change instruction number, reason for change, change outline, etc.), the pre-correction content, the post-correction content, etc. of the change program passed from the change instruction section 2. It is stored in the program change history storage unit 7.

【0018】プログラム変更履歴記憶部7は、変更プロ
グラム名、変更履歴情報(変更指示書番号、変更理由、
変更概要等)、変更プログラムの修正前内容、修正後内
容等を格納している。
The program change history storage unit 7 includes a change program name, change history information (change instruction number, reason for change,
A summary of changes, etc.), the contents before modification of the modification program, the contents after modification, etc. are stored.

【0019】変更履歴出力部8は、変更指示部2から渡
される変更プログラム名およびrevを基に今回修正さ
れた内容や変更履歴をプログラム変更履歴記憶部7より
検索して変更データリスト9や変更履歴リスト10を出
力する。
The change history output section 8 searches the program change history storage section 7 for the contents and change history corrected this time based on the change program name and rev passed from the change instructing section 2, and changes data list 9 and changes. The history list 10 is output.

【0020】処理制御部11は、各部に対して予じめ定
められた手順に従い、順次処理するように制御する。
The processing control unit 11 controls the respective units so that they are sequentially processed in accordance with a predetermined procedure.

【0021】次に本実施例の動作について説明する。Next, the operation of this embodiment will be described.

【0022】プログラムの修正は、一般に問題提起によ
る修正と、設計変更による修正とがあるが、説明には例
として図2に示す問題票(発行番号:融N−0005)
に基づきプログラム(プログラム名:KRLSG280
610300)を修正する場合を取り上げる。
Generally, there are two types of program corrections, one is to raise a problem and the other is to change a design. For the explanation, a problem sheet shown in FIG. 2 (issue number: N-0005) is shown as an example.
Based on the program (program name: KRLSG280
610300) is modified.

【0023】問題内容は、文字属性で定義すべき項目
(W基取融資共次回算出区分)を数字属性で定義してい
たために、その項目を使用しようとして″不正十進″と
いうプログラム例外コード(09−01)で異常終了
し、その原因であるプログラムを修正するものとする。
The content of the problem is that the item (W-based financing co-next calculation category) which should be defined by the character attribute is defined by the numerical attribute, so when trying to use that item, the program exception code "illegal decimal" ( 09-01) abnormally terminates, and the program that is the cause is corrected.

【0024】1.プログラム変更情報入力部1は、図2
の問題票の変更履歴情報を図3の変更情報指示画面およ
び図4の変更履歴画面より入力し、変更指示部2に渡し
て処理制御部11に伝達する。処理制御部11は、変更
指示部2に制御を移す。
1. The program change information input unit 1 is shown in FIG.
The change history information of the question sheet is input from the change information instruction screen of FIG. 3 and the change history screen of FIG. 4, passed to the change instruction unit 2, and transmitted to the processing control unit 11. The process control unit 11 transfers control to the change instruction unit 2.

【0025】2.変更指示部2は、処理制御部11の指
示によりプログラム変更情報入力部1から入力された変
更履歴情報を変更履歴一時記憶部3に複写し、プログラ
ム名″KRLSG280610300″を変更プログラ
ム管理部4に渡して処理制御部11に伝達する。処理制
御部11は、変更プログラム管理部3に制御を移す。
2. The change instruction unit 2 copies the change history information input from the program change information input unit 1 to the change history temporary storage unit 3 according to the instruction of the process control unit 11, and passes the program name “KRLSG280610300” to the change program management unit 4. And transmits it to the processing control unit 11. The processing control unit 11 transfers control to the change program management unit 3.

【0026】3.変更プログラム管理部4は、処理制御
部11の指示によりプログラム記憶部5よりプログラム
名″KRLSG280610300″のプログラムソー
スを読み込み、変更指示部2に渡して処理制御部11に
伝達する。処理制御部11は、変更指示部2に制御を渡
す。
3. The change program management unit 4 reads the program source of the program name “KRLSG280610300” from the program storage unit 5 according to the instruction of the process control unit 11, passes it to the change instruction unit 2, and transfers it to the process control unit 11. The process control unit 11 passes control to the change instruction unit 2.

【0027】4.変更指示部2は、処理制御部11の指
示によりプログラム記憶部5から読み込まれたプログラ
ムソースを変更履歴一時記憶部3に複写し、プログラム
変更情報入力部1に表示する。プログラム変更情報入力
部1の図5のプログラム修正画面より修正後内容が入力
されると変更指示部2は、プログラム修正後内容を変更
履歴一時記憶部3に複写し、変更プログラム管理部3に
渡し処理制御部11に伝達する。変更履歴一時記憶部3
における変更履歴情報レコードの一例が図7に示してあ
る。処理制御部11は、変更プログラム管理部4に制御
を移す。
4. The change instruction unit 2 copies the program source read from the program storage unit 5 to the change history temporary storage unit 3 according to an instruction from the process control unit 11, and displays it on the program change information input unit 1. When the corrected contents are input from the program correction screen of the program change information input unit 1 of FIG. 5, the change instruction unit 2 copies the corrected contents to the change history temporary storage unit 3 and transfers them to the change program management unit 3. It is transmitted to the processing control unit 11. Change history temporary storage unit 3
FIG. 7 shows an example of the change history information record in. The process control unit 11 transfers control to the change program management unit 4.

【0028】5.変更プログラム管理部4は、処理制御
部11の指示によりプログラム記憶部5上にあるプログ
ラム″KRLSG280610300″を変更指示部2
より渡されたプログラム修正後内容で置換し、処理制御
部11に伝達する。
5. The change program management unit 4 changes the program “KRLSG280610300” on the program storage unit 5 according to an instruction from the process control unit 11 to the change instruction unit 2
The program is replaced with the contents after the program correction that has been passed, and the result is transmitted to the processing control unit 11.

【0029】処理制御部11は変更指示部2に制御を移
す。
The processing control unit 11 transfers control to the change instruction unit 2.

【0030】6.変更指示部2は、処理制御部11の指
示により変更履歴一時記憶部3より一時的に格納した変
更履歴情報を読み込み、変更履歴登録部6に渡し、処理
制御部11に伝達する。処理制御部11は、変更履歴登
録部6に制御を移す。
6. The change instruction unit 2 reads the change history information temporarily stored from the change history temporary storage unit 3 in accordance with an instruction from the process control unit 11, passes it to the change history registration unit 6, and transfers it to the process control unit 11. The process control unit 11 transfers control to the change history registration unit 6.

【0031】7.変更履歴登録部6は、処理制御部11
の指示により変更指示部2より渡された変更履歴情報を
プログラム変更履歴記憶部7に図6のように格納し、処
理制御部11に伝達する。処理制御部11は、変更履歴
出力部8に制御を移す。
7. The change history registration unit 6 includes a process control unit 11
The change history information passed from the change instruction unit 2 in accordance with the instruction is stored in the program change history storage unit 7 as shown in FIG. The process control unit 11 transfers control to the change history output unit 8.

【0032】8.変更履歴出力部8は、処理制御部11
の指示によりプログラム変更履歴記憶部7上に格納され
ている変更履歴情報を読み込み、変更データリスト9を
図8のように出力し、処理制御部11に伝達する。
8. The change history output unit 8 includes a process control unit 11
Is read, the change history information stored in the program change history storage unit 7 is read, the change data list 9 is output as shown in FIG.

【0033】9.処理制御部11は、変更履歴出力部8
から終了通知を受けた時点で全ての部に対する制御を終
了させる。
9. The process control unit 11 uses the change history output unit 8
When the end notification is received from, the control for all the parts is ended.

【0034】次に、プログラム(KRLSG28061
0300)毎に管理されている変更履歴情報を出力する
例を基に説明する。
Next, the program (KRLSG28061
(0300) will be described based on an example of outputting the change history information managed for each.

【0035】1.プログラム変更情報入力部1は、図3
の変更情報指示画面よりプログラム名、rev、機能番
号2が入力されると、これを変更指示部2に渡して処理
制御部11に伝達する。処理制御部11は、変更指示部
2に制御を移す。
1. The program change information input unit 1 is shown in FIG.
When the program name, rev, and function number 2 are input from the change information instruction screen, the program information is passed to the change instruction unit 2 and transmitted to the process control unit 11. The process control unit 11 transfers control to the change instruction unit 2.

【0036】2.変更指示部2は、処理制御部11の指
示によりプログラム変更情報入力部1から入力された変
更履歴出力指示情報(プログラム名、rev)を変更履
歴出力部8に渡し、処理制御部11に伝達する。処理制
御部11は、変更履歴出力部8に制御を移す。
2. The change instruction unit 2 passes the change history output instruction information (program name, rev) input from the program change information input unit 1 to the change history output unit 8 according to the instruction from the process control unit 11 and transfers it to the process control unit 11. . The process control unit 11 transfers control to the change history output unit 8.

【0037】3.変更履歴出力部8は、変更指示部2よ
り渡された変更履歴出力指示情報を基にプログラム変更
履歴記憶部7からプログラム(KRLSG280610
300)の変更履歴情報を読み込み、図9の変更履歴リ
ストのように編集し出力する。プログラム変更情報入力
部1よりrevが指定された場合は、指定されたrev
の変更履歴リストを出力する。revが指定されない場
合は、変更履歴情報の頭から読み込み、編集し出力す
る。出力が終わると処理制御部11に伝達する。
3. The change history output unit 8 stores the program (KRLSG280610) from the program change history storage unit 7 based on the change history output instruction information passed from the change instruction unit 2.
The change history information (300) is read, edited and output as the change history list of FIG. When rev is specified from the program change information input unit 1, the specified rev
Output the change history list of. If rev is not specified, it is read from the beginning of the change history information, edited, and output. When the output is completed, it is transmitted to the processing control unit 11.

【0038】4.処理制御部11は、変更履歴出力部8
から終了通知を受けた時点で全ての部に対する制御を終
了させる。
4. The process control unit 11 uses the change history output unit 8
When the end notification is received from, the control for all the parts is ended.

【0039】[0039]

【発明の効果】以上説明したように、本発明のプログラ
ム変更履歴管理方式は、システム上のプログラムの修正
管理が一元化でき、管理上のミスをなくし、プログラム
ソースライブラリが破壊されても容易に復元でき、また
revが違う物件を提供していた場合のバグ対応や機能
改善および追加対応が格段に向上できるという効果があ
る。
As described above, according to the program change history management method of the present invention, the modification management of the program on the system can be unified, the management mistake can be eliminated, and the program source library can be easily restored even if it is destroyed. In addition, there is an effect that it is possible to remarkably improve bug response, function improvement and additional response when a property with different rev is provided.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明のプログラム変更履歴管理方式の一実施
例を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of a program change history management system of the present invention.

【図2】本実施例に使用する問題表の内容を示す図であ
る。
FIG. 2 is a diagram showing the contents of a question table used in this embodiment.

【図3】プログラム変更情報入力部1のプログラム変更
情報指示画面を示す表示画面図である。
FIG. 3 is a display screen diagram showing a program change information instruction screen of the program change information input unit 1.

【図4】プログラム変更情報入力部1の変更履歴情報画
面を示す表示画面図である。
FIG. 4 is a display screen diagram showing a change history information screen of the program change information input unit 1.

【図5】プログラム変更情報入力部1のプログラム修正
画面を示す表示画面図である。
5 is a display screen diagram showing a program correction screen of the program change information input unit 1. FIG.

【図6】プログラム変更履歴記憶部7のレコード格納状
況を示す格納図である。
FIG. 6 is a storage diagram showing a record storage state of a program change history storage unit 7.

【図7】変更履歴一時記憶部3のレコード格納状況を示
す格納図である。
FIG. 7 is a storage diagram showing a record storage state of a change history temporary storage unit 3.

【図8】変更データリストの一例を示す図である。FIG. 8 is a diagram showing an example of a change data list.

【図9】変更履歴リストの一例を示す図である。FIG. 9 is a diagram showing an example of a change history list.

【図10】従来のプログラム変更履歴管理方式を示す流
れ図である。
FIG. 10 is a flowchart showing a conventional program change history management system.

【符号の説明】[Explanation of symbols]

1 プログラム変更情報入力部 2 変更指示部 3 変更履歴一時記憶部 4 変更プログラム管理部 5 プログラム記憶部 6 変更履歴登録部 7 プログラム変更履歴記憶部 8 変更履歴出力部 9 変更データリスト 10 変更履歴リスト 11 処理制御部 101〜104 流れ図のステップ 1 Program Change Information Input Section 2 Change Instruction Section 3 Change History Temporary Storage Section 4 Change Program Management Section 5 Program Storage Section 6 Change History Registration Section 7 Program Change History Storage Section 8 Change History Output Section 9 Change Data List 10 Change History List 11 Processing control units 101 to 104 Steps of flowchart

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 変更対象のプログラムの名称の入力とそ
れに応答して供給されて表示したプログラムイメージヘ
のプログラム変更内容とプログラム変更履歴情報との入
力と前記プログラム変更履歴情報と変更前内容と変更後
内容との出力指示の入力との各入力を行なうプログラム
変更情報入力手段と、プログラムを格納するプログラム
格納手段と、前記プログラム変更履歴情報と変更前内容
と変更後内容とを一時格納する変更履歴一時格納手段
と、前記プログラム変更履歴情報と変更前内容と変更後
内容とを格納するプログラム変更履歴格納手段と、供給
されるプログラム名称と読出指示に応じて対応するプロ
グラムを前記プログラム格納手段から読出し供給される
変更後内容と置換指示とに応じて対応する前記プログラ
ム格納手段に格納されているプログラムを前記変更後内
容で置換する変更プログラム管理手段と、供給される前
記プログラム変更履歴情報と変更前内容と変更後内容と
登録指示とに応じてこれを前記プログラム変更履歴格納
手段に登録する変更履歴登録手段と、供給されるプログ
ラム情報と出力指示とに応じて前記プログラム変更履歴
格納手段から対応する変更履歴情報と変更前内容と変更
後内容とを出力する変更履歴出力手段と、前記入力され
たプログラム変更履歴情報を前記変更履歴一時格納手段
に格納し前記入力されたプログラム名称と読出指示とを
前記変更プログラム管理手段に供給しこれに応じて読み
出されたプログラムを前記変更履歴一時格納手段に格納
するとともに前記プログラム変更情報入力手段に供給し
変更後内容を前記変更履歴一時格納手段に格納するとと
もにこれと置換指示とを前記変更プログラム管理手段に
供給し前記変更履歴一時格納手段に格納されているプロ
グラム変更履歴情報と変更前内容と変更後内容と登録指
示とを前記変更履歴登録手段に供給し入力された前記出
力指示を前記変更履歴出力手段に供給する変更指示手段
と含むことを特徴とするプログラム変更履歴管理方式。
1. Input of a name of a program to be changed, input of program change contents and program change history information to a program image supplied and displayed in response thereto, and said program change history information and contents before change Program change information input means for inputting each of the subsequent content and output instruction, program storage means for storing the program, change history for temporarily storing the program change history information, the pre-change content and the post-change content Temporary storage means, program change history storage means for storing the program change history information, pre-change content and post-change content, and a corresponding program according to the supplied program name and read instruction are read from the program storage means. Stored in the program storage means corresponding to the changed contents and the replacement instruction supplied. Change program management means for replacing the existing program with the changed content, and registering this in the program change history storage means according to the supplied program change history information, pre-change content, changed content, and registration instruction. Change history registration means, change history output means for outputting corresponding change history information, pre-change content and post-change content from the program change history storage means in accordance with supplied program information and output instruction, The input program change history information is stored in the change history temporary storage means, the input program name and the read instruction are supplied to the change program management means, and the program read in response thereto is stored in the change history temporary storage means. The change history is temporarily stored in the storage means and is supplied to the program change information input means and the changed contents are stored in the change history temporary storage means. The change history registration means stores the program change history information, the pre-change content, the post-change content, and the registration instruction, which are stored and supplied to the change program management means and stored in the change history temporary storage means. A program change history management system, comprising: a change instruction means for supplying the output instruction supplied and input to the change history output means.
JP10457992A 1992-04-23 1992-04-23 Program alteration history control system Pending JPH06161736A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10457992A JPH06161736A (en) 1992-04-23 1992-04-23 Program alteration history control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10457992A JPH06161736A (en) 1992-04-23 1992-04-23 Program alteration history control system

Publications (1)

Publication Number Publication Date
JPH06161736A true JPH06161736A (en) 1994-06-10

Family

ID=14384351

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10457992A Pending JPH06161736A (en) 1992-04-23 1992-04-23 Program alteration history control system

Country Status (1)

Country Link
JP (1) JPH06161736A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006099452A (en) * 2004-09-29 2006-04-13 Hitachi Software Eng Co Ltd Si object file and si related file management system
JP2013131002A (en) * 2011-12-21 2013-07-04 Internatl Business Mach Corp <Ibm> Method for retrieving change content in source code from change history data, computer thereof, and computer program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006099452A (en) * 2004-09-29 2006-04-13 Hitachi Software Eng Co Ltd Si object file and si related file management system
JP4484148B2 (en) * 2004-09-29 2010-06-16 日立ソフトウエアエンジニアリング株式会社 SI target file and SI related file management system
JP2013131002A (en) * 2011-12-21 2013-07-04 Internatl Business Mach Corp <Ibm> Method for retrieving change content in source code from change history data, computer thereof, and computer program

Similar Documents

Publication Publication Date Title
DE19960524A1 (en) Method and device for restoring a hard drive of a computer system
JPH06161736A (en) Program alteration history control system
US20080155504A1 (en) Method and system for automated merging of multiple versions of a software component for an application
JP2004046445A (en) Environmental definition information management system and method for large-scale distributed computing system
JPH1021058A (en) Method and device for managing version of application module
JP2000293519A (en) Document processor
JP3999477B2 (en) Control program creation system, apparatus, method, recording medium, and program
JP2998411B2 (en) Data management device
JP2604066B2 (en) Text file correction storage method
JPH05257701A (en) Program revision processing system
JP2921492B2 (en) Software product file correctness check method
JPH0683844A (en) Check method for data
JP2655549B2 (en) Text generation management processor
JP3433858B2 (en) Resource management device
JPH0561666A (en) Source program forming device
JPH07261986A (en) Library monitoring processor
JPS6220040A (en) File updating system
JPS6123236A (en) Correction and control system of object program
JPH0342719A (en) Generation system for program correction list
JP2004071844A (en) Test information management method for semiconductor device and test information management system
JPH05158670A (en) Screen type program editor
JPH05165615A (en) Patch revision management system for load module
JPS63265331A (en) Program managing system
JP3771753B2 (en) Integrated resource management method
JP2641995B2 (en) Screen control method and screen control device

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20000328