Commit graph

574 commits

Author SHA1 Message Date
Ivo Hinkelmann
d0ecd9768c INTEGRATION: CWS dmake411 (1.2.2); FILE MERGED
2007/10/11 20:36:31 vq 1.2.2.3: #i81855# Add a comment about building dmake on OS/2.
2007/09/23 22:05:02 vq 1.2.2.2: #i81855# More changes for the OS/2 port.
Patch provided by Yuri Dario.
2007/09/22 22:27:27 vq 1.2.2.1: #i81855# Revert change to make.cmd as it refers to a non-existing script
in dmake\os2\gcc\emx\mk.cmd.
2007-10-15 14:40:32 +00:00
Ivo Hinkelmann
8c8f0e51a8 INTEGRATION: CWS dmake411 (1.9.4); FILE MERGED
2007/09/19 00:34:31 vq 1.9.4.15: #i81252# Add a new SHELLCMDQUOTE control macro.
2007/09/14 03:40:58 vq 1.9.4.14: #i81296# Clear flags indicating that targets that infered makefiles (and
their prerequisites) were previously build.
2007/09/08 18:20:35 vq 1.9.4.13: #i10000# Add some output for .INCLUDE operations when the -vf verbose
flag is given.
2007/09/02 10:44:26 vq 1.9.4.12: #i67911# Wait with the deletion of temporary files until the target is
completely made.
2007/08/25 19:34:32 vq 1.9.4.11: #i64572# If a target without recipes has an existing file use its time
stamp only if the time is newer than the one of the its newest prerequisite.
2007/08/21 15:09:25 vq 1.9.4.10: #i64572# To keep the dependency chains intact targets without recipes inherit
the time of their newest prerequisite. (Additional patches are needed as
currently the F_RULES flag is not always set correctly.)
2007/08/18 22:23:40 vq 1.9.4.9: #i64572# Make dmake warn if the time stamp of a target is not updated
after making the target. This warning can be silenced using the
.SILENT attribute.
2007/08/18 03:21:48 vq 1.9.4.8: #i10000# Remove unused variable.
2007/08/18 03:16:50 vq 1.9.4.7: #i10000# Add some comments.
2007/08/15 21:25:21 vq 1.9.4.6: #i80687# Fix building of inferred phony prerequisites.
2007/08/14 17:55:49 vq 1.9.4.5: #i64572# Revert previous patch.
2007/08/13 15:33:17 vq 1.9.4.4: #i64572# Make dmake warn if the time stamp of a target is not updated
after making the target.
2007/08/05 18:55:42 vq 1.9.4.3: #i70168# Clear F_MARK flag after dynamic prerequisite expansion is done.
2007/08/04 18:42:31 vq 1.9.4.2: #i80352# Fix .PRECIOUS attribute.
2007/07/12 22:59:49 vq 1.9.4.1: #i69462# Do not assume that non-existing prerequisites for %-targets have
the same time stamp as the parent target. Testcase added.
2007-10-15 14:40:19 +00:00
Ivo Hinkelmann
551eb4d6c3 INTEGRATION: CWS dmake411 (1.2.16); FILE MERGED
2007/08/09 19:46:38 vq 1.2.16.3:
#i69510# Change error on assignment to an empty macro name to a warning.
2007/08/08 16:54:59 vq 1.2.16.2: #i69510# Improve error message.
2007/08/08 16:52:21 vq 1.2.16.1: #i69510# Improve macro name syntax check during assignment.
2007-10-15 14:40:02 +00:00
Ivo Hinkelmann
f6c2da4d3a INTEGRATION: CWS dmake411 (1.7.4); FILE MERGED
2007/08/10 17:39:24 vq 1.7.4.7: #i66751# Make sure that infered phony %-targets do not have a time stamp.
2007/08/10 15:42:07 vq 1.7.4.6: #i66751# Accept .PHONY attribute in %-targets.
2007/08/05 17:51:32 vq 1.7.4.5: #i80144# Clean-up.
2007/08/05 17:03:43 vq 1.7.4.4: #i80144# Change error about ambigous inference targets to warning.
2007/08/01 00:29:43 vq 1.7.4.3: #i80143# Fix problem marking some intermediate targets removable.
2007/07/30 02:28:10 vq 1.7.4.2: #i80144# Improve check for ambiguous inference chains.
2007/07/29 16:10:54 vq 1.7.4.1: #i10000# Add comments to documents aspects of the inference mechanism.
2007-10-15 14:39:49 +00:00
Ivo Hinkelmann
e848d1bfc5 INTEGRATION: CWS dmake411 (1.7.2); FILE MERGED
2007/09/22 23:05:37 vq 1.7.2.2: #i81855# Clean-up merge from CWS os2port01.
2007/09/19 00:34:31 vq 1.7.2.1: #i81252# Add a new SHELLCMDQUOTE control macro.
2007-10-15 14:39:37 +00:00
Ivo Hinkelmann
fbc0d5cc3e INTEGRATION: CWS dmake411 (1.9.4); FILE MERGED
2007/09/19 00:34:30 vq 1.9.4.2: #i81252# Add a new SHELLCMDQUOTE control macro.
2007/07/05 21:17:13 vq 1.9.4.1: #i79200# Remove unneeded error on defined or DEFINED after .IF expression.
2007-10-15 14:39:23 +00:00
Ivo Hinkelmann
bf1dc2eceb INTEGRATION: CWS dmake411 (1.10.6); FILE MERGED
2007/08/28 18:28:23 vq 1.10.6.3: #i64234# Fix $(mktmp ..) handling of leading spaces.
2007/08/05 21:10:13 vq 1.10.6.2: #i50092# Enhance $(shell,expand .. ) parsing. Add testcase.
2007/07/24 23:00:27 vq 1.10.6.1: #i78776# New function macro $(normpath[,para] list) to normalise the
elements of list and a macro extension $(macro_name:n) to normalise
the content of macro_name. The normalization is done token-wise and
quotes are preserved.
On cygwin the result honors the setting of .WINPATH to determine the
output format.  If the optional parameter para is given in the
$(normpath ...) case its expanded value is used to override the
.WINPATH setting for the output of the function macro.
2007-10-15 14:39:11 +00:00
Ivo Hinkelmann
71534fc7c4 INTEGRATION: CWS dmake411 (1.11.4); FILE MERGED
2007/09/23 22:05:02 vq 1.11.4.3: #i81855# More changes for the OS/2 port.
Patch provided by Yuri Dario.
2007/09/14 03:40:58 vq 1.11.4.2: #i81296# Clear flags indicating that targets that infered makefiles (and
their prerequisites) were previously build.
2007/07/24 23:00:27 vq 1.11.4.1: #i78776# New function macro $(normpath[,para] list) to normalise the
elements of list and a macro extension $(macro_name:n) to normalise
the content of macro_name. The normalization is done token-wise and
quotes are preserved.
On cygwin the result honors the setting of .WINPATH to determine the
output format.  If the optional parameter para is given in the
$(normpath ...) case its expanded value is used to override the
.WINPATH setting for the output of the function macro.
2007-10-15 14:39:00 +00:00
Ivo Hinkelmann
46d0ea15a4 INTEGRATION: CWS dmake411 (1.6.16); FILE MERGED
2007/09/23 22:05:02 vq 1.6.16.6: #i81855# More changes for the OS/2 port.
Patch provided by Yuri Dario.
2007/09/22 22:08:34 vq 1.6.16.5: RESYNC: (1.6-1.7); FILE MERGED
2007/07/31 02:23:31 vq 1.6.16.4: #i80009# Add missing string initialization.
2007/07/27 19:47:09 vq 1.6.16.3: #i80010# Keep quotes for :1 and :i macro extensions.
2007/07/26 22:27:21 vq 1.6.16.2: #i80009# Fix handling of quoted filenames for :b :d :e :f macro expansions.
2007/07/24 23:00:26 vq 1.6.16.1: #i78776# New function macro $(normpath[,para] list) to normalise the
elements of list and a macro extension $(macro_name:n) to normalise
the content of macro_name. The normalization is done token-wise and
quotes are preserved.
On cygwin the result honors the setting of .WINPATH to determine the
output format.  If the optional parameter para is given in the
$(normpath ...) case its expanded value is used to override the
.WINPATH setting for the output of the function macro.
2007-10-15 14:38:46 +00:00
Ivo Hinkelmann
7e5a05dd14 INTEGRATION: CWS dmake411 (1.7.4); FILE MERGED
2007/09/14 00:08:59 vq 1.7.4.3: #i81296# Remove bit recycling for F_VISITED/F_USED. Use only F_VISITED.
2007/08/18 03:16:50 vq 1.7.4.2: #i10000# Add some comments.
2007/07/24 23:00:26 vq 1.7.4.1: #i78776# New function macro $(normpath[,para] list) to normalise the
elements of list and a macro extension $(macro_name:n) to normalise
the content of macro_name. The normalization is done token-wise and
quotes are preserved.
On cygwin the result honors the setting of .WINPATH to determine the
output format.  If the optional parameter para is given in the
$(normpath ...) case its expanded value is used to override the
.WINPATH setting for the output of the function macro.
2007-10-15 14:38:34 +00:00
Ivo Hinkelmann
81c04183a9 INTEGRATION: CWS dmake411 (1.10.4); FILE MERGED
2007/09/23 22:05:02 vq 1.10.4.6: #i81855# More changes for the OS/2 port.
Patch provided by Yuri Dario.
2007/09/22 22:08:30 vq 1.10.4.5: RESYNC: (1.10-1.11); FILE MERGED
2007/09/21 23:14:14 vq 1.10.4.4: #i81296# Change comment.
2007/09/16 03:57:12 vq 1.10.4.3: #i74007# Revert the part of the previous patch that lets OOODMAKEMODE
always be imported from the environment. Instead move the definition
of targets from the command line after the evaluation of the startup
makefile.
2007/09/16 03:03:40 vq 1.10.4.2: #i74007# Always import OOODMAKEMODE from the environment. Define targets from
the command line after the macros from the command line and OOODMAKEMODE
from the environment are set.
2007/09/14 03:40:58 vq 1.10.4.1: #i81296# Clear flags indicating that targets that infered makefiles (and
their prerequisites) were previously build.
2007-10-15 14:38:21 +00:00
Ivo Hinkelmann
8b8a491ab8 INTEGRATION: CWS dmake411 (1.10.2); FILE MERGED
2007/07/24 23:00:26 vq 1.10.2.1: #i78776# New function macro $(normpath[,para] list) to normalise the
elements of list and a macro extension $(macro_name:n) to normalise
the content of macro_name. The normalization is done token-wise and
quotes are preserved.
On cygwin the result honors the setting of .WINPATH to determine the
output format.  If the optional parameter para is given in the
$(normpath ...) case its expanded value is used to override the
.WINPATH setting for the output of the function macro.
2007-10-15 14:38:09 +00:00
Ivo Hinkelmann
ee660231be INTEGRATION: CWS dmake411 (1.29.2); FILE MERGED
2007/10/13 23:43:18 vq 1.29.2.5: #i79272# Release dmake 4.11.
2007/09/23 22:05:02 vq 1.29.2.4: #i81855# More changes for the OS/2 port.
Patch provided by Yuri Dario.
2007/09/22 22:08:27 vq 1.29.2.3: RESYNC: (1.29-1.30); FILE MERGED
2007/07/28 17:12:02 vq 1.29.2.2: #i79815# Fix default DMAKEROOT macro value.
2007/07/05 15:58:50 vq 1.29.2.1: #i79271# Bump version to 4.11-cvs.
2007-10-15 14:37:46 +00:00
Ivo Hinkelmann
5e4ca33d8e INTEGRATION: CWS dmake411 (1.22.2); FILE MERGED
2007/10/13 23:43:18 vq 1.22.2.5: #i79272# Release dmake 4.11.
2007/09/23 22:12:06 vq 1.22.2.4: #i81855# Regenerate configure and friends.
2007/09/22 23:11:20 vq 1.22.2.3: #i81855# Regenerate configure and friends.
2007/07/28 17:12:01 vq 1.22.2.2: #i79815# Fix default DMAKEROOT macro value.
2007/07/05 15:58:50 vq 1.22.2.1: #i79271# Bump version to 4.11-cvs.
2007-10-15 14:37:33 +00:00
Ivo Hinkelmann
e494403add INTEGRATION: CWS dmake411 (1.9.2); FILE MERGED
2007/10/13 23:43:18 vq 1.9.2.5: #i79272# Release dmake 4.11.
2007/09/22 23:05:37 vq 1.9.2.4: #i81855# Clean-up merge from CWS os2port01.
2007/09/22 00:46:32 vq 1.9.2.3: #i79271# Update NEWS file.
2007/07/27 17:06:25 vq 1.9.2.2: #i78776# Document new normalizing function macro and macro extension.
2007/07/05 15:58:50 vq 1.9.2.1: #i79271# Bump version to 4.11-cvs.
2007-10-15 14:37:17 +00:00
Ivo Hinkelmann
1bd7895b0d INTEGRATION: CWS dmake411 (1.8.2); FILE MERGED
2007/10/13 23:46:45 vq 1.8.2.19: #i10000# Update ChangeLog.
2007/09/24 21:50:56 vq 1.8.2.18: #i10000# Update ChangeLog.
2007/09/23 22:14:46 vq 1.8.2.17: #i10000# Update ChangeLog.
2007/09/22 23:15:38 vq 1.8.2.16: #i10000# Update ChangeLog.
2007/09/22 00:54:41 vq 1.8.2.15: #i10000# Update ChangeLog.
2007/09/16 17:15:01 vq 1.8.2.14: #i10000# Update ChangeLog.
2007/09/02 11:13:55 vq 1.8.2.13: #i10000# Update ChangeLog.
2007/08/29 02:39:02 vq 1.8.2.12: #i10000# Update ChangeLog.
2007/08/25 21:02:50 vq 1.8.2.11: #i10000# Update ChangeLog.
2007/08/15 21:50:37 vq 1.8.2.10: #i10000# Update ChangeLog.
2007/08/10 18:05:48 vq 1.8.2.9: #i10000# Update ChangeLog.
2007/08/08 17:53:37 vq 1.8.2.8: #i10000# Update ChangeLog.
2007/08/05 19:06:42 vq 1.8.2.7: #i10000# Update ChangeLog.
2007/08/05 17:05:37 vq 1.8.2.6: #i10000# Update ChangeLog.
2007/08/04 19:01:23 vq 1.8.2.5: #i10000# Update ChangeLog.
2007/08/01 01:05:39 vq 1.8.2.4: #i10000# Update ChangeLog.
2007/07/28 17:31:17 vq 1.8.2.3: #i10000# Update ChangeLog.
2007/07/26 22:33:25 vq 1.8.2.2: #i10000# Update ChangeLog.
2007/07/05 21:21:47 vq 1.8.2.1: #i10000# Update ChangeLog.
2007-10-15 14:36:57 +00:00
Vladimir Glazounov
715963eab6 INTEGRATION: CWS os2port01 (1.1.1.1.162); FILE MERGED
2007/08/08 08:43:45 obr 1.1.1.1.162.2: RESYNC: (1.1.1.1-1.2); FILE MERGED
2006/12/28 14:54:34 ydario 1.1.1.1.162.1: OS/2 initial import.
2007-09-20 13:35:41 +00:00
Vladimir Glazounov
c84fa0f609 INTEGRATION: CWS os2port01 (1.9.12); FILE MERGED
2007/08/08 08:43:38 obr 1.9.12.2: RESYNC: (1.9-1.11); FILE MERGED
2006/12/28 14:54:34 ydario 1.9.12.1: OS/2 initial import.
2007-09-20 13:35:30 +00:00
Vladimir Glazounov
b3af662c10 INTEGRATION: CWS os2port01 (1.6.6); FILE MERGED
2007/09/20 07:04:44 obr 1.6.6.3: fix for build breaker (not found earlier because prebuild binaries are used in SUN build environment
2007/08/08 08:43:31 obr 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED
2006/12/28 14:54:34 ydario 1.6.6.1: OS/2 initial import.
2007-09-20 13:35:17 +00:00
Vladimir Glazounov
98b9a81ca2 INTEGRATION: CWS os2port01 (1.1.1.1.162); FILE MERGED
2007/08/08 08:43:14 obr 1.1.1.1.162.2: RESYNC: (1.1.1.1-1.2); FILE MERGED
2006/12/28 14:54:34 ydario 1.1.1.1.162.1: OS/2 initial import.
2007-09-20 13:35:04 +00:00
Vladimir Glazounov
23fbb40987 INTEGRATION: CWS os2port01 (1.5.18); FILE MERGED
2007/08/08 08:43:07 obr 1.5.18.2: RESYNC: (1.5-1.7); FILE MERGED
2006/12/28 14:54:34 ydario 1.5.18.1: OS/2 initial import.
2007-09-20 13:34:51 +00:00
Vladimir Glazounov
361c0aa53f INTEGRATION: CWS os2port01 (1.1.1.1.162); FILE MERGED
2007/08/08 08:35:03 obr 1.1.1.1.162.2: RESYNC: (1.1.1.1-1.2); FILE MERGED
2006/12/28 14:54:34 ydario 1.1.1.1.162.1: OS/2 initial import.
2007-09-20 13:34:39 +00:00
Vladimir Glazounov
b7dcec48ea INTEGRATION: CWS os2port01 (1.2.18); FILE MERGED
2006/12/28 14:54:33 ydario 1.2.18.1: OS/2 initial import.
2007-09-20 13:34:28 +00:00
Vladimir Glazounov
41f7a3dc98 INTEGRATION: CWS os2port01 (1.7.12); FILE MERGED
2007/08/08 08:31:51 obr 1.7.12.2: RESYNC: (1.7-1.10); FILE MERGED
2006/12/28 14:54:33 ydario 1.7.12.1: OS/2 initial import.
2007-09-20 13:34:06 +00:00
Vladimir Glazounov
7fccbf5549 INTEGRATION: CWS os2port01 (1.1.1.1.162); FILE MERGED
2006/12/28 14:54:33 ydario 1.1.1.1.162.1: OS/2 initial import.
2007-09-20 13:33:40 +00:00
Vladimir Glazounov
8c02c8ac1f INTEGRATION: CWS os2port01 (1.6.12); FILE MERGED
2007/08/08 08:30:36 obr 1.6.12.2: RESYNC: (1.6-1.9); FILE MERGED
2006/12/28 14:54:33 ydario 1.6.12.1: OS/2 initial import.
2007-09-20 13:33:30 +00:00
Vladimir Glazounov
f3473a2b44 INTEGRATION: CWS os2port01 (1.5.12); FILE MERGED
2007/08/08 08:29:10 obr 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED
2006/12/28 14:54:32 ydario 1.5.12.1: OS/2 initial import.
2007-09-20 13:33:17 +00:00
Vladimir Glazounov
d453a5211a INTEGRATION: CWS os2port01 (1.7.6); FILE MERGED
2007/08/08 08:28:32 obr 1.7.6.2: RESYNC: (1.7-1.10); FILE MERGED
2006/12/28 14:54:32 ydario 1.7.6.1: OS/2 initial import.
2007-09-20 13:33:05 +00:00
Vladimir Glazounov
913d28ee4e INTEGRATION: CWS os2port01 (1.24.6); FILE MERGED
2007/08/08 08:28:04 obr 1.24.6.2: RESYNC: (1.24-1.29); FILE MERGED
2006/12/28 14:54:32 ydario 1.24.6.1: OS/2 initial import.
2007-09-20 13:32:52 +00:00
Rüdiger Timm
9d5a243d6f INTEGRATION: CWS dmake49 (1.6.2); FILE MERGED
2007/06/25 22:11:45 vq 1.6.2.1: #i78508# Release dmake 4.9.
2007-07-03 10:32:18 +00:00
Rüdiger Timm
4e69363120 INTEGRATION: CWS dmake49 (1.11.2); FILE MERGED
2007/06/25 22:11:45 vq 1.11.2.1: #i78508# Release dmake 4.9.
2007-07-03 10:32:02 +00:00
Rüdiger Timm
2d1cf982d8 INTEGRATION: CWS dmake49 (1.1.2); FILE ADDED
2007/06/22 20:47:10 vq 1.1.2.1: #i78061# Add testcase and documentation.
2007-07-03 10:31:48 +00:00
Rüdiger Timm
b128608d01 INTEGRATION: CWS dmake49 (1.1.2); FILE ADDED
2007/06/21 20:28:15 vq 1.1.2.1: #i74007#  Add testcase.
2007-07-03 10:31:37 +00:00
Rüdiger Timm
160baaec5b INTEGRATION: CWS dmake49 (1.6.2); FILE MERGED
2007/06/22 20:47:10 vq 1.6.2.2: #i78061# Add testcase and documentation.
2007/06/21 20:28:14 vq 1.6.2.1: #i74007#  Add testcase.
2007-07-03 10:31:25 +00:00
Rüdiger Timm
47b2bbc5a6 INTEGRATION: CWS dmake49 (1.7.2); FILE MERGED
2007/06/25 22:11:45 vq 1.7.2.1: #i78508# Release dmake 4.9.
2007-07-03 10:30:55 +00:00
Rüdiger Timm
a5e98de6a0 INTEGRATION: CWS dmake49 (1.10.2); FILE MERGED
2007/06/25 22:11:44 vq 1.10.2.4: #i78508# Release dmake 4.9.
2007/06/22 20:47:10 vq 1.10.2.3: #i78061# Add testcase and documentation.
2007/06/22 17:36:46 vq 1.10.2.2: #i74007# Add documentation to manpage.
2007/06/18 03:56:01 vq 1.10.2.1: #i78033# Document :i macro expansion.
2007-07-03 10:30:42 +00:00
Rüdiger Timm
356711b5cf INTEGRATION: CWS dmake49 (1.8.2); FILE MERGED
2007/06/25 22:11:44 vq 1.8.2.4: #i78508# Release dmake 4.9.
2007/06/22 20:47:09 vq 1.8.2.3: #i78061# Add testcase and documentation.
2007/06/22 17:36:45 vq 1.8.2.2: #i74007# Add documentation to manpage.
2007/06/18 03:56:01 vq 1.8.2.1: #i78033# Document :i macro expansion.
2007-07-03 10:30:28 +00:00
Rüdiger Timm
923416a04f INTEGRATION: CWS dmake49 (1.5.2); FILE MERGED
2007/06/20 22:26:11 vq 1.5.2.1: #i74700# Add a new special macro OOODMAKEMODE that is used to toggle
OOo build specific behavior. If OOODMAKEMODE is set (i.e. it begins with y)
the leading ./ of a path will no longer be removed.
This patch also fixes iz78061.
2007-07-03 10:30:13 +00:00
Rüdiger Timm
04db1cda4e INTEGRATION: CWS dmake49 (1.3.2); FILE MERGED
2007/06/20 22:26:11 vq 1.3.2.1: #i74700# Add a new special macro OOODMAKEMODE that is used to toggle
OOo build specific behavior. If OOODMAKEMODE is set (i.e. it begins with y)
the leading ./ of a path will no longer be removed.
This patch also fixes iz78061.
2007-07-03 10:29:59 +00:00
Rüdiger Timm
6d37867654 INTEGRATION: CWS dmake49 (1.6.2); FILE MERGED
2007/06/20 22:26:11 vq 1.6.2.1: #i74700# Add a new special macro OOODMAKEMODE that is used to toggle
OOo build specific behavior. If OOODMAKEMODE is set (i.e. it begins with y)
the leading ./ of a path will no longer be removed.
This patch also fixes iz78061.
2007-07-03 10:29:46 +00:00
Rüdiger Timm
002e424805 INTEGRATION: CWS dmake49 (1.9.2); FILE MERGED
2007/06/20 22:26:11 vq 1.9.2.1: #i74700# Add a new special macro OOODMAKEMODE that is used to toggle
OOo build specific behavior. If OOODMAKEMODE is set (i.e. it begins with y)
the leading ./ of a path will no longer be removed.
This patch also fixes iz78061.
2007-07-03 10:29:33 +00:00
Rüdiger Timm
5ccc46c2ee INTEGRATION: CWS dmake49 (1.28.2); FILE MERGED
2007/06/25 22:11:44 vq 1.28.2.2: #i78508# Release dmake 4.9.
2007/06/20 22:07:01 vq 1.28.2.1: #i78152# Make dmake buildable on GNU/kFreeBSD.
2007-07-03 10:29:21 +00:00
Rüdiger Timm
f3fc8db2d2 INTEGRATION: CWS dmake49 (1.21.2); FILE MERGED
2007/06/25 22:11:44 vq 1.21.2.1: #i78508# Release dmake 4.9.
2007-07-03 10:29:09 +00:00
Rüdiger Timm
b9337c5239 INTEGRATION: CWS dmake49 (1.8.2); FILE MERGED
2007/06/25 22:11:44 vq 1.8.2.1: #i78508# Release dmake 4.9.
2007-07-03 10:28:52 +00:00
Rüdiger Timm
833b0e0fcd INTEGRATION: CWS dmake49 (1.7.2); FILE MERGED
2007/06/25 22:13:03 vq 1.7.2.3: #i10000# Update ChangeLog.
2007/06/22 21:04:34 vq 1.7.2.2: #i10000# Update ChangeLog.
2007/06/21 20:34:58 vq 1.7.2.1: #i10000# Update ChangeLog.
2007-07-03 10:28:31 +00:00
Oliver Bolte
ac7642f3b5 INTEGRATION: CWS dmake48 (1.5.2); FILE MERGED
2007/04/24 17:42:30 vq 1.5.2.2: #i73700# Release dmake 4.8.
2007/01/21 03:00:39 vq 1.5.2.1: #i73700# Bump version to 4.8-cvs.
2007-06-12 05:09:32 +00:00
Oliver Bolte
c930f8c25d INTEGRATION: CWS dmake48 (1.10.2); FILE MERGED
2007/04/24 17:42:30 vq 1.10.2.2: #i73700# Release dmake 4.8.
2007/01/21 03:00:39 vq 1.10.2.1: #i73700# Bump version to 4.8-cvs.
2007-06-12 05:09:19 +00:00
Oliver Bolte
7cd26650ff INTEGRATION: CWS dmake48 (1.4.40); FILE MERGED
2007/03/14 00:51:37 vq 1.4.40.1: #i10000# No real change, only comments were added or modified.
2007-06-12 05:09:05 +00:00
Oliver Bolte
b17b110bb6 INTEGRATION: CWS dmake48 (1.6.2); FILE MERGED
2007/01/21 23:21:13 vq 1.6.2.1: #i73661# Improve case insensitive directory caching on case sensitive
file systems but it is *not* recommended to to so. A comment was added
to the man page emphasizing this.
2007-06-12 05:08:51 +00:00
Oliver Bolte
77a621b368 INTEGRATION: CWS dmake48 (1.1.2); FILE ADDED
2007/04/09 13:22:59 vq 1.1.2.3: #i73499# Fix bash syntax typo.
2007/04/09 03:27:03 vq 1.1.2.2: #i73499# Make test work on Solaris.
2007/03/23 20:40:40 vq 1.1.2.1: #i73499# Add documentation and testcase.
2007-06-12 05:08:37 +00:00