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.
This modification fixed problem with resorted
functions in .hbx files for CPs using non ASCII
collation order for [A-Z], [0-9] and [_] characters
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
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.
|
||||
This modification fixed problem with resorted
|
||||
functions in .hbx files for CPs using non ASCII
|
||||
collation order for [A-Z], [0-9] and [_] characters
|
||||
|
||||
2012-05-08 17:29 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
- bin/hb3rdpat.hbs
|
||||
+ bin/3rdpatch.hb
|
||||
|
||||
@@ -11768,7 +11768,9 @@ STATIC FUNCTION __hb_extern_get_list( hbmk, cInputName, cBin_LibHBX, cOpt_LibHBX
|
||||
hExtern[ tmp[ 2 ] ] := NIL
|
||||
ENDIF
|
||||
NEXT
|
||||
tmp := hb_cdpSelect( "EN" )
|
||||
ASort( aExtern,,, {| tmp, tmp1 | tmp < tmp1 } )
|
||||
hb_cdpSelect( tmp )
|
||||
ENDIF
|
||||
ENDIF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user