Commit graph

7741 commits

Author SHA1 Message Date
Oliver Bolte
fba970162f INTEGRATION: CWS dmake48 (1.6.16); FILE MERGED
2007/03/17 19:00:37 vq 1.6.16.1: #i73499# Add new .WINPATH attribute to generate Windows style paths
(with regular slashes) instead of the default cygwin style (POSIX)
paths for dmake's dynamic macros.

This attribute is specific for cygwin dmake executables and non-cygwin
environments ignore this attribute.

The windows style paths use regular slashes ('/') instead of the
usual windows backslash ('\') as directory separator to avoid quoting
problems (It still is a cygwin dmake!) and cygwin as well as native
windows programs should have no problems using this (c:/foo/bar) path
representation.

The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
$(MAKEDIR) and $(TMD).

Examples:

Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp

Content of $(PWD) with .WINPATH set:           c:/temp
2007-06-12 05:06:11 +00:00
Oliver Bolte
4df2659091 INTEGRATION: CWS dmake48 (1.5.2); FILE MERGED
2007/03/17 19:00:37 vq 1.5.2.2: #i73499# Add new .WINPATH attribute to generate Windows style paths
(with regular slashes) instead of the default cygwin style (POSIX)
paths for dmake's dynamic macros.

This attribute is specific for cygwin dmake executables and non-cygwin
environments ignore this attribute.

The windows style paths use regular slashes ('/') instead of the
usual windows backslash ('\') as directory separator to avoid quoting
problems (It still is a cygwin dmake!) and cygwin as well as native
windows programs should have no problems using this (c:/foo/bar) path
representation.

The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
$(MAKEDIR) and $(TMD).

Examples:

Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp

Content of $(PWD) with .WINPATH set:           c:/temp
2007/01/27 00:51:12 vq 1.5.2.1: #i739183 Mark the internal macros PWD, MAKEDIR and TMD as precious.
Also commit some small macro relates clean ups and comment changes.
2007-06-12 05:05:57 +00:00
Oliver Bolte
fabd0ae620 INTEGRATION: CWS dmake48 (1.8.2); FILE MERGED
2007/03/17 19:00:37 vq 1.8.2.2: #i73499# Add new .WINPATH attribute to generate Windows style paths
(with regular slashes) instead of the default cygwin style (POSIX)
paths for dmake's dynamic macros.

This attribute is specific for cygwin dmake executables and non-cygwin
environments ignore this attribute.

The windows style paths use regular slashes ('/') instead of the
usual windows backslash ('\') as directory separator to avoid quoting
problems (It still is a cygwin dmake!) and cygwin as well as native
windows programs should have no problems using this (c:/foo/bar) path
representation.

The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
$(MAKEDIR) and $(TMD).

Examples:

Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp

Content of $(PWD) with .WINPATH set:           c:/temp
2007/01/23 02:25:52 vq 1.8.2.1: #i10000# Small cosmetic changes.
2007-06-12 05:05:42 +00:00
Oliver Bolte
7734b689c8 INTEGRATION: CWS dmake48 (1.10.2); FILE MERGED
2007/03/17 19:00:37 vq 1.10.2.1: #i73499# Add new .WINPATH attribute to generate Windows style paths
(with regular slashes) instead of the default cygwin style (POSIX)
paths for dmake's dynamic macros.

This attribute is specific for cygwin dmake executables and non-cygwin
environments ignore this attribute.

The windows style paths use regular slashes ('/') instead of the
usual windows backslash ('\') as directory separator to avoid quoting
problems (It still is a cygwin dmake!) and cygwin as well as native
windows programs should have no problems using this (c:/foo/bar) path
representation.

The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
$(MAKEDIR) and $(TMD).

Examples:

Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp

Content of $(PWD) with .WINPATH set:           c:/temp
2007-06-12 05:05:25 +00:00
Oliver Bolte
8de2d7bf21 INTEGRATION: CWS dmake48 (1.3.16); FILE MERGED
2007/03/17 19:00:37 vq 1.3.16.1: #i73499# Add new .WINPATH attribute to generate Windows style paths
(with regular slashes) instead of the default cygwin style (POSIX)
paths for dmake's dynamic macros.

This attribute is specific for cygwin dmake executables and non-cygwin
environments ignore this attribute.

The windows style paths use regular slashes ('/') instead of the
usual windows backslash ('\') as directory separator to avoid quoting
problems (It still is a cygwin dmake!) and cygwin as well as native
windows programs should have no problems using this (c:/foo/bar) path
representation.

The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
$(MAKEDIR) and $(TMD).

Examples:

Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp

Content of $(PWD) with .WINPATH set:           c:/temp
2007-06-12 05:05:11 +00:00
Oliver Bolte
ef361780d6 INTEGRATION: CWS dmake48 (1.6.2); FILE MERGED
2007/03/17 19:00:37 vq 1.6.2.1: #i73499# Add new .WINPATH attribute to generate Windows style paths
(with regular slashes) instead of the default cygwin style (POSIX)
paths for dmake's dynamic macros.

This attribute is specific for cygwin dmake executables and non-cygwin
environments ignore this attribute.

The windows style paths use regular slashes ('/') instead of the
usual windows backslash ('\') as directory separator to avoid quoting
problems (It still is a cygwin dmake!) and cygwin as well as native
windows programs should have no problems using this (c:/foo/bar) path
representation.

The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
$(MAKEDIR) and $(TMD).

Examples:

Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp

Content of $(PWD) with .WINPATH set:           c:/temp
2007-06-12 05:04:58 +00:00
Oliver Bolte
736f032896 INTEGRATION: CWS dmake48 (1.9.2); FILE MERGED
2007/03/17 19:00:37 vq 1.9.2.1: #i73499# Add new .WINPATH attribute to generate Windows style paths
(with regular slashes) instead of the default cygwin style (POSIX)
paths for dmake's dynamic macros.

This attribute is specific for cygwin dmake executables and non-cygwin
environments ignore this attribute.

The windows style paths use regular slashes ('/') instead of the
usual windows backslash ('\') as directory separator to avoid quoting
problems (It still is a cygwin dmake!) and cygwin as well as native
windows programs should have no problems using this (c:/foo/bar) path
representation.

The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
$(MAKEDIR) and $(TMD).

Examples:

Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp

Content of $(PWD) with .WINPATH set:           c:/temp
2007-06-12 05:04:45 +00:00
Oliver Bolte
3f47092de3 INTEGRATION: CWS dmake48 (1.8.2); FILE MERGED
2007/03/17 19:00:36 vq 1.8.2.3: #i73499# Add new .WINPATH attribute to generate Windows style paths
(with regular slashes) instead of the default cygwin style (POSIX)
paths for dmake's dynamic macros.

This attribute is specific for cygwin dmake executables and non-cygwin
environments ignore this attribute.

The windows style paths use regular slashes ('/') instead of the
usual windows backslash ('\') as directory separator to avoid quoting
problems (It still is a cygwin dmake!) and cygwin as well as native
windows programs should have no problems using this (c:/foo/bar) path
representation.

The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
$(MAKEDIR) and $(TMD).

Examples:

Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp

Content of $(PWD) with .WINPATH set:           c:/temp
2007/01/27 00:51:12 vq 1.8.2.2: #i739183 Mark the internal macros PWD, MAKEDIR and TMD as precious.
Also commit some small macro relates clean ups and comment changes.
2007/01/23 02:49:43 vq 1.8.2.1: #i10000# Remove warning and add error handling.
2007-06-12 05:04:33 +00:00
Oliver Bolte
c20b5597ab INTEGRATION: CWS dmake48 (1.27.2); FILE MERGED
2007/04/24 17:42:29 vq 1.27.2.3: #i73700# Release dmake 4.8.
2007/01/21 23:21:12 vq 1.27.2.2: #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/01/21 03:00:38 vq 1.27.2.1: #i73700# Bump version to 4.8-cvs.
2007-06-12 05:04:19 +00:00
Oliver Bolte
ac4a4089eb INTEGRATION: CWS dmake48 (1.20.2); FILE MERGED
2007/04/24 17:42:28 vq 1.20.2.3: #i73700# Release dmake 4.8.
2007/01/21 23:21:12 vq 1.20.2.2: #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/01/21 03:00:37 vq 1.20.2.1: #i73700# Bump version to 4.8-cvs.
2007-06-12 05:04:08 +00:00
Oliver Bolte
8269c9339a INTEGRATION: CWS dmake48 (1.7.2); FILE MERGED
2007/04/24 17:42:28 vq 1.7.2.2: #i73700# Release dmake 4.8.
2007/03/23 20:40:39 vq 1.7.2.1: #i73499# Add documentation and testcase.
2007-06-12 05:03:55 +00:00
Oliver Bolte
2ccbac69a3 INTEGRATION: CWS dmake48 (1.6.2); FILE MERGED
2007/04/24 17:49:18 vq 1.6.2.4: #i10000# Update ChangeLog.
2007/03/27 17:23:15 vq 1.6.2.3: #i10000# Update ChangeLog.
2007/03/23 20:44:06 vq 1.6.2.2: #i10000# Update ChangeLog.
2007/03/17 18:43:51 vq 1.6.2.1: #i10000# Update ChangeLog.
2007-06-12 05:03:36 +00:00
Oliver Bolte
ea2e893d0c INTEGRATION: CWS rt21 (1.7.6); FILE MERGED
2007/06/08 13:49:21 rt 1.7.6.2: More cleanup (move creation of 'additional' dir from deliver.pl into modules).
2007/06/08 12:43:07 rt 1.7.6.1: #i78232# Remove delivery of *staticdatamembers.*
2007-06-12 04:11:37 +00:00
Oliver Bolte
f3806f3b34 INTEGRATION: CWS rt21 (1.117.12); FILE MERGED
2007/06/08 15:32:58 rt 1.117.12.9: #i78236# Quoting.
2007/06/08 13:55:47 rt 1.117.12.8: #i78232# Remove default delivery of *staticdatamembers.*
2007/06/08 13:54:37 rt 1.117.12.7: #i78236# New option 'checkdlst': warns about missing 'mkdir's, overwrites, and entries of non-existing files to be delivered from source tree.
2007/06/07 11:51:18 rt 1.117.12.6: Join changes from rev. 1.116.44.1 (CWS ause079).
2007/06/07 08:53:39 rt 1.117.12.5: Remove obsolete macro '%UPD%'.
2007/06/07 08:52:37 rt 1.117.12.4: Remove obsolete macro '%UPD%'.
2007/06/07 08:22:44 rt 1.117.12.3: #i78168# 'hedabu_obsolete' now only changes local includes by adding module name to inc path. Therefore rename functionality into 'addincpath'.
2007/06/07 08:01:03 rt 1.117.12.2: #i78168# Remove  __SOLAR_PRIVATE hack and source beautifying from hedabu_obsolete.
2007/06/07 07:30:50 rt 1.117.12.1: #i78035# Do not strip (precompiled) windows files from linux.
2007-06-12 04:09:13 +00:00
Oliver Bolte
fc9c24806e INTEGRATION: CWS vcl78 (1.184.6); FILE MERGED
2007/05/15 11:08:15 pl 1.184.6.1: #i77363# remove libpaper
2007-06-11 13:34:04 +00:00
Oliver Bolte
e6516fb719 INTEGRATION: CWS vcl78 (1.141.6); FILE MERGED
2007/05/15 11:26:00 rene 1.141.6.1: #i77363# remove LIBPAPER_LINK also from set_soenv.in
2007-06-11 13:21:39 +00:00
Oliver Bolte
d97941105b INTEGRATION: CWS vcl78 (1.201.6); FILE MERGED
2007/05/15 11:08:17 pl 1.201.6.1: #i77363# remove libpaper
2007-06-11 13:21:25 +00:00
Oliver Bolte
120bac2d02 INTEGRATION: CWS oointroaboutbrand (1.179.12); FILE MERGED
2007/06/07 13:50:39 hjs 1.179.12.4: #i66426# regenerate after resync for tinderbox/buildbot
2007/05/25 10:45:22 cd 1.179.12.3: RESYNC: (1.179-1.186); FILE MERGED
2007/04/02 14:35:27 hjs 1.179.12.2: #i66426# fix variable names
2007/03/28 13:42:34 hjs 1.179.12.1: #i66426# specify intro and about bitmaps
2007-06-11 13:06:32 +00:00
Oliver Bolte
221ebb21ae INTEGRATION: CWS oointroaboutbrand (1.183.58); FILE MERGED
2007/05/25 11:49:25 cd 1.183.58.3: RESYNC: (1.183-1.189); FILE MERGED
2007/03/29 11:20:43 cd 1.183.58.2: i66426# Patch flag for new intro.zip must be set
2007/03/27 07:31:53 cd 1.183.58.1: i66426# Use a zip archive to transport intro and about bitmap. They a primary used for branding
2007-06-11 13:02:26 +00:00
Oliver Bolte
40d4a1e0d2 INTEGRATION: CWS oointroaboutbrand (1.136.10); FILE MERGED
2007/05/25 10:45:45 cd 1.136.10.3: RESYNC: (1.136-1.144); FILE MERGED
2007/04/02 14:35:38 hjs 1.136.10.2: #i66426# fix variable names
2007/03/28 11:25:57 cd 1.136.10.1: i66426# New mechanism to define external intro+about bitmaps
2007-06-11 13:00:39 +00:00
Oliver Bolte
aea0270c5c INTEGRATION: CWS oointroaboutbrand (1.197.10); FILE MERGED
2007/05/25 10:45:38 cd 1.197.10.3: RESYNC: (1.197-1.204); FILE MERGED
2007/04/02 14:35:37 hjs 1.197.10.2: #i66426# fix variable names
2007/03/28 11:25:56 cd 1.197.10.1: i66426# New mechanism to define external intro+about bitmaps
2007-06-11 13:00:24 +00:00
Oliver Bolte
d134e1881f INTEGRATION: CWS oointroaboutbrand (1.47.16); FILE MERGED
2007/05/25 10:44:34 cd 1.47.16.2: RESYNC: (1.47-1.51); FILE MERGED
2007/03/27 11:45:15 hjs 1.47.16.1: #i66426# intro and about bmp resorted - take care of the nologo versions
2007-06-11 12:59:13 +00:00
Oliver Bolte
3207a0b3e7 INTEGRATION: CWS oointroaboutbrand (1.66.12); FILE MERGED
2007/05/25 10:44:27 cd 1.66.12.3: RESYNC: (1.66-1.67); FILE MERGED
2007/03/27 11:45:15 hjs 1.66.12.2: #i66426# intro and about bmp resorted - take care of the nologo versions
2007/03/26 13:14:52 hjs 1.66.12.1: #i66426# intro and about bmp resorted
2007-06-11 12:59:00 +00:00
Hans-Joachim Lankenau
38b2f1cab0 #i78107# ...without disabling debug builds 2007-06-08 11:47:38 +00:00
Rüdiger Timm
90724b8826 #i78204# Correct definition of JVMFWKLIB (somehow got corrupted on CWS mingwport04). 2007-06-08 06:07:10 +00:00
Ivo Hinkelmann
6783d1d94e #i10000# export perl 2007-06-07 09:27:53 +00:00
Ivo Hinkelmann
ce585eff38 SRC680 2007-06-06 15:54:29 +00:00
Ivo Hinkelmann
4193c239ce INTEGRATION: CWS ka009 (1.15.188); FILE MERGED
2007/05/09 14:54:13 hjs 1.15.188.1: #i66679# sorted image lists
2007-06-06 13:04:05 +00:00
Ivo Hinkelmann
f66a8aa4c5 INTEGRATION: CWS ka009 (1.1.2); FILE ADDED
2007/05/09 14:54:14 hjs 1.1.2.1: #i66679# sorted image lists
2007-06-06 13:03:51 +00:00
Ivo Hinkelmann
8c453a3e45 INTEGRATION: CWS cmcfixes34 (1.233.4); FILE MERGED
2007/05/21 13:37:29 cmc 1.233.4.1: #i77642# advised to add PATCH flag for new library
2007-06-06 10:08:25 +00:00
Ivo Hinkelmann
c921796f77 INTEGRATION: CWS ause080 (1.29.4); FILE MERGED
2007/06/05 11:11:22 hjs 1.29.4.1: #i78107# use -Zd if ENABLE_CRASHDUMP set but UPDATER isn't set
2007-06-06 09:58:14 +00:00
Ivo Hinkelmann
24c5e1f78f INTEGRATION: CWS bgdlremove (1.188.4); FILE MERGED
2007/05/25 12:43:57 kso 1.188.4.3: RESYNC: (1.189-1.190); FILE MERGED
2007/05/21 11:02:05 kso 1.188.4.2: RESYNC: (1.188-1.189); FILE MERGED
2007/05/11 09:09:14 kso 1.188.4.1: #i76911# ucbhelper3 => ucbhelper4. ==> include pagein-common in patch.
2007-06-05 14:02:36 +00:00
Ivo Hinkelmann
be984bea63 INTEGRATION: CWS bgdlremove (1.230.4); FILE MERGED
2007/05/25 12:43:49 kso 1.230.4.3: RESYNC: (1.233-1.234); FILE MERGED
2007/05/21 11:01:58 kso 1.230.4.2: RESYNC: (1.230-1.233); FILE MERGED
2007/05/11 09:08:32 kso 1.230.4.1: #i76911# - ucbhelper3 => ucbhelper4.
2007-06-05 14:02:21 +00:00
Ivo Hinkelmann
34e7beb248 INTEGRATION: CWS aquabundle (1.37.114); FILE MERGED
2007/05/24 20:52:30 obr 1.37.114.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS
2007-06-05 10:54:09 +00:00
Ivo Hinkelmann
86beae9478 INTEGRATION: CWS aquabundle (1.50.18); FILE MERGED
2007/05/24 20:52:30 obr 1.50.18.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS
2007-06-05 10:53:45 +00:00
Ivo Hinkelmann
ff37a625a4 INTEGRATION: CWS aquabundle (1.230.12); FILE MERGED
2007/05/24 21:20:22 obr 1.230.12.1: #i74513# removed desktopbe1 for Mac OS X
2007-06-05 10:53:28 +00:00
Ivo Hinkelmann
e117476ffd INTEGRATION: CWS aquabundle (1.35.198); FILE MERGED
2007/05/24 20:52:29 obr 1.35.198.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS
2007-06-05 10:53:07 +00:00
Ivo Hinkelmann
4ec89f05be INTEGRATION: CWS aquabundle (1.2.30); FILE MERGED
2007/05/24 20:53:41 obr 1.2.30.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS
2007-06-05 10:52:25 +00:00
Ivo Hinkelmann
797b315b40 INTEGRATION: CWS aquabundle (1.2.28); FILE MERGED
2007/05/24 20:53:41 obr 1.2.28.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS
2007-06-05 10:52:07 +00:00
Ivo Hinkelmann
375f9b5c08 INTEGRATION: CWS obo12 (1.230.10); FILE MERGED
2007/05/30 12:44:58 obo 1.230.10.2: RESYNC: (1.230-1.234); FILE MERGED
2007/05/23 13:09:19 obo 1.230.10.1: #i76713# Windows Vista PSDK DISABLE_ATL, DISABLE_ADO
2007-06-05 10:28:22 +00:00
Ivo Hinkelmann
5be3d0a9df INTEGRATION: CWS obo12 (1.9.8); FILE MERGED
2007/05/30 12:40:35 obo 1.9.8.2: RESYNC: (1.9-1.10); FILE MERGED
2007/05/10 13:33:15 obo 1.9.8.1: #i76713# disable warning C4005
2007-06-05 10:27:49 +00:00
Ivo Hinkelmann
7075d62a15 INTEGRATION: CWS obo12 (1.50.4); FILE MERGED
2007/05/30 12:45:30 obo 1.50.4.2: RESYNC: (1.50-1.51); FILE MERGED
2007/05/23 13:09:47 obo 1.50.4.1: #i76713# Windows Vista PSDK DISABLE_ATL, DISABLE_ADO
2007-06-05 10:03:21 +00:00
Ivo Hinkelmann
c9fbf66345 INTEGRATION: CWS obo12 (1.60.52); FILE MERGED
2007/05/30 12:37:22 obo 1.60.52.3: RESYNC: (1.60-1.61); FILE MERGED
2007/05/29 07:42:31 obo 1.60.52.2: typo
2007/05/24 15:30:24 obo 1.60.52.1: #i76713# DISABLE_ATL,DISABLE_ADO,PROF_EDITION,WINDOWS_VISTA_PSDK
2007-06-05 09:57:22 +00:00
Ivo Hinkelmann
2fd3f98c3d INTEGRATION: CWS enabletango (1.214.18); FILE MERGED
2007/05/29 13:27:18 pmladek 1.214.18.1: #i75657#
add the tango icon theme to be known by UI
2007-06-04 13:49:38 +00:00
Ivo Hinkelmann
993d077857 INTEGRATION: CWS plug05_SRC680 (1.32.2.2.20); FILE MERGED
2007/05/27 18:46:50 mt 1.32.2.2.20.1: updateid: replace blanks with underscores
2007-06-04 12:52:30 +00:00
Ivo Hinkelmann
65e91b76fc INTEGRATION: CWS qadev29 (1.6.50); FILE MERGED
2007/03/09 13:43:35 lla 1.6.50.1: #i72675# '+' forgotten
2007-06-04 12:19:10 +00:00
Ivo Hinkelmann
6d76efd2b9 INTEGRATION: CWS qadev29 (1.5.50); FILE MERGED
2007/03/09 13:43:36 lla 1.5.50.1: #i72675# '+' forgotten
2007-06-04 12:18:57 +00:00
Ivo Hinkelmann
f0009bc7e4 INTEGRATION: CWS xsltfilter07 (1.12.30); FILE MERGED
2007/04/18 17:37:41 sus 1.12.30.1: #i68071# adding table.xsl to the patch
2007-06-04 10:53:40 +00:00
Ivo Hinkelmann
8f3488545e INTEGRATION: CWS xsltfilter07 (1.159.16); FILE MERGED
2007/04/18 17:40:54 sus 1.159.16.5: #i68071# adding further xhtml related xsl files to the patch
2007/04/18 17:38:53 sus 1.159.16.4: #i68071# adding further xhtml related xsl files to the patch
2007/04/03 15:59:45 sus 1.159.16.3: RESYNC: (1.170-1.184); FILE MERGED
2006/11/02 19:55:40 sus 1.159.16.2: RESYNC: (1.159-1.170); FILE MERGED
2006/08/02 11:17:17 sus 1.159.16.1: #i68071# correcting typo to common:node-set function
2007-06-04 10:53:25 +00:00
Rüdiger Timm
980f6b10ac #i10000# Remove 'xmlsecurity' (again) from list of modules with warnings. (Got re-introduced by mistake during conflict resolution of CWS tl32 integration.) 2007-05-30 09:17:56 +00:00