diff --git a/harbour/ChangeLog.txt b/harbour/ChangeLog.txt index 1827755a77..677dda243f 100644 --- a/harbour/ChangeLog.txt +++ b/harbour/ChangeLog.txt @@ -1,17 +1,33 @@ -/* +/* * $Id$ */ /* Read doc/howtorep.txt and use this format for entry headers: YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name (your_email address) - 2010-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) + 2013-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) See copyright/license at the end of the file. - Encoding: UTF-8 Notation (in 5th column): + Encoding: UTF-8 (No BOM) Notation (in 5th column): * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ -2013-03-03 14:31 UTC+0100 Tamas TEVESZ (ice extreme.hu) +2013-03-03 15:30 UTC+0100 Viktor Szakats (harbour syenar.net) + * ChangeLog.txt + ! fixed mistyped dates in entries + 2013-12-14 14:26 UTC-0800 + 2013-12-18 15:40 UTC-0800 + ! deleted UTF8 BOM added in 2013-02-14 14:26 UTC-0800 + Pritpal, please turn off this feature in your editor, + or edit Harbour UTF-8 files with one that doesn't add + a BOM [https://en.wikipedia.org/wiki/Byte_order_mark] + + added 'No BOM' note to header + * tests/lang2po.hb + ! minor cleanup + + * utils/hbmk2/hbmk2.prg + ! deleted comment not relevant anymore + +2013-03-03 14:31 UTC+0100 Tamas TEVESZ (ice extreme.hu) * bin/3rdpatch.hb ! typo @@ -991,7 +1007,7 @@ the same binary indexes. If I'm wrong then Serbian users will have to fix me. -2013-12-18 15:40 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) +2013-02-18 15:40 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/gtwvg/gtwgud.c * contrib/gtwvg/gtwvgd.c + Applied: Rolf supplied patch but with changes. Now GTWVG is @@ -1280,7 +1296,7 @@ * harbour/src/common/hbfopen.c * added workaround for missing wsystem() in XCC -2013-12-14 14:26 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) +2013-02-14 14:26 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbtip/httpcli.prg + Added: method :Put( xPostData, cQuery ). This is identical to :Post() but issues PUT verb instead of POST. diff --git a/harbour/tests/lang2po.hb b/harbour/tests/lang2po.hb index 0329a08840..fa7bc34392 100644 --- a/harbour/tests/lang2po.hb +++ b/harbour/tests/lang2po.hb @@ -30,7 +30,7 @@ PROCEDURE Main() ! "|" + cName + "|" $ "|RUKOI8|UAKOI8|ZHB5|ZHGB|" cPO := ; "/*" + hb_eol() + ; - " * $Id$" + hb_eol() + ; + " * $" + "Id" + "$" + hb_eol() + ; " */" + hb_eol() + ; hb_eol() cPO += Item( "", Meta() ) diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index cde2ae639c..0913fdccfa 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -1177,9 +1177,6 @@ STATIC PROCEDURE hbmk_harbour_dirlayout_init( hbmk ) ENDIF ENDIF - /* Make a copy to hbmk structure so that we can use it in deeper - functions. The only reason I kept the local version is to - keep above code parts easier to read. [vszakats] */ hbmk[ _HBMK_cHB_INSTALL_BIN ] := hb_DirSepDel( hb_DirSepToOS( hbmk[ _HBMK_cHB_INSTALL_BIN ] ) ) hbmk[ _HBMK_cHB_INSTALL_LIB ] := hb_DirSepDel( hb_DirSepToOS( hbmk[ _HBMK_cHB_INSTALL_LIB ] ) ) hbmk[ _HBMK_cHB_INSTALL_LI3 ] := hb_DirSepDel( hb_DirSepToOS( hbmk[ _HBMK_cHB_INSTALL_LI3 ] ) )