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
This commit is contained in:
Viktor Szakats
2013-03-03 14:30:58 +00:00
parent 3aa7a61786
commit cf233f6341
3 changed files with 23 additions and 10 deletions

View File

@@ -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.

View File

@@ -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() )

View File

@@ -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 ] ) )