2012-05-08 17:51 UTC+0200 Viktor Szakats (harbour syenar.net)
* config/postinst.hbs
* implemented same ASORT() fix as in prev commit by Przemek.
(it may be important once we modify hbrun/hbmk2 to run
scripts under UTF8 CP)
* contrib/hbnetio/utils/hbnetio/modules.hbp
- contrib/hbnetio/utils/hbnetio/rpcdemo.hbs
+ contrib/hbnetio/utils/hbnetio/rpcdemo.hb
- contrib/hbide/plugins/hbide_script_qtgui.hbs
+ contrib/hbide/plugins/hbide_script_qtgui.hb
- contrib/hbide/plugins/hbide_plugin_savebackup.hbs
+ contrib/hbide/plugins/hbide_plugin_savebackup.hb
- utils/hbmk2/examples/plug_tpl.hbs
+ utils/hbmk2/examples/plug_tpl.hb
- tests/stripdoc.hbs
+ tests/stripdoc.hb
* .hbs -> .hb for Harbour scripts.
* tests/stripdoc.hb
+ use directry.ch
This commit is contained in:
@@ -16,6 +16,28 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-05-08 17:51 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* config/postinst.hbs
|
||||
* implemented same ASORT() fix as in prev commit by Przemek.
|
||||
(it may be important once we modify hbrun/hbmk2 to run
|
||||
scripts under UTF8 CP)
|
||||
|
||||
* contrib/hbnetio/utils/hbnetio/modules.hbp
|
||||
- contrib/hbnetio/utils/hbnetio/rpcdemo.hbs
|
||||
+ contrib/hbnetio/utils/hbnetio/rpcdemo.hb
|
||||
- contrib/hbide/plugins/hbide_script_qtgui.hbs
|
||||
+ contrib/hbide/plugins/hbide_script_qtgui.hb
|
||||
- contrib/hbide/plugins/hbide_plugin_savebackup.hbs
|
||||
+ contrib/hbide/plugins/hbide_plugin_savebackup.hb
|
||||
- utils/hbmk2/examples/plug_tpl.hbs
|
||||
+ utils/hbmk2/examples/plug_tpl.hb
|
||||
- tests/stripdoc.hbs
|
||||
+ tests/stripdoc.hb
|
||||
* .hbs -> .hb for Harbour scripts.
|
||||
|
||||
* tests/stripdoc.hb
|
||||
+ use directry.ch
|
||||
|
||||
2012-05-08 17:47 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* harbour/utils/hbmk2/hbmk2.prg
|
||||
! sort functions in .hbx files using "EN" CP.
|
||||
|
||||
@@ -560,7 +560,9 @@ STATIC FUNCTION __hb_extern_get_list( cInputName )
|
||||
hExtern[ tmp[ 2 ] ] := NIL
|
||||
ENDIF
|
||||
NEXT
|
||||
tmp := hb_cdpSelect( "EN" )
|
||||
ASort( aExtern,,, {| tmp, tmp1 | tmp < tmp1 } )
|
||||
hb_cdpSelect( tmp )
|
||||
ENDIF
|
||||
ENDIF
|
||||
IF ! Empty( cTempFile )
|
||||
|
||||
@@ -4,4 +4,3 @@
|
||||
|
||||
-gh
|
||||
*.hb
|
||||
*.hbs
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
/*
|
||||
* RPC demo module for hbnetio server.
|
||||
* Usage: 'hbnetio -rpc=rpcdemo.hbs'
|
||||
* Usage: 'hbnetio -rpc=rpcdemo.hb'
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* www - http://www.harbour-project.org
|
||||
@@ -10,7 +10,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define F_NAME 1
|
||||
#include "directry.ch"
|
||||
|
||||
PROCEDURE Main()
|
||||
LOCAL aFile
|
||||
Reference in New Issue
Block a user