2012-02-01 00:44 UTC+0100 Viktor Szakats (harbour syenar.net)

* examples/gtwvw/tests/ebtest7.prg
    * ARRAY( 0 ) -> {}
This commit is contained in:
Viktor Szakats
2012-01-31 23:47:07 +00:00
parent aadce7770a
commit f63c5df777
2 changed files with 8 additions and 3 deletions

View File

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

View File

@@ -193,7 +193,7 @@ local mcVarType, mbText
endcase
if !(valtype(aEBGets)=="A")
aEBGEts := array(0)
aEBGEts := {}
endif
if !(valtype(mlMultiline)=="L") .or.;