2002-06-15  Alexander Chernov  <cher@ispras.ru>

	* configure:
	a new file `reuse_import.h' is generated to contain the definition
	  of R_DLL macro to enable compilation of DLL libraries on
	  Win32.

2002-06-08  Alexander Chernov  <cher@ispras.ru>

	* configure: copyright notice is slightly changed;
	CONF_PRINTF_INT64 setting is added;
	CONF_PRINTF_LLD_WORKS setting is added;
	CONF_PRINTF_A_WORKS setting is added;
	CONF_PRINTF_LG_WORKS setting is added;
	CONF_USE_SYSTEM_PRINTF setting is added;
	CONF_HAS_STRTOLD setting is added;
	CONF_HAS_STRTOF setting is added;
	CONF_STRTOD_ACCEPTS_HEX setting is added;
	CONF_SCANF_LLD_WORKS setting is added;
	CONF_SCANF_INT64_WORKS setting is added;
	CONF_SCANF_A_WORKS setting is added;
	CONF_SCANF_LG_WORKS setting is added;
	CONF_USE_SYSTEM_SCANF setting is added;
	CONF_HAS_STRCASECMP setting is added;
	CONF_HAS_STRNCASECMP setting is added;
	CONF_HAS_STRNLEN setting is added.

2002-05-12  Alexander Chernov  <cher@ispras.ru>

	* configure:
	two new options supported: `--enable-cvm-backend', `--with-dmalloc';
	the corresponding configuration variables are
	  CONF_CVM_BACKEND, CONV_DMALLOC;
	include files in ${P_HOME}/include/${P_CONFIG} are installed as
	  hard-links rather than softlinks.

	* Makefile: rule `release' is fixed to remove all non-release files.

	* .cvsignore: Initial revision

2002-05-08  Alexander Chernov  <cher@ispras.ru>

	* NEWS: *** empty log message ***

2002-05-08  Alexander Chernov  <cher@ispras.ru>

	* Makefile:
	added rules release_win32, release to remove all unneeded files.

2002-04-16  Alexander Chernov  <cher@ispras.ru>

	* configure:
	if the host compiler supports 64-bit integral types, R_LONG_LONG_MAX,
	  R_LONG_LONG_MIN, R_ULONG_LONG_MAX constants are generated to
	  <p_integral.h>.

2002-03-16  Alexander Chernov  <cher@ispras.ru>

	* configure:
	if `long long' type is supported, CONF_HAS_INT64 and CONT_INT64_TYPE
	  configuration variables are set;
	new check for `__int64' type as supported by Visual C++ compiler,
	  if the type is present, CONF___INT64 variable is set to 1,
	  CONF___INT64_BITS is set to 64, CONF_HAS_INT64 is set to 1,
	  CONF_INT64_TYPE is set to "__int64";
	new check how to specify 64-bit literals in program code. Currently
	  "ll" and "i64" variants are checked. CONF_INT64_SUFFIX macro is
	  defined to be the supported suffix; this check is performed only
	  if CONF_HAS_INT64 is set to 1.
	new check for unsigned 64-bit integral literals in program code.
	  "ull" and "ui64" are checked. CONF_UINT64_SUFFIX variable is set.
	  this check is performed only if CONF_HAS_INT64 is set to 1.
	new check for printf function format to print 64-bit integer
	  quantities. The following are checked "%lld", "%I64d", "%Ld",
	  "%qd". CONF_INT64_FORMAT variable is set to suffix "ll", "I64", "L"
	  or "q".
	new check whether `long double' is equivalent to `double'
	  (as for Visual C++). CONF_LONG_DOUBLE_IS_DOUBLE variable is set to 1,
	  if it is so.
	if the compiler supports `__int64', definitions of `rullong_t',
	  `rllong_t' are emitted to p_integral.h;
	`__int64' type is included into the list of types searched to emit
	  explicitly-sized typedefs;
	if CONF_HAS_INT64 is set to 1, definitions of R_I64, R_U64, R_F64
	  macros are emited to p_integral.h;
	if CONF_LONG_DOUBLE_IS_DOUBLE is set to 1, definition of
	  R_LONG_DOUBLE_IS_DOUBLE is emited to p_integral.h.

2002-01-10  Alexander Chernov  <cher@ispras.ru>

	* configure: wrappers are disabled for win32 platforms by default.

2002-01-02  Alexander Chernov  <cher@ispras.ru>

	* configure: copyright notice updated;
	removed obsoleted mingw32-specific linker options.

	* mingwenv.sh: Initial revision

2001-09-24  Alexander Chernov  <cher@ispras.ru>

	* NEWS: Date of the release added

2001-09-16  Alexander Chernov  <cher@ispras.ru>

	* NEWS: initial revision

2001-06-27  Alexander Chernov  <cher@ispras.ru>

	* Makefile: added `log' rule to update ChangeLog in this directory.

2001-06-23  Alexander Chernov  <cher@ispras.ru>

	* configure, Makefile, setenv.sh, vcenv.sh, runmake.sh:
	Copyright notice updated.

2001-06-16  Alexander Chernov  <cher@ispras.ru>

	* configure: added test for `strtoll' and `strtoull' functions
	and the corresponding configuration variables
	CONF_HAS_STRTOLL, CONF_HAS_STRTOULL.

