2013-04-10 01:10 UTC+0200 Viktor Szakats (harbour syenar.net)

* contrib/hbhpdf/3rd/libhpdf/hpdfimap.c
  * contrib/hbhpdf/3rd/libhpdf/libhpdf.dif
    + patched to build with libpng 1.6 w/o warning
      identical to this upstream patch:
         f1817baea4

  * bin/commit.hb
    ! fixed to add shebang to newly created commit hook

  * bin/check.hb
    ! exclude maskimag.png from processing
    ! typo in png processor name
    ! minor syntax clarification

  * contrib/hbhpdf/tests/files/maskimag.png
    ! restored original version, as any optimized version will
      cause libharu to GPF (visible when running the demo)
This commit is contained in:
Viktor Szakats
2013-04-10 01:13:54 +02:00
parent 8d48020ab0
commit 02b98ce15f
6 changed files with 56 additions and 9 deletions

View File

@@ -147,6 +147,10 @@ STATIC FUNCTION InstallHook( cHookName, cCommand )
RETURN .T.
ENDIF
IF Empty( cFile )
cFile += "#!/bin/sh" + hb_eol()
ENDIF
RETURN hb_MemoWrit( cName, cFile + hb_eol() + cCommand + hb_eol() )
STATIC FUNCTION FindChangeLog()