2005-06-01 23:58  vq

	* NEWS:

	#i39248# Add entry to NEWS file.

2005-06-01 23:41  vq

	* Makefile.am, Makefile.in, configure, configure.in,
	  tests/Makefile.am, tests/Makefile.in, tests/function_macros-1,
	  tests/function_macros-2, tests/infra-0, tests/macros-1,
	  tests/recipes-1:

	#i39248# Add testsuite for dmake (only tor targets using the autotools).

2005-06-01 19:48  vq

	* function.c:

	#i50091# Echo shell function macro commands.

2005-05-31 22:51  vq

	* unix/dcache.c:

	#i50142# Remove an unneeded warning that was introduced with issue 47135.

2005-05-31 22:27  vq

	* parse.c:

	#i50053# Fix bogus check.

2005-05-31 18:13  vq

	* parse.c:

	#i50053# Fix typo.

2005-05-30 14:37  vq

	* parse.c:

	#i50053# Fix dmake correctly parsing empty makefile lines. This was a
	regression introduced by issue 44959 and worked before only because
	the trailing \n of empty lines were accidentally not removed.

2005-05-20 14:18  vq

	* getinp.c:

	#i49461# Fix fall-out from issue 44959. Continued comment lines were not
	ended if the following line was empty.

2005-05-05 19:12  vq

	* Makefile.in:

	#i47851# Regenerate configure and other autotools files.

2005-05-05 19:06  vq

	* Makefile.am:

	#i47851# Fix dependency checking for subdirectories.

2005-05-05 17:59  vq

	* posix.h:

	#i47135# Leave a comment that the _POSIX_*_MAX values should be set in
	the architecture dependent sysintf.h files instead of clobbering them
	in posix.h

2005-05-05 17:45  vq

	* dmake.c, tempnam.c:

	Issue number: 38830
	Submitted by: waratah@openoffice.org
	Change dmake's diagnosic output to use "Warning:" or "Error:". Adding the
	colon makes it easier grep for these diagnostics in long logfiles.

2005-05-05 17:27  vq

	* infer.c, make.c, rulparse.c, sysintf.c:

	#i43310# Fix dmakes handling of multiple (::) targets concerning attributes
	and flags. Note: An attribute given for a subtarget will also be applied for
	all other subtargets. (Also add a few comments.)

2005-04-22 00:22  vq

	* stdmacs.h, win95/microsft/config.h, winnt/microsft/config.h:

	Issue number: 47866
	Submitted by: shay@openoffice.org, vq@openoffice.org
	Fix MSVC compiler warnings.

2005-04-21 21:27  vq

	* Makefile.in, aclocal.m4, configure, msdos/Makefile.in,
	  startup/Makefile.in, startup/unix/Makefile.in,
	  startup/unix/cygwin/Makefile.in, startup/unix/linux/Makefile.in,
	  startup/unix/macosx/Makefile.in,
	  startup/unix/solaris/Makefile.in,
	  startup/unix/sysvr4/Makefile.in, startup/winnt/Makefile.in,
	  startup/winnt/mingw/Makefile.in, startup/winnt/msvc6/Makefile.in,
	  unix/Makefile.in, win95/Makefile.in, win95/microsft/Makefile.in:

	#i47851# Regenerate configure and other autotools files.

2005-04-21 21:17  vq

	* infer.c:

	#i43310# Fix cast.

