From 2d7463fe0d339d344e07c1f52f4eeea0793e3cd4 Mon Sep 17 00:00:00 2001 From: Chen Kedem Date: Sun, 24 Feb 2002 07:34:59 +0000 Subject: [PATCH] 2002-02-24 09:34 UTC+0200 Chen Kedem --- harbour/ChangeLog | 5 +++++ harbour/doc/dirstruc.txt | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6d132e127c..d78028de31 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,11 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + * source/common/hbstr.c + ! Fix bug in hb_strAt when the source string matches more than one + character (but less than all) in the search string. As reported + by Sergej Linnik, "22345" $ "012223456789" was failing, but it + now succeeds. Note: This also affects compiler optimizations, so be sure to rebuild the compiler before testing. 2002-02-26 15:40 UTC+0300 Alexander Kresin diff --git a/harbour/doc/dirstruc.txt b/harbour/doc/dirstruc.txt index 02d54e96cc..6f0f6c1291 100644 --- a/harbour/doc/dirstruc.txt +++ b/harbour/doc/dirstruc.txt @@ -46,6 +46,10 @@ in order to remove empty directories) | | | | | +---test - Test programs. | | +| +---delphi - Integration with Borland Delphi. +| | | +| | +---hbdll - Accessing Harbour DLL from Delphi. +| | | +---directx - DirectDraw implementation for Windows. | | | | | +---lib -