1326 Commits

Author SHA1 Message Date
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