From 0ea6a870b9ad480b511bd601039c4c190494fed2 Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Sat, 26 Jan 2002 00:36:54 +0000 Subject: [PATCH] See changelog 2002-01-25 22:30 UTC -0300 --- harbour/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a56bc0c103..913896e18c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,19 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + ! Bug fixed in ntxGoBottom(), reported by Lorenzo Fiorini +2002-01-25 22:30 UTC+0300 Alexander Kresin + * minor fixes related to strings sharing + + * harbour/source/vm/hvm.c + + hb_vmPushStringPcode() implementation and use since HB_P_PUSHSTR + and HB_P_PUSHSTRSHORT. + * hb_vmPlus() and hb_vmMinus() adapted to strings sharing + * hb_vmPushString() adapted to strings sharing + + * harbour/source/vm/itemapi.c + * hb_itemPutC(), hb_itemPutCL(), hb_itemPutCPtr(), hb_itemCopy(), hb_itemClear() + adapted to strings sharing and strings pcode based Based on an original idea from Ron Pinkas. Some little portions are borrowed from xHarbour.