2001-05-17  Alexander Chernov  <cher@ispras.ru>

	* configure: Fixes to compile on Solaris (broken `grep' that does not
	understand -E option).

Fri Oct  1 07:18:25 1999  Alexander Chernov  <cher@tonal.mtu.ru>

	* configure:
	fixed CONF_INCLUDE_CONCAT feature test: it tries to include
	the temporary generated file name which was changed from
	/tmp/conf.c to ./aconf, thus this test always failed.

Wed Sep  8 07:00:22 1999  Alexander Chernov  <cher@tonal.mtu.ru>

	* configure:
	basename for files for configuration test probes renamed from conf
	to aconf and these files are put into the current directory instead
	of /tmp; fixed function 'cleanup' to correctly remove the executable
	file which on unix has no suffix at all.

Wed Sep  1 05:52:53 1999  Alexander Chernov  <cher@tonal.mtu.ru>

	* configure: GENDIR_INCLUDE is set to both -I${GENDIR} and -I${DEPDIR}
	if CONF_INCLUDE_CONCAT is 0.

	* Makefile: remove_genfiles rule fixed to work correctly

Tue Aug 31 19:16:42 1999  Alexander Chernov  <cher@tonal.mtu.ru>

	* configure:
	1) introduced a separate 'dependency' directory. File deps.make
	is stored in this directory, this directory is named
	'.dep-${config}', soft link 'd' may be created in the debugging mode
	if the platform supports it, or 'dep' if architecture specific
	dependecy files are disabled; environment variable REALD (set
	by build.sh) points to the real name of the dependency directory,
	variable DEPDIR points to either real name, or soft link;
	2) new --disable-arch-gendir option is supported. If this option is
	specified, generated files are stored in 'gen' subdirectory
	of the component build directory regardless of the platform.
	CONF_NO_ARCH_GENDIR is set to 1 in this case;
	3) new --disable-arch-depdir option is supported. If this option is
	specified, generated files are stored in 'dep' subdirectory
	regardless of the platform. CONF_NO_ARCH_DEPDIR is set to 1
	in this case;
	4) new --disable-arch-objdir option is supported, if this option is
	specified, object files are stored in 'obj' subdirectory
	regardless of the platform. CONF_NO_ARCH_OBJDIR is set to 1.
	5) new --with-reuse option. If this option is specified along with the
	path to the location of the library, the library is taken from that
	place instead of project sources. Reuse library, included with the
	sources is not compiled.
	6) new variable CONF_MAKEDEPS_GENOPT which is set to -G1,
	if either CONF_NO_ARCH_GENDIR or CONF_NO_GEN_REMAKE variables are 1.
	This option should be passed to cdeps utility to correctly
	specify directory with the generated files;
	7) new variable CONF_MAKEDEPS_GENOPT which is set to -G1,
	if either CONF_NO_ARCH_GENDIR or CONF_NO_GEN_REMAKE variables are 1;
	This option should be passed to cdeps utility to correctly
	specify directory with the dependency files;
	8) fixed name of the generated files directory is changed from
	'generated' to 'gen', so generation of the resulting .h, .make
	files updated accordingly;
	9) REALO environment variable is used instead of explicitly
	specifying '.obj-${prj_config}'.

	* Makefile: 1) export_build rule is removed;
	2) clean, genclean, confclean, distclean, binclean rules
	use the reversed list of subdirectories in order to clean up
	etc subdirectory after all other subdirectories are cleaned since
	configuration files may be used during cleanup.

Thu Aug 26 14:53:30 1999  Alexander Chernov  <cher@tonal.mtu.ru>

	* configure: 1) completely removed old options: -f, -g, -m, etc;
	2) write_help function prints the help message in the GNU
	configure-like format, the options which are disabled by
	etc/features.sh file are not reported;
	3) '$Revision' CVS keywords are stripped from the revision number
	to be reported;
	4) added option --prefix=PREFIX to install the files into a specified
	location. Currently, bin, share and libexec directories are copied.
	If the prefix is not specified, the files are not installed anywhere
	out of ${prj_home};
	5) fixed parsing of value of --with-*= and --enable-*= options
	to remove option name until the first '=' sign;
	6) package name is also reported in the script's banner.
	The package name is specified in etc/version.sh file
	as variable PACKAGE;
	7) changed 'data type' of variables in etc/feature.sh:
	if the feature is enabled, the value of the corresponding variable
	must be set to any value, except 'no', or unset. If the feature is
	disabled, the corresponding variable must be set to 'no';
	8) new option: --with-cpp-options=OPTIONS, which specifies the options
	which should be passed to the preprocessor when it is invoked;
	9) if --enable-rpath is specified, CONF_RPATH is set to libexec
	directory either in PREFIX location, or in prj_home location;
	10) new feature variable configure_bison_tools in etc/features.sh,
	which enables searching of bison and flex tools;
	11) new feature variable configure_cocktail_tools in etc/features.sh,
	which enables searching of cocktail tools;
	12) new feature variable configure_purify_tools in etc/features.sh,
	which enables searching of purify tools;
	13) new feature variable configure_asm_stuff in etc/features.sh, which
	enables testing of asm specific stuff __attribute__((alias("NAME"))),
	__asm__("NAME") etc.
	14) new feature variable configure_cpp in etc/features.sh which
	enables CPP related configuration stuff;
	15) new configure option --disable-wrappers which disables use of
	wrapper shell scripts. The compiled executables (and shared libraries)
	are installed directly to bin directory;
	16) if a variable corresponds to a disabled configure feature,
	the variable is not written to the resulting configuration files.

	* Makefile:
	1) modified install, install_only rules: the executables are copied
	into a different location by script etc/doinstall.sh, if
	--prefix option is specified to configure;
	2) arguments of 'find' command corrected to fix warnings about
	removed directories in rules remove_CVS, remove_genfiles.

Thu Aug 19 07:36:04 1999  Alexander Chernov  <cher@tonal.mtu.ru>

	* configure:
	1) support of --enable-shared option (building shared variables)
	is enabled for ix86-win32-mingw, ix86-win32-cygwin configurations,
	support for ix86-win32-cygwin configuration is broken by some
	reason (DLL is generated, but the program crashes on startup);
	2) DLLSFX is unset for ix86-win32-vc, ix86-win32-bcc configuration
	because setting it to .dll brokes makefiles.

Mon Aug 16 19:37:00 1999  Alexander Chernov <cher@ispras.ru>

	* configure: 1) copyright notice added;
	2) added generic support for --enable-* and --disable-* options,
	which are currently treated exactly as --with-* and --without-*
	options;
	3) --enable-shared option supported. This option enables building
	of shared libraries on platforms that support it. If this option is
	specified, the CONF_DLL configuration variable is set 1.
	4) --enable-rpath option support. If this option is enabled,
	the path to the shared libraries, such as reuse is hardcoded into
	the compiled executable via -rpath linker directive. This enables
	running of the compiled programs without explicit specifying
	of LD_LIBRARY_PATH, but makes such executables nonrelocatable, i.e.
	these files cannot be moved to another location in the file system.

Mon Aug 16 19:31:40 1999  Alexander Chernov <cher@ispras.ru>

	* Makefile, runmake.sh, setenv.sh: copyright notice added (GNU LGPL).

Sun Aug  8 08:24:30 1999  Alexander Chernov <cher@ispras.ru>

	* configure: 1) -Wl,--defsym,_0=0 removed from linker cmdline 
	of ix86-win32-mingw and ix86-win32-cygwin configurations since
	the better alternative is invented (asm("0x0")).
	2) new feature test: checked support of __attribute__((alias("0")))
	and macro CONF_ATTRIBUTE_ALIAS_0 is set accordingly;
	3) new feature test: checked support of asm("name") directive and
	macro CONF_DECLARATION_ASM is set accordingly;
	4) new feature test: checked support of asm("0x0") directive and
	macro CONF_DECLARATION_ASM_0 is set accordingly;
	5) CFLAGS and CXXFLAGS for ix86-win32-bcc in RELEASE configuration
	are set to "optimize for speed" option (-O2).

Thu Aug  5 22:41:19 1999  Alexander Chernov <cher@ispras.ru>

	* configure: 1) Special linker options added for configuration
	ix86-win32-cygwin.
	Should fix the code, that forces this option to be used.
	2) find_in_path: extra path specified as argument of the function
	is concatenated with PATH properly. No extra : appears in the front
	of PATH, if extra path is empty.
	3) etc/features.sh file is read, if exists. This file might contain
	variables, that selects a subset of all feature tests, provided
	by configure script. Currently only one control variable exists:
	configure_cpp_option_list, if this variable is set to 0,
	CONF_LANG_CPP_OPTION_LIST variable is not checked.
	4) fixes to compile with gcc-2.95 on ix86-win32-cygwin (special
	flags to LDGLOBAL variable).
	5) CONF_LANG_C_CPP_OPTIONS_LIST feature test honors the value
	of control variable configure_cpp_option_list (see above).
	6) "strip compiled binary" option added to LDFLAGS in release mode
	if gcc is used.

Sun Aug  1 14:32:58 1999  Alexander Chernov <cher@ispras.ru>

	* setenv.sh: Adopted for the new build environment

Sat Jul 31 16:38:45 1999  Alexander Chernov <cher@ispras.ru>

	* configure: The copyright and generated files banners are changed.

Sat Jul 31 06:46:26 1999  Alexander Chernov <cher@ispras.ru>

	* configure: GENDIR_INCLUDE is set to -I${GENDIR}

Sat Jul 31 06:28:34 1999  Alexander Chernov <cher@ispras.ru>

	* configure: 1) full list of --with-* and --without-* options
	is assemled in the header;
	2) new mode variable DEPDIR - directory to store deps.make file.
	3) removed support for -u (option_no_subdirs) option;
	4) new option --without-gen-remake: remaking of generated files
	is disabled (generates an error if an attempt took place);
	all generated files are taken from "generated" directory.
	Suitable for compilation platforms that lack cocktail, or for release
	only compilation; new related configuration variables:
	CONF_NO_GEN_REMAKE, GENREM;
	5) new option --without-dep-remake: remaking of deps.make is disabled;
	deps.make is taken from "generated" directory.
	new configuration variables: CONF_NO_DEP_REMAKE, DEPREM;
	6) generation of CONF_GENFILE macro is updated to support
	--without-gen-remake option;

Fri Jul 30 14:14:41 1999  Alexander Chernov <cher@ispras.ru>

	* Makefile: "binclean" rule added.

Fri Jul 30 12:50:09 1999  Alexander Chernov <cher@ispras.ru>

	* configure: Mostly Windows-related changes.
	1) --with-mingw32 renamed to --with-mingw;
	2) canonic configuration for mingw32 renamed from ix86-win32
	to ix86-win32-mingw;
	3) -D_POSIX_ added to C and C++ compiler cmdlines in
	ix86-win32-{vc,bcc} configurations;
	4) more warnings suppressed in C/C++ compiler cmdlines for
	ix86-win32-bcc;
	5) new feature macro: CONF_HAS__SNPRINTF: whether _snprintf function
	is present;
	6) new option --with-builtin-cpp, that corresponds to configuration
	variable CONF_BUILTIN_CPP. If this option is enabled,
	the C preprocessor is linked to the C frontend;
	7) new option --with-cpp-debug, that corresponds to CONF_CPP_DEBUG.
	If this feature enabled, rcc tries to start the preprocessor from
	its source directory: ${P_HOME}/sources/c_cpp/.obj-${P_CONFIG};
	8) new option --with-runtime-libexec. If this feature is enabled,
	binaries are installed to ${P_HOME}/libexec/${CONFIG_RUNTIME}.
	There might be several compile-time configurations, that corresponds
	to a single runtime configuration, for example:
	ix86-win32-mingw, ix86-win32-bcc, ix86-win32-vc -> ix86-win32;
	9) new option --with-reuse-debug. If this option is enabled,
	include and library files for reuse library are taken from
	reuse source directory instead of installed directory.
	CGLOBAL, CXXGLOBAL, LDGLOBAL are updated;
	10) CONF_FSTOKEN is "int" type variable, not string.

Sun Jul 25 11:40:50 1999  Alexander Chernov <cher@ispras.ru>

	* configure: Bugs in support of ix86-win32-vc configuration fixed.

Sat Jul 24 17:38:39 1999  Alexander Chernov <cher@ispras.ru>

	* configure: 1) AR   ix86-win32-bcc  
	{--}/bcclib.sh  tlib-wrapper.sh.
	2)    CONF_FCHDIR,   1,
	  fchdir .

Sat Jul 24 07:58:42 1999  Alexander Chernov <cher@ispras.ru>

	* configure:      Windows.
	1)   cf_r,    
	  cleanup.
	2) find_in_path, strip_full_path, get_first  ,
	 , . .     
	Windows: \Program Files\...
	3)    CGENFLAGS,   
	 C,     
	  ,  rex  .
	 gcc  "-Wno-unused".
	4)    CONFIG_RUNTIME -  
	  .    ix86-win32-vc,
	ix86-win32-bcc, ix86-win32-mingw32  
	   : ix86-win32.    
	  ...
	5)   --with-vc -   
	 Visual C++ (5.0).  :
	ix86-win32-vc.
	6)    CLD -    C .
	    C-,  
	ix86-win32-bcc  ix86-win32-vc,   CLD 
	  ,   Unix CC  
	    .
	7)    CXXLD -   
	C++ . .  .
	8)   ix86-win32-bcc CGLOBAL  CXXGLOBAL 
	,     .
	9)   ix86-win32 (mingw32) -lwsock32   LIBGLOBAL
	 SOCKETLIBS.
	10)  Win32 API  WinSock (  ...).
	11)    CONF_HAS__ALLOCA -
	  1,   _alloca() ( ix86-win32-vc).
	12)    configure    
	 CONFIG-,    
	 ,   config.guess.

Thu Jul 22 19:46:50 1999  Alexander Chernov <cher@ispras.ru>

	* configure: LIBGLOBAL is set to -lm in most cases

Wed Jul 21 21:01:32 1999  Alexander Chernov <cher@ispras.ru>

	* configure:     Windows.
	1)   --with-bcc    Borland C++ (bcc32).
	    : ix86-win32-bcc.
	     Windows
	   (.obj, .lib, etc).  ar 
	  tlib   .
	2)   --with-mingw32    mingw32 (gcc
	-mno-cygwin).     : ix86-win32.
	3)    p_config.h  
	#define XXX 0
	
	#undef XXX
	  -,  0  1.
	4)   :    
	      .
	,   ix86-win32-bcc    
	\tmp\conf.c,     configure 
	 /tmp/conf.c.    $cf 
	  .
	5)    EXE_OUTPUT_FLAG - 
	,      .
	6)   OBJ_OUTPUT_FLAG -  ,
	     .
	7)   CONF_INCLUDE_CONCAT -   1,
	       #include.
	    ,  CONF_GENFILE, 
	   ,  
	 ( ),    
	GENDIR_INCLUDE     
	     #include.
	8)   CONF_FILE_STATIC_INIT - 
	 1,  stdin, stdout, stderr   
	,      
	 .
	9)   CONF_ATTRIBUTE_CONSTRUCTOR -
	  1,    
	__attribute__((constructor)).

Mon Jul 19 20:11:05 1999  Alexander Chernov <cher@ispras.ru>

	* configure:  CONF_VERSION_CODE  
	  ,
	-  C    .

Sat Jun 19 21:57:36 1999  Alexander Chernov <cher@ispras.ru>

	* configure: Fix against _strange_ behavour of /bin/sh on Solaris.

Thu Jun 17 06:37:25 1999  Alexander Chernov <cher@ispras.ru>

	* configure: WRAPPERSRC is replaced with MKWRAPPER

Wed Jun 16 06:08:03 1999  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: project-configuration variables P_* replaced with
	flexible multiproject scheme "env_prefix"

Sat Jun 12 07:53:45 1999  Alexander Chernov <cher@ispras.ru>

	* Makefile: removed references to nonexistent directories

Sat Jun 12 07:53:10 1999  Alexander Chernov <cher@ispras.ru>

	* configure: p_config.c file is generated, which contain external
	representation of all compile-time settings

Sat Jun 12 06:26:47 1999  Alexander Chernov <cher@ispras.ru>

	* configure: 1) added support for forced config name specified from
	cmd lines;
	2) added general support for --with-*, --with-*=*, --without-* options;
	3) added support for --with[out]-cocktail[=path] option;

Sat Jun 12 06:18:56 1999  Alexander Chernov <cher@ispras.ru>

	* Makefile: remove_genfiles rule corrected

Mon Jun  7 17:49:20 1999  Alexander Chernov <cher@ispras.ru>

	* setenv.sh: #!/bin/sh added to show the file with "x" bit
	set on cygwin.

Sat Jun  5 13:37:16 1999  Alexander Chernov <cher@ispras.ru>

	* configure: restored autoconfiguration of
	CONF_LANG_C_CPP_OPTIONS_LIST variable

Tue Jun  1 06:50:58 1999  Alexander Chernov <cher@ispras.ru>

	* configure: 1) CONF_ENV_PREFIX is exported to p_config.h file;
	2) all references to P_* variables are replaced
	with references to calculated names with use of CONF_ENV_PREFIX.

Mon May 31 22:11:38 1999  Alexander Chernov <cher@ispras.ru>

	* Makefile: variable DIRS fixed

Mon May 31 22:11:23 1999  Alexander Chernov <cher@ispras.ru>

	* configure: added new variable WRAPPERSRC;
	fixes for ix86-win32 configuration

Mon May 31 19:43:25 1999  Alexander Chernov <cher@ispras.ru>

	* configure:    rel  CMODEOPT, CXXMODEOPT
	  -O2 -Wall

Mon May 31 05:54:16 1999  Alexander Chernov <cher@ispras.ru>

	* setenv.sh: Initial revision

Sun May 30 22:02:31 1999  Alexander Chernov <cher@ispras.ru>

	* Makefile:  : config -> etc

Sun May 30 21:28:46 1999  Alexander Chernov <cher@ispras.ru>

	* configure:    MAKEBNUM

Sun May 30 16:44:53 1999  Alexander Chernov <cher@ispras.ru>

	* configure:      Cocktail'.

Sun May 30 15:37:28 1999  Alexander Chernov <cher@ispras.ru>

	* configure:    configure   reuse,
	 .

Sun May 30 12:06:56 1999  Alexander Chernov <cher@ispras.ru>

	* Makefile: distclean rule modified

Thu May 27 11:43:34 1999  Alexander Chernov <cher@ispras.ru>

	* configure:      libc.

Mon Apr  5 15:01:36 1999  Alexander Chernov <cher@ispras.ru>

	* configure: Soft links are disabled on all ix86-win32 platforms

Mon Apr  5 11:35:00 1999  Alexander Chernov <cher@ispras.ru>

	* configure: Improved support of ix86-win32 platform

Tue Mar 30 16:37:46 1999  Alexander Chernov <cher@ispras.ru>

	* configure: added check for mmap presence

Mon Mar 22 14:15:45 1999  Alexander Chernov <cher@ispras.ru>

	* runmake.sh:    
	$REP_HOME/config/$REP_CONFIG/config.sh
	  .   ,  make
	  make. ,   
	distclean.

Mon Mar 22 14:11:40 1999  Alexander Chernov <cher@ispras.ru>

	* configure: CONF_VERSION_CODE  ,
	  -     .
	,  REP-1.6_Rel    10600."

Fri Mar 19 17:23:48 1999  Alexander Chernov <cher@ispras.ru>

	* configure: added checking for __attribute__ ((alias()))

Fri Mar 19 17:22:40 1999  Alexander Chernov <cher@ispras.ru>

	* Makefile: fixes to run compilation on Cygnus platform

Mon Feb 15 13:03:01 1999  Alexander Chernov <cher@ispras.ru>

	* configure: added variable CONF_LINUX_LIBC_VERSION to
	distinguish between linux libc5 and libc6 (glibc2)

Mon Nov 16 13:04:16 1998  Alexander Chernov <cher@ispras.ru>

	* setenv.sh: Changed setting of BUILD_DB

Mon Nov 16 13:03:55 1998  Alexander Chernov <cher@ispras.ru>

	* configure: Minor correction

Fri Nov 13 17:32:30 1998  Alexander Chernov <cher@ispras.ru>

	* setenv.sh: PRES_CONFIG setting changed

Fri Nov 13 10:18:17 1998  Alexander Chernov <cher@ispras.ru>

	* setenv.sh: added setting of BUILD_DB

Thu Nov 12 11:29:28 1998  Alexander Chernov <cher@ispras.ru>

	* setenv.sh: PRES_HOME is changed from ~/pres to ~/UniCad

Tue Nov 10 14:57:52 1998  Alexander Chernov <cher@ispras.ru>

	* configure: Fixes to compile stuff under CYGWIN beta 20

Tue Sep  8 14:01:25 1998  Alexander Chernov <cher@ispras.ru>

	* setenv.sh: Initial revision

Tue Sep  8 06:17:12 1998  Alexander Chernov <cher@ispras.ru>

	* configure: Added -static options to LDFLAGS if in debug mode

Fri Jul 24 08:41:30 1998  Alexander Chernov <cher@ispras.ru>

	* configure: DLL's are supported on Linux only (for now)

Fri Jul 24 08:24:57 1998  Alexander Chernov <cher@ispras.ru>

	* configure: removed generation of CONF_LANG_C_CPP_OPTIONS from
	config.h file

Thu Jul 23 21:01:09 1998  Alexander Chernov <cher@ispras.ru>

	* configure: added OBJSFX configuration variable

Thu Jul 23 19:56:44 1998  Alexander Chernov <cher@ispras.ru>

	* configure, Makefile, runmake.sh: Initial revision

Thu Jul  9 12:23:46 1998  Alexander Chernov <cher@ispras.ru>

	* configure: default mode file linking/copying improved

Fri Jul  3 11:38:51 1998  Alexander Chernov <cher@ispras.ru>

	* configure: Added configuration of variables DIRSEP, PATHSEP,
	CONF_FSTOKEN

Fri Jul  3 11:36:59 1998  Alexander Chernov <cher@ispras.ru>

	* Makefile: logs directory is removed on distclean rule

Thu Jul  2 13:21:38 1998  Alexander Chernov <cher@ispras.ru>

	* configure: generation of CONF_GENFILE macro corrected

Thu Jul  2 11:59:39 1998  Alexander Chernov <cher@ispras.ru>

	* configure: Added generation of CONF_GENFILE macro

Thu Jul  2 11:06:54 1998  Alexander Chernov <cher@ispras.ru>

	* configure: 1) ENABLE_LN, GENDIR, OBJDIR, LNS variables added
	to mode files, depending on actual support of symbolic links and
	compilation mode (symlinks by default for dbg mode only);
	2) MAKEDEPS is set by default to slightly different location, since
	arch-dependent object dir in tools is not .$(REP_CONFIG) instead of
	$(REP_CONFIG) as in other sources directories;
	3) REP_INCL is set to $(REP_HOME)/config/$(REP_CONFIG) (to
	include config.h) instead of $(REP_HOME)/sources/include/$(REP_CONFIG)
	in order not to copy config.h out of config directory;
	4) ix86-cygnus-win32 platform is explicitly marked as supporting
	no symlinks. Probably some feature test should be added to actually
	check support of symlinks;
	5) removed old code related to stat mode generation;
	6) cp is used instead of ln -s if symlinks are not supported.

Thu Jul  2 11:00:39 1998  Alexander Chernov <cher@ispras.ru>

	* Makefile: 1) restore_genfiles rule removed (unused);
	2) cleaning rules are reordered;
	3) added list of .PHONY targets at the end.

Fri Jun 26 09:52:55 1998  Alexander Chernov <cher@ispras.ru>

	* configure: Removed duplicated lines.

Mon Jun 22 12:06:31 1998  Alexander Chernov <cher@ispras.ru>

	* configure: removed duplicated lines

Mon Jun 22 11:58:36 1998  Alexander Chernov <cher@ispras.ru>

	* configure: added configuration of CONF_SSCANF_WORK variable

Thu Jun 18 11:16:49 1998  Alexander Chernov <cher@ispras.ru>

	* configure: 1) Added endianness configuration (little or big endian);
	2) Added 64 bit int (long long) support detection.

Wed Jun 17 11:17:01 1998  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: 1) user is not prompted ("Continue anyway"), if input or
	output is not a terminal.

Wed Jun 17 11:14:21 1998  Alexander Chernov <cher@ispras.ru>

	* configure: 1) executables suffix is autodetected (either
	.exe on win32/dos or empty elsewhere);
	2) backslashes are backslashed correctly in the generated C
	strings (in config.h);
	3) added feature to use saved versions of generated files, if
	cocktail tools does not exist.

Wed Jun 17 11:07:40 1998  Alexander Chernov <cher@ispras.ru>

	* Makefile: 1) added rules save_genfiles, restore_genfiles,
	remove_genfiles, remove_CVS;
	2) changed directory where Editor Client is located.

Thu Jun 11 13:02:27 1998  Alexander Chernov <cher@ispras.ru>

	* configure: Ed editor is no longer used in favor of grep, sed etc.

Thu Jun 11 13:01:47 1998  Alexander Chernov <cher@ispras.ru>

	* Makefile: distclean rule is corrected

Mon May 18 14:46:32 1998  Alexander Chernov <cher@ispras.ru>

	* configure: added autoconfiguration of strerror, errlist

Sun May 17 15:19:28 1998  Alexander Chernov <cher@ispras.ru>

	* Makefile: Syncronized with changes for REP-1.4.3 release

Fri Mar 20 14:28:02 1998  Alexander Chernov <cher@ispras.ru>

	* configure: improved interactive features

Mon Mar 16 14:08:19 1998  Alexander Chernov <cher@ispras.ru>

	* configure: Added autodetection of CONV_VERSION_CODE variable.
	The variable contains current REP version number in the
	numeric form suitable for manipulation in C (#if clauses)

Sat Mar 14 13:30:19 1998  Alexander Chernov <cher@ispras.ru>

	* configure: 1) removed RELEASE_STAT mode (not supported anymore);
	2) most [ "${var}" = "val" ] are rewritten in more
	safe style: [ x"${var}" = x"val" ]
	3) user is prompted when configuration settings are found
	in config directory whether to use them, or not.
	4) both user prompts (for REP_HOME and config hash)
	are displayed only if input and output is connected to tty;
	reasonable defaults (reset REP_HOME to `pwd` and don't use
	config cache) are used, when input or output is not tty
	5) generated config.sh now contains clause
	[ x"${var}" = x ] && var='${value}'
	thus allowing user to override variable settings even if
	read from config file
	6) config.sh is generated correctly when old config values are
	read from the old config.sh file. Previously, values of
	some variables were clobbered.
	7) REP_BUTTONS variable is removed since is not used
	8) correct names for operating system (that provided by
	REPnewconfname script) are used throughout the script
	9) config.h is no longer copied to ${REP_HOME}/include,
	since ${REP_HOME}/include seems to be unused
	10) removed CVS Log from the end of file since it became
	too long
	11) AWK on hpux is searched in order "awk nawk gawk", and
	on other platforms in order "gawk nawk awk"

Mon Mar  9 11:44:30 1998  Alexander Chernov <cher@ispras.ru>

	* runmake.sh, Makefile, configure: REP 1.4 is released

Sun Mar  8 13:06:04 1998  Alexander Chernov <cher@ispras.ru>

	* configure: REP_CLASSPATH is always set to "."

Thu Mar  5 19:45:49 1998  Alexander Chernov <cher@ispras.ru>

	* configure: added configuration for PURECOV variable and
	reasonable setting of REP_CLASSPATH variable

Mon Jan 26 16:06:17 1998  Alexander Chernov <cher@ispras.ru>

	* configure: CONFIG_CPU_NAME is used instead of CONFIG_CPU

Sun Jan 25 13:51:18 1998  Alexander Chernov <cher@ispras.ru>

	* Makefile: implemented "export_build" rule

Fri Jan 23 14:49:48 1998  Alexander Chernov <cher@ispras.ru>

	* configure: improved automatical gcc -D and -I settings

Thu Jan 22 18:49:37 1998  Alexander Chernov <cher@ispras.ru>

	* configure: added code to detect options list for preprocessor

Fri Dec 12 16:26:26 1997  Alexander Chernov <cher@ispras.ru>

	* configure: Hack to enable BUIDLNUM even in RELEASE mode

Tue Nov 11 10:04:59 1997  Alexander Chernov <cher@ispras.ru>

	* configure: fixed linux specific code

Mon Nov 10 14:47:39 1997  Alexander Chernov <cher@ispras.ru>

	* configure: CONF_CPU, CONF_OS_NAME etc. variables are detected
	even REP_CONFIG is set by a user

Tue Oct 21 17:56:34 1997  Alexander Chernov <cher@ispras.ru>

	* configure: added generation of CONF_CANONIC_STR macro to
	config.h file

Sun Oct 19 10:11:29 1997  Alexander Chernov <cher@ispras.ru>

	* configure, configure: corrections to work on solaris's /bin/sh

Sat Oct 18 18:28:13 1997  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: automattic setting of REP_CONFIG added

Sat Oct 18 18:25:49 1997  Alexander Chernov <cher@ispras.ru>

	* configure: configuration scheme is improved

Sat Oct 18 12:51:17 1997  Alexander Chernov <cher@ispras.ru>

	* configure: correction: wrote $(a) instead of ${a}

Sat Oct 18 12:48:02 1997  Alexander Chernov <cher@ispras.ru>

	* configure: furhter adopted to multi-platform setup

Sat Oct 18 12:38:00 1997  Alexander Chernov <cher@ispras.ru>

	* configure: corrections to support multi-platform configuration

Fri Oct 17 11:33:15 1997  Alexander Chernov <cher@ispras.ru>

	* configure: corrections

Fri Oct 17 10:56:00 1997  Alexander Chernov <cher@ispras.ru>

	* configure: added configuration variable REP_EXEC

Thu Oct 16 11:37:32 1997  Alexander Chernov <cher@ispras.ru>

	* configure: changed canonic configuration naming scheme

Mon Sep 22 23:20:12 1997  Alexander Chernov <cher@ispras.ru>

	* configure, Makefile, configure: REP-1.2 has been released

Sun Aug 31 07:39:29 1997  Alexander Chernov <cher@ispras.ru>

	* Makefile: commented out obsoleted directory contrib

Mon Aug  4 07:49:42 1997  Alexander Chernov <cher@ispras.ru>

	* configure: added variable EXE_MODE

Thu Jul 24 17:07:48 1997  Alexander Chernov <cher@ispras.ru>

	* configure: added help on -h option and -a option that stands
	for a bunch of options

Wed Jul  9 09:50:17 1997  Alexander Chernov <cher@ispras.ru>

	* configure: minor correction

Wed Jul  9 09:38:08 1997  Alexander Chernov <cher@ispras.ru>

	* configure: added REP version printing

Tue Jun 10 13:55:02 1997  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: behavour relaxed when the required directory is
	not found, no error now reported, just warning

Thu Jun  5 13:10:55 1997  Alexander Chernov <cher@ispras.ru>

	* configure: BUILD_NUM_RULES is yes when debug mode is generated

Thu Jun  5 10:27:32 1997  Alexander Chernov <cher@ispras.ru>

	* configure: export of RCS_RULES is disabled since the variable
	is no longer used

Tue Jun  3 15:59:11 1997  Alexander Chernov <cher@ispras.ru>

	* configure: commented out JAVAC tuning added two revisions before

Tue Jun  3 15:52:32 1997  Alexander Chernov <cher@ispras.ru>

	* configure: added REP_WWW variable

Tue Jun  3 15:12:54 1997  Alexander Chernov <cher@ispras.ru>

	* configure: added tuning for JAVAC variable

Thu May  8 09:54:48 1997  Alexander Chernov <cher@ispras.ru>

	* configure: fixes

Thu May  8 09:46:17 1997  Alexander Chernov <cher@ispras.ru>

	* configure: MODENAME variable is flushed to mode files

Thu May  8 09:44:09 1997  Alexander Chernov <cher@ispras.ru>

	* configure: fixed a syntax error

Thu May  8 09:31:55 1997  Alexander Chernov <cher@ispras.ru>

	* configure: enahnced support for compilation modes;
	new compilation mode STAT_RELEASE is added

Sun May  4 12:30:23 1997  Alexander Chernov <cher@ispras.ru>

	* configure: Script now checks whether value of REP_HOME is the
	same as the current
	directory and issues a warning if this is not true

Fri Apr 11 12:15:46 1997  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: correction

Fri Apr 11 12:08:28 1997  Alexander Chernov <cher@ispras.ru>

	* configure: 1) Defines of REP_RELEASE and REP_DEBUG are renamed to
	   RELEASE and DEBUG corrs.
	2) rep_config.h is renamed to config.h

Thu Apr 10 15:30:22 1997  Alexander Chernov <cher@ispras.ru>

	* Makefile: html directory is removed from the list of traversed dirs

Thu Apr 10 15:25:53 1997  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: minor corrections

Thu Apr 10 15:25:39 1997  Alexander Chernov <cher@ispras.ru>

	* configure: corrections

Thu Apr 10 15:23:14 1997  Alexander Chernov <cher@ispras.ru>

	* Makefile: rule deps is slightly corrected

Thu Apr 10 15:16:21 1997  Alexander Chernov <cher@ispras.ru>

	* Makefile: correction

Thu Apr 10 15:15:43 1997  Alexander Chernov <cher@ispras.ru>

	* Makefile: big changes

Thu Apr 10 11:23:16 1997  Alexander Chernov <cher@ispras.ru>

	* configure: corrections

Thu Apr 10 10:31:33 1997  Alexander Chernov <cher@ispras.ru>

	* configure: corrected

Tue Apr  1 15:27:34 1997  Alexander Chernov <cher@ispras.ru>

	* configure: check whether directories $REP_HOME/include and
	$REP_HOME/sources/include exist before installing files there

Tue Apr  1 15:23:36 1997  Alexander Chernov <cher@ispras.ru>

	* configure: minor changes

Tue Apr  1 15:21:12 1997  Alexander Chernov <cher@ispras.ru>

	* Makefile: we do need configure.sh and config directory when making
	binaries-only release

Sun Mar 30 13:54:39 1997  Alexander Chernov <cher@ispras.ru>

	* Makefile: rule bin_files is added to remove all source files from
	binary-only distribution

Mon Mar 24 16:11:32 1997  Alexander Chernov <cher@ispras.ru>

	* configure: avoid duplicated -g in debug mode

Mon Mar 24 15:46:33 1997  Alexander Chernov <cher@ispras.ru>

	* configure: changes in compilation mode management:
	files mode-rel.make and
	mode-dbg.make are generated automatically always and mode-.make
	is linked to one of them depending from mode

Tue Mar 18 10:14:54 1997  Alexander Chernov <cher@ispras.ru>

	* configure: minor minor minor correction

Tue Mar 18 10:11:30 1997  Alexander Chernov <cher@ispras.ru>

	* configure: detection of SDT is improved

Mon Mar 17 14:49:56 1997  Alexander Chernov <cher@ispras.ru>

	* configure: CGLOBAL used to compile test samples

Mon Mar 17 14:08:38 1997  Alexander Chernov <cher@ispras.ru>

	* configure: minor fixup

Mon Mar 17 14:05:29 1997  Alexander Chernov <cher@ispras.ru>

	* configure: Smart detection of machine type, os type and
	os release is added; Handling of c89 HPUX C compiler is added;

Tue Mar 11 16:35:02 1997  Alexander Chernov <cher@ispras.ru>

	* Makefile: proto directory is no longer built

Thu Mar  6 14:28:54 1997  Alexander Chernov <cher@ispras.ru>

	* configure: Constructs $(VAR_NAME) are replaced with ${VAR_NAME}
	that have the same meaning both in makefiles and shell scripts

Thu Feb 13 17:58:06 1997  Alexander Chernov <cher@ispras.ru>

	* configure: correction

Thu Feb 13 17:57:08 1997  Alexander Chernov <cher@ispras.ru>

	* configure: minor correction

Thu Feb 13 17:56:09 1997  Alexander Chernov <cher@ispras.ru>

	* configure: corrections

Thu Feb 13 17:51:32 1997  Alexander Chernov <cher@ispras.ru>

	* configure: work around GNU bug on HP

Thu Feb 13 15:59:38 1997  Alexander Chernov <cher@ispras.ru>

	* configure: added option to skip tool which is found to absend
	on a computer

Thu Feb 13 11:57:01 1997  Alexander Chernov <cher@ispras.ru>

	* configure: added auto-detection of java compiler

Thu Feb 13 11:13:19 1997  Alexander Chernov <cher@ispras.ru>

	* configure: added REP_CLASS variable

Thu Feb 13 11:02:39 1997  Alexander Chernov <cher@ispras.ru>

	* configure: MAKEDEPS default setting is changed from ./cdeps.sh
	to ./cdeps

Sat Jan 18 13:34:42 1997  Alexander Chernov <cher@ispras.ru>

	* configure: improved detection of long long type

Sat Jan 18 12:52:29 1997  Alexander Chernov <cher@ispras.ru>

	* configure: added option --enable-shared to enable automatic
	compilation of a shared version of the library;
	changed the way of working with sed: a single file with sed commands
	is created instead of individual invocation of sed with a single
	command;

Thu Dec 12 16:17:52 1996  Alexander Chernov <cher@ispras.ru>

	* Makefile: added cleaning of lib directory

Thu Dec 12 15:42:30 1996  Alexander Chernov <cher@ispras.ru>

	* configure: added -m option and mode-name optional argument

Thu Dec 12 11:14:34 1996  Alexander Chernov <cher@ispras.ru>

	* Makefile: correction

Thu Dec 12 10:48:59 1996  Alexander Chernov <cher@ispras.ru>

	* Makefile: corrections

Thu Dec 12 09:34:39 1996  Alexander Chernov <cher@ispras.ru>

	* configure: bug is fixed

Thu Dec 12 09:26:41 1996  Alexander Chernov <cher@ispras.ru>

	* configure: correction

Thu Dec 12 09:23:20 1996  Alexander Chernov <cher@ispras.ru>

	* configure: debugging...

Thu Dec 12 09:20:46 1996  Alexander Chernov <cher@ispras.ru>

	* configure: more apostrphes are used instead of quotes

Thu Dec 12 09:19:39 1996  Alexander Chernov <cher@ispras.ru>

	* configure: apostrphes are used instead of quotes

Thu Dec 12 09:17:34 1996  Alexander Chernov <cher@ispras.ru>

	* configure: correction

Thu Dec 12 09:13:40 1996  Alexander Chernov <cher@ispras.ru>

	* configure: Cocktail tools are made optional

Wed Dec 11 16:53:43 1996  Alexander Chernov <cher@ispras.ru>

	* configure: minor bug fixed

Wed Dec 11 16:37:54 1996  Alexander Chernov <cher@ispras.ru>

	* Makefile: proto directory added

Wed Dec 11 16:08:00 1996  Alexander Chernov <cher@ispras.ru>

	* configure: -O2 flag is replaced with -O due to certain problems
	in the generated code

Wed Dec 11 15:37:05 1996  Alexander Chernov <cher@ispras.ru>

	* configure: configuration of REP_BUTTONS variable added

Wed Dec 11 14:36:28 1996  Alexander Chernov <cher@ispras.ru>

	* configure: configuration name detection code is corrected

Wed Dec 11 14:28:13 1996  Alexander Chernov <cher@ispras.ru>

	* configure: uname -m command used insted of uname -p

Wed Dec 11 14:24:59 1996  Alexander Chernov <cher@ispras.ru>

	* configure: INST_BIN_PATH is set by default to $(REP_HOME)/bin
	instead of $(REP_HOME)/lib

Wed Dec 11 14:05:25 1996  Alexander Chernov <cher@ispras.ru>

	* configure: REP_BIN is set to bin

Wed Dec 11 13:56:28 1996  Alexander Chernov <cher@ispras.ru>

	* Makefile: rule all corrected

Wed Dec 11 13:49:25 1996  Alexander Chernov <cher@ispras.ru>

	* Makefile: Makefile added to the list of RCSFILES

Wed Dec 11 13:48:45 1996  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: debugging done

Wed Dec 11 13:48:30 1996  Alexander Chernov <cher@ispras.ru>

	* Makefile: fixed invalid directory names

Wed Dec 11 13:47:39 1996  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: debugging...

Wed Dec 11 13:41:25 1996  Alexander Chernov <cher@ispras.ru>

	* Makefile: proto subdir is temporarily removed from the list of sorces

Wed Dec 11 13:27:16 1996  Alexander Chernov <cher@ispras.ru>

	* Makefile: check out added to all directory creation rules

Wed Dec 11 13:25:52 1996  Alexander Chernov <cher@ispras.ru>

	* Makefile: spaces converted to tabs where needed

Wed Dec 11 13:25:01 1996  Alexander Chernov <cher@ispras.ru>

	* Makefile: definition of BUILDTREE variable added

Wed Dec 11 13:20:02 1996  Alexander Chernov <cher@ispras.ru>

	* configure: AG variable is written down to configuration makefile

Wed Dec 11 13:13:05 1996  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: adopted for REP project

Wed Dec 11 13:08:57 1996  Alexander Chernov <cher@ispras.ru>

	* Makefile: added code

Tue Dec 10 16:07:21 1996  Alexander Chernov <cher@ispras.ru>

	* configure: variable BUILD_NUM_RULES is now configured (to 'no'
	always)

Tue Dec 10 16:01:32 1996  Alexander Chernov <cher@ispras.ru>

	* configure: variable MAKEBNUM added

Tue Dec 10 15:20:56 1996  Alexander Chernov <cher@ispras.ru>

	* configure: new make variables added

Mon Dec  9 18:15:39 1996  Alexander Chernov <cher@ispras.ru>

	* configure: detection of socket libs and sdt added

Mon Dec  9 18:13:43 1996  Alexander Chernov <cher@ispras.ru>

	* configure: added banner printing

Mon Dec  9 16:06:12 1996  Alexander Chernov <cher@ispras.ru>

	* configure: variable RCS_RULES added

Mon Dec  9 13:53:06 1996  Alexander Chernov <cher@ispras.ru>

	* configure: RCS keyword 'revision' is added

Mon Dec  9 13:49:43 1996  Alexander Chernov <cher@ispras.ru>

	* configure: numerous additions and rearrangements

Mon Dec  9 13:45:01 1996  Alexander Chernov <cher@ispras.ru>

	* configure: added option parser;
	all variable values are enclosed in apostrophes when configuration
	cache is written down

Mon Dec  9 13:32:40 1996  Alexander Chernov <cher@ispras.ru>

	* configure: variables CGLOBAL and LDGLOBAL are used instead of
	C0FLAGS, LD0FLAGS

Sat Dec  7 17:01:33 1996  Alexander Chernov <cher@ispras.ru>

	* configure: in progress

Sat Dec  7 13:20:31 1996  Alexander Chernov <cher@ispras.ru>

	* configure, Makefile: initial revision

Fri Dec  6 16:48:13 1996  Alexander Chernov <cher@ispras.ru>

	* configure: reuse-src makefiles are renamed to reuse-build

Fri Dec  6 15:57:17 1996  Alexander Chernov <cher@ispras.ru>

	* configure: removed creation of 'Makefile' since it is now
	hand-written

Fri Dec  6 14:38:34 1996  Alexander Chernov <cher@ispras.ru>

	* configure: fixed directory for temporary object files

Tue Nov 26 17:37:56 1996  Alexander Chernov <cher@ispras.ru>

	* configure: fixed bug that occurs only under linux

Tue Nov 26 17:02:32 1996  Alexander Chernov <cher@ispras.ru>

	* configure: names of cdeps and instfiles utilities corrected

Tue Nov 26 17:00:22 1996  Alexander Chernov <cher@ispras.ru>

	* configure: basically completed

Tue Nov 26 11:56:22 1996  Alexander Chernov <cher@ispras.ru>

	* configure: initial revision

Tue Apr 23 14:20:51 1996  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: Rasta 2.0 is released

Mon Apr 15 18:00:37 1996  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: environment variable MAKE is used instead of
	hard-coded name make

Fri Apr 12 17:27:40 1996  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: bug is fixed

Fri Apr 12 17:25:45 1996  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: retry option is added

Wed Apr 10 15:29:30 1996  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: a correction

Tue Apr  9 12:57:53 1996  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: a correction

Tue Apr  9 11:44:21 1996  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: another correction

Tue Apr  9 11:36:54 1996  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: a correction

Sat Apr  6 17:47:10 1996  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: corrections

Sat Apr  6 12:31:10 1996  Alexander Chernov <cher@ispras.ru>

	* runmake.sh: Initial revision

END
	$Id: ChangeLog,v 6.15 2002/06/16 05:50:59 cher Exp $
