Commit Graph

18527 Commits

Author SHA1 Message Date
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
0bafae75e4 added .md help for hbmk2 (generated using hbmk2 -longhelpmd > hbmk2.md) 2013-03-16 18:21:02 +01:00
vszakats
cfd8f7db38 2013-03-16 18:11 UTC+0100 Viktor Szakats (harbour syenar.net)
* config/global.mk
    * minor

  * utils/hbmk2/hbmk2.prg
    * experimenting with formatting the revision number
      to more readable format
2013-03-16 18:12:27 +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
f1640dac57 2013-03-16 16:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* bin/3rdpatch.hb
    * COPYING -> COPYING.txt

  * src/common/hbver.c
    * 'Rev.' -> 'r' in VERSION() string. This affects
      all utility banners

  * utils/hbi18n/hbi18n.prg
    * assemble version display instead of assumptions
      about VERSION() content

  * utils/hbmk2/hbmk2.*.po
  * utils/hbmk2/hbmk2.prg
    * cleanups

  * tests/cblock.prg -> tests/codebl2.prg
    * rename
2013-03-16 16:33:50 +01:00
vszakats
64f85a9b9e 'Rev.' -> 'r' in hbmk2/hbrun header 2013-03-16 13:49:52 +01:00
vszakats
32d3124da7 typo and testing commit author 2013-03-16 13:08:19 +01:00
Viktor Szakats
3c130f2d86 do not generate VCS id header 2013-03-16 12:53:23 +01:00
vszakats
7a00912755 2013-03-16 12:15 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.*.po
  * utils/hbmk2/hbmk2.prg
    * changed order of VCS systems in help

  * config/global.mk
    - deleted commented svn support

  * tests/stripsvn.hb -> tests/stripid.hb
    * avoid the word 'svn'
2013-03-16 12:16:16 +01:00
vszakats
fff340897e 2013-03-16 12:10 UTC+0100 Viktor Szakats (harbour syenar.net)
* README.txt
    * minor to git clone

  * src/pp/hbpp.c
    * avoid the word 'svn'
2013-03-16 12:11:13 +01:00
vszakats
6c3070d8b6 2013-03-16 04:51 UTC+0100 Viktor Szakats (harbour syenar.net)
* config/global.mk
    ! fixed to not try to query git information and fail,
      when run in a source snapshot
2013-03-16 04:52:47 +01:00
vszakats
6dc4df96dd 2013-03-16 04:42 UTC+0100 Viktor Szakats (harbour syenar.net)
* package/updt_web_nightly.sh
    + use curl instead of wget
2013-03-16 04:43:05 +01:00
vszakats
695168cb47 2013-03-16 03:40 UTC+0100 Viktor Szakats (harbour syenar.net)
+ package/mpkg_src.sh
    + readded script which is required by other pkg scripts
    + implemented git support
    % svn related stuff (some inactive) deleted
2013-03-16 03:42:30 +01:00
vszakats
0443cf6380 2013-03-16 02:13 UTC+0100 Viktor Szakats (harbour syenar.net)
* package/updt_web_nightly.sh
    ! fixed to oversights after git update
    % be less verbose on download

  * tests/stripsvn.hb
    * updated
