Commit Graph

18664 Commits

Author SHA1 Message Date
Viktor Szakats
a105cd68dd 2013-03-29 12:34 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.hbp
  * utils/hbmk2/hbmk2.es_PE.po
  * utils/hbmk2/hbmk2.hu_HU.po
  * utils/hbmk2/hbmk2.pt_BR.po
  + utils/hbmk2/hbmk2.el_GR.po
  + utils/hbmk2/hbmk2.it_IT.po
    * updated translations from
         https://www.transifex.com/projects/p/harbour/resource/hbmk2/
    + added two new languages from above team translation project
2013-03-29 12:39:50 +01:00
Viktor Szakats
174db6407a added language header tag 2013-03-28 18:06:10 +01:00
Viktor Szakats
e211f455f5 added two .po links 2013-03-28 18:00:15 +01:00
Viktor Szakats
5550d76d7e 2013-03-28 17:47 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    ! fixed to detect and find contrib/addons root in
      non-system location on *nix systems

  * ChangeLog.txt
    * update to 2013-03-27 16:29 UTC+0100
2013-03-28 17:52:06 +01:00
Viktor Szakats
63f6af816a added base language .po file 2013-03-28 17:34:50 +01:00
Viktor Szakats
0a066e1016 added last copyright holder to as 'Last-Translator' 2013-03-28 16:19:12 +01:00
Viktor Szakats
02bf5463a4 one more cleanup 2013-03-28 16:17:50 +01:00
Viktor Szakats
65569184aa 2013-03-28 16:09 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/lang/l_he.c
  * src/lang/l_hr.c
  * src/lang/l_is.c
  * src/lang/l_pt.c
  * src/lang/l_sk.c
  * src/lang/l_zh_sim.c
  * src/lang/l_zh_tra.c
    * further cleanup

  + src/lang/*.po
    + added .po files converted from language modules using
      tests/lang2po.hb script
2013-03-28 16:10:26 +01:00
Viktor Szakats
f7e766d38c 2013-03-28 16:02 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/lang/l_cs.c
  * src/lang/l_de.c
  * src/lang/l_he.c
  * src/lang/l_hr.c
  * src/lang/l_is.c
  * src/lang/l_pt.c
  * src/lang/l_sk.c
    * cleaned copyright holder lists

  * tests/lang2po.hb
    % convert same as original translations to empty strings
2013-03-28 16:03:46 +01:00
Viktor Szakats
3b35de952a use :__enumIsLast() 2013-03-28 15:54:21 +01:00
Viktor Szakats
e77ba4f9eb to prev entry: fixed after validating them using 'msgfmt <.po> -c' 2013-03-28 15:30:19 +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
521c17412a fixed excluding obj subdirs 2013-03-28 03:24:56 +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
457ac42a2a minor to prev 2013-03-27 16:54:39 +01:00
Viktor Szakats
f2a66b5e63 fixed bad links 2013-03-27 16:52:10 +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
2400974a60 2013-03-27 03:54 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    + changed the way script debugging is invoked, now
      instead of little awkward HBSHELL_DEBUG envvar,
      it's as simple as adding '--hb:debug' option to the
      cmdline.
    ! fixed RTE after recent patch

  * README.md
    + typographic refinements
    + added script debugging example
    + added link to BOM article

  * .gitignore
    ! fixed to not match config/<platform>

  + config/qnx/gccarm.mk
    + added qnx/gccarm (with BB in mind)

  * package/winuni/RELNOTES.txt
    ! updated README section reference

  * COPYING.txt
    * minor

  * tests/hello.prg
    + std text
2013-03-27 05:31:49 +01:00
Viktor Szakats
05634bebdc 2013-03-26 16:32 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    ! fixed to use 'hbshell' prefix in output messages
      when running in hbrun mode
    ! do not display double warning about missing .hbc files
    % use _hbmk_OutErr() in hbshell code

  * config/global.mk
  * README.md
    + enabled HB_BUILD_CONTRIB_DYN on all platforms
      (regressions possible) (untested on platforms that
      do not support dynamic libs, like MS-DOS)

  * README.md
    % deleted redundant link
    + added no-BOM requirement
2013-03-26 16:31:37 +01:00
Viktor Szakats
3c4a9c46a3 fixed casing inconsistencies 2013-03-26 11:07:41 +01:00
Szakáts Viktor
e7e6a3b389 Merge pull request #6 from vszakats/pkg_inc_sub_support
added support and example for alternate header directory in 'include' su...
2013-03-25 20:02:42 -07:00
Viktor Szakats
052b4f7ee0 added support and example for alternate header directory in 'include' subdirectory under package root 2013-03-26 03:59:24 +01:00
Viktor Szakats
4442265d4a Merge https://github.com/vszakats/harbour-core
Conflicts:
2013-03-26 02:00:31 +01:00
Viktor Szakats
347130471b heavy overhaul of README to use Markdown possibilities,
simplify, reorder more logically and adapt to GitHub
2013-03-26 01:51:02 +01:00
Viktor Szakats
4eb41f42e7 renamed README.txt to README.md 2013-03-26 01:49:20 +01:00
Viktor Szakats
971a758f7e simplified the way a contrib can be (re)built 2013-03-26 01:26:59 +01:00
Viktor Szakats
5a9b669d8e Merge https://github.com/harbour/core 2013-03-25 21:58:21 +01:00
Viktor Szakats
22429ef7d9 2013-03-25 21:41 UTC+0100 Viktor Szakats (harbour syenar.net)
+ tests/achoice3.prg
    + added another AChoice() TOFIX demonstration.
      Sent by Tony
    ! code adatped to Harbour stds, some formatting
      for hbformat misses.
2013-03-25 21:42:48 +01:00
Viktor Szakats
6df8ec3b5d corrected a few spelling subtleties 2013-03-25 21:34:29 +01:00
Viktor Szakats
2f45bee4cb expression correction 2013-03-25 21:33:43 +01:00
Viktor Szakats
cb135a8379 expression correction 2013-03-25 21:32:13 +01:00
Viktor Szakats
716c5e2bb5 simplified follow links 2013-03-25 20:50:22 +01:00
Viktor Szakats
37620be0ad typo 2013-03-25 20:48:36 +01:00
Viktor Szakats
59b08e335e typo 2013-03-25 20:29:18 +01:00
Viktor Szakats
dd69f84d5c 2013-03-25 20:27 UTC+0100 Viktor Szakats (harbour syenar.net)
* doc/Makefile
    - updated for recently deleted file

  * config/global.mk
  * utils/hbmk2/hbmk2.prg
    + autodetect gcc 4.8

  * package/winuni/mpkg_win_uni.bat
    + include sjlj and seh libgcc dlls
      (starting with gcc 4.8, libgcc dll is required by default)
2013-03-25 20:27:40 +01:00
Viktor Szakats
494247e6f7 link fixes, removed HB_INSTALL_PREFIX from build example 2013-03-25 18:35:15 +01:00
Viktor Szakats
5bd059ccde more to links 2013-03-25 18:01:47 +01:00
Viktor Szakats
a8013da72f more links updates 2013-03-25 17:55:06 +01:00
Viktor Szakats
1f37f56674 fix to table header to make it compatible with GitHub 2013-03-25 17:28:44 +01:00
Viktor Szakats
6dfc65f760 more links made friendlier 2013-03-25 16:52:41 +01:00
Viktor Szakats
116f2f23c3 more Harbour links section changes 2013-03-25 16:48:24 +01:00
Viktor Szakats
c649856f4d links sections enhancements 2013-03-25 16:45:32 +01:00
Viktor Szakats
7e43a7c6cf links refined 2013-03-25 16:42:00 +01:00
Viktor Szakats
32be1e6718 minor 2013-03-25 16:39:59 +01:00
Viktor Szakats
3d4a0d2225 internal links refined 2013-03-25 16:39:34 +01:00
Viktor Szakats
30b722cb39 trying relative link plus few minor updates 2013-03-25 16:36:22 +01:00
Viktor Szakats
b366328462 split some long script lines 2013-03-25 16:25:28 +01:00
Viktor Szakats
33b19fe566 added Markdown formatted README 2013-03-25 16:17:25 +01:00
Viktor Szakats
777df7c782 Merge https://github.com/harbour/core 2013-03-25 16:16:58 +01:00
Viktor Szakats
263d25222e 2013-03-25 16:14 UTC+0100 Viktor Szakats (harbour syenar.net)
* extras/template/tests/hbmk.hbm
    * reverted to not refer to hbtest.hbc
  * README.txt
    * sections renumbered
    + updated the way to submit patches to use Git facilities
    + it's now an UTF-8 file
2013-03-25 16:15:56 +01:00