- 12 Haz, 2007 26 kayıt (commit)
-
-
Oliver Bolte yazdı
2007/03/14 00:51:37 vq 1.4.40.1: #i10000# No real change, only comments were added or modified.
-
Oliver Bolte yazdı
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.
-
Oliver Bolte yazdı
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.
-
Oliver Bolte yazdı
2007/03/23 20:40:40 vq 1.5.2.1: #i73499# Add documentation and testcase.
-
Oliver Bolte yazdı
2007/01/21 03:00:39 vq 1.6.2.1: #i73700# Bump version to 4.8-cvs.
-
Oliver Bolte yazdı
2007/04/24 17:42:29 vq 1.9.2.7: #i73700# Release dmake 4.8. 2007/03/27 17:21:15 vq 1.9.2.6: #i10000# Fix typos in manual. This patch was provided by shay@openoffice.org. 2007/03/24 04:29:05 vq 1.9.2.5: #i75697# Document the special treatment of $? for the :! ruleop. 2007/03/23 20:40:40 vq 1.9.2.4: #i73499# Add documentation and testcase. 2007/01/30 04:24:46 vq 1.9.2.3: #i73996# Update man page. 2007/01/21 23:21:13 vq 1.9.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.9.2.1: #i73700# Bump version to 4.8-cvs.
-
Oliver Bolte yazdı
2007/04/24 17:42:29 vq 1.7.2.7: #i73700# Release dmake 4.8. 2007/03/27 17:21:15 vq 1.7.2.6: #i10000# Fix typos in manual. This patch was provided by shay@openoffice.org. 2007/03/24 04:29:05 vq 1.7.2.5: #i75697# Document the special treatment of $? for the :! ruleop. 2007/03/23 20:40:39 vq 1.7.2.4: #i73499# Add documentation and testcase. 2007/01/30 04:24:46 vq 1.7.2.3: #i73996# Update man page. 2007/01/21 23:21:13 vq 1.7.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.7.2.1: #i73700# Bump version to 4.8-cvs.
-
Oliver Bolte yazdı
2007/03/17 19:00:38 vq 1.4.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/30 02:39:45 vq 1.4.2.1: #i73996# Avoid relative paths going up to the root directory.
-
Oliver Bolte yazdı
2007/03/19 04:58:52 vq 1.9.2.6: #i73499# Restrict function to cygwin only use. 2007/03/18 15:02:10 vq 1.9.2.5: #i73499# Add missing include statement. 2007/03/17 19:00:38 vq 1.9.2.4: #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/03/17 02:36:27 vq 1.9.2.3: #i10000# Trivial fix. 2007/03/14 00:51:37 vq 1.9.2.2: #i10000# No real change, only comments were added or modified. 2007/01/30 02:39:45 vq 1.9.2.1: #i73996# Avoid relative paths going up to the root directory.
-
Oliver Bolte yazdı
2007/03/17 19:00:38 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
-
Oliver Bolte yazdı
2007/01/30 02:39:45 vq 1.2.2.2: #i73996# Avoid relative paths going up to the root directory. 2007/01/21 23:21:12 vq 1.2.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.
-
Oliver Bolte yazdı
2007/04/09 03:06:53 vq 1.8.2.6: #i73499# Fix potential problem with m_at getting freed without being initalized first. 2007/03/24 04:29:04 vq 1.8.2.5: #i75697# Document the special treatment of $? for the :! ruleop. 2007/03/17 19:00:38 vq 1.8.2.4: #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/30 02:39:45 vq 1.8.2.3: #i73996# Avoid relative paths going up to the root directory. 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:25:52 vq 1.8.2.1: #i10000# Small cosmetic changes.
-
Oliver Bolte yazdı
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
-
Oliver Bolte yazdı
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.
-
Oliver Bolte yazdı
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.
-
Oliver Bolte yazdı
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
-
Oliver Bolte yazdı
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
-
Oliver Bolte yazdı
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
-
Oliver Bolte yazdı
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
-
Oliver Bolte yazdı
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.
-
Oliver Bolte yazdı
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.
-
Oliver Bolte yazdı
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.
-
Oliver Bolte yazdı
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.
-
Oliver Bolte yazdı
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.
-
Oliver Bolte yazdı
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.*
-
Oliver Bolte yazdı
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.
-
- 11 Haz, 2007 9 kayıt (commit)
-
-
Oliver Bolte yazdı
2007/05/15 11:08:15 pl 1.184.6.1: #i77363# remove libpaper
-
Oliver Bolte yazdı
2007/05/15 11:26:00 rene 1.141.6.1: #i77363# remove LIBPAPER_LINK also from set_soenv.in
-
Oliver Bolte yazdı
2007/05/15 11:08:17 pl 1.201.6.1: #i77363# remove libpaper
-
Oliver Bolte yazdı
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
-
Oliver Bolte yazdı
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
-
Oliver Bolte yazdı
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
-
Oliver Bolte yazdı
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
-
Oliver Bolte yazdı
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
-
Oliver Bolte yazdı
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
-
- 08 Haz, 2007 2 kayıt (commit)
-
-
Hans-Joachim Lankenau yazdı
-
Rüdiger Timm yazdı
-
- 07 Haz, 2007 1 kayıt (commit)
-
-
Ivo Hinkelmann yazdı
-
- 06 Haz, 2007 2 kayıt (commit)
-
-
Ivo Hinkelmann yazdı
-
Ivo Hinkelmann yazdı
2007/05/09 14:54:13 hjs 1.15.188.1: #i66679# sorted image lists
-