Commit graph

7088 commits

Author SHA1 Message Date
Vladimir Glazounov
210c00b872 INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED
2006/11/12 05:06:43 vq 1.1.1.1.156.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2007-01-18 08:37:39 +00:00
Vladimir Glazounov
f490429e9f INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED
2006/11/12 05:06:43 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2007-01-18 08:37:27 +00:00
Vladimir Glazounov
5bf2ef60c3 INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED
2006/11/12 05:06:42 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2007-01-18 08:37:15 +00:00
Vladimir Glazounov
7bdf880af0 INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED
2006/11/12 05:06:41 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2007-01-18 08:36:07 +00:00
Vladimir Glazounov
315c9809c0 INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED
2006/11/12 05:06:40 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2007-01-18 08:35:17 +00:00
Vladimir Glazounov
c09c8495e5 INTEGRATION: CWS dmake47 (1.3.2); FILE MERGED
2007/01/16 02:36:33 vq 1.3.2.2: #i61856# There is currently no parallel processing for the native W32 dmake.
Let Wait_for_child() always return -1 indicating that there is nothing to
wait for on this OS.
2006/11/12 05:06:39 vq 1.3.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2007-01-18 08:34:27 +00:00
Vladimir Glazounov
1b74b4782f INTEGRATION: CWS dmake47 (1.8.2); FILE MERGED
2006/11/23 16:58:01 vq 1.8.2.7: #i69952# Release dmake 4.7.
2006/11/19 21:10:40 vq 1.8.2.6: #i71704# Add testcase and documentation.
2006/11/13 19:08:16 vq 1.8.2.5: #i71422# Document new @@ recipe property.
2006/10/08 22:49:04 vq 1.8.2.4: #i70168# Improve $ handling in targets/prerequisites.
2006/10/07 19:30:42 vq 1.8.2.3: #i69742# Add NEWS file entry and mention normalization in the man page.
2006/09/29 18:50:23 vq 1.8.2.2: #i69814# Add/fix option to make directory cache case insensitive. (Make
this the default for Windows and Mac OS X.) Added testcase.
2006/09/28 17:33:06 vq 1.8.2.1: #i69952#  Bump version to 4.7-cvs.
2007-01-18 08:33:51 +00:00
Vladimir Glazounov
e4c86d8ae8 INTEGRATION: CWS dmake47 (1.6.2); FILE MERGED
2006/11/23 16:58:01 vq 1.6.2.7: #i69952# Release dmake 4.7.
2006/11/19 21:10:40 vq 1.6.2.6: #i71704# Add testcase and documentation.
2006/11/13 19:08:16 vq 1.6.2.5: #i71422# Document new @@ recipe property.
2006/10/08 22:49:04 vq 1.6.2.4: #i70168# Improve $ handling in targets/prerequisites.
2006/10/07 19:30:42 vq 1.6.2.3: #i69742# Add NEWS file entry and mention normalization in the man page.
2006/09/29 18:50:23 vq 1.6.2.2: #i69814# Add/fix option to make directory cache case insensitive. (Make
this the default for Windows and Mac OS X.) Added testcase.
2006/09/28 17:33:05 vq 1.6.2.1: #i69952#  Bump version to 4.7-cvs.
2007-01-18 08:33:39 +00:00
Vladimir Glazounov
e296595cf9 INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED
2006/09/30 15:01:15 vq 1.1.1.1.156.1: #i69814# Remove the unused DMSTRLWR macro.
2007-01-18 08:33:25 +00:00
Vladimir Glazounov
741e60ea50 INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED
2006/11/12 05:06:39 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2007-01-18 08:33:13 +00:00
Vladimir Glazounov
17ebb9534e INTEGRATION: CWS dmake47 (1.3.6); FILE MERGED
2006/11/12 05:06:39 vq 1.3.6.2: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2006/10/08 22:49:03 vq 1.3.6.1: #i70168# Improve $ handling in targets/prerequisites.
2007-01-18 08:33:01 +00:00
Vladimir Glazounov
ee70d8153b INTEGRATION: CWS dmake47 (1.8.2); FILE MERGED
2006/12/21 03:16:17 vq 1.8.2.5: #i61856# Child process handling improvements.
2006/11/17 21:56:23 vq 1.8.2.4: #i61856# Implement better way to wait for a process queue to finish
without obstructing other process queues during parallel makefile
processing.
2006/11/12 05:06:39 vq 1.8.2.3: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2006/10/04 03:17:02 vq 1.8.2.2: #i69742# Enable normalization of targets and non-dynamic prerequisites.
(Dynamic prerequisites are prerequisites with not expanded macros.)
2006/09/29 21:20:45 vq 1.8.2.1: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead.
2007-01-18 08:32:48 +00:00
Vladimir Glazounov
35386dcf85 INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED
2006/09/29 18:50:23 vq 1.1.1.1.156.1: #i69814# Add/fix option to make directory cache case insensitive. (Make
this the default for Windows and Mac OS X.) Added testcase.
2007-01-18 08:32:36 +00:00
Vladimir Glazounov
2697933a8c INTEGRATION: CWS dmake47 (1.9.2); FILE MERGED
2006/11/12 05:06:38 vq 1.9.2.2: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2006/10/08 22:49:03 vq 1.9.2.1: #i70168# Improve $ handling in targets/prerequisites.
2007-01-18 08:32:23 +00:00
Vladimir Glazounov
0958549f1c INTEGRATION: CWS dmake47 (1.5.12); FILE MERGED
2006/12/21 03:16:17 vq 1.5.12.1: #i61856# Child process handling improvements.
2007-01-18 08:32:09 +00:00
Vladimir Glazounov
9856a85296 INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED
2006/11/09 22:33:22 vq 1.1.1.1.156.4: #i69821# Fix/improve $(TMD) handling.
2006/10/03 00:46:38 vq 1.1.1.1.156.3: #i69742# Fix problem when removing multiple '/'.
2006/10/01 19:18:27 vq 1.1.1.1.156.2: #i69742# Create Clean_path() function.
2006/10/01 16:23:32 vq 1.1.1.1.156.1: #i69742# Clean up/speed up Build_path().
2007-01-18 08:31:57 +00:00
Vladimir Glazounov
b033f6d86c INTEGRATION: CWS dmake47 (1.6.6); FILE MERGED
2006/10/07 20:23:15 vq 1.6.6.1: #i70027# Fix diagnostic output and add a testcase.
2007-01-18 08:31:46 +00:00
Vladimir Glazounov
8dd241eebd INTEGRATION: CWS dmake47 (1.1.144); FILE MERGED
2006/09/28 21:16:22 vq 1.1.144.1: #i69953# Clean up of the autotooling.
2007-01-18 08:31:33 +00:00
Vladimir Glazounov
d091d4cc6f INTEGRATION: CWS dmake47 (1.1.144); FILE MERGED
2006/09/28 21:16:21 vq 1.1.144.1: #i69953# Clean up of the autotooling.
2007-01-18 08:31:09 +00:00
Vladimir Glazounov
88f776d969 INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED
2006/11/19 05:27:24 vq 1.7.2.11: #i71704# Let the global .SEQUENTIAL attribute implicitely set MAXPROCESS=1
and disallow MAXPROCESS to be changed if the global .SEQUENTIAL is set.
2006/11/12 05:06:38 vq 1.7.2.10: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2006/11/09 22:33:22 vq 1.7.2.9: #i69821# Fix/improve $(TMD) handling.
2006/11/09 18:16:33 vq 1.7.2.8: #i69821# Add comment where TMD is detecting different drive letters for
native W32 dmake versions.
2006/10/08 23:27:11 vq 1.7.2.7: #i70210# Fix dmakes handling of empty dynamic prerequisites.
2006/10/08 22:57:22 vq 1.7.2.6: #i70168# Remove FIXME.
2006/10/08 22:49:03 vq 1.7.2.5: #i70168# Improve $ handling in targets/prerequisites.
2006/10/06 04:02:35 vq 1.7.2.4: #i69742# Don't targets with $ in the filepath as dynamic macros. ($$ means
a single $ in the filepath.)
2006/09/29 21:20:45 vq 1.7.2.3: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead.
2006/09/29 18:50:23 vq 1.7.2.2: #i69814# Add/fix option to make directory cache case insensitive. (Make
this the default for Windows and Mac OS X.) Added testcase.
2006/09/28 21:42:38 vq 1.7.2.1: #i69821# Fix TMD macro and add testcase.
2007-01-18 08:30:56 +00:00
Vladimir Glazounov
4ed2a92b82 INTEGRATION: CWS dmake47 (1.4.6); FILE MERGED
2006/11/19 05:27:24 vq 1.4.6.4: #i71704# Let the global .SEQUENTIAL attribute implicitely set MAXPROCESS=1
and disallow MAXPROCESS to be changed if the global .SEQUENTIAL is set.
2006/10/08 22:49:03 vq 1.4.6.3: #i70168# Improve $ handling in targets/prerequisites.
2006/09/29 18:50:23 vq 1.4.6.2: #i69814# Add/fix option to make directory cache case insensitive. (Make
this the default for Windows and Mac OS X.) Added testcase.
2006/09/28 21:42:38 vq 1.4.6.1: #i69821# Fix TMD macro and add testcase.
2007-01-18 08:30:31 +00:00
Vladimir Glazounov
a3423130c5 INTEGRATION: CWS dmake47 (1.7.6); FILE MERGED
2006/11/12 05:06:38 vq 1.7.6.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2007-01-18 08:30:18 +00:00
Vladimir Glazounov
79131f92e8 INTEGRATION: CWS dmake47 (1.9.2); FILE MERGED
2006/11/12 05:06:38 vq 1.9.2.2: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2006/09/29 21:20:45 vq 1.9.2.1: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead.
2007-01-18 08:30:04 +00:00
Vladimir Glazounov
ce72c53161 INTEGRATION: CWS dmake47 (1.9.12); FILE MERGED
2006/11/12 05:06:38 vq 1.9.12.4: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2006/10/01 19:18:27 vq 1.9.12.3: #i69742# Create Clean_path() function.
2006/09/29 21:20:45 vq 1.9.12.2: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead.
2006/09/29 18:50:22 vq 1.9.12.1: #i69814# Add/fix option to make directory cache case insensitive. (Make
this the default for Windows and Mac OS X.) Added testcase.
2007-01-18 08:29:52 +00:00
Vladimir Glazounov
f00b7fadcc INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED
2006/09/29 18:50:22 vq 1.1.1.1.156.1: #i69814# Add/fix option to make directory cache case insensitive. (Make
this the default for Windows and Mac OS X.) Added testcase.
2007-01-18 08:29:40 +00:00
Vladimir Glazounov
4817e49a59 INTEGRATION: CWS dmake47 (1.5.2); FILE MERGED
2006/11/17 21:56:22 vq 1.5.2.2: #i61856# Implement better way to wait for a process queue to finish
without obstructing other process queues during parallel makefile
processing.
2006/11/12 05:06:38 vq 1.5.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2007-01-18 08:29:28 +00:00
Vladimir Glazounov
1d10737eb4 INTEGRATION: CWS dmake47 (1.8.2); FILE MERGED
2006/12/06 22:09:19 vq 1.8.2.4: #i72337# Make dmake -V tell whether fork/exec or spawn is used.
2006/11/19 05:27:24 vq 1.8.2.3: #i71704# Let the global .SEQUENTIAL attribute implicitely set MAXPROCESS=1
and disallow MAXPROCESS to be changed if the global .SEQUENTIAL is set.
2006/11/12 05:06:38 vq 1.8.2.2: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2006/10/01 19:18:26 vq 1.8.2.1: #i69742# Create Clean_path() function.
2007-01-18 08:29:05 +00:00
Vladimir Glazounov
ccbea50cb0 INTEGRATION: CWS dmake47 (1.1.124); FILE MERGED
2006/09/28 21:16:21 vq 1.1.124.1: #i69953# Clean up of the autotooling.
2007-01-18 08:28:54 +00:00
Vladimir Glazounov
78d6cf4886 INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED
2006/11/19 05:27:24 vq 1.7.2.5: #i71704# Let the global .SEQUENTIAL attribute implicitely set MAXPROCESS=1
and disallow MAXPROCESS to be changed if the global .SEQUENTIAL is set.
2006/11/12 05:06:37 vq 1.7.2.4: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
2006/10/07 18:34:49 vq 1.7.2.3: #i69742# Never normalize cells that contain a $ in the pathname.
2006/10/06 04:02:35 vq 1.7.2.2: #i69742# Don't targets with $ in the filepath as dynamic macros. ($$ means
a single $ in the filepath.)
2006/10/04 03:17:01 vq 1.7.2.1: #i69742# Enable normalization of targets and non-dynamic prerequisites.
(Dynamic prerequisites are prerequisites with not expanded macros.)
2007-01-18 08:28:42 +00:00
Vladimir Glazounov
542497b731 INTEGRATION: CWS dmake47 (1.25.2); FILE MERGED
2006/11/23 16:58:00 vq 1.25.2.6: #i69952# Release dmake 4.7.
2006/11/15 19:43:12 vq 1.25.2.5: #i71582# Make dmake usable on OpenBSD. (Patch separated from CWS openbsd01)
2006/11/12 05:25:25 vq 1.25.2.4: #i71422# Remove unused macro and regenerate autotools files.
2006/09/29 21:20:44 vq 1.25.2.3: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead.
2006/09/28 21:16:21 vq 1.25.2.2: #i69953# Clean up of the autotooling.
2006/09/28 17:33:04 vq 1.25.2.1: #i69952#  Bump version to 4.7-cvs.
2007-01-18 08:28:31 +00:00
Vladimir Glazounov
6fae621b83 INTEGRATION: CWS dmake47 (1.18.2); FILE MERGED
2006/11/23 16:58:00 vq 1.18.2.6: #i69952# Release dmake 4.7.
2006/11/15 19:43:11 vq 1.18.2.5: #i71582# Make dmake usable on OpenBSD. (Patch separated from CWS openbsd01)
2006/11/12 05:25:24 vq 1.18.2.4: #i71422# Remove unused macro and regenerate autotools files.
2006/09/29 21:20:44 vq 1.18.2.3: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead.
2006/09/28 21:16:20 vq 1.18.2.2: #i69953# Clean up of the autotooling.
2006/09/28 17:33:03 vq 1.18.2.1: #i69952#  Bump version to 4.7-cvs.
2007-01-18 08:28:17 +00:00
Vladimir Glazounov
537a1317d9 INTEGRATION: CWS dmake47 (1.13.12); FILE MERGED
2006/11/12 05:25:24 vq 1.13.12.3: #i71422# Remove unused macro and regenerate autotools files.
2006/09/29 21:20:44 vq 1.13.12.2: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead.
2006/09/28 21:16:20 vq 1.13.12.1: #i69953# Clean up of the autotooling.
2007-01-18 08:28:01 +00:00
Vladimir Glazounov
7b8a5c0ad1 INTEGRATION: CWS dmake47 (1.3.12); FILE MERGED
2006/09/28 21:16:20 vq 1.3.12.1: #i69953# Clean up of the autotooling.
2007-01-18 08:27:49 +00:00
Vladimir Glazounov
74d206d1b5 INTEGRATION: CWS dmake47 (1.1.2); FILE ADDED
2006/09/28 21:16:19 vq 1.1.2.1: #i69953# Clean up of the autotooling.
2007-01-18 08:27:37 +00:00
Vladimir Glazounov
c4667194ee INTEGRATION: CWS dmake47 (1.6.12); FILE MERGED
2006/09/29 21:20:44 vq 1.6.12.2: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead.
2006/09/28 21:16:18 vq 1.6.12.1: #i69953# Clean up of the autotooling.
2007-01-18 08:27:28 +00:00
Vladimir Glazounov
a2e1675440 INTEGRATION: CWS dmake47 (1.9.12); FILE MERGED
2006/09/28 21:16:18 vq 1.9.12.1: #i69953# Clean up of the autotooling.
2007-01-18 08:27:16 +00:00
Vladimir Glazounov
9268eb02b5 INTEGRATION: CWS dmake47 (1.6.2); FILE MERGED
2006/12/22 04:45:38 vq 1.6.2.6: #i69952# Release dmake 4.7
(Some extra changes were done in CWS dmake47.)
2006/11/23 16:58:00 vq 1.6.2.5: #i69952# Release dmake 4.7.
2006/11/13 19:08:16 vq 1.6.2.4: #i71422# Document new @@ recipe property.
2006/10/08 23:27:11 vq 1.6.2.3: #i70210# Fix dmakes handling of empty dynamic prerequisites.
2006/10/08 22:49:03 vq 1.6.2.2: #i70168# Improve $ handling in targets/prerequisites.
2006/10/07 19:30:41 vq 1.6.2.1: #i69742# Add NEWS file entry and mention normalization in the man page.
2007-01-18 08:27:04 +00:00
Vladimir Glazounov
054a3fc53f INTEGRATION: CWS dmake47 (1.13.12); FILE MERGED
2006/11/23 16:58:00 vq 1.13.12.5: #i69952# Release dmake 4.7.
2006/11/12 05:25:24 vq 1.13.12.4: #i71422# Remove unused macro and regenerate autotools files.
2006/09/29 21:20:44 vq 1.13.12.3: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead.
2006/09/28 21:16:18 vq 1.13.12.2: #i69953# Clean up of the autotooling.
2006/09/28 17:33:02 vq 1.13.12.1: #i69952#  Bump version to 4.7-cvs.
2007-01-18 08:26:49 +00:00
Vladimir Glazounov
77fc7d686b INTEGRATION: CWS dmake47 (1.10.12); FILE MERGED
2006/09/28 21:16:18 vq 1.10.12.1: #i69953# Clean up of the autotooling.
2007-01-18 08:26:37 +00:00
Vladimir Glazounov
35139e55ab INTEGRATION: CWS dmake47 (1.5.2); FILE MERGED
2007/01/17 18:00:52 vq 1.5.2.13: #i10000# Update ChangeLog.
2006/12/22 04:55:32 vq 1.5.2.12: #i10000# Update ChangeLog.
2006/11/27 22:24:19 vq 1.5.2.11: #i10000# Update ChangeLog.
2006/11/23 17:01:20 vq 1.5.2.10: #i10000# Update ChangeLog.
2006/11/19 22:05:29 vq 1.5.2.9: #i10000# Update ChangeLog.
2006/11/17 22:00:53 vq 1.5.2.8: #i10000# Update ChangeLog.
2006/11/13 19:11:24 vq 1.5.2.7: #i10000# Update ChangeLog.
2006/11/09 22:44:50 vq 1.5.2.6: #i10000# Update ChangeLog.
2006/10/08 23:41:13 vq 1.5.2.5: #i10000# Update ChangeLog.
2006/10/07 20:51:16 vq 1.5.2.4: #i10000# Update ChangeLog.
2006/10/04 03:26:01 vq 1.5.2.3: #i10000# Update ChangeLog.
2006/09/29 18:57:29 vq 1.5.2.2: #i10000# Update ChangeLog.
2006/09/28 21:30:58 vq 1.5.2.1: #i10000# Update ChangeLog.
2007-01-18 08:26:24 +00:00
Vladimir Glazounov
19886acdfe INTEGRATION: CWS ab33 (1.16.30); FILE MERGED
2007/01/12 11:25:58 ab 1.16.30.1: #i69280# Removed basctl from projects with warnings list!
2007-01-16 15:26:08 +00:00
Vladimir Glazounov
5a830cccd7 INTEGRATION: CWS ab33 (1.34.34); FILE MERGED
2007/01/12 11:25:57 ab 1.34.34.1: #i69280# Removed basctl from projects with warnings list!
2007-01-16 15:25:55 +00:00
Vladimir Glazounov
91e625f450 INTEGRATION: CWS ab33 (1.27.32); FILE MERGED
2007/01/12 11:25:57 ab 1.27.32.1: #i69280# Removed basctl from projects with warnings list!
2007-01-16 15:25:42 +00:00
Vladimir Glazounov
0665c254f3 INTEGRATION: CWS lfs (1.113.4); FILE MERGED
2006/08/30 15:48:54 rene 1.113.4.1: #i26865# add support for building with -D_FILE_OFFSET_BITS=64
2007-01-16 15:09:14 +00:00
Vladimir Glazounov
8fcb8fc7de INTEGRATION: CWS lfs (1.174.4); FILE MERGED
2006/08/30 15:48:54 rene 1.174.4.1: #i26865# add support for building with -D_FILE_OFFSET_BITS=64
2007-01-16 15:08:42 +00:00
Vladimir Glazounov
c2e30724b6 INTEGRATION: CWS systemxt (1.40.68); FILE MERGED
2006/11/22 16:05:39 rene 1.40.68.1: #i59985# add make XmlSearch buildable with upstream xt (by mkretzschmar)
2007-01-15 11:40:16 +00:00
Vladimir Glazounov
274b62b486 INTEGRATION: CWS systemxt (1.45.6); FILE MERGED
2006/11/22 16:05:39 rene 1.45.6.1: #i59985# add make XmlSearch buildable with upstream xt (by mkretzschmar)
2007-01-15 11:40:05 +00:00
Vladimir Glazounov
9f56908cb5 INTEGRATION: CWS systemxt (1.172.16); FILE MERGED
2006/11/22 16:05:39 rene 1.172.16.1: #i59985# add make XmlSearch buildable with upstream xt (by mkretzschmar)
2007-01-15 11:39:41 +00:00
Vladimir Glazounov
1004678f26 INTEGRATION: CWS systemxt (1.124.8); FILE MERGED
2006/11/22 16:47:24 rene 1.124.8.1: #i59985# configure changes for system-xt
2007-01-15 11:36:34 +00:00
Vladimir Glazounov
69d0dd8d4a INTEGRATION: CWS systemxt (1.187.8); FILE MERGED
2006/11/22 16:47:24 rene 1.187.8.1: #i59985# configure changes for system-xt
2007-01-15 11:36:20 +00:00