Commit Graph

37 Commits

Author SHA1 Message Date
Viktor Szakats
3b35de952a use :__enumIsLast() 2013-03-28 15:54:21 +01:00
Viktor Szakats
11e046e204 2013-03-28 14:51 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.es_PE.po
  * utils/hbmk2/hbmk2.hu_HU.po
  * utils/hbmk2/hbmk2.pt_BR.po
    ! added standard .po meta headers (manually for now)

  * include/hbexpra.c
  * src/compiler/harbour.y
  * src/compiler/harbour.yyc
  * src/vm/classes.c
  * tests/foreach.prg
    + added :__enumIsLast() enum method. It returns .T. for
      last relement, .F. else. It's useful to replace conditions
      like: 'item:__enumIndex() < Len( item:__enumBase() )'

  * tests/lang2po.hb
    + added standard .po meta header
    ; use __enumIsLast()

  * contrib/hbnetio/utils/hbnetio/_console.prg
    ! fixed wrongly initialized management plugin
      (missed to update it when adapted the plugin
      for hbrun last year)

  * contrib/hbnetio/utils/hbnetio/netiomgm.hb
    ! fixed to show proper error instead of RTE, if RPC calls
      fail to return expect values

  * contrib/hbnetio/utils/hbnetio/hbnetio.prg
    * formatting