2005-04-21 21:04  vq

	* NEWS, acinclude.m4, autogen.sh, config.h.in, configure.in,
	  dmake.c, dmakeroot.h.in, win95/microsft/config.h,
	  winnt/microsft/config.h:

	#i47851# Increase the version number to 4.4-cvs and slightly rearrange the
	output of "dmake -V".
	Remove the hardcoded (in autotools builds) OS macro. It had the wrong value
	to be usable with the startup/*.mk and is not mentioned in the man page.
	Clean up configure.in and friends.

2005-04-21 00:31  vq

	* expand.c:

	#i37053# Fix (unreached) typo.

2005-04-20 11:26  vq

	* NEWS, dmdump.c, infer.c:

	#i43310# Fix percent (%) rules to recognize prerequisites that are defined
	with the multiple target rule operator (::).
	This implicitly fixes the similar problem for .<suffix>.<suffix> targets.

2005-04-18 18:08  vq

	* unix/dcache.c:

	#i47135# Fix variable name.

2005-04-18 18:03  vq

	* sysintf.c, unix/dcache.c:

	#i47135# Add code to warn if a filename is longer than NAMEMAX permits.

2005-04-17 12:47  vq

	* win95/borland/sysintf.h, win95/microsft/sysintf.h,
	  winnt/borland/sysintf.h, winnt/microsft/sysintf.h,
	  winnt/mingw/sysintf.h:

	Issue number: 47135
	Submitted by: shay@openoffice.org
	Define _POSIX_NAME_MAX and _POSIX_PATH_MAX using the compiler defaults.

2005-04-16 19:05  vq

	* Makefile.in, aclocal.m4, configure, msdos/Makefile.in,
	  startup/Makefile.in, startup/unix/Makefile.in,
	  startup/unix/cygwin/Makefile.in, startup/unix/linux/Makefile.in,
	  startup/unix/macosx/Makefile.in,
	  startup/unix/solaris/Makefile.in,
	  startup/unix/sysvr4/Makefile.in, startup/winnt/Makefile.in,
	  startup/winnt/mingw/Makefile.in, startup/winnt/msvc6/Makefile.in,
	  unix/Makefile.in, win95/Makefile.in, win95/microsft/Makefile.in:

	#i47578# Regenerate configure and other autotools files.

2005-04-16 18:53  vq

	* startup/Makefile.am:

	#i47578# Install startup/config.mk instead of the unused startup/template.mk.

2005-04-16 18:29  vq

	* configure.in, startup/config.mk.in:

	#i47578# Generate startup/config.mk during build with autotools.

2005-04-16 12:53  vq

	* NEWS, expand.c, man/dmake.nc, man/dmake.tf:

	#i46987# Fix $(mktmp ...) documentation and add the map escape codes
	$(macro:m) macro expansion.

2005-04-15 19:55  vq

	* win95/borland/ruletab.c, win95/microsft/ruletab.c,
	  winnt/borland/ruletab.c, winnt/microsft/ruletab.c:

	Issue number: 47137
	Submitted by: shay@openoffice.org
	Increase default MAXLINELENGHT to 8190.

2005-04-15 19:34  vq

	* man/: dmake.nc, dmake.tf:

	#i47135# Fix the documentation of the NAMEMAX macro. (Not .NAMEMAX)

2005-04-11 18:16  vq

	* expand.c:

	#i36027# Fix sanity check for end of macro.

2005-04-11 17:13  vq

	* dag.c:

	#i47137# Elaborate a comment.

2005-04-11 16:41  vq

	* getinp.c:

	#i47137# Report and abort when makefile lines are read that are longer than
	MAXLINELENGTH.

2005-04-10 23:38  vq

	* man/dmake.nc:

	#i43252# Regenerate typeset version of the manual page.

2005-04-10 23:28  vq

	* NEWS, dmake.c, dmake.h, sysintf.c, vextern.h, man/dmake.tf,
	  win95/startup.h, winnt/startup.h:

	#i43252# Introduce the macro ABSMAKECMD that's value for a native Windows
	dmake executable (compiled with MS Visual C++ or MinGW) is the absolute
	filename and NULL for other operating systems or dmake build with other
	compilers.
	If DMAKEROOT is not changed and only for native Windows dmake versions the
	value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup".

2005-04-09 17:41  vq

	* startup/startup.mk:

	Issue number: 43254
	Submitted by: shay@openoffice.org
	Don't import OS, OSRELEASE and OSENVIRONMENT from environment in startup.mk.

2005-04-09 17:22  vq

	* dmake.c, mac/ruletab.c, msdos/ruletab.c, msdos/startup.h,
	  msdos/zortech/startup.mk, os2/ruletab.c, qssl/ruletab.c,
	  qssl/startup.h, startup/msdos/macros.mk, startup/os2/macros.mk,
	  startup/win95/macros.mk, startup/winnt/macros.mk, tos/ruletab.c,
	  tos/startup.h, unix/ruletab.c, win95/startup.h,
	  win95/borland/ruletab.c, win95/microsft/ruletab.c,
	  winnt/startup.h, winnt/borland/ruletab.c,
	  winnt/microsft/ruletab.c:

	#i43254# Make the usage of DMAKEROOT consistent with the man page for
	all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
	from the list of macros that are always imported from the environment.
	Patch inspired in part by shay@openoffice.org.

2005-04-08 11:26  vq

	* msdos/zortech/startup.mk, startup/msdos/macros.mk,
	  startup/os2/macros.mk, startup/win95/macros.mk,
	  startup/winnt/macros.mk:

	Issue number: 47004
	Submitted by: shay@openoffice
	Fix syntax errors (warnings) in subst macros.

2005-04-08 11:18  vq

	* NEWS, readme/read1st.txt:

	Issue number: 43241
	Submitted by: shay@openoffice.org, vq@openoffice.org
	Add documentation and update NEWS file.

2005-04-07 18:30  vq

	* makefile.mk, win95/microsft/config.mk,
	  win95/microsft/vpp40/mk.bat:

	Issue number: 43241
	Submitted by: shay@openoffice.org
	Allow dmake to be build on windows without 4NT.

2005-03-27 10:42  vq

	* man/: dmake.nc, dmake.tf:

	#i43147# Fix man page.

2005-03-16 00:25  vq

	* NEWS:

	#i44959# Update NEWS file.

2005-03-15 01:02  vq

	* getinp.c:

	#i44959# Comment fix.

2005-03-15 00:55  vq

	* getinp.c:

	#i44959# Make sure not to strip the wrong \n.

2005-03-15 00:20  vq

	* getinp.c:

	#i44959# Fix dmake problems for makefiles when continued lines are
	followed by empty lines.

2005-03-13 22:21  vq

	* dag.c, expand.c, getinp.c, make.c:

	#i37053# Fix continuation char handling.

2005-02-19 15:41  vq

	* NEWS:

	#i36027#, #i37053#, #i37491# Update NEWS file to mention the latest changes.

2004-11-25 11:12  vq

	* getinp.c:

	#i37053# Treat continuation chars as whitespace.

2004-11-25 11:09  vq

	* function.c:

	#i36027# Fix MSVC compilation problem.

2004-11-23 14:57  vq

	* man/: dmake.nc, dmake.tf:

	#i37491# Add documentation for SPACECHAR macro.

2004-11-21 13:00  vq

	* expand.c:

	#i36027# Certainly closing brackets are only accepted when no
	closing separator is found. fixed.

2004-11-21 12:40  vq

	* function.c:

	#i36027# Improve parsing for dmake function macros.

2004-11-21 12:07  vq

	* expand.c:

	#i36027# Relax the syntax check for closing seperator for subst modifiers.

2004-11-19 20:05  vq

	* imacs.c, vextern.h:

	#i37491# Add a predefined SPACECHAR macro.

2004-11-19 19:31  vq

	* expand.c:

	#i36027# This fixes the problems with the :s#pat#rep# modifier and also
	handles a missing closing braket for macros with macro modifiers in general.

2004-11-11 22:45  vq

	* dag.c, getinp.c, make.c:

	#i37053# dmake line continuation fix.

2004-10-22 04:11  rt

	* win95/microsft/config.h:

	INTEGRATION: CWS dmake43 (1.5.2); FILE MERGED
	2004/10/12 19:07:26 vq 1.5.2.1: #i31647# Update version number for the "native" MS compiler build.

2004-10-22 04:11  rt

	* win95/microsft/Makefile.in:

	INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED
	2004/10/12 18:47:52 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22 04:10  rt

	* unix/Makefile.in:

	INTEGRATION: CWS dmake43 (1.8.18); FILE MERGED
	2004/10/12 18:47:51 vq 1.8.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22 04:09  rt

	* startup/winnt/msvc6/Makefile.in, win95/Makefile.in:

	INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED
	2004/10/12 18:47:51 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22 04:09  rt

	* startup/winnt/: Makefile.in, mingw/Makefile.in:

	INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED
	2004/10/12 18:47:50 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22 04:09  rt

	* startup/unix/sysvr4/Makefile.in:

	INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED
	2004/10/12 18:47:49 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22 04:08  rt

	* startup/unix/solaris/Makefile.in:

	INTEGRATION: CWS dmake43 (1.6.18); FILE MERGED
	2004/10/12 18:47:49 vq 1.6.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22 04:08  rt

	* startup/unix/macosx/Makefile.in:

	INTEGRATION: CWS dmake43 (1.6.18); FILE MERGED
	2004/10/12 18:47:48 vq 1.6.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22 04:08  rt

	* startup/unix/linux/Makefile.in:

	INTEGRATION: CWS dmake43 (1.8.18); FILE MERGED
	2004/10/12 18:47:48 vq 1.8.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22 04:08  rt

	* startup/unix/cygwin/Makefile.in:

	INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED
	2004/10/12 18:47:48 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22 04:07  rt

	* startup/: Makefile.in, unix/Makefile.in:

	INTEGRATION: CWS dmake43 (1.8.18); FILE MERGED
	2004/10/12 18:47:47 vq 1.8.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22 04:07  rt

	* readme/: intro.txt, read1st.txt:

	INTEGRATION: CWS dmake43 (1.1.1.1.130); FILE MERGED
	2004/10/07 21:57:37 vq 1.1.1.1.130.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.

	Note: The _head file was renamed to COPYING, COPYING is not a new file,
	      but was empty befor.

2004-10-22 04:06  rt

	* msdos/Makefile.in:

	INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED
	2004/10/12 18:47:47 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22 04:06  rt

	* man/dmake.tf:

	INTEGRATION: CWS dmake43 (1.4.2); FILE MERGED
	2004/10/07 22:02:56 vq 1.4.2.1: #i31647# Change the man page also to version 4.3.

2004-10-22 04:06  rt

	* man/dmake.nc:

	INTEGRATION: CWS dmake43 (1.2.2); FILE MERGED
	2004/10/07 22:02:56 vq 1.2.2.1: #i31647# Change the man page also to version 4.3.

2004-10-22 04:05  rt

	* sysintf.c:

	INTEGRATION: CWS dmake43 (1.5.28); FILE MERGED
	2004/10/07 22:18:47 vq 1.5.28.1: #i34746# Fix timestamp of phony targets with prerequisites.

2004-10-22 04:05  rt

	* makefile.mk:

	INTEGRATION: CWS dmake43 (1.2.78); FILE MERGED
	2004/10/07 21:57:36 vq 1.2.78.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.

	Note: The _head file was renamed to COPYING, COPYING is not a new file,
	      but was empty befor.

2004-10-22 04:04  rt

	* imacs.c:

	INTEGRATION: CWS dmake43 (1.1.1.1.130); FILE MERGED
	2004/10/07 21:57:36 vq 1.1.1.1.130.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.

	Note: The _head file was renamed to COPYING, COPYING is not a new file,
	      but was empty befor.

2004-10-22 04:04  rt

	* dmake.c:

	INTEGRATION: CWS dmake43 (1.4.2); FILE MERGED
	2004/10/07 21:57:36 vq 1.4.2.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.

	Note: The _head file was renamed to COPYING, COPYING is not a new file,
	      but was empty befor.

2004-10-22 04:04  rt

	* configure.in:

	INTEGRATION: CWS dmake43 (1.21.16); FILE MERGED
	2004/10/12 19:07:26 vq 1.21.16.2: #i31647# Update version number for the "native" MS compiler build.
	2004/10/07 21:57:36 vq 1.21.16.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.

	Note: The _head file was renamed to COPYING, COPYING is not a new file,
	      but was empty befor.

2004-10-22 04:04  rt

	* configure:

	INTEGRATION: CWS dmake43 (1.14.16); FILE MERGED
	2004/10/12 18:47:46 vq 1.14.16.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22 04:03  rt

	* config.h.in:

	INTEGRATION: CWS dmake43 (1.11.16); FILE MERGED
	2004/10/12 18:47:46 vq 1.11.16.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22 04:03  rt

	* aclocal.m4:

	INTEGRATION: CWS dmake43 (1.7.18); FILE MERGED
	2004/10/12 18:47:45 vq 1.7.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22 04:02  rt

	* NEWS:

	INTEGRATION: CWS dmake43 (1.2.78); FILE MERGED
	2004/10/07 22:18:47 vq 1.2.78.2: #i34746# Fix timestamp of phony targets with prerequisites.
	2004/10/07 21:57:35 vq 1.2.78.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.

	Note: The _head file was renamed to COPYING, COPYING is not a new file,
	      but was empty befor.

2004-10-22 04:02  rt

	* Makefile.in:

	INTEGRATION: CWS dmake43 (1.10.18); FILE MERGED
	2004/10/12 18:47:45 vq 1.10.18.1: #i31647# Regenerate the autotools files with autogen.sh.

2004-10-22 04:01  rt

	* COPYING, acinclude.m4:

	INTEGRATION: CWS dmake43 (1.1.118); FILE MERGED
	2004/10/07 21:57:35 vq 1.1.118.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.

	Note: The _head file was renamed to COPYING, COPYING is not a new file,
	      but was empty befor.

2004-09-08 12:10  rt

	* unix/linux/gnu/public.h, win95/microsft/config.h:

	INTEGRATION: CWS ooo20040704 (1.4.22); FILE MERGED
	2004/07/15 19:47:39 vq 1.4.22.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08 12:09  rt

	* unix/runargv.c:

	INTEGRATION: CWS ooo20040704 (1.7.68); FILE MERGED
	2004/07/15 19:47:38 vq 1.7.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08 12:09  rt

	* unix/: dcache.c, rmprq.c, ruletab.c:

	INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED
	2004/07/15 19:47:38 vq 1.3.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08 12:08  rt

	* man/readme:

	INTEGRATION: CWS ooo20040704 (1.1.1.1.120); FILE MERGED
	2004/07/11 15:15:18 vq 1.1.1.1.120.1: #i31255#, #i17992# Update the documentation of dmake to the new features.

2004-09-08 12:08  rt

	* man/dmake.tf:

	INTEGRATION: CWS ooo20040704 (1.3.22); FILE MERGED
	2004/07/11 15:15:17 vq 1.3.22.1: #i31255#, #i17992# Update the documentation of dmake to the new features.

2004-09-08 12:07  rt

	* man/dmake.nc:

	INTEGRATION: CWS ooo20040704 (1.1.1.1.120); FILE MERGED
	2004/07/11 15:15:17 vq 1.1.1.1.120.1: #i31255#, #i17992# Update the documentation of dmake to the new features.

2004-09-08 12:07  rt

	* rulparse.c:

	INTEGRATION: CWS ooo20040704 (1.5.68); FILE MERGED
	2004/07/15 19:47:37 vq 1.5.68.3: #i30887# Remove the wrongly added LGPL/SISSL license headers.
	2004/07/11 14:48:37 vq 1.5.68.2: #i31255# Add verbose recipe echoing option (-vr) to dmake.
	2004/07/06 00:03:43 vq 1.5.68.1: #i30779# Fix to allow dmake to echo recipe lines when inference is used
	to create files that are be read by .INCLUDE.

	Note that this only fixes the possibility to do so. Recipes that start
	with @ are still not echoed, but dmake -n now shows the recipes.

2004-09-08 12:06  rt

	* parse.c, quit.c, stdmacs.h, unix/arlib.c:

	INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED
	2004/07/15 19:47:37 vq 1.3.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08 12:06  rt

	* make.c:

	INTEGRATION: CWS ooo20040704 (1.4.24); FILE MERGED
	2004/07/15 19:47:36 vq 1.4.24.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08 12:06  rt

	* function.c:

	INTEGRATION: CWS ooo20040704 (1.6.22); FILE MERGED
	2004/07/15 19:47:36 vq 1.6.22.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08 12:06  rt

	* extern.h:

	INTEGRATION: CWS ooo20040704 (1.7.68); FILE MERGED
	2004/07/15 19:47:36 vq 1.7.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08 12:05  rt

	* expand.c, infer.c:

	INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED
	2004/07/15 19:47:36 vq 1.3.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers.

2004-09-08 12:05  rt

	* dmake.h:

	INTEGRATION: CWS ooo20040704 (1.1.1.1.120); FILE MERGED
	2004/07/11 14:48:37 vq 1.1.1.1.120.1: #i31255# Add verbose recipe echoing option (-vr) to dmake.

2004-09-08 12:05  rt

	* dag.c, dmake.c:

	INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED
	2004/07/15 19:47:35 vq 1.3.68.2: #i30887# Remove the wrongly added LGPL/SISSL license headers.
	2004/07/11 14:48:36 vq 1.3.68.1: #i31255# Add verbose recipe echoing option (-vr) to dmake.

2004-09-08 12:04  rt

	* INSTALL:

	INTEGRATION: CWS ooo20040704 (1.1.108); FILE MERGED
	2004/07/11 15:15:16 vq 1.1.108.1: #i31255#, #i17992# Update the documentation of dmake to the new features.

2004-04-21 10:10  svesik

	* itypes.h:

	INTEGRATION: CWS ooo20040329 (1.2.54); FILE MERGED
	2004/03/19 12:41:09 waratah 1.2.54.1: #i13620# extra definitions to use internal types defined in AIX

2004-04-21 10:10  svesik

	* getinp.c:

	INTEGRATION: CWS ooo20040329 (1.4.8); FILE MERGED
	2004/04/01 16:24:25 mmeeks 1.4.8.1: #27319

2004-04-21 10:10  svesik

	* configure.in:

	INTEGRATION: CWS ooo20040329 (1.20.14); FILE MERGED
	2004/03/19 12:36:41 waratah 1.20.14.1: #i13620# allow configure to pick up on types defined by AIX and also allow AIX to work in configure

2004-04-21 10:09  svesik

	* configure:

	INTEGRATION: CWS ooo20040329 (1.13.4); FILE MERGED
	2004/03/19 12:37:40 waratah 1.13.4.1: #i13620# allow configure to pick up on types defined by AIX and also allow AIX to work in configure

2004-04-21 10:09  svesik

	* config.h.in:

	INTEGRATION: CWS ooo20040329 (1.10.4); FILE MERGED
	2004/03/19 12:40:18 waratah 1.10.4.1: #i13620# Extra defines as used by configure

2004-02-25 08:56  kz

	* win95/: Makefile.in, microsft/Makefile.am, microsft/Makefile.in:

	INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED
	2004/02/20 12:29:04 hr 1.2.48.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:56  kz

	* win95/Makefile.am:

	INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED
	2004/02/20 12:29:03 hr 1.2.48.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:56  kz

	* unix/Makefile.in:

	INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED
	2004/02/20 12:29:03 hr 1.7.48.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:56  kz

	* unix/Makefile.am:

	INTEGRATION: CWS geordi2q15 (1.4.66); FILE MERGED
	2004/02/20 12:29:03 hr 1.4.66.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:55  kz

	* startup/winnt/: mingw/Makefile.in, msvc6/Makefile.in:

	INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED
	2004/02/20 12:29:02 hr 1.2.48.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:55  kz

	* startup/: unix/sysvr4/Makefile.in, winnt/Makefile.in:

	INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED
	2004/02/20 12:29:01 hr 1.2.48.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:54  kz

	* startup/unix/: macosx/Makefile.in, solaris/Makefile.in:

	INTEGRATION: CWS geordi2q15 (1.5.48); FILE MERGED
	2004/02/20 12:29:00 hr 1.5.48.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:54  kz

	* startup/unix/linux/Makefile.in:

	INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED
	2004/02/20 12:28:59 hr 1.7.48.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:54  kz

	* startup/unix/cygwin/Makefile.in:

	INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED
	2004/02/20 12:28:59 hr 1.2.48.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:54  kz

	* startup/: Makefile.in, unix/Makefile.in:

	INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED
	2004/02/20 12:28:58 hr 1.7.48.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:53  kz

	* msdos/Makefile.in:

	INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED
	2004/02/20 12:28:58 hr 1.2.48.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:53  kz

	* msdos/Makefile.am:

	INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED
	2004/02/20 12:28:57 hr 1.2.48.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:53  kz

	* configure:

	INTEGRATION: CWS geordi2q15 (1.12.10); FILE MERGED
	2004/02/20 12:28:56 hr 1.12.10.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:53  kz

	* config.h.in:

	INTEGRATION: CWS geordi2q15 (1.9.10); FILE MERGED
	2004/02/20 12:28:56 hr 1.9.10.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:52  kz

	* aclocal.m4:

	INTEGRATION: CWS geordi2q15 (1.6.48); FILE MERGED
	2004/02/20 12:28:56 hr 1.6.48.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:52  kz

	* Makefile.in:

	INTEGRATION: CWS geordi2q15 (1.9.48); FILE MERGED
	2004/02/20 12:28:56 hr 1.9.48.1: #111934#: merge CWS ooo111fix3

2004-02-25 08:52  kz

	* Makefile.am:

	INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED
	2004/02/20 12:28:56 hr 1.7.48.1: #111934#: merge CWS ooo111fix3

2004-01-28 08:21  hjs

	* getinp.c:

	#i17992# applied patch to enable komplex logic in .IF statements

2003-12-17 11:19  vg

	* winnt/msvc6/public.h:

	INTEGRATION: CWS geordi2q11 (1.2.38); FILE MERGED
	2003/12/16 11:17:47 hr 1.2.38.1: #111934#: join CWS ooo111fix1

2003-12-17 11:18  vg

	* winnt/mingw/public.h:

	INTEGRATION: CWS geordi2q11 (1.2.38); FILE MERGED
	2003/12/16 11:17:46 hr 1.2.38.1: #111934#: join CWS ooo111fix1

2003-12-17 11:18  vg

	* winnt/microsft/vpp40/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:46 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:18  vg

	* winnt/borland/bcc50/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:45 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:17  vg

	* win95/microsft/vpp40/public.h:

	INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED
	2003/12/16 11:17:44 hr 1.3.38.1: #111934#: join CWS ooo111fix1

2003-12-17 11:17  vg

	* win95/microsft/vpp40/mk.bat:

	INTEGRATION: CWS geordi2q11 (1.2.38); FILE MERGED
	2003/12/16 11:17:44 hr 1.2.38.1: #111934#: join CWS ooo111fix1

2003-12-17 11:17  vg

	* win95/microsft/config.h:

	INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED
	2003/12/16 11:17:43 hr 1.3.38.1: #111934#: join CWS ooo111fix1

2003-12-17 11:16  vg

	* win95/borland/bcc50/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:43 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:16  vg

	* unix/xenix/pwd/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:42 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:15  vg

	* unix/xenix/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:41 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:15  vg

	* unix/: sysvr3/pwd/public.h, sysvr4/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:40 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:14  vg

	* unix/sysvr3/gnu/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:39 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:14  vg

	* unix/sysvr3/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:38 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:13  vg

	* unix/: solaris/gnu/public.h, sysvr1/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:37 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:13  vg

	* unix/solaris/public.h:

	INTEGRATION: CWS geordi2q11 (1.2.46); FILE MERGED
	2003/12/16 11:17:36 hr 1.2.46.1: #111934#: join CWS ooo111fix1

2003-12-17 11:12  vg

	* unix/macosx/gnu/public.h:

	INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED
	2003/12/16 11:17:35 hr 1.3.38.1: #111934#: join CWS ooo111fix1

2003-12-17 11:12  vg

	* unix/linux/gnu/public.h:

	INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED
	2003/12/16 11:17:33 hr 1.3.38.1: #111934#: join CWS ooo111fix1

2003-12-17 11:11  vg

	* unix/cygwin/public.h:

	INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED
	2003/12/16 11:17:32 hr 1.3.38.1: #111934#: join CWS ooo111fix1

2003-12-17 11:11  vg

	* unix/coherent/ver42/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:31 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:10  vg

	* unix/: bsdarm32/public.h, coherent/ver40/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:30 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:10  vg

	* unix/bsd43/vf/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:29 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:09  vg

	* unix/bsd43/: public.h, uw/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:28 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:08  vg

	* unix/386ix/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:27 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:07  vg

	* qssl/public.h, tos/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:26 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:07  vg

	* os2/ibm/icc3/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:25 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:06  vg

	* os2/ibm/icc/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:24 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:05  vg

	* msdos/: microsft/msc60/public.h, zortech/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:23 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:05  vg

	* msdos/microsft/msc51/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:22 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:04  vg

	* msdos/borland/: bcc50/public.h, tcc20/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:21 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:03  vg

	* msdos/borland/bcc45/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:20 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:02  vg

	* msdos/borland/: bcc30/public.h, bcc40/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:19 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:02  vg

	* man/dmake.tf:

	INTEGRATION: CWS geordi2q11 (1.2.56); FILE MERGED
	2003/12/16 11:17:18 hr 1.2.56.1: #111934#: join CWS ooo111fix1

2003-12-17 11:02  vg

	* mac/public.h:

	INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
	2003/12/16 11:17:17 hr 1.4.30.1: #111934#: join CWS ooo111fix1

2003-12-17 11:01  vg

	* sysintf.c:

	INTEGRATION: CWS geordi2q11 (1.4.52); FILE MERGED
	2003/12/16 11:17:16 hr 1.4.52.1: #111934#: join CWS ooo111fix1

2003-12-17 11:01  vg

	* function.c:

	INTEGRATION: CWS geordi2q11 (1.5.8); FILE MERGED
	2003/12/16 11:17:16 hr 1.5.8.1: #111934#: join CWS ooo111fix1

2003-12-17 11:00  vg

	* configure.in:

	INTEGRATION: CWS geordi2q11 (1.19.38); FILE MERGED
	2003/12/16 11:17:15 hr 1.19.38.1: #111934#: join CWS ooo111fix1

2003-12-17 11:00  vg

	* configure:

	INTEGRATION: CWS geordi2q11 (1.11.38); FILE MERGED
	2003/12/16 11:17:15 hr 1.11.38.1: #111934#: join CWS ooo111fix1

2003-12-17 10:59  vg

	* config.h.in:

	INTEGRATION: CWS geordi2q11 (1.8.38); FILE MERGED
	2003/12/16 11:17:14 hr 1.8.38.1: #111934#: join CWS ooo111fix1

2003-12-01 12:58  rt

	* make.c:

	INTEGRATION: CWS ooo20031110 (1.3.24); FILE MERGED
	2003/10/19 22:38:29 waratah 1.3.24.1: #i20504#  Correct processing of library code, not always built

2003-08-18 11:04  hjs

	* function.c:

	INTEGRATION: CWS geordi2q01 (1.4.22); FILE MERGED
	2003/08/18 12:53:30 hr 1.4.22.1: #i18350#: join changes from CWS ooo11rc3

2003-06-12 06:56  vg

	* winnt/microsft/vpp40/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:27 mh 1.3.8.1: join: from beta2

2003-06-12 06:56  vg

	* winnt/borland/bcc50/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:26 mh 1.3.8.1: join: from beta2

2003-06-12 06:56  vg

	* win95/borland/bcc50/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:25 mh 1.3.8.1: join: from beta2

2003-06-12 06:56  vg

	* unix/xenix/pwd/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:24 mh 1.3.8.1: join: from beta2

2003-06-12 06:55  vg

	* unix/: sysvr4/public.h, xenix/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:23 mh 1.3.8.1: join: from beta2

2003-06-12 06:55  vg

	* unix/sysvr3/pwd/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:22 mh 1.3.8.1: join: from beta2

2003-06-12 06:54  vg

	* unix/sysvr3/: public.h, gnu/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:21 mh 1.3.8.1: join: from beta2

2003-06-12 06:54  vg

	* unix/sysvr1/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:20 mh 1.3.8.1: join: from beta2

2003-06-12 06:54  vg

	* unix/solaris/gnu/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:19 mh 1.3.8.1: join: from beta2

2003-06-12 06:54  vg

	* unix/coherent/: ver40/public.h, ver42/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:18 mh 1.3.8.1: join: from beta2

2003-06-12 06:54  vg

	* unix/bsdarm32/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:17 mh 1.3.8.1: join: from beta2

2003-06-12 06:53  vg

	* unix/bsd43/vf/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:16 mh 1.3.8.1: join: from beta2

2003-06-12 06:53  vg

	* unix/bsd43/uw/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:15 mh 1.3.8.1: join: from beta2

2003-06-12 06:53  vg

	* unix/: 386ix/public.h, bsd43/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:14 mh 1.3.8.1: join: from beta2

2003-06-12 06:53  vg

	* tos/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:13 mh 1.3.8.1: join: from beta2

2003-06-12 06:52  vg

	* qssl/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:12 mh 1.3.8.1: join: from beta2

2003-06-12 06:52  vg

	* os2/ibm/icc3/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:11 mh 1.3.8.1: join: from beta2

2003-06-12 06:52  vg

	* os2/ibm/icc/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:10 mh 1.3.8.1: join: from beta2

2003-06-12 06:52  vg

	* msdos/zortech/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:09 mh 1.3.8.1: join: from beta2

2003-06-12 06:52  vg

	* msdos/microsft/msc60/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:08 mh 1.3.8.1: join: from beta2

2003-06-12 06:51  vg

	* msdos/microsft/msc51/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:07 mh 1.3.8.1: join: from beta2

2003-06-12 06:51  vg

	* msdos/borland/tcc20/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:06 mh 1.3.8.1: join: from beta2

2003-06-12 06:51  vg

	* msdos/borland/bcc50/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:05 mh 1.3.8.1: join: from beta2

2003-06-12 06:51  vg

	* msdos/borland/bcc45/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:04 mh 1.3.8.1: join: from beta2

2003-06-12 06:51  vg

	* msdos/borland/bcc40/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:03 mh 1.3.8.1: join: from beta2

2003-06-12 06:50  vg

	* msdos/borland/bcc30/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:02 mh 1.3.8.1: join: from beta2

2003-06-12 06:50  vg

	* mac/public.h:

	INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
	2003/06/06 09:59:01 mh 1.3.8.1: join: from beta2

2003-03-25 09:02  hr

	* Makefile.am, Makefile.in, NEWS, aclocal.m4, autogen.sh,
	  config.h.in, configure, configure.in, dag.c, dmake.c,
	  dmakeroot.h.in, expand.c, extern.h, function.c, infer.c,
	  itypes.h, make.c, makefile.mk, parse.c, posix.h, quit.c,
	  rulparse.c, stdmacs.h, tempnam.c, mac/main.c, mac/public.h,
	  msdos/Makefile.am, msdos/Makefile.in,
	  msdos/borland/bcc30/public.h, msdos/borland/bcc40/public.h,
	  msdos/borland/bcc45/public.h, msdos/borland/bcc50/public.h,
	  msdos/borland/tcc20/public.h, msdos/microsft/msc51/public.h,
	  msdos/microsft/msc60/public.h, msdos/zortech/public.h,
	  os2/ibm/icc/public.h, os2/ibm/icc3/public.h, qssl/public.h,
	  startup/Makefile.am, startup/Makefile.in,
	  startup/unix/Makefile.in, startup/unix/cygwin/Makefile.in,
	  startup/unix/linux/Makefile.in, startup/unix/macosx/Makefile.in,
	  startup/unix/solaris/Makefile.in,
	  startup/unix/sysvr4/Makefile.in, startup/winnt/Makefile.am,
	  startup/winnt/Makefile.in, startup/winnt/mingw/Makefile.am,
	  startup/winnt/mingw/Makefile.in, startup/winnt/mingw/macros.mk,
	  startup/winnt/msvc6/Makefile.am, startup/winnt/msvc6/Makefile.in,
	  startup/winnt/msvc6/macros.mk, tos/public.h, unix/Makefile.in,
	  unix/arlib.c, unix/dcache.c, unix/rmprq.c, unix/ruletab.c,
	  unix/runargv.c, unix/386ix/public.h, unix/bsd43/public.h,
	  unix/bsd43/uw/public.h, unix/bsd43/vf/public.h,
	  unix/bsdarm32/public.h, unix/coherent/ver40/public.h,
	  unix/coherent/ver42/public.h, unix/cygwin/public.h,
	  unix/linux/gnu/public.h, unix/macosx/gnu/public.h,
	  unix/solaris/gnu/public.h, unix/sysvr1/public.h,
	  unix/sysvr3/public.h, unix/sysvr3/gnu/public.h,
	  unix/sysvr3/pwd/public.h, unix/sysvr4/public.h,
	  unix/xenix/public.h, unix/xenix/pwd/public.h, win95/Makefile.am,
	  win95/Makefile.in, win95/borland/bcc50/public.h,
	  win95/microsft/Makefile.am, win95/microsft/Makefile.in,
	  win95/microsft/config.h, win95/microsft/ruletab.c,
	  win95/microsft/vpp40/mk.bat, win95/microsft/vpp40/obj.rsp,
	  win95/microsft/vpp40/public.h, winnt/borland/bcc50/public.h,
	  winnt/microsft/vpp40/public.h, winnt/mingw/public.h,
	  winnt/mingw/sysintf.h, winnt/msvc6/public.h,
	  winnt/msvc6/sysintf.h:

	MWS_SRX644: migrate branch mws_srx644 -> HEAD

2003-01-13 09:27  waratah

	* mac/main.c, mac/public.h, msdos/borland/bcc30/public.h,
	  msdos/borland/bcc40/public.h, msdos/borland/bcc45/public.h,
	  msdos/borland/bcc50/public.h, msdos/borland/tcc20/public.h,
	  msdos/microsft/msc51/public.h, msdos/microsft/msc60/public.h,
	  msdos/zortech/public.h, os2/ibm/icc/public.h,
	  os2/ibm/icc3/public.h, qssl/public.h, tos/public.h,
	  unix/386ix/public.h, unix/bsd43/public.h, unix/bsd43/uw/public.h,
	  unix/bsd43/vf/public.h, unix/bsdarm32/public.h,
	  unix/coherent/ver40/public.h, unix/coherent/ver42/public.h,
	  unix/cygwin/public.h, unix/solaris/public.h,
	  unix/solaris/gnu/public.h, unix/sysvr1/public.h,
	  unix/sysvr3/public.h, unix/sysvr3/gnu/public.h,
	  unix/sysvr3/pwd/public.h, unix/sysvr4/public.h,
	  unix/xenix/public.h, unix/xenix/pwd/public.h,
	  win95/borland/bcc50/public.h, win95/microsft/vpp40/public.h,
	  winnt/borland/bcc50/public.h, winnt/microsft/vpp40/public.h:

	dmake:  Remove the incorrect definition of main to void

2003-01-04 08:08  waratah

	* unix/macosx/gnu/public.h:

	Remove main definition, it is wrong and it is failing compile on the mac platform

2003-01-04 08:02  waratah

	* unix/runargv.c:

	Implement a test around wait so it is not included when the platform does not define it

2003-01-04 07:53  waratah

	* config.h.in, configure, configure.in:

	Implement a test for wait.h, failing build on mac under gcc

2002-10-15 08:27  waratah

	* config.guess:

	dmake: Implement the latest config.guess, not working on ppc64

2002-10-11 09:42  waratah

	* Makefile.in, config.h.in, configure, configure.in, dag.c,
	  dmake.c, expand.c, extern.h, function.c, getinp.c, infer.c,
	  make.c, parse.c, quit.c, rulparse.c, sysintf.c, unix/arlib.c,
	  unix/dcache.c, unix/rmprq.c, unix/runargv.c,
	  unix/linux/gnu/public.h:

	dmake: Implement fix for Lost child problem. Correct some checks for functions (assumed present) and also fix up all gcc warnings using -Wall.

2002-10-08 05:21  waratah

	* win95/microsft/config.h:

	dmake: Volker 4nt patches

2002-10-07 09:40  waratah

	* startup/unix/cygwin/: Makefile.am, Makefile.in, macros.mk:

	dmake: Add the cygwin configure files

2002-10-07 09:36  waratah

	* extern.h:

	dmake:  Correct some undefined functions in some modules

2002-10-07 09:34  waratah

	* configure:

	dmake: Additional header checks for better source control, add cygwin support, GNU hurd support

2002-10-07 09:33  waratah

	* config.h.in:

	dmake: Additional header checks for better source control

2002-10-07 08:09  waratah

	* configure.in:

	dmake:  Add gnu hurd and some additional header checks, and the cygwin makefiles

2002-10-04 10:34  waratah

	* configure:

	dmake: Patches for the osf1 operating system

2002-10-04 10:14  waratah

	* startup/unix/sysvr4/Makefile.in:

	dmake:  Add osf1 support

2002-10-04 10:01  haggai

	* startup/unix/sysvr4/Makefile.am, configure.in:

	Fix build for OSF1.  Approved by Ken.

2002-10-04 09:31  waratah

	* Makefile.in, aclocal.m4, config.h.in, configure, configure.in,
	  extern.h, function.c, startup/Makefile.in,
	  startup/unix/Makefile.in, startup/unix/linux/Makefile.in,
	  startup/unix/macosx/Makefile.in,
	  startup/unix/solaris/Makefile.in, unix/Makefile.in:

	Dmake:  Convert the configure to a better configure process without individual conf.h files for every platform

2002-10-03 08:59  waratah

	* configure, configure.in, depcomp:

	dmake:  remove cygwin makefile temporarily and implement depcomp

2002-10-03 08:29  waratah

	* Makefile.in, aclocal.m4, configure, configure.in, stdmacs.h,
	  man/dmake.tf, startup/Makefile.in, startup/unix/Makefile.in,
	  startup/unix/linux/Makefile.in, startup/unix/macosx/Makefile.in,
	  startup/unix/solaris/Makefile.in, unix/Makefile.in:

	dmake:  This is a reworked version of the configure process, without automake and aclocal

2002-10-02 09:42  waratah

	* Makefile.am, Makefile.in, aclocal.m4, autogen.sh, config.h.in,
	  configure, configure.in, startup/Makefile.in,
	  startup/unix/Makefile.in, startup/unix/linux/Makefile.in,
	  startup/unix/macosx/Makefile.in,
	  startup/unix/solaris/Makefile.in, unix/Makefile.am,
	  unix/Makefile.in:

	dmake:  Allow the whole configure process to work,  not needs update to bootstrap to activate

2002-10-01 11:08  waratah

	* Makefile.in, startup/Makefile.in, startup/unix/Makefile.in,
	  startup/unix/linux/Makefile.in, startup/unix/macosx/Makefile.in,
	  startup/unix/solaris/Makefile.in, unix/Makefile.in:

	dmake:  Add all the automake files, premade so developers do not require automake installed

2002-07-11 04:53  mh

	* Makefile.am, configure.in, extern.h, rulparse.c,
	  startup/unix/Makefile.am, startup/unix/macosx/Makefile.am,
	  unix/Makefile.am, unix/tempnam.c:

	join: from OOO_STABLE_1

2002-07-11 04:44  mh

	* autogen.sh:

	join: from OOO_STABLE_1

2002-04-10 11:40  hjs

	* rulparse.c:

	don't search INCLUDEDIRS if filename of include starts at fs-root

2002-04-09 13:21  mh

	* configure.in:

	fixed typo for FreeBSD

2002-04-09 13:10  hjs

	* Makefile.am, configure.in:

	cygwin support

2002-03-26 09:23  mh

	* configure.in:

	add: cygwin

2002-03-26 09:22  mh

	* unix/cygwin/public.h:

	add for cygwin

2001-10-16 08:11  mh

	* configure.in:

	add: FreeBSD

2001-10-16 08:10  mh

	* autogen.sh:

	fix: for non writable aclocal.m4 and missing README

2001-08-20 05:57  mh

	* configure.in:

	del: AC_CONFIG_HEADERS

2001-06-14 13:31  mh

	* configure.in:

	don't check C++

2001-06-13 09:34  mh

	* Makefile.am, configure.in, unix/Makefile.am:

	add: OS_VERSION to differ the Unix's

2001-06-13 09:13  mh

	* startup/unix/solaris/Makefile.am:

	add: startup/unix/solaris/

2001-05-29 18:43  pluby

	* unix/runargv.c:

	Added forceful exit to avoid infinite loop that sometimes occurs when there is a fatal error.

2001-05-07 08:47  mh

	* unix/runargv.c:

	add: CYGWIN changes

2001-05-04 06:47  mh

	* Makefile.am, aclocal.m4, config.h.in, configure:

	chg: comments

2001-04-23 08:41  mh

	* unix/Makefile.in, startup/Makefile.in, startup/unix/Makefile.in,
	  startup/unix/linux/Makefile.in:

	del:

2001-04-23 08:24  mh

	* Makefile.in:

	del:

2001-04-23 08:22  mh

	* Makefile.in:

	del

2001-04-23 08:10  mh

	* configure.in:

	add: PACKAGE

2001-04-23 07:06  mh

	* unix/Makefile.am:

	add: Makefile.am

2001-04-23 07:01  mh

	* aclocal.m4:

	add: acloacl.m4

2001-04-23 06:50  mh

	* unix/Makefile.in, startup/Makefile.in, startup/unix/Makefile.in,
	  startup/unix/linux/Makefile.in:

	add: Makefile.in

2001-04-23 06:50  mh

	* Makefile.in:

	add Makefile.in

2001-04-20 10:24  mh

	* startup/: Makefile.am, unix/Makefile.am, unix/linux/Makefile.am:

	add: Makefile.am

2001-04-20 10:23  mh

	* unix/ruletab.c:

	use installation directory from configure for DMAKEROOT, DMAKEROOT can still be overridden by environment

2001-04-20 10:21  mh

	* extern.h:

	avoid clash with autoconf config.h

2001-04-20 10:15  mh

	* AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, acinclude.m4,
	  autogen.sh, config.guess, config.h.in, config.sub, configure,
	  configure.in, dmakeroot.h.in, install-sh, missing, mkinstalldirs,
	  stamp-h:

	preparation for autoconf and automake for dmake

2001-02-22 22:44  pluby

	* unix/macosx/: tempnam.c, gnu/make.sh:

	Correct Mac OS X "tempnam" bug

2001-02-19 11:08  hjs

	* sysintf.c:

	remove useless part of change

2001-02-13 07:43  hjs

	* sysintf.c:

	fixed left tmpfiles when building group targets

2000-11-01 07:27  hjs

	* unix/runargv.c:

	FreeBSD patch

2000-10-20 07:12  hjs

	* getinp.c:

	has an extraneous ; after the function closure

2000-09-22 11:33  hr

	* dag.c, dmake.c, dmake.h, expand.c, extern.h, function.c,
	  getinp.c, imacs.c, infer.c, itypes.h, make.c, makefile.mk,
	  parse.c, posix.h, quit.c, rulparse.c, stdmacs.h, sysintf.c,
	  tempnam.c, mac/main.c, mac/public.h, man/dmake.nc, man/dmake.tf,
	  man/readme, msdos/borland/bcc30/public.h,
	  msdos/borland/bcc40/public.h, msdos/borland/bcc45/public.h,
	  msdos/borland/bcc50/public.h, msdos/borland/tcc20/public.h,
	  msdos/microsft/msc51/public.h, msdos/microsft/msc60/public.h,
	  msdos/zortech/public.h, os2/ibm/icc/public.h,
	  os2/ibm/icc3/public.h, qssl/public.h, readme/intro.txt,
	  readme/read1st.txt, tos/public.h, unix/arlib.c, unix/dcache.c,
	  unix/rmprq.c, unix/ruletab.c, unix/runargv.c,
	  unix/386ix/public.h, unix/bsd43/public.h, unix/bsd43/uw/public.h,
	  unix/bsd43/vf/public.h, unix/bsdarm32/public.h,
	  unix/coherent/ver40/public.h, unix/coherent/ver42/public.h,
	  unix/linux/gnu/make.sh, unix/linux/gnu/public.h,
	  unix/macosx/gnu/make.sh, unix/macosx/gnu/public.h,
	  unix/solaris/public.h, unix/solaris/gnu/public.h,
	  unix/sysvr1/public.h, unix/sysvr3/public.h,
	  unix/sysvr3/gnu/public.h, unix/sysvr3/pwd/public.h,
	  unix/sysvr4/public.h, unix/xenix/public.h,
	  unix/xenix/pwd/public.h, win95/borland/bcc50/public.h,
	  win95/microsft/config.h, win95/microsft/ruletab.c,
	  win95/microsft/vpp40/mk.bat, win95/microsft/vpp40/obj.rsp,
	  win95/microsft/vpp40/public.h, winnt/borland/bcc50/public.h,
	  winnt/microsft/vpp40/public.h:

	Initial revision

2000-09-22 11:33  hr

	* alloc.h, db.h, dmdump.c, dmstring.c, dstdarg.h, hash.c,
	  macparse.c, make.bat, make.cmd, path.c, percent.c, rcsclean.awk,
	  stat.c, state.c, struct.h, vextern.h, dbug/dbug.mk, dbug/getwd.c,
	  dbug/readme, dbug/dbug/dbug.c, dbug/dbug/dbug.h,
	  dbug/dbug/dbug.uue, dbug/dbug/readme, dbug/malloc/_changes,
	  dbug/malloc/_readme, dbug/malloc/calloc.c, dbug/malloc/debug.h,
	  dbug/malloc/dump.c, dbug/malloc/free.c, dbug/malloc/m_init.c,
	  dbug/malloc/m_perror.c, dbug/malloc/makefile,
	  dbug/malloc/malloc.3, dbug/malloc/malloc.c, dbug/malloc/malloc.h,
	  dbug/malloc/mallopt.c, dbug/malloc/memory.c,
	  dbug/malloc/mlc_chk.c, dbug/malloc/mlc_chn.c,
	  dbug/malloc/patchlev, dbug/malloc/realloc.c,
	  dbug/malloc/string.c, dbug/malloc/testmem.c,
	  dbug/malloc/testmlc.c, dbug/malloc/tostring.c,
	  dbug/malloc/tostring.h, mac/arlib.c, mac/make_mac.sh,
	  mac/bogus.c, mac/config.mk, mac/dirbrk.c, mac/directry.c,
	  mac/dompwmak, mac/environ.c, mac/eold.c, mac/make.sh,
	  mac/rmprq.c, mac/ruletab.c, mac/startup.h, mac/sysintf.h,
	  mac/template.mk, mac/tempnam.c, mac/tomacfil.c, msdos/arlib.c,
	  msdos/config.mk, msdos/dchdir.c, msdos/dirbrk.c, msdos/dirent.h,
	  msdos/dirlib.c, msdos/dosdta.h, msdos/dstrlwr.c, msdos/exec.asm,
	  msdos/exec.h, msdos/exec.uue, msdos/find.c, msdos/rmprq.c,
	  msdos/ruletab.c, msdos/runargv.c, msdos/spawn.c, msdos/startup.h,
	  msdos/switchar.c, msdos/sysintf.h, msdos/tee.c,
	  msdos/borland/config.mk, msdos/borland/tempnam.c,
	  msdos/borland/utime.c, msdos/borland/bcc30/config.h,
	  msdos/borland/bcc30/config.mk, msdos/borland/bcc30/lib.rsp,
	  msdos/borland/bcc30/libswp.rsp, msdos/borland/bcc30/mkswp.bat,
	  msdos/borland/bcc30/obj.rsp, msdos/borland/bcc30/objswp.rsp,
	  msdos/borland/bcc30/template.mk, msdos/borland/bcc40/config.h,
	  msdos/borland/bcc40/config.mk, msdos/borland/bcc40/lib.rsp,
	  msdos/borland/bcc40/libswp.rsp, msdos/borland/bcc40/mkswp.bat,
	  msdos/borland/bcc40/obj.rsp, msdos/borland/bcc40/objswp.rsp,
	  msdos/borland/bcc40/template.mk, msdos/borland/bcc45/config.h,
	  msdos/borland/bcc45/config.mk, msdos/borland/bcc45/lib.rsp,
	  msdos/borland/bcc45/libswp.rsp, msdos/borland/bcc45/mkswp.bat,
	  msdos/borland/bcc45/obj.rsp, msdos/borland/bcc45/objswp.rsp,
	  msdos/borland/bcc45/template.mk, msdos/borland/bcc50/config.h,
	  msdos/borland/bcc50/config.mk, msdos/borland/bcc50/lib.rsp,
	  msdos/borland/bcc50/libswp.rsp, msdos/borland/bcc50/mkswp.bat,
	  msdos/borland/bcc50/obj.rsp, msdos/borland/bcc50/objswp.rsp,
	  msdos/borland/bcc50/template.mk, msdos/borland/tcc20/config.h,
	  msdos/borland/tcc20/config.mk, msdos/borland/tcc20/libswp.rsp,
	  msdos/borland/tcc20/mkswp.bat, msdos/borland/tcc20/objswp.rsp,
	  msdos/borland/tcc20/template.mk, msdos/microsft/config.h,
	  msdos/microsft/config.mk, msdos/microsft/optoff.h,
	  msdos/microsft/tempnam.c, msdos/microsft/msc51/config.mk,
	  msdos/microsft/msc51/lib.rsp, msdos/microsft/msc51/libswp.rsp,
	  msdos/microsft/msc51/mk.bat, msdos/microsft/msc51/mkswp.bat,
	  msdos/microsft/msc51/obj.rsp, msdos/microsft/msc51/objswp.rsp,
	  msdos/microsft/msc51/template.mk, msdos/microsft/msc60/config.mk,
	  msdos/microsft/msc60/lib.rsp, msdos/microsft/msc60/libswp.rsp,
	  msdos/microsft/msc60/mk.bat, msdos/microsft/msc60/mkswp.bat,
	  msdos/microsft/msc60/obj.rsp, msdos/microsft/msc60/objswp.rsp,
	  msdos/microsft/msc60/template.mk, msdos/zortech/config.h,
	  msdos/zortech/config.mk, msdos/zortech/environ.c,
	  msdos/zortech/lib.rsp, msdos/zortech/libswp.rsp,
	  msdos/zortech/mkswp.bat, msdos/zortech/obj.rsp,
	  msdos/zortech/objswp.rsp, msdos/zortech/startup.mk,
	  msdos/zortech/tempnam.c, os2/config.mk, os2/dchdir.c,
	  os2/dirent.h, os2/ruletab.c, os2/startup.h, os2/switchar.c,
	  os2/sysintf.h, os2/ibm/config.h, os2/ibm/config.mk,
	  os2/ibm/tempnam.c, os2/ibm/icc/config.mk, os2/ibm/icc/lib.rsp,
	  os2/ibm/icc/mk.cmd, os2/ibm/icc/obj.rsp, os2/ibm/icc/template.mk,
	  os2/ibm/icc3/config.mk, os2/ibm/icc3/lib.rsp,
	  os2/ibm/icc3/mk.cmd, os2/ibm/icc3/obj.rsp,
	  os2/ibm/icc3/template.mk, qssl/config.mk, qssl/make.sh,
	  qssl/ruletab.c, qssl/runargv.c, qssl/setup, qssl/startup.h,
	  qssl/stdlib.h, qssl/sysintf.h, qssl/template.mk, qssl/tempnam.c,
	  qssl/time.h, readme/license.txt, readme/release.txt,
	  readme/public/install.txt, readme/public/mac.txt,
	  readme/public/msdos.txt, readme/public/os2.txt,
	  readme/public/qssl-qnx.txt, readme/public/srcorg.txt,
	  readme/public/tos.txt, readme/public/unix.txt,
	  startup/startup.mk, startup/summary, startup/template.mk,
	  startup/mac/macros.mk, startup/msdos/macros.mk,
	  startup/msdos/recipes.mk, startup/msdos/borland/macros.mk,
	  startup/msdos/borland/bcc30/macros.mk,
	  startup/msdos/borland/bcc40/macros.mk,
	  startup/msdos/borland/bcc45/macros.mk,
	  startup/msdos/borland/bcc50/macros.mk,
	  startup/msdos/borland/bcc50.32/macros.mk,
	  startup/msdos/borland/tcc20/macros.mk,
	  startup/msdos/microsft/macros.mk,
	  startup/msdos/zortech/macros.mk, startup/os2/macros.mk,
	  startup/os2/ibm/macros.mk, startup/qssl/macros.mk,
	  startup/qssl/recipes.mk, startup/qssl/qnx/macros.mk,
	  startup/qssl/qnx/recipes.mk, startup/templates/mac/template.mk,
	  startup/templates/msdos/borland/bcc30/template.mk,
	  startup/templates/msdos/borland/bcc40/template.mk,
	  startup/templates/msdos/borland/bcc45/template.mk,
	  startup/templates/msdos/borland/bcc50/template.mk,
	  startup/templates/msdos/borland/tcc20/template.mk,
	  startup/templates/msdos/microsft/msc51/template.mk,
	  startup/templates/msdos/microsft/msc60/template.mk,
	  startup/templates/os2/ibm/icc/template.mk,
	  startup/templates/qssl/template.mk,
	  startup/templates/tos/template.mk,
	  startup/templates/unix/386ix/template.mk,
	  startup/templates/unix/bsd43/template.mk,
	  startup/templates/unix/bsd43/uw/template.mk,
	  startup/templates/unix/bsd43/vf/template.mk,
	  startup/templates/unix/coherent/ver40/template.mk,
	  startup/templates/unix/coherent/ver42/template.mk,
	  startup/templates/unix/linux/gnu/template.mk,
	  startup/templates/unix/solaris/template.mk,
	  startup/templates/unix/solaris/gnu/template.mk,
	  startup/templates/unix/sysvr1/template.mk,
	  startup/templates/unix/sysvr3/template.mk,
	  startup/templates/unix/sysvr3/pwd/template.mk,
	  startup/templates/unix/sysvr4/template.mk,
	  startup/templates/unix/xenix/template.mk,
	  startup/templates/unix/xenix/pwd/template.mk,
	  startup/templates/win95/borland/bcc50/template.mk,
	  startup/templates/win95/microsft/vpp40/template.mk,
	  startup/templates/winnt/borland/bcc50/template.mk,
	  startup/templates/winnt/microsft/vpp40/template.mk,
	  startup/tos/macros.mk, startup/unix/macros.mk,
	  startup/unix/recipes.mk, startup/unix/386ix/macros.mk,
	  startup/unix/bsd43/macros.mk, startup/unix/bsd43/recipes.mk,
	  startup/unix/coherent/macros.mk,
	  startup/unix/coherent/recipes.mk, startup/unix/linux/macros.mk,
	  startup/unix/linux/gnu/macros.mk, startup/unix/macosx/macros.mk,
	  startup/unix/macosx/gnu/macros.mk,
	  startup/unix/solaris/macros.mk, startup/unix/sysvr1/macros.mk,
	  startup/unix/sysvr3/macros.mk, startup/unix/sysvr3/gnu/macros.mk,
	  startup/unix/sysvr4/macros.mk, startup/unix/xenix/macros.mk,
	  startup/win95/macros.mk, startup/win95/recipes.mk,
	  startup/win95/borland/macros.mk,
	  startup/win95/microsft/macros.mk, startup/winnt/macros.mk,
	  startup/winnt/recipes.mk, startup/winnt/borland/macros.mk,
	  startup/winnt/microsft/macros.mk, tos/config.mk, tos/make.sh,
	  tos/putenv.c, tos/ruletab.c, tos/startup.h, tos/sysintf.h,
	  tos/template.mk, tos/tempnam.c, unix/config.mk, unix/dirbrk.c,
	  unix/startup.h, unix/sysintf.h, unix/386ix/ar.h,
	  unix/386ix/config.mk, unix/386ix/make.sh, unix/386ix/stdlib.h,
	  unix/386ix/template.mk, unix/386ix/time.h, unix/bsd43/config.mk,
	  unix/bsd43/dirent.h, unix/bsd43/limits.h, unix/bsd43/make.sh,
	  unix/bsd43/template.mk, unix/bsd43/putenv.c,
	  unix/bsd43/setvbuf.c, unix/bsd43/stdlib.h, unix/bsd43/string.h,
	  unix/bsd43/tempnam.c, unix/bsd43/utime.c,
	  unix/bsd43/uw/config.mk, unix/bsd43/uw/make.sh,
	  unix/bsd43/uw/template.mk, unix/bsd43/vf/config.mk,
	  unix/bsd43/vf/ctype.h, unix/bsd43/vf/make.sh,
	  unix/bsd43/vf/memcpy.c, unix/bsd43/vf/template.mk,
	  unix/bsd43/vf/vfprintf.c, unix/bsdarm32/config.mk,
	  unix/bsdarm32/dirent.h, unix/bsdarm32/limits.h,
	  unix/bsdarm32/make.sh, unix/bsdarm32/putenv.c,
	  unix/bsdarm32/stdlib.h, unix/bsdarm32/string.h,
	  unix/bsdarm32/template.mk, unix/bsdarm32/tempnam.c,
	  unix/bsdarm32/utime.c, unix/coherent/config.mk,
	  unix/coherent/stdlib.h, unix/coherent/time.h,
	  unix/coherent/ver40/config.mk, unix/coherent/ver40/getcwd.c,
	  unix/coherent/ver40/make.sh, unix/coherent/ver40/template.mk,
	  unix/coherent/ver40/vfprintf.c, unix/coherent/ver42/config.mk,
	  unix/coherent/ver42/template.mk, unix/coherent/ver42/make.sh,
	  unix/linux/config.mk, unix/linux/gnu/config.mk,
	  unix/linux/gnu/template.mk, unix/macosx/config.mk,
	  unix/macosx/gnu/config.mk, unix/macosx/gnu/template.mk,
	  unix/solaris/config.mk, unix/solaris/getcwd.c,
	  unix/solaris/make.sh, unix/solaris/template.mk,
	  unix/solaris/tempnam.c, unix/solaris/gnu/config.mk,
	  unix/solaris/gnu/make.sh, unix/solaris/gnu/template.mk,
	  unix/sysvr1/config.mk, unix/sysvr1/make.sh, unix/sysvr1/putenv.c,
	  unix/sysvr1/stdlib.h, unix/sysvr1/template.mk,
	  unix/sysvr1/time.h, unix/sysvr1/vfprintf.c,
	  unix/sysvr3/config.mk, unix/sysvr3/make.sh, unix/sysvr3/stdlib.h,
	  unix/sysvr3/template.mk, unix/sysvr3/time.h,
	  unix/sysvr3/pwd/config.mk, unix/sysvr3/pwd/template.mk,
	  unix/sysvr3/pwd/getcwd.c, unix/sysvr3/pwd/make.sh,
	  unix/sysvr4/config.mk, unix/sysvr4/make.sh,
	  unix/sysvr4/template.mk, unix/xenix/config.mk,
	  unix/xenix/make.sh, unix/xenix/stdlib.h, unix/xenix/template.mk,
	  unix/xenix/time.h, unix/xenix/pwd/config.mk,
	  unix/xenix/pwd/getcwd.c, unix/xenix/pwd/make.sh,
	  unix/xenix/pwd/template.mk, win95/config.mk, win95/dchdir.c,
	  win95/startup.h, win95/switchar.c, win95/borland/config.mk,
	  win95/borland/ruletab.c, win95/borland/sysintf.h,
	  win95/borland/tempnam.c, win95/borland/bcc50/config.h,
	  win95/borland/bcc50/config.mk, win95/borland/bcc50/lib.rsp,
	  win95/borland/bcc50/mk.bat, win95/borland/bcc50/obj.rsp,
	  win95/borland/bcc50/template.mk, win95/microsft/config.mk,
	  win95/microsft/optoff.h, win95/microsft/sysintf.h,
	  win95/microsft/tempnam.c, win95/microsft/vpp40/config.mk,
	  win95/microsft/vpp40/lib.rsp, win95/microsft/vpp40/runargv.c,
	  win95/microsft/vpp40/template.mk, win95/microsft/vpp40/tempnam.c,
	  winnt/config.mk, winnt/dchdir.c, winnt/startup.h,
	  winnt/borland/config.mk, winnt/borland/ruletab.c,
	  winnt/borland/sysintf.h, winnt/borland/tempnam.c,
	  winnt/borland/bcc50/config.h, winnt/borland/bcc50/config.mk,
	  winnt/borland/bcc50/lib.rsp, winnt/borland/bcc50/mk.bat,
	  winnt/borland/bcc50/mk.cmd, winnt/borland/bcc50/obj.rsp,
	  winnt/borland/bcc50/template.mk, winnt/microsft/config.h,
	  winnt/microsft/config.mk, winnt/microsft/optoff.h,
	  winnt/microsft/ruletab.c, winnt/microsft/sysintf.h,
	  winnt/microsft/tempnam.c, winnt/microsft/vpp40/config.mk,
	  winnt/microsft/vpp40/lib.rsp, winnt/microsft/vpp40/mk.bat,
	  winnt/microsft/vpp40/mk.cmd, winnt/microsft/vpp40/obj.rsp,
	  winnt/microsft/vpp40/runargv.c, winnt/microsft/vpp40/template.mk,
	  winnt/microsft/vpp40/tempnam.c:

	initial import