Commit Graph

113 Commits

Author SHA1 Message Date
David G. Holm
4ac8e4362a See ChangeLog entry 2001-04-03 21:00 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-04-04 01:05:08 +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
David G. Holm
330e061883 2000-11-27 18:30 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2000-11-27 23:59:43 +00:00
Ron Pinkas
46ae9d2f68 2000-11-24 12:50 UTC+0800 Ron Pinkas <ron@profit-master.com>
* include/hbset.h
   * include/set.ch
   * source/pp/pptable.c
     + Added _SET_IDLEREPEAT = 101
   * source/rtl/set.c
     + Added suport for SET( _SET_IDLEREPEAT ) - Default is .T.

   * source/rtl/idle.c
     - Removed HB_IDLE_RESET()
     * Changed handling of Idle Process to default to REPEAT.

   * tests/onidle.prg
     - Removed call to HB_IDLE_RESET()

   + tests/testidle.prg
     + New test of Idle Blocks in default (REPEAT) mode and optional NON REPEAT mode.
2000-11-24 21:00:13 +00:00
Bruno Cantero
d801e352af 2000-09-02 10:19 GMT+1 Bruno Cantero <bruno@issnet.net> 2000-09-02 08:25:12 +00:00
David G. Holm
76629ea7ab See ChangeLog entry 2000-04-17 14:40 GMT-4 David G. Holm <dholm@jsd-llc.com> 2000-04-17 18:46:05 +00:00
Viktor Szakats
8440262da1 20000415-12:38 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-15 10:36:42 +00:00
Viktor Szakats
f9fb27a7d7 20000413-02:55 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-13 00:52:14 +00:00
David G. Holm
27388ab0d6 See ChangeLog entry 2000-04-04 20:00 GMT-4 David G. Holm <dholm@jsd-llc.com> 2000-04-05 00:05:44 +00:00
Viktor Szakats
06f719cfbd 20000331-23:11 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-31 21:17:04 +00:00
Viktor Szakats
f32b908bef 20000331-19:06 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-31 17:05:27 +00:00
Viktor Szakats
3e5ebf8882 20000321-12:32 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-21 11:51:27 +00:00
Viktor Szakats
7dddab2fa4 20000317-18:00 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-17 17:02:40 +00:00
Viktor Szakats
1ef56b3832 20000312-13:04 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-12 12:01:44 +00:00
Viktor Szakats
700ce041ff 20000311-18:52 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-11 17:54:38 +00:00
Viktor Szakats
3e3819e705 20000302-11:21 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-02 11:58:22 +00:00
Viktor Szakats
57ad5bef90 20000229-22:00 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-02-29 21:12:27 +00:00
Viktor Szakats
e02b04be3e 20000223-18:36 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-02-23 17:39:03 +00:00
Luiz Rafael Culik
ce93277ce4 See changelog 20000216 06:00 2000-02-16 08:19:13 +00:00
Viktor Szakats
7928a16138 20000214-07:50 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-02-14 06:54:30 +00:00
Luiz Rafael Culik
e0a82cccea *** empty log message *** 2000-01-02 19:14:07 +00:00
Luiz Rafael Culik
6a9da269a1 *** empty log message *** 2000-01-01 08:51:55 +00:00
Viktor Szakats
fd2ee1720e 19991126-01:06 GMT+1 Victor Szel <info@szelvesz.hu> 1999-11-26 00:17:38 +00:00
Gonzalo A. Diethelm
997d822a9c ChangeLogTag:Thu Nov 04 13:49:23 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-11-04 17:16:23 +00:00
Gonzalo A. Diethelm
9dc0976d91 ChangeLogTag:Tue Oct 26 17:16:43 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-10-26 20:32:06 +00:00
Gonzalo A. Diethelm
1a7088b7d4 ChangeLogTag:Thu Oct 21 11:56:55 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-10-21 15:32:32 +00:00
David G. Holm
3a036b826b See ChangeLog entry 19991016-00:00 EDT David G. Holm <dholm@jsd-llc.com> 1999-10-16 04:15:29 +00:00
David G. Holm
c9c5d1e667 See ChangeLog entry 19991015-23:15 EDT David G. Holm <dholm@jsd-llc.com> 1999-10-16 03:28:56 +00:00
Viktor Szakats
165ffd5d7e 19991012-02:50 GMT+1 1999-10-12 01:01:53 +00:00
David G. Holm
12f7fc5955 See ChangeLog entry 19991011-14:20 EDT David G. Holm <dholm@jsd-llc.com> 1999-10-11 18:34:57 +00:00
David G. Holm
8a0c491a0f See ChangeLog entry 19991006-01:10 EDT David G. Holm <dholm@jsd-llc.com> 1999-10-06 05:21:37 +00:00
Viktor Szakats
5e3700a532 19991006-02:26 GMT+1 1999-10-06 00:41:55 +00:00
David G. Holm
b05dff1996 See ChangeLog entry 19990930-15:20 EDT David G. Holm <dholm@jsd-llc.com> 1999-09-30 19:40:07 +00:00
Viktor Szakats
0f885e37a0 19990922-22:00 GMT+1 1999-09-22 20:22:22 +00:00
David G. Holm
bb603a067b See ChangeLog entry 19990921-14:25 EDT David G. Holm <dholm@jsd-llc.com> 1999-09-21 18:37:58 +00:00
Viktor Szakats
37c26524cb 19990918-17:42 GMT+1 1999-09-18 16:08:05 +00:00
Viktor Szakats
225b354eb8 19990917-03:15 GMT+1 1999-09-17 02:17:30 +00:00
Viktor Szakats
ded1f1389e 19990917-00:05 GMT+1 1999-09-16 22:21:29 +00:00
Viktor Szakats
5f04be73ee 19990916-21:00 GMT+1 1999-09-16 19:11:46 +00:00
David G. Holm
76b6ca9f63 See ChangeLog entry 19990910-14:55 EDT David G. Holm <dholm@jsd-llc.com> 1999-09-10 19:10:56 +00:00
David G. Holm
a25a86222b See ChangeLog entry 19990909-20:00 EDT David G. Holm <dholm@jsd-llc.com> 1999-09-10 00:13:22 +00:00
Viktor Szakats
a4593fa0e4 19990909-21:30 GMT+1 1999-09-09 19:50:15 +00:00
David G. Holm
6b91104883 See ChangeLog entry 19990908-10:30 EDT David G. Holm <dholm@jsd-llc.com> 1999-09-08 14:43:49 +00:00
Viktor Szakats
35cb4e4d1b 19990907-17:00 GMT+1 1999-09-07 15:18:27 +00:00
Paul Tucker
7cc150c22f *** empty log message *** 1999-09-06 05:41:22 +00:00
David G. Holm
1e205147d1 See ChangeLog entry 19990905-17:55 EDT David G. Holm <dholm@jsd-llc.com> 1999-09-05 22:07:49 +00:00
David G. Holm
26841acf67 See ChangeLog entry 19990904-20:35 EDT David G. Holm <dholm@jsd-llc.com> 1999-09-05 00:50:01 +00:00
Viktor Szakats
7d2df1c895 19990903-15:30 GMT+1 1999-09-03 13:55:24 +00:00
Paul Tucker
1077f690ee *** empty log message *** 1999-09-02 01:42:47 +00:00
Viktor Szakats
86a68c0511 19990902--01:44 GMT+1 1999-09-02 00:11:30 +00:00