2013-06-07 11:38 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/itemseri.c
! force resorting deserialized hash arrays
* src/rtl/tgetlist.prg
! applied fix reported by Tony: typo in INS msg
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2013-06-07 11:38 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/itemseri.c
|
||||
! force resorting deserialized hash arrays
|
||||
|
||||
* src/rtl/tgetlist.prg
|
||||
! applied fix reported by Tony: typo in INS msg
|
||||
|
||||
2013-06-06 14:03 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/vm/hashes.c
|
||||
! added missing size update after hash array resorting
|
||||
|
||||
@@ -894,7 +894,7 @@ static HB_SIZE hb_deserializeHash( PHB_ITEM pItem,
|
||||
#else
|
||||
PHB_ITEM pKey, pVal;
|
||||
|
||||
hb_hashSetFlags( pItem, HB_HASH_BINARY /* | HB_HASH_RESORT */ );
|
||||
hb_hashSetFlags( pItem, HB_HASH_BINARY | HB_HASH_RESORT );
|
||||
hb_hashPreallocate( pItem, nLen );
|
||||
while( nLen-- )
|
||||
{
|
||||
|
||||
@@ -807,7 +807,7 @@ METHOD ShowScoreboard() CLASS HBGetList
|
||||
hb_DispOutAt( SCORE_ROW, SCORE_COL, iif( Set( _SET_INSERT ), ;
|
||||
__natMsg( _GET_INSERT_ON ), ;
|
||||
iif( Len( __natMsg( _GET_INSERT_OFF ) ) == Len( __natMsg( _GET_INSERT_ON ) ), ;
|
||||
__natMsg( _GET_INSERT_ON ), ;
|
||||
__natMsg( _GET_INSERT_OFF ), ;
|
||||
Space( Len( __natMsg( _GET_INSERT_ON ) ) ) ) ) )
|
||||
|
||||
ENDIF
|
||||
|
||||
Reference in New Issue
Block a user