Commit Graph

500 Commits

Author SHA1 Message Date
Viktor Szakats
c4b7ec2ea7 2012-07-10 19:39 UTC+0200 Viktor Szakats (harbour syenar.net)
* INSTALL
    ! old typo
2012-07-10 17:39:47 +00:00
Viktor Szakats
9f454b25f8 2012-07-09 14:09 UTC+0200 Viktor Szakats (harbour syenar.net)
* bin/hbcommit.hb
    + convert props change markup properly

  * INSTALL
  + src/3rd/tiff
  + src/3rd/tiff/*
  + src/3rd/tiff/LICENSE
  + src/3rd/tiff/Makefile
  + src/3rd/tiff/tiff.dif
  * src/3rd/Makefile
    + added TIFF library.
      Build tested on win/mingw,msvc,bcc and linux/watcom
    ; Test and tweak tiffconf.h and/or Makefile further

  * src/3rd/pcre/pcrebyte.c
  * src/3rd/pcre/pcrejitc.c
  * src/3rd/pcre/sjarmth2.c
  * src/3rd/pcre/sjarmv5.c
  * src/3rd/pcre/sjconf.h
  * src/3rd/pcre/sjconfi.h
  * src/3rd/pcre/sjexeca.c
  * src/3rd/pcre/sjlir.c
  * src/3rd/pcre/sjlir.h
  * src/3rd/pcre/sjmips32.c
  * src/3rd/pcre/sjmipsc.c
  * src/3rd/pcre/sjppc32.c
  * src/3rd/pcre/sjppc64.c
  * src/3rd/pcre/sjppcc.c
  * src/3rd/pcre/sjutils.c
  * src/3rd/pcre/sjx8632.c
  * src/3rd/pcre/sjx8664.c
  * src/3rd/pcre/sjx86c.c
    ! deleted svn:keywords prop from non-Harbour files
2012-07-09 12:13:39 +00:00
Viktor Szakats
f9fc890874 2012-07-08 16:17 UTC+0200 Viktor Szakats (harbour syenar.net)
* INSTALL
    + Clarified 'stable' vs 'unstable' in HOW TO GET HARBOUR
      section.
2012-07-08 14:17:55 +00:00
Viktor Szakats
5586dc13f9 2012-06-29 12:19 UTC+0200 Viktor Szakats (harbour syenar.net)
+ contrib/hbtinymt
  + contrib/hbtinymt/3rd
  + contrib/hbtinymt/3rd/tinymt
  + contrib/hbtinymt/3rd/tinymt/LICENSE.txt
  + contrib/hbtinymt/3rd/tinymt/tinymt.dif
  + contrib/hbtinymt/3rd/tinymt/tinymt.hbc
  + contrib/hbtinymt/3rd/tinymt/tinymt.hbp
  + contrib/hbtinymt/3rd/tinymt/tinymt.hbx
  + contrib/hbtinymt/3rd/tinymt/tinymt32.c
  + contrib/hbtinymt/3rd/tinymt/tinymt32.h
  + contrib/hbtinymt/3rd/tinymt/tinymt64.c
  + contrib/hbtinymt/3rd/tinymt/tinymt64.h
  + contrib/hbtinymt/core.c
  + contrib/hbtinymt/hbtinymt.hbc
  + contrib/hbtinymt/hbtinymt.hbp
  + contrib/hbtinymt/hbtinymt.hbx
  + contrib/hbtinymt/tests
  + contrib/hbtinymt/tests/hbmk.hbm
  + contrib/hbtinymt/tests/test32.prg
  + contrib/hbtinymt/tests/test64.prg
  * contrib/hbplist
  * INSTALL
    + hbtinymt and 3rd party dependency tinymt added.
      hbtinymt is borrowed from xhb with my additions
      and fixes: MT support, type fixes, redone 3rd party
      dependency and tinymt patch, Harbour make files,
      formatting, enabled 64-bit flavor of tinymt,
      implemented HB_TINYMT32_GENERATE_FLOAT01(),
      implemented wrappers for 64-bit tinymt API, added
      tests for new functions.
2012-06-29 10:20:55 +00:00
Viktor Szakats
4dbffeb075 2012-06-26 11:09 UTC+0200 Viktor Szakats (harbour syenar.net)
* INSTALL
    * minor update
  * utils/hbmk2/hbmk2.prg
    * make sure to convert script parameter to native pathseps
2012-06-26 09:10:50 +00:00
Viktor Szakats
b715f85b3c 2012-06-20 17:13 UTC+0200 Viktor Szakats (harbour syenar.net)
* INSTALL
    % tuned to not require regular updates when new versions of
      certain linked products are release (ie. deleted latest
      version specific links and references)
2012-06-20 15:14:56 +00:00
Viktor Szakats
1c9109cd99 2012-06-18 20:06 UTC+0200 Viktor Szakats (harbour syenar.net)
* INSTALL
    + use win-make in primary build example except mingw32-make,
      change wording a little
    % tweaked information about large attachment in HOW TO PARTICIPATE
      section
2012-06-18 18:07:10 +00:00
Viktor Szakats
ebaf33647f 2012-06-17 14:49 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/rddads/ads1.c
  * contrib/rddads/adsfunc.c
  * contrib/rddads/adsx.c
  * src/common/hbfsapi.c
    ! deleted explicit newlines at EOL in HB_TRACE() calls

  * INSTALL
    + added new '0. GUARANTEES AND LIABILITY' section
    ! updated instructions to create debug build

  * utils/hbmk2/hbmk2.prg
    * minor cleanups

  * utils/hbmk2/Makefile
    + enabled dynamic version of hbmk2 only for mingw builds.
      Rest of the targets may or may not work due to CRTL
      usage (fprintf()) from HB_COMPILE*() calls which causes
      GPF in currently generated shared builds, most probably
      due to double copy of statically linked CRTL code.
      mingw uses MSVCRT.DLL, so it's not prone to this.
      Solution is either to avoid file handling CRTL calls
      in compiler code, or to tweak -shared build setting to
      death to make it work for all non-mingw compilers.
      Both of these is very difficult.
      This means that dynamic module loading from scripts
      will only work in hbmk2 built with mingw.

   ; TOFIX: 'make clean' on contribs doesn't work with mingw,
            because harbour dll is deleted before hbmk2 is
            called, so it cannot be started for cleanup.
2012-06-17 12:50:22 +00:00
Viktor Szakats
50e8ce6a9e 2012-06-15 14:00 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/make.hb
  * INSTALL
    + re-disabled HB_BUILD_CONTRIB_DYN=yes by default.
      The mere presence of dynamic versions of libs was causing
      the executables on *nix systems got linked against them,
      even in -static mode, which might not be desired. So
      until someone finds out how to control this aspect, it's
      best to disable then altogether. Or maybe it could enabled
      by default only on non-*nix systems.
2012-06-15 12:03:06 +00:00
Viktor Szakats
f36a5dbd3c 2012-06-15 03:17 UTC+0200 Viktor Szakats (harbour syenar.net)
* bin/3rdpatch.hb
  * contrib/make.hb
    * changed to be executed by hbmk2

  - contrib/hbrun/extdyn.prg
  - contrib/hbrun/hbrun.prg
  - contrib/hbrun/hbrun.rc
  - contrib/hbrun/headers.prg
  - contrib/hbrun/p_ext.hb
  - contrib/hbrun/plugins.prg
  * contrib/hbrun/hbrun.hbp
    % changed to use hbmk2 sources and make file to build hbrun,
      implementing the build method described in previous ChangeLog
      entry. The lost feature is netio management plugin, which
      is now not loaded by default. Plus, since this is a static
      build, dynamic extensions don't work.

  * contrib/make.hb
  * src/pp/ppcore.c
    * deleted reference to hbrun in comment

  * contrib/hbnetio/utils/hbnetio/netiocon.prg
  * contrib/hbnetio/utils/hbnetio/netiomgm.hb
    * __hbrun_plugin() -> __hbshell_plugin()

  * INSTALL
    * minor in previous change
2012-06-15 01:21:55 +00:00
Viktor Szakats
285921c547 2012-06-15 02:26 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/make.hb
  * contrib/hbrun/hbrun.hbp
  * INSTALL
    + enabled HB_BUILD_CONTRIB_DYN=yes by default. It will
      cause longer build-times, but it will also create dynamic
      builds for all contribs now. HBQT is particularly huge,
      so maybe we should disable dynamic libs creations for
      them.
    ; EXPERIMENTAL. This feature has been available for quite
      a long time now and some users have tested, but anyways
      build breaks are possible.

  - contrib/hbrun/extstat.prg
  * contrib/hbrun/extdyn.prg
  * contrib/hbrun/hbrun.hbp
  * contrib/hbrun/hbrun.prg
    % simplified the way static contribs are pulled into the
      executable. Now the list if linked contribs needs to be
      maintained only inside hbrun.hbp

  * utils/hbmk2/hbmk2.prg
    + inclusion of embedded core headers can now be enabled
      using -DHBMK_WITH_EMBEDDED_HEADERS build-time option for
      a minimal set (formely enabled by default in hbmk2)
      and -DHBMK_WITH_ALL_EMBEDDED_HEADERS for the full set,
      which is compatible with hbrun
    * hbmk2 will act as a shell/script runner also if its
      own name _starts_ or _ends_ with hbrun, so f.e. hbrun2,
      and xhbrun will be okay as well (in sync with other
      similar alias name rules).
    + shell screen will now display the list of non-core,
      statically linked extra libs
    ; NOTE: to custom build a complete hbrun emulation from
            hbmk2 source, use the following configuration:
      1. create file 'hbrun_emu.hbm' with this content:
         ---
         -ohbrun

         -static

         -DHBMK_WITH_ALL_EMBEDDED_HEADERS

         hbct.hbc           -request=__HBEXTERN__HBCT__
         hbexpat.hbc        -request=__HBEXTERN__HBEXPAT__
         hbmemio.hbc        -request=__HBEXTERN__HBMEMIO__
         hbmzip.hbc         -request=__HBEXTERN__HBMZIP__
         hbnetio.hbc        -request=__HBEXTERN__HBNETIO__
         hbunix.hbc{unix}   -request=__HBEXTERN__HBUNIX__{unix}
         hbwin.hbc{allwin}  -request=__HBEXTERN__HBWIN__{allwin}
         ---
      2. build hbrun emulation using this command:
         $ hbmk2 utils/hbmk2/hbmk2.hbp hbrun_emu.hbm
      3. This will create a fully static executable, with
         the name hbrun, with all embedded core headers and
         statically linked list of contribs listed in the .hbm
         file. The list can be configured at will. This is
         self-contained executable that can be distributed
         easily. Notice however that dynamic extension feature
         will not work in this type of build.

  * utils/hbmk2/hbmk2.hbp
    * minor formatting
2012-06-15 00:30:54 +00:00
Viktor Szakats
837d53ede4 2012-06-14 14:38 UTC+0200 Viktor Szakats (harbour syenar.net)
* INSTALL
    + documented hbmk2 usage as shell, script runner and
      .hrb builder/runner

  * package/mpkg_win.nsi
  * package/winuni/mpkg_win_uni.nsi
    + use hbmk2 as interactive shell instead of hbrun

  * utils/hbmk2/hbmk2.prg
    + display Harbour version when starting up the interactive shell
2012-06-14 12:39:38 +00:00
Viktor Szakats
f2bb8bc732 2012-06-13 15:14 UTC+0200 Viktor Szakats (harbour syenar.net)
* INSTALL
    * minor clarifications to INSTALL/TROUBLESHOOTING

  * config/os2/watcom.mk
  * config/wce/mingwarm.mk
  * config/wce/msvcarm.mk
  * config/wce/poccarm.mk
  * config/win/bcc.mk
  * config/win/mingw.mk
  * config/win/msvc.mk
  * config/win/pocc.mk
  * config/win/watcom.mk
  * config/win/xcc.mk
    + added std header paths to RC commands

  * utils/hbmk2/Makefile
  + utils/hbmk2/hbmk2.rc
  * utils/hbmk2/hbmk2.hbp
    + added std windows versioninfo and manifest to hbmk2

  * utils/hbmk2/hbmk2.prg
  + utils/hbmk2/p_extdyn.hb
    + added almost complete hbrun functionality into hbmk2
      to run it, type: 'hbmk2 .'
      Missing is extension registration, plugins don't seem
      to work yet, and I plan to switch from full screen
      prompt to shell-like prompt. Plugin paths, extension
      configuration, history on-disk files need further
      polishing.
    + hbmk2 will act as a hbrun, if renamed to hbrun

  * contrib/hbqt/qtcore/hbqt_misc.prg
    + added two TOFIXes for missing PROTECTED keyword
      for two object variables of unknown purpose. Not
      even HBQT developers know what it is, but without
      it, HBQT breaks.

  ; Those who need "stable" hbqt (meaning "it builds")
    Go to:
       http://sourceforge.net/p/hbqt/
2012-06-13 13:26:25 +00:00
Viktor Szakats
df87b48bf8 2012-06-12 21:14 UTC+0200 Viktor Szakats (harbour syenar.net)
* examples/hbbtree/tests/ctest.c
    ! converted Windows type to Harbour one

  * INSTALL
    ! typo in prev

  * utils/hbmk2/hbmk2.prg
    * cleaned output msgs in runner mode
    * cleaning *HB_INSTALL* variable usage. step one.
2012-06-12 19:16:21 +00:00
Viktor Szakats
b88fb293cc 2012-06-12 18:56 UTC+0200 Viktor Szakats (harbour syenar.net)
* INSTALL
    + extended troubleshooting instructions for code that
      involves non-ASCII chars

  * utils/hbmk2/hbmk2.prg
    + use UTF8 HVM in runner mode
    + enabled translations in runner mode
    ! in runner mode fixed setting up core header dir when no
      dyanmic libs are used
    ! in runner mode, dynamic lib location should now be detected
      also on *nix systems (untested)
    * some other minor cleanups and tweaks to runner mode
2012-06-12 17:00:15 +00:00
Viktor Szakats
acf600f27f 2012-06-09 17:58 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbrun/hbrun.prg
    + enabled UTF8EX as default CP for hbrun script. This makes
      scripts portable and on par with other script languages.
      It also syncs this aspect with hbmk2's script runner
      facility. INCOMPATIBLE. Make sure to create scripts
      that are unicode compatible and use UTF8 CP for accents.
      If you need old behavior, add 'hb_cdpSelect( "EN" )' to 
      the top of your script.
    ; contains copy/paste code from hbmk2 for OS and terminal
      CP detection. These should eventually make it into the
      RTL

  * INSTALL
    ! minor
2012-06-09 16:03:21 +00:00
Viktor Szakats
54b7a0407a 2012-05-22 14:42 UTC+0200 Viktor Szakats (harbour syenar.net)
* INSTALL
    + updated platform compatibility matrix to use Markdown markup
      (try with any Markdown enabled editor/viewer)
2012-05-22 12:43:44 +00:00
Viktor Szakats
e86772dc57 2012-05-15 18:08 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbqt/qtwebkit/hbqtwebkit.hbm
  * contrib/hbqt/hbqt_common.hbm
  * INSTALL
    + added support for QT from Homebrew package manager. Probably 
      a better option than the official installer which is a) not 
      compatible with latest Xcode changes b) copies millions of 
      files into the system file structure with no easy uninstall 
      or upgrade option.
2012-05-15 16:09:26 +00:00
Viktor Szakats
b57f2526a7 2012-05-08 18:05 UTC+0200 Viktor Szakats (harbour syenar.net)
* INSTALL
  * COPYING
  * debian/copyright
  * package/harbour.spec
  - contrib/make.hbs
  + contrib/make.hb
  * contrib/Makefile
  * Makefile
  - config/postinst.hbs
  + config/postinst.hb
    * .hbs -> .hb for Harbour scripts in core

    ; NOTE: Use '.hb' extension for Harbour script from now on.
            '.hbs' is deprecated.
2012-05-08 16:06:24 +00:00
Viktor Szakats
c123a1cb21 2012-05-01 20:50 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/rtl/hbregex.c
    % deleted unnecessary protection around PCRE_CONFIG_UTF8
      macro usage. (it was used unprotected elsewhere in the 
      code for a long time)

  * INSTALL
    + added mingw64 on win64 host example. (same as on win32,
      except comment)
2012-05-01 18:52:03 +00:00
Viktor Szakats
749f7db2c9 2012-04-12 12:35 UTC+0200 Viktor Szakats (harbour syenar.net)
* INSTALL
    + extended TROUBLESHOOTING about generic common-sense 
      information about not overdoing custom configuration, 
      especially for C compiler. I didn't specifically include 
      anything about bcc, but let me here note, that hbmk2 
      and Harbour core build system doesn't require bcc32.cfg 
      and ilink32.cfg to be _present at all_ since quite long, 
      so please remove them for best results.
2012-04-12 10:38:03 +00:00
Viktor Szakats
729faa1eb5 2012-03-27 02:52 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/rtl/tbrowse.prg
    ! ignore non-string column picture value like Clipper (instead of RTE)
      (reported by Rossine)
    ; review/check me

  * INSTALL
    + added TROUBLESHOOTING / 13. on testing compatibility components
      against original implementation.
2012-03-27 00:53:27 +00:00
Viktor Szakats
db1285be72 2012-03-19 02:05 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/compiler/hbusage.c
    ! typo
  * INSTALL
    ! generic *nix instructions moved after *nix specific ones
2012-03-19 01:05:29 +00:00
Viktor Szakats
f4973027bd 2012-03-03 16:10 UTC+0100 Viktor Szakats (harbour syenar.net)
* package/winuni/mpkg_win_uni.bat
    - deleted windows-only contrib specific file installation
      procedure. now done by contrib/make.hbs.
    ; it also means that contrib-specific public files are
      now included in non-unified installation packages,
      created using HB_BUILD_PKG=yes.

    ; TODO: modify *nix package creation scripts to include
            /opt/harbour/contrib in the package.

  * config/global.mk
  * INSTALL
    * changed HB_INSTALL_IMPLIB default to 'yes'. This means
      that now the implibs for 3rd party .dlls will be included
      in install packages, including the nightly/stable releases.
      This is theoretically wrong solution and bad practice, but 
      to me real life shows that users don't have a clue about 
      implibs and how to generate them and it also requires users 
      to build Harbour themselves if they want to use any of the 
      many libs with implib dependencies, instead of being able 
      to use binary releases.
      One big WARNING applies (quote from INSTALL):
        "Also note that the generated implibs will require .dlls
         compatible with the ones used at build time."
      IOW you must be using the same (or binary compatible)
      .dll as was used at built time. If you use something else,
      you still will have to generate the implib yourself or
      change your .dll version according to above.
      [I hope Marek Paliwoda doesn't mind.]
2012-03-03 15:12:12 +00:00
Viktor Szakats
2e7492d600 2012-02-23 15:16 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
    ! updated mingw make links
2012-02-23 14:16:33 +00:00
Viktor Szakats
18d888b900 2012-02-23 12:03 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
    + updated OS X package manager instructions to HomeBrew (from MacPorts)
2012-02-23 11:04:38 +00:00
Viktor Szakats
d1c2171aab 2012-02-23 00:19 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
    * minor fixes
2012-02-22 23:21:49 +00:00
Viktor Szakats
a02472a5ee 2012-02-19 11:17 UTC+0100 Viktor Szakats (harbour syenar.net)
* config/global.mk
    * added detection of homebrew package manager on darwin (untested)

  * utils/hbmk2/hbmk2.prg
  * INSTALL
    * fmt
2012-02-19 10:18:13 +00:00
Viktor Szakats
3663782550 2012-02-17 16:32 UTC+0100 Viktor Szakats (harbour syenar.net)
* package/winuni/mpkg_win_uni.bat
  * INSTALL
    * minor corrections
2012-02-17 15:32:30 +00:00
Viktor Szakats
d94d2e4d6b 2012-02-17 08:59 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
    ! 'XCode' -> 'Xcode'
2012-02-17 07:59:58 +00:00
Viktor Szakats
36a6955b93 2012-02-17 08:42 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
    + added reference to 'Command Line Tools for XCode'
    ! fixed link for XCode
2012-02-17 07:44:33 +00:00
Viktor Szakats
01678880fb 2012-02-16 19:27 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
    * minor to prev
2012-02-16 18:28:04 +00:00
Viktor Szakats
e586a68ead 2012-02-16 19:23 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
    + updated the description of Harbour (in sync with sf.net
      page) to put better emphasis on Harbour's values.
2012-02-16 18:24:14 +00:00
Viktor Szakats
f26067292d 2012-02-16 17:30 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
    * 'Mac OS X' -> 'OS X'
      in sync with Apple.
2012-02-16 16:31:05 +00:00
Viktor Szakats
554032b8bc 2012-02-12 16:44 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
    + added to self-contained source code example text:
      "Do not post executables and other binary files."
      It's redundant, but it apparently "source code" wasn't 
      clear enough.
2012-02-12 15:45:36 +00:00
Viktor Szakats
9f59d4f4d0 2012-02-09 13:49 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/rtl/hbjson.c
    + HB_JSONDECODE(): retain physical order of value pair in returned hash

  * utils/hbmk2/hbmk2.prg
    ! formatting

  * INSTALL
    ! wording
2012-02-09 12:50:36 +00:00
Viktor Szakats
5d625bd4c7 2012-02-08 12:57 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
    + added link to http://sscce.org/ which site describes 
      quite precisely what a short, self-contained code example is.
2012-02-08 11:59:24 +00:00
Viktor Szakats
3a09c40c29 2012-02-07 15:49 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
    + added new item to TROUBLESHOOTING section:
      "12. If you are to report a problem with Harbour itself, always provide
           self-contained, minimal sample source code. Do not use xhb contrib
           library, or any 3rd party Harbour libraries. The sample shall reproduce
           the problem using official stable or nightly Harbour build."
2012-02-07 14:50:09 +00:00
Viktor Szakats
8add0672db 2012-01-31 10:43 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
    * typo and minor tweak to troubleshooting section
2012-01-31 09:43:43 +00:00
Viktor Szakats
c62cf697f7 2012-01-27 13:34 UTC+0100 Viktor Szakats (harbour syenar.net)
* INSTALL
    * deleted announcement mailing list. pls recreate with new owner 
      if needed.
2012-01-27 12:34:52 +00:00
Viktor Szakats
4c80c97409 2012-01-16 19:28 UTC+0100 Viktor Szakats (harbour syenar.net)
* package/winuni/RELNOTES
  * INSTALL
    * qt version
2012-01-16 18:28:44 +00:00
Viktor Szakats
1b4008723b 2012-01-06 16:13 UTC+0100 Viktor Szakats (harbour syenar.net)
* ChangeLog
  * (whole tree)
    * changed e-mail address
2012-01-06 15:28:23 +00:00
Viktor Szakats
adaa189c51 2011-12-29 16:01 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* INSTALL
    * further clarified the way to submit diffs (use _one_ .dif 
      file created from root of SVN sandbox using 'svn diff', use 
      extension '.zip')
    * clarified the names of mailing list.
    * clarified which mingw tdm 4.6.1 version is okay.
    * simplified to use 'zip' tool and .zip extension for submitted 
      logs.
2011-12-29 15:04:20 +00:00
Viktor Szakats
7ad3481808 2011-12-24 03:32 UTC+0100 Viktor Szakats (harbour syenar.hu)
* ChangeLog
  * (whole tree)
    * removed obsolete antispam measure from my e-mail address
2011-12-24 02:47:24 +00:00
Viktor Szakats
eee41e6a0f 2010-12-13 03:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/pp/hbpp.c
  * src/compiler/hbusage.c
  * contrib/hbnetio/utils/hbnetio/netiosrv.prg
  * contrib/hbnetio/utils/hbnetio/netiomgm.prg
  * contrib/hbnetio/utils/hbnetioq/netiosrq.prg
  * contrib/hbformat/utils/hbformat.prg
  * contrib/hbide/idethemes.prg
  * contrib/hbrun/hbrun.prg
  * utils/hbmk2/hbmk2.hu_HU.po
  * utils/hbmk2/hbmk2.prg
  * utils/hbi18n/hbi18n.prg
  * utils/hbtest/hbtest.prg
  * INSTALL
    * Bumped copyright year to 2012.
2011-12-13 02:35:06 +00:00
Viktor Szakats
10766f22ef 2011-12-07 10:54 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
    + added the word 'binary' to 3rd party pkg requirements
    + added 'advanced' for static linking of 3rd party pkgs
2011-12-07 09:54:55 +00:00
Przemyslaw Czerpak
fba78cf0f6 2011-11-25 11:38 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/package/mpkg_rpm.sh
    ! fixed RPM _topdir detection.
      Patch created by Raphael Gozzo - many thanks.

  * harbour/INSTALL
    * added info about libraries necessary to build hbgs and hbmagic
      in Ubuntu.

  * harbour/contrib/hbmagic/hbmagic.hbx
    * added HB_MAGIC_SIMPLE (regenerated automatically)
2011-11-25 10:38:57 +00:00
Viktor Szakats
007452002c 2011-10-01 19:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* harbour/ChangeLog
    * marked two patches merged with 3.0 branch
2011-10-01 17:01:02 +00:00
Viktor Szakats
bb4446f3cf 2011-09-27 20:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/gtqtc/gtqtc.cpp
    ! deleted unused static function shown by new mingw version.

  * INSTALL
    * mingw 4.6.1 is OK for Harbour.
    ; I didn't test the 64-bit version in 32-bit mode, I hope
      someone will, maybe it has the float precision fixed and
      it can become recommended version for both x86 and x64
      mingw builds.
2011-09-27 18:07:23 +00:00
Viktor Szakats
b6362cb223 2011-09-27 19:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* package/winuni/RELNOTES
  * INSTALL
    * version (QT, mingw) and housekeeping (BCC and EOL-space removal) updates
2011-09-27 17:21:25 +00:00