1. 12 Haz, 2007 26 kayıt (commit)
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.4.40); FILE MERGED · 7cd26650
      Oliver Bolte yazdı
      2007/03/14 00:51:37 vq 1.4.40.1: #i10000# No real change, only comments were added or modified.
      7cd26650
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.6.2); FILE MERGED · b17b110b
      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.
      b17b110b
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.1.2); FILE ADDED · 77a621b3
      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.
      77a621b3
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.5.2); FILE MERGED · 8fcbce9d
      Oliver Bolte yazdı
      2007/03/23 20:40:40 vq 1.5.2.1: #i73499# Add documentation and testcase.
      8fcbce9d
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.6.2); FILE MERGED · 332bc0b5
      Oliver Bolte yazdı
      2007/01/21 03:00:39 vq 1.6.2.1: #i73700# Bump version to 4.8-cvs.
      332bc0b5
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.9.2); FILE MERGED · 313c7bb3
      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.
      313c7bb3
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.7.2); FILE MERGED · f313f6a7
      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.
      f313f6a7
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.4.2); FILE MERGED · 9e81a003
      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.
      9e81a003
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.9.2); FILE MERGED · 5de10079
      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.
      5de10079
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.10.2); FILE MERGED · f00af7d4
      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
      f00af7d4
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.2.2); FILE MERGED · 0f533621
      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.
      0f533621
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.8.2); FILE MERGED · c8740da4
      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.
      c8740da4
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.6.16); FILE MERGED · fba97016
      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
      fba97016
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.5.2); FILE MERGED · 4df26590
      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.
      4df26590
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.8.2); FILE MERGED · fabd0ae6
      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.
      fabd0ae6
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.10.2); FILE MERGED · 7734b689
      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
      7734b689
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.3.16); FILE MERGED · 8de2d7bf
      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
      8de2d7bf
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.6.2); FILE MERGED · ef361780
      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
      ef361780
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.9.2); FILE MERGED · 736f0328
      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
      736f0328
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.8.2); FILE MERGED · 3f47092d
      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.
      3f47092d
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.27.2); FILE MERGED · c20b5597
      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.
      c20b5597
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.20.2); FILE MERGED · ac4a4089
      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.
      ac4a4089
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.7.2); FILE MERGED · 8269c933
      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.
      8269c933
    • Oliver Bolte's avatar
      INTEGRATION: CWS dmake48 (1.6.2); FILE MERGED · 2ccbac69
      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.
      2ccbac69
    • Oliver Bolte's avatar
      INTEGRATION: CWS rt21 (1.7.6); FILE MERGED · ea2e893d
      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.*
      ea2e893d
    • Oliver Bolte's avatar
      INTEGRATION: CWS rt21 (1.117.12); FILE MERGED · f3806f3b
      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.
      f3806f3b
  2. 11 Haz, 2007 9 kayıt (commit)
  3. 08 Haz, 2007 2 kayıt (commit)
  4. 07 Haz, 2007 1 kayıt (commit)
  5. 06 Haz, 2007 2 kayıt (commit)