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:
Przemyslaw Czerpak
2012-05-08 15:47:37 +00:00
parent f53e90c1e6
commit a544b285ca
2 changed files with 9 additions and 0 deletions

View File

@@ -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

View File

@@ -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