2013-03-16 02:14:31 +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
306fdd0446 2013-03-15 18:27 UTC+0100 Viktor Szakats (harbour syenar.net)
* package/*
  * src/compiler/harbour.y
  * src/compiler/harbour.yyc
  * src/macro/macro.y
  * src/macro/macro.yyc
  * src/pp/hbpp.1
  * tests/*/*
  * utils/*
    * stripped svn header manually

  * tests/hbdocext.hb
  * tests/lang2po.hb
  * tests/big5_gen.prg
  * tests/uc16_gen.prg
    * do not add svn ids to generated sources

  + tests/stripsvn.hb
    + added script to strip svn header from sources
2013-03-15 18:30:08 +01:00
vszakats
cf83e38242 2013-03-15 17:31 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    + replaced HBRawVersion() with better implementation

  * src/rtl/hbregex.c
    * formatting
2013-03-15 17:32:17 +01:00
vszakats
a4db48b97c 2013-03-15 16:40 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/pp/hbpp.c
    + changed to form the "revision" number from last
      ChangeLog.txt entry's date/time.
      Revision will now be a 32-bit number, f.e. this
      revision: 1303151640 (YYMMDDhhmm). It will be the
      value returned by __HARBOUR__.
      This can be further formatted for better readability,
      as: '130315.1640'
2013-03-15 16:45:23 +01:00
vszakats
ebb41c7b92 2013-03-15 15:47 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/pp/hbpp.c
    * fall-back to revision 0 if there is no numeric
      revision information in ChangeLog header (for Git)
      Revision is useful, so maybe we should go with one
      formed from date/time: YYMMDDhhmm -> '130315.1547'
      this is quite universal and has some advantages over
      sequential nr.
2013-03-15 15:49:50 +01:00
vszakats
5996e280b5 2013-03-15 15:17 UTC+0100 Viktor Szakats (harbour syenar.net)
* doc/howtorep.txt
    - deleted section dealing with svn IDs and svn props.
      no longer needed.
2013-03-15 15:18:34 +01:00
vszakats
2c95f68419 2013-03-15 13:57 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.hbp
  * utils/hbmk2/hbmk2.prg
  * utils/hbmk2/hbmk2.rc
  * utils/hbmk2/Makefile
  * utils/hbmk2/pkg_dynl.hbm
  * utils/hbmk2/pkg_inst.hbm
    * deleted svn headers
    + added new hbmk2/hbrun option -viewhelp, which will
      redirect the long help to a file and open it in the
      default text viewer application
2013-03-15 13:58:21 +01:00
vszakats
bc3f4358e5 2013-03-15 12:41 UTC+0100 Viktor Szakats (harbour syenar.net)
* README.txt
    * cleanups to link descriptions
2013-03-15 12:41:33 +01:00
vszakats
d6c0cd5514 2013-03-15 12:28 UTC+0100 Viktor Szakats (harbour syenar.net)
* package/mpkg_win.nsi
  * package/winuni/mpkg_win_uni.nsi
    * updated project development page to point to github
2013-03-15 12:29:30 +01:00
vszakats
f32fbc6d37 2013-03-15 12:25 UTC+0100 Viktor Szakats (harbour syenar.net)
* package/mpkg_win.nsi
  * package/winuni/mpkg_win_uni.nsi
    ! updated defunct source timeline links in Windows
      "start menu" shortcuts
2013-03-15 12:26:04 +01:00
vszakats
4a21e1e3a7 2013-03-15 11:58 UTC+0100 Viktor Szakats (harbour syenar.net)
* package/harbour.rb
  * package/mpkg_win_nightly.bat
  * package/updt_web_nightly.sh
    * updated for github
    * deleted svn headers

  - package/mpkg_src_nightly.sh
  - package/mpkg_src.sh
    - deleted svn specific scripts
2013-03-15 12:00:07 +01:00
vszakats
0def274148 2013-03-15 11:34 UTC+0100 Viktor Szakats (harbour syenar.net)
* README.txt
    * tweak to git raw links
2013-03-15 11:35:01 +01:00
vszakats
58a68b2161 2013-03-15 11:25 UTC+0100 Viktor Szakats (harbour syenar.net)
- website/*
    - deleted website source, now stored inside this
      separate git repository:
         https://github.com/harbour/website
2013-03-15 11:25:54 +01:00
Viktor Szakats
60fa4abd5b 2013-03-15 11:17 UTC+0100 Viktor Szakats (harbour syenar.net)
* README.txt
    * deleted 'harbour' top dirs
2013-03-15 11:17:16 +01:00
vszakats
df62f56dcc 2013-03-15 11:14 UTC+0100 Viktor Szakats (harbour syenar.net)
* bin/commit.hb
    * deleted hack that was required to handle 'harbour' top dir
2013-03-15 11:15:06 +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
vszakats
e064276c9e 2013-03-15 11:02 UTC+0100 Viktor Szakats (harbour syenar.net)
* .gitattributes
    + enabled keyword expansion for ChangeLog.txt

  * README.txt
    - deleted svn header

  * tests/setkeys.prg
    * cleanups
2013-03-15 11:03:26 +01:00
vszakats
582df50e11 2013-03-15 04:18 UTC+0100 Viktor Szakats (harbour syenar.net)
+ tests/fwdref.prg
    + added TOFIX and demonstration for this bug by Kevin Carmody:
        https://sourceforge.net/tracker/?func=detail&aid=1635310&group_id=681&atid=100681

  + tests/sortbug.prg
    + added TOFIX and demonstration for this bug:
        https://sourceforge.net/tracker/?func=detail&aid=2096950&group_id=681&atid=100681
2013-03-15 04:20:34 +01:00
vszakats
46040dc436 2013-03-15 03:24 UTC+0100 Viktor Szakats (harbour syenar.net)
* README.txt
    + updated with new git links
      this one is recommended:
         https://help.github.com/articles/set-up-git
      and this for Windows binaries:
         https://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git
2013-03-15 03:28:26 +01:00
vszakats
1fe090768f 2013-03-15 02:46 UTC+0100 Viktor Szakats (harbour syenar.net)
* config/global.mk
    + enabled git revision detection instead of svn
    + added detection for locally modified source code with git

  * bin/commit.hb
    + process 'T' git change status
2013-03-15 02:48:59 +01:00
vszakats
cddeab3e83 deleted two test files 2013-03-15 01:29:31 +01:00
vszakats
d0ad974f23 Merge branch 'master' of https://github.com/harbour/core 2013-03-15 01:06:48 +01:00
vszakats
21898909b7 testing 2 2013-03-15 00:19:59 +01:00
vszakats
83d4180b52 testing 1 2013-03-14 23:51:45 +01:00
vszakats
161e99309f 2013-03-14 18:36 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    ! fixed to not issue warning about missing sign tool
      if signing was not requested, plus, related optimization

  * bin/commit.hb
    ! fixed processing git output

  * contrib/hbct/getsecrt.prg
    ! GetSecret() fixed to turn on cursor while waiting

  * contrib/hbct/getsecrt.prg
  * contrib/hbct/getinput.prg
  * contrib/hbsqlit3/core.c
  * doc/en/rddmisc.txt
    ! formatting
2013-03-14 22:35:16 +01:00
vszakats
a488097063 syncing with SVN + .bat EOL changes implied by git itself
2013-03-14 20:10 UTC+0200 Pavel Tsarenko (tpe2 at mail.ru)
  * contrib/hbct/screen2.c
    * unicode support for SayMoveIn() and SaySpread() functions

2013-03-14 14:58 UTC+0200 Alexey Myronenko (m.oleksa/at/ukr.net)
  * doc/en/rddmisc.txt
    * samples corrected for Bof() and Eof()
    ! spelling
2013-03-14 19:31:15 +01:00
Viktor Szakats
e71b566df8 entry headers 2013-03-13 16:02:02 +00:00
Viktor Szakats
4f27df81ae 2013-03-13 02:20 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/gtwvg/gtwgud.c
  * contrib/gtwvg/gtwvgd.c
    ! fixed to use K_ESC instead of literals after
      2013-03-12 18:06 UTC-0800
2013-03-13 01:21:21 +00:00
Pritpal Bedi
c7dbbca192 2013-03-12 18:06 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/gtwvg/gtwgud.c
  * contrib/gtwvg/gtwvgd.c
    ! Fixed: reverted parts of last wreckless commit without checking 
       the changes. Sorry, I must be more attentive next time.
2013-03-13 01:08:51 +00:00
Viktor Szakats
040db982fb 2013-03-13 00:09 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    ! do not issue pointless pair warning for -rebuildall,
      it may be useful because it applies to subprojects
2013-03-12 23:12:02 +00:00
Viktor Szakats
a665fe7259 2013-03-12 23:42 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    + smarter help output requiring less manual tweaking,
      allowing the same and narrower first column for
      all sections
    * minor cleanups

  * contrib/gtwvg/tests/demowvg1.prg
    ! deleted function with the same name as GTWVG macro
2013-03-12 22:45:34 +00:00
Tamas Tevesz
dc3a9c9c71 2013-03-12 14:36 UTC+0100 Tamas TEVESZ (ice extreme.hu)
* src/common/hbprintf.c
  * src/common/hbver.c
    - Remove ACK support
2013-03-12 13:40:23 +00:00
Viktor Szakats
d34bbd6ca3 2013-03-12 13:29 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/rtl/hbstrfmt.c
    ! fixed GPF regression after 2013-02-12 12:49 UTC+0100
      when parameter was missing for d, x, X, f types

  * utils/hbmk2/hbmk2.*.po
  * utils/hbmk2/hbmk2.prg
    + show warning when both -inc and -rebuild[all] options are
      unconditionally passed together on command-line or inside
      one make file.
      These instruct hbmk2 to do all the extra work involved
      with an incremental build, but to do it _every time_, making
      it effectively _not_ incremental, only leaving temp files
      in workdir, slower and thus probably not what one wants.
      (EXPERIMENTAL)
      Best practice is to put -inc inside the .hbp file, and
      use -rebuild[all] on command-line when a rebuild is needed.
    * minor cleanup to two existing warnings
    + documented exit code when -run is used
    + further clarified .hbp file format in help

  + contrib/hbbz2/3rd/bz2/bz2.dif
  * contrib/hbbz2/3rd/bz2/bz2.hbp
  * contrib/hbbz2/3rd/bz2/bzlib_pr.h
    ! fixed libbzip2 header bug where it cannot link
      mixed C/C++ builds with option -DBZ_NO_STDIO enabled

  + config/win/tcc.mk
  * include/hbdefs.h
  * include/hbfloat.h
  * include/hbinit.h
  * src/3rd/png/Makefile
  * src/common/hbprintf.c
  * src/common/hbver.c
  * src/rtl/arc4.c
  * src/rtl/gtwvt/gtwvt.c
  * src/rtl/hbsocket.c
  * src/vm/extrap.c
  * src/vm/hvm.c
  * src/vm/mainstd.c
  * utils/hbmk2/hbmk2.prg
    + added rough and experimental Tiny C Compiler support.
      Some Harbour features disabled. Some hunks quick and dirty.
      Needs: set HB_COMPILER=tcc; set HB_PLATFORM=win; set HB_BUILD_DYN=no
      Final Harbour apps fail in GT initialization.
2013-03-12 12:33:03 +00:00
Viktor Szakats
acd703ceb7 2013-03-11 18:43 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/xhb/dbf2txt.c
    ! missing header after 2013-03-08 13:32 UTC+0100

  * contrib/hbnf/doc/en/calendar.txt
  * extras/httpsrv/uhttpd.prg
    ! casing
2013-03-11 17:45:21 +00:00
Viktor Szakats
d536c34dfc 2013-03-11 16:26 UTC+0100 Viktor Szakats (vszakats syenar.net)
* contrib/hbnf/doc/en/*.txt
  * tests/browse.prg
  * tests/db_brows.prg
  * tests/extend1.prg
  * website/samples/browse.prg.html
    * date cleanups
2013-03-11 15:27:38 +00:00