diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ecb5dfec2e..739f4ddf02 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,13 +16,17 @@ The license applies to all entries newer than 2009-04-28. */ +2012-02-01 00:44 UTC+0100 Viktor Szakats (harbour syenar.net) + * examples/gtwvw/tests/ebtest7.prg + * ARRAY( 0 ) -> {} + 2012-01-31 14:19 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/qth/QWidget.qth + Restored: PaintEvent = YES * contrib/hbqt/hbmk2_qt.hbs - + Implemented: Style-sheets working when current class - is actually a sub-class. Tip and code snippet + + Implemented: Style-sheets working when current class + is actually a sub-class. Tip and code snippet forwarded by Francesco Perillo, many thanks. 2012-01-31 20:04 UTC+0100 Viktor Szakats (harbour syenar.net) @@ -190,6 +194,7 @@ + client IP filtering 2012-01-27 18:25 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + * include/hbapi.h * src/vm/hashes.c * src/vm/hashfunc.c + implemented possibility to use hashes as sorted arrays with binary search. diff --git a/harbour/examples/gtwvw/tests/ebtest7.prg b/harbour/examples/gtwvw/tests/ebtest7.prg index 23a5177da0..a46255b1af 100644 --- a/harbour/examples/gtwvw/tests/ebtest7.prg +++ b/harbour/examples/gtwvw/tests/ebtest7.prg @@ -193,7 +193,7 @@ local mcVarType, mbText endcase if !(valtype(aEBGets)=="A") - aEBGEts := array(0) + aEBGEts := {} endif if !(valtype(mlMultiline)=="L") .or.;