Alexander S.Kresin
b49ed3be8f
2001-04-01 12:20 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-04-01 08:22:03 +00:00
Alexander S.Kresin
a973ffb448
2001-03-30 14:10 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-03-30 10:07:28 +00:00
Alexander S.Kresin
d8165bb195
2001-03-30 13:10 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-03-30 09:12:51 +00:00
Horacio Dario Roldan Kasimatis
4b9b3376ab
2001-03-27 05:18 GMT-3 Horacio Roldan <horacioroldan@usa.net>
...
* harbour/source/rdd/dbcmd.c
* fixed unallocated memory block in dbcreate
2001-03-27 08:22:30 +00:00
Horacio Dario Roldan Kasimatis
7d97272e48
2001-03-24 23:07 GMT-3 Horacio Roldan <horacioroldan@usa.net>
...
* harbour/source/rdd/dbf1.c
* fixed bug handling drive letter in opening memo file
2001-03-25 02:08:33 +00:00
Brian Hays
fcb9fc42dc
2001-03-23 00:45 UTC-0800 Brian Hays <bhays@abacuslaw.com>
2001-03-23 08:47:32 +00:00
Ron Pinkas
06dad4687f
2001-03-22 11:00 UTC-0800 Ron Pinkas <ron@profit-master.com>
...
* hb_slex.vc
* Minor corrections.
* include/hbapi.h
+ extern PHB_ITEM hb_paramError( int iParam ); /* Returns either the generic parameter or a NIL item if param not provided */
+ extern PHB_ITEM hb_arrayFromStack( USHORT uiLen ); /* Creates and returns an Array of n Elements from the Eval Stack - Does NOT pop the items. */
+ extern PHB_ITEM hb_arrayFromParams( void ); /* Creates and returns an Array of current Generic Parameters. */
* include/hbapierr.h
* extern USHORT hb_errRT_BASE ( ULONG ulGenCode, ULONG ulSubCode, char * szDescription, char * szOperation, USHORT uiArgCount, ... );
* extern USHORT hb_errRT_BASE_Ext1 ( ULONG ulGenCode, ULONG ulSubCode, char * szDescription, char * szOperation, USHORT uiOsCode, USHORT uiFlags, USHORT uiArgCount, ... );
* extern PHB_ITEM hb_errRT_BASE_Subst ( ULONG ulGenCode, ULONG ulSubCode, char * szDescription, char * szOperation, USHORT uiArgCount, ... );
* extern void hb_errRT_BASE_SubstR ( ULONG ulGenCode, ULONG ulSubCode, char * szDescription, char * szOperation, USHORT uiArgCount, ... );
+ Added support for variable number of Error Arguments.
* source/rtl/errorapi.c
* hb_errRT_BASE ( ULONG ulGenCode, ULONG ulSubCode, char * szDescription, char * szOperation, USHORT uiArgCount, ... );
* hb_errRT_BASE_Ext1 ( ULONG ulGenCode, ULONG ulSubCode, char * szDescription, char * szOperation, USHORT uiOsCode, USHORT uiFlags, USHORT uiArgCount, ... );
* hb_errRT_BASE_Subst ( ULONG ulGenCode, ULONG ulSubCode, char * szDescription, char * szOperation, USHORT uiArgCount, ... );
* hb_errRT_BASE_SubstR ( ULONG ulGenCode, ULONG ulSubCode, char * szDescription, char * szOperation, USHORT uiArgCount, ... );
+ Added support for variable number of Error Arguments.
* source/vm/arrays.c
+ PHB_ITEM hb_arrayFromStack( USHORT uiLen )
+ PHB_ITEM hb_arrayFromParams( void )
* source/vm/extend.c
+ PHB_ITEM hb_paramError( int iParam )
* source/rdd/dbcmd.c
* Added the Error Arguments as parameters to hb_errRT_BASE*().
* source/rtl/abs.c
* source/rtl/at.c
* source/rtl/chrasc.c
* source/rtl/copyfile.c
* source/rtl/datec.c
* source/rtl/dateshb.c
* source/rtl/diskspac.c
* source/rtl/disksphb.c
* source/rtl/do.c
* source/rtl/left.c
* source/rtl/len.c
* source/rtl/math.c
* source/rtl/minmax.c
* source/rtl/mod.c
* source/rtl/philes.c
* source/rtl/philesx.c
* source/rtl/replic.c
* source/rtl/round.c
* source/rtl/set.c
* source/rtl/space.c
* source/rtl/str.c
* source/rtl/strcase.c
* source/rtl/strtran.c
* source/rtl/strzero.c
* source/rtl/substr.c
* source/rtl/transfrm.c
* source/rtl/trim.c
* source/rtl/type.c
* source/rtl/val.c
* source/rtl/word.c
* Added the Error Arguments as parameters to hb_errRT_BASE*().
* source/vm/arrayshb.c
* source/vm/eval.c
* source/vm/hvm.c
* source/vm/macro.c
* source/vm/memvars.c
* source/vm/runner.c
* Added the Error Arguments as parameters to hb_errRT_BASE*().
* source/vm/classes.c
+ Added 0 arguments (J.F. can you please decide what should be the arguments! )
/* HBTEST now reports 173 failures ( down from 376 ) many of the failures are justified.
I have tested this as much as I could, but since it invloved lots of "Cust & Pasets" more testing should be done.
It would be great if someone could review each of HBTEST Reported Failures on a one-by-one basis.
BTW, HBTEST reports 1 UN-RELEASED Memory Block (from before my changes)!
*/
2001-03-22 19:38:23 +00:00
Jean-Francois Lefebvre
4a1e609b29
2001-21-03 23:10 GMT+1 JFL (Mafact) <jfl@mafact.com>
2001-03-21 22:13:41 +00:00
Brian Hays
a11bf4ae71
2001-02-17 15:50 UTC-0800 Brian Hays <bhays@abacuslaw.com>
2001-03-17 23:46:03 +00:00
Alexander S.Kresin
0d51a788ed
2001-03-17 21:50 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-03-17 19:03:06 +00:00
Ryszard Glab
d82a9ea53c
ChangeLog 2001-03-16 16:10 UTC+0100
2001-03-16 15:01:20 +00:00
Alexander S.Kresin
625e5a6a13
2001-03-15 20:40 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-03-15 17:44:00 +00:00
Alexander S.Kresin
c907423a24
2001-03-13 14:30 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-03-13 11:30:30 +00:00
Horacio Dario Roldan Kasimatis
c004eb7ef4
2001-03-07 21:31 GMT-3 Horacio Roldan <horacioroldan@usa.net>
...
* harbour/source/rdd/dbfcdx1.h
* harbour/source/rdd/dbfcdx2.h
+ Added harbour license
2001-03-08 00:33:30 +00:00
Alexander S.Kresin
95a6a598db
2001-03-07 10:50 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-03-07 07:47:20 +00:00
Alexander S.Kresin
ad5f911c34
2001-02-26 22:45 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-26 19:47:24 +00:00
Alex Shashkov
f823b54164
2001-02-25 20:25 UTC+0300 Alex Shashkov <shashkov@ostu.ru>
...
* harbour/source/rdd/dbfcdx2.h
* harbour/source/rdd/dbfcdx1.c
! Fixed some bugs
2001-02-25 17:30:22 +00:00
Ron Pinkas
3ceb194fed
2001-02-24 19:45 UTC-0800 Ron Pinkas <ron@profit-master.com>
...
* contrib/dot/pp.prg
+ Added CompileNestedBlocks() #ifdef __CLIPPER__, because Clipper's Macro Compiler can *not* compile nested blocks.
/* Clipper macro compiler can't compile literal blocks which contain nested blocks. This is needed by #commands like:
INDEX ON ... TO ...
Now PP will pre-compile such nested blocks. This makes PP fully functional when compiled with Clipper too :-) */
* harbour/source/rdd/dbfcdx1.c
! Moved few declarations above the HB_TRACE() lien, to fix compilation errors.
2001-02-25 03:59:52 +00:00
Alex Shashkov
49903bf1d7
2001-02-24 12:45 UTC+0300 Alex Shashkov <shashkov@ostu.ru>
...
* harbour/source/vm/dynsym.c
! Fixed
* harbour/include/hbrddcdx.h
+ Added support ORDSETFOCUS() and update keys
* harbour/source/rdd/dbfcdx1.c
+ Added support ORDSETFOCUS(), update keys, keys any type
- remove hb_cdxltoa()
* harbour/source/rdd/dbfcdx1.h
! Fixed support for Watcom C 11.0
+ Added support keys any type
* harbour/source/rdd/dbfcdx2.h
+ Added some new functions
* Changed the declaration of some functions
Not finished yet.
2001-02-24 10:01:20 +00:00
Alexander S.Kresin
c295f6fa6c
2001-02-23 21:40 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-23 19:17:48 +00:00
Alexander S.Kresin
80e9ba992d
2001-02-23 21:40 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-23 18:44:00 +00:00
Alexander S.Kresin
c9422ce268
2001-02-22 15:45 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-22 12:53:30 +00:00
Alexander S.Kresin
c209960967
2001-02-22 10:25 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-22 07:27:49 +00:00
Alexander S.Kresin
54370404ee
2001-02-20 13:10 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-20 10:09:48 +00:00
Alexander S.Kresin
36ff7f3734
2001-02-19 10:15 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-19 07:17:25 +00:00
Alexander S.Kresin
cff90a3306
2001-02-16 11:20 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-16 08:27:07 +00:00
Alexander S.Kresin
6bbf46b9c9
2001-02-15 13:15 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-15 10:19:03 +00:00
Alexander S.Kresin
40695491c9
2001-02-14 12:40 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-14 09:40:53 +00:00
Alexander S.Kresin
dc683727a2
2001-02-13 15:50 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-13 12:50:36 +00:00
Alexander S.Kresin
ef11c1ee89
2001-02-13 13:15 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-13 10:19:25 +00:00
Alexander S.Kresin
a8b1b0d28e
2001-02-11 18:22 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-11 15:26:12 +00:00
Alexander S.Kresin
7d4e86ceba
2001-02-09 12:10 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-09 09:10:52 +00:00
Alexander S.Kresin
f2d00a1112
2001-02-08 20:57 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-08 18:00:03 +00:00
Alexander S.Kresin
aec9a1eb35
2001-02-06 12:00 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-06 09:02:41 +00:00
Alexander S.Kresin
b2bfc1a745
2001-02-05 21:10 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-02-05 18:30:13 +00:00
Ryszard Glab
4370282dd8
ChangeLog 2001-01-09 16:15 UTC+0100
2001-01-09 15:10:35 +00:00
Brian Hays
15540f9678
2000-12-29 01:30 UTC-0800 Brian Hays <bhays@abacuslaw.com>
2000-12-29 09:27:52 +00:00
Ryszard Glab
ccc567b1d0
ChangeLog 2000-12-12 21:25 UTC+0100
2000-12-12 20:22:23 +00:00
Brian Hays
bd23343fdb
2000-12-12 00:50 UTC-0800 Brian Hays <bhays@abacuslaw.com>
2000-12-12 08:55:43 +00:00
Brian Hays
284e8d2928
2000-12-10 17:09 UTC-0800 Brian Hays <bhays@abacuslaw.com>
2000-12-11 01:10:18 +00:00
Brian Hays
5275c2a020
2000-12-09 14:09 UTC-0800 Brian Hays <bhays@abacuslaw.com>
2000-12-09 22:04:40 +00:00
Brian Hays
369db77340
2000-12-06 16:09 UTC-0800 Brian Hays <bhays@abacuslaw.com>
2000-12-07 00:15:57 +00:00
Brian Hays
7c54d69bd7
2000-11-28 11:40 UTC+0800 Brian Hays <bhays@abacuslaw.com>
2000-11-28 19:45:49 +00:00
Jean-Francois Lefebvre
c19c6ab4b8
2000-11-25 22:51 UTC+0100 jfl (mafact) <jfl@mafact.com>
2000-11-24 21:59:06 +00:00
Ryszard Glab
ff0b3c4f59
ChangeLog 2000-11-23 19:50 UTC+0100
2000-11-23 18:42:13 +00:00
Brian Hays
751289b692
2000-11-13 16:18 UTC+0800 Brian Hays <bhays@abacuslaw.com>
2000-11-14 00:17:48 +00:00
Ryszard Glab
dc01ccd135
ChangeLog 2000-11-12 15:20 UTC+0100
2000-11-12 13:10:12 +00:00
Luiz Rafael Culik
fd2ba2ce8d
See changelog 2000-11-9 23:30 GMT -3
2000-11-10 01:29:57 +00:00
Brian Hays
0f85576404
2000-11-08 11:28 UTC+0800 Brian Hays <bhays@abacuslaw.com>
2000-11-08 19:31:27 +00:00
Brian Hays
066236c511
2000-11-01 15:00 UTC+0800 Brian Hays <bhays@abacuslaw.com>
2000-11-01 23:00:35 +00:00