2013-03-28 15:00:09 +01:00
Viktor Szakats
ee3d2741d3 2013-03-28 03:22 UTC+0100 Viktor Szakats (harbour syenar.net)
* README.md
    * reverted to use ndashes

  * utils/hbmk2/hbmk2.prg
    % most option references changed to string variables,
      optimizing translatable strings and made them less
      dependent on changes in option names
    ! one typo in help

  * utils/hbmk2/*.po
    + regenerated. orphan translations deleted.

  * contrib/hbrun/hbrun.md
  * utils/hbmk2/hbmk2.md
    + regenerated
2013-03-28 03:22:57 +01:00
Viktor Szakats
7ad75f9543 2013-03-27 16:29 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    ! fixed to suppress remaining remaining double outputs at
      startup in hbrun mode, when processing .hbc files

  * contrib/hbexpat/hbexpat.hbc
    ! added usage time detection of locally hosted 3rd party
      dependency to avoid warnings when the locally hosted
      dependency is not present (f.e. because the system
      hosted copy was used at build/install time)
      Experimental. If it works fine, should be applied to
      other similar contribs:
         hbbz2, hbhpdf, hblzf, hbmlzo, hbmxml, hbmzip, hbsqlit3, hbtinymt, hbxdiff, sddsqlt3

  * README.md
    * typographic and misc improvements

  * config/global.mk
    + detect qnx cross-compile tool (via Francesco Perillo)

  * include/hbsetup.h
  * src/common/hbtrace.c
    + added macro HB_OS_QNX_BB10 for BlackBerry 10 subplatform
    + guard some stuff that's not present in BB10 (via Francesco Perillo)

  * contrib/hbtinymt/3rd/tinymt/tinymt.hbc
    ! deleted $Id$
2013-03-27 16:31:11 +01:00
Viktor Szakats
3c4a9c46a3 fixed casing inconsistencies 2013-03-26 11:07:41 +01:00
Viktor Szakats
971a758f7e simplified the way a contrib can be (re)built 2013-03-26 01:26:59 +01:00
Viktor Szakats
7dcadd2976 deleted values of constants from docs 2013-03-25 01:22:21 +01:00
Viktor Szakats
110d8a6749 doc cleanups 2013-03-24 23:47:36 +01:00
Viktor Szakats
8378d93216 added missing category 2013-03-24 23:37:53 +01:00
Viktor Szakats
ec87fbc449 2013-03-24 20:22 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbct/doc/en/*.txt
  * contrib/hbgt/doc/en/hbgt.txt
  * contrib/hbmisc/doc/en/*.txt
  * contrib/hbziparc/doc/en/hbziparc.txt
  * contrib/rddads/doc/en/adsfuncs.txt
  * doc/en/*.txt
    ! space after comma
    ! unicode fix
    ! minor corrections

  * extras/template/tests/hbmk.hbm
    * cleaned recently added comment
2013-03-24 20:22:55 +01:00
Viktor Szakats
debbb0960b EOL fixes to avoid Git warning 2013-03-23 17:54:29 +01:00
Viktor Szakats
afd7efb540 partially reverted to pick sources from .hbp and only use SET PROCEDURE in script mode. Ugly, but SET PROCEDURE can only find sources in cwd. 2013-03-23 13:20:28 +01:00
Viktor Szakats
d700e48d5f corrections to prevs 2013-03-23 12:54:23 +01:00
Viktor Szakats
eeee015a4d removed unnecessary win platform guard. (In Harbour
dynlib calls work on every OS)
2013-03-22 19:06:50 +01:00
Viktor Szakats
6384cc3126 hbnetio made runnable as script, minor cleanups 2013-03-22 02:26:50 +01:00
Viktor Szakats
906ece32e2 fixed F_ERROR usage, unicode fix, #if 0, cleanups 2013-03-21 13:10:30 +01:00
Viktor Szakats
dd733c3806 2013-03-21 12:40 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbtip/client.prg
  * contrib/hbtip/ftpcli.prg
    * use F_ERROR
    + added TOFIX for unhandled FOpen()/FCreate() error
2013-03-21 12:41:12 +01:00
Viktor Szakats
1711d7be38 deleted empty lines 2013-03-21 01:42:06 +01:00
Pritpal Bedi
40144dc402 TIPClientHTTP - Added method delete() to post the http verb DELETE required for RESTful implementations. 2013-03-18 16:59:27 -07:00
Viktor Szakats
7c816710f2 fixed cairo_pattern_get_radial_points() to cairo_pattern_get_radial_circles() after pull request #2 2013-03-18 17:23:18 +01:00
Viktor Szakats
131a06bf5d uncrustified after pull request #2 2013-03-18 17:14:25 +01:00
Szakáts Viktor
664ff47bf5 formatting 2013-03-18 17:10:53 +01:00
Szakáts Viktor
6b05b3e134 keep alphabetical order of sources 2013-03-18 17:10:18 +01:00
Szakáts Viktor
5043376a15 Merge pull request #2 from oscarhdezsz/dev/oscarhdezsz/hbcairo/pattern
Dev/oscarhdezsz/hbcairo/pattern
2013-03-18 09:08:40 -07:00
oscarhdezsz
212cfd0c1e Fix cairo_pattern_get_surface 2013-03-18 15:57:38 +00:00
oscarhdezsz
5a7ff2abe6 Fix hb_stord to hb_stornd 2013-03-18 15:07:41 +00:00
Viktor Szakats
84a404a1f9 formatting 2013-03-18 01:27:41 +01:00
oscarhdezsz
f1b3a65ccf Fixes and suggestions by Viktor Szakats
- HB_ISBYREF() is not needed when you're calling hb_stor*() functions.
- Declare always CAIRO_IMAGE_SURFACE_CREATE_FOR_DATA and
CAIRO_IMAGE_SURFACE_CREATE.
- Update hbcairo.hbx and align case.
2013-03-17 23:21:07 +00:00
oscarhdezsz
e32a8d1361 Add pattern support to hbcairo 2013-03-17 23:10:08 +00:00
vszakats
ab5144e65c fixed to always define .prg level CAIRO_IMAGE_SURFACE_CREATE() 2013-03-17 23:04:47 +01:00
vszakats
cc7948fab3 minor formatting 2013-03-17 14:52:45 +01:00
vszakats
36e3c04883 2013-03-17 10:21 UTC+0100 Viktor Szakats (harbour syenar.net)
* .gitattributes
    + added .md

  * contrib/hbrun/hbrun.md
  * utils/hbmk2/hbmk2.prg
    * show 'hbrun' instead of 'hbmk2' when outputting
      hbrun help
2013-03-17 10:24:51 +01:00
vszakats
cd55ab7951 2013-03-16 18:25 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    + added options (-longhelpmdsh) to generate hbrun .md help

  + contrib/hbrun/hbrun.md
    + added .md help for hbrun
      (generated using hbmk2 -longhelpmdsh > hbrun.md)
2013-03-16 18:26:38 +01:00
vszakats
80ff78d719 cleanups and fixes in comments/docs mostly 2013-03-16 17:38:53 +01:00
vszakats
90f84f6472 fixed to use HB_SIZE instead of int 2013-03-16 17:00:00 +01:00
vszakats
9687850865 2013-03-16 02:10 UTC+0100 Viktor Szakats (harbour syenar.net)
* (all files)
    * stripped svn header
    * minor cleanups
    ; use following command to find out the history of files:
       git log
       git log --follow
       git blame
       git annotate
2013-03-16 02:11:42 +01:00
vszakats
a4a357a18b 2013-03-15 11:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* /harbour/* -> /*
    * moved whole Harbour source tree one level up to
      avoid single 'harbour' top dir
2013-03-15 11:13:30 +01:00