Files
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

41 lines
1.7 KiB
Plaintext

static sccsid[] = "@(#)libversion 1.1 7/30/92 Sun Microsystems Inc."
# libversion
# This file is used to control the release of libtest.a library. Only the
# authorized persion can touch this library log. To get the log file updated,
# please type 'Make library' in current directory. It will first
# make all the online related libraries and then log the following message:
# New Version Log on 'date mark'
# Modified from last libversion:
# 'libversion version'
# Reasons for this new version:
# 'Please give reasons'
#
# GOLDEN RULES for dealing with online library:
# 1) If you have new routines which you think useful or helpful to
# the development of unix online packages, please let the person
# in charge know and send a copy of the routines to him/her for
# integration.
# 2) You can check the library source out for read, but never check
# them back to SCCS after any type of code modification.
# 3) You can go to online library directory and type 'make' or
# 'make install', but never type 'make library' unless you are
# assigned and authorized to do so.
#
#
New Version Log on Fri Oct 13 17:42:11 PDT 1989
Modified from last libversion:
libversion 1.1 10/13/89 Sun Microsystems Inc.
Reasons for this new version:
Create the initial libversion log for libtest.a:
File sdrtns.c:
process_sundiag_args, send_message, exception, finish, display_usage,
standard_usage, test_init, test_end, check_default, check_usage,
check_coredump.
File rpcrtns.c:
send_msg, init_udp_client, send_rpc_msg, get_hostname, get_sockaddr,
call_client
File sdutil.c:
trace_before, trace_after.