2012-08-03 15:31 UTC+0200 Viktor Szakats (harbour syenar.net)

+ bin/commit.hb
  + bin/find.hb
  - bin/hbcommit.hb
  - bin/hbfind.hb
  * ChangeLog
    % deleted 'hb' prefix
    * updated examples
This commit is contained in:
Viktor Szakats
2012-08-03 13:34:26 +00:00
parent 72e75215d7
commit 0e9ca7db45
3 changed files with 12 additions and 3 deletions

View File

@@ -16,6 +16,15 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-08-03 15:31 UTC+0200 Viktor Szakats (harbour syenar.net)
+ bin/commit.hb
+ bin/find.hb
- bin/hbcommit.hb
- bin/hbfind.hb
* ChangeLog
% deleted 'hb' prefix
* updated examples
2012-08-03 15:23 UTC+0200 Viktor Szakats (harbour syenar.net)
* doc/en/cmdline.txt
* doc/en/command.txt
@@ -52,9 +61,9 @@
+ added script to list and/or find public symbols in
Harbour core and contribs (and some extras).
To list all symbols (functions, classes):
$ hbrun bin/hbfind
$ hbrun bin/find
To find string in symbols (case-insensitive):
$ hbrun bin/hbfind vol
$ hbrun bin/find vol
2012-07-31 14:50 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbide/projectwizard.prg
@@ -5699,7 +5708,7 @@
add standard commit header and prepend the entry before
latest on into ChangeLog file.
Usage:
<harbour SVN root>$ hbrun hbcommit.hb
<harbour SVN root>$ hbrun commit.hb
Please try it and use it when committing to Harbour SVN
* contrib/hbplist