diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2fdd7fad82..fa1c2b3ce8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,11 @@ +20000407-03:26 GMT+1 Victor Szakats + + * include/hbver.h + + Version bumped. + + * doc/whatsnew.txt + + Some new items. + 2000-04-06 21:30 GMT-4 David G. Holm * doc/gmake.txt % Change to os2/gcc documentation to show gtos2 for HT_GT_LIB, @@ -192,7 +200,7 @@ #pragma Shortcut= ON or #pragma Shortcut( ON ) ! Fixed some DebugPragma() calls. ! Fixed DebugPragma() to display zero as a value. - % Code simplified, variables elminitated. + % Code simplified, variables eliminated. ! AUTOMEMVAR check fixed. * source/rtl/tget.prg @@ -264,7 +272,7 @@ interface between TGETLIST and GETSYS. + The active getlist holder moved to a separate file GETLIST. + READVAR() moved back into separate file. - + RANGECHECK() function added to GETSYS. Now the namespace of GETLIST is + + RANGECHECK() function added to GETSYS. Now the namespace of GETLIST is equivalent to CA-Cl*pper. + TGetList class separated from the GETSYS procedural (compatibility) interface. This way it's possible to override the GETSYS, READVAR or @@ -299,7 +307,7 @@ * source/rtl/philesx.c ! CURDRIVE() error handling made more like Xbase++. Retry is allowed, - and the error text is the same. (not tested) + and the error text is the same. 20000403-13:07 GMT+1 Victor Szakats diff --git a/harbour/doc/whatsnew.txt b/harbour/doc/whatsnew.txt index 5aafd1524f..eabb84e02b 100644 --- a/harbour/doc/whatsnew.txt +++ b/harbour/doc/whatsnew.txt @@ -5,10 +5,21 @@ ---------------------------------------------------------------------- - Final cleanups on global macro and symbol names. + (date*(), console*(), HB_FUNC()) - DISKSPACE() enhancements - Microsoft C++ 8.x compiler support started - 10 character symbol support finalized - VAL() made fully compatible +- New functions HB_COMPILER(), HB_FSIZE(), HB_FTEMPNAME(), HB_FTEMPCREATE() +- PP bug fixes. +- More functions documented. +- Fixed to compile with Borland C++ in C++ mode. +- Handling of double/long number widths and decimals made completely CA-Cl*pper + compatible. +- Some new CA-Tools compatible functions added. +- MEMO type support. +- OS/2 DispBegin()/DispEnd() support +- #pragma fixes and enhancements. (better XPP compatibility) - Source files split to several smaller files - GT API selection is now at link time instead of compile time - Make and build files further cleaned up, enhanced, optimized, synchronized diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index 3cfa57e8a9..c780c1556d 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -37,11 +37,11 @@ #define HB_VER_H_ #define HB_VER_MAJOR 0 /* Major version number */ -#define HB_VER_MINOR 32 /* Minor version number */ -#define HB_VER_REVISION "b" /* Revision letter */ -#define HB_VER_BUILD 32 /* Build number */ +#define HB_VER_MINOR 33 /* Minor version number */ +#define HB_VER_REVISION "" /* Revision letter */ +#define HB_VER_BUILD 33 /* Build number */ #define HB_VER_YEAR 2000 /* Build year */ -#define HB_VER_MONTH 03 /* Build month */ -#define HB_VER_DAY 31 /* Build day */ +#define HB_VER_MONTH 04 /* Build month */ +#define HB_VER_DAY 07 /* Build day */ #endif /* HB_VER_H_ */