2002-02-24 09:34 UTC+0200 Chen Kedem <niki@actcom.co.il>

This commit is contained in:
Chen Kedem
2002-02-24 07:34:59 +00:00
parent c8fd2ef82b
commit 2d7463fe0d
2 changed files with 9 additions and 0 deletions

View File

@@ -7,6 +7,11 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* 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 <alex@belacy.belgorod.su>

View File

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