Alexander S.Kresin
e4e6826fc9
2003-05-07 14:45 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2003-05-07 10:45:03 +00:00
Alexander S.Kresin
09aea7b646
2003-05-06 12:55 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
2003-05-06 09:53:37 +00:00
Walter Negro
e25ce2eda8
2002-12-22 03:46 UTC-0300 Walter Negro <anegro@overnet.com.ar>
...
* source/rtl/set.c
! Fix, reset PRINTFILE handle when close file.
2002-12-22 06:45:19 +00:00
David G. Holm
1f7ba8f009
See ChangeLog entry 2002-12-18 14:00 UTC-0500 David G. Holm <dholm@jsd-llc.com>
2002-12-18 19:05:30 +00:00
David G. Holm
eb1cbcd479
See ChangeLog entry 2002-12-02 15:30 UTC-0500 David G. Holm <dholm@jsd-llc.com>
2002-12-03 20:34:45 +00:00
David G. Holm
819f2a0ef2
See ChangeLog entry 2002-10-22 18:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2002-10-22 22:35:46 +00:00
Horacio Dario Roldan Kasimatis
b542248370
2002-09-26 12:30 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
...
* include/hbapi.h
- removed filecase() definition from Extend API
* include/hbapifs.h
- added filecase() definition to FS API
* include/hbset.h
* source/rtl/set.c
* source/rtl/filesys.c
! fixed GPF, fixed MSVC typecast,
changed settings from strings to numeric constants.
2002-09-26 15:42:15 +00:00
Gustavo Junior Alves
5c91af924a
Implement SET FILECASE, DIRCASE and DIRSEPARATOR
2002-09-24 01:10:15 +00:00
David G. Holm
14a11b0150
See ChangeLog entry 2002-08-02 12:05 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2002-08-02 16:07:59 +00:00
Horacio Dario Roldan Kasimatis
747d8d40d3
2002-03-27 02:26 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
...
* include/hbset.h
* source/rtl/set.c
! changed definition of HB_SET_AUTORDER from BOOL into int.
2002-03-27 05:45:54 +00:00
David G. Holm
8d52b93f12
See ChangeLog entry 2002-03-19 12:45 UTC-0500 David G. Holm <dholm@jsd-llc.com>
2002-03-20 17:40:35 +00:00
David G. Holm
8b212bf77d
See ChangeLog entry 2002-03-19 12:30 UTC-0500 David G. Holm <dholm@jsd-llc.com>
2002-03-20 17:35:27 +00:00
David G. Holm
ffe896936e
See ChangeLog entry 2002-03-19 11:30 UTC-0500 David G. Holm <dholm@jsd-llc.com>
2002-03-20 16:26:41 +00:00
Alexander S.Kresin
f147bf2a27
2002-03-18 15:12 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2002-03-18 12:08:06 +00:00
Luiz Rafael Culik
f46098b2d2
See changelog 2002-03-10 13:25 UTC -0300
2002-03-10 18:22:54 +00:00
Antonio Linares
6b18c226f4
some fixes on hb_setFreeSetPath()
2002-03-04 21:31:40 +00:00
Luiz Rafael Culik
a5677ca99f
See changelog 2002-03-03 16:20 UTC -0300
2002-03-03 19:56:18 +00:00
Antonio Linares
bc0e3b385b
See changelog entry for explanation
2002-01-30 08:46:05 +00:00
Viktor Szakats
e1f892788e
2001-12-14 10:17 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
2001-12-14 09:32:52 +00:00
David G. Holm
c10e06bfa2
See ChangeLog entry 2001-11-28 19:45 UTC-0500 David G. Holm <dholm@jsd-llc.com>
2001-11-29 00:53:58 +00:00
Viktor Szakats
c5403ec584
2001-11-04 18:14 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
2001-11-04 17:15:04 +00:00
David G. Holm
35d2603255
See ChangeLog entry 2001-08-20 23:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-08-21 03:26:13 +00:00
David G. Holm
ce8480f2a8
See ChangeLog entry 2001-08-17 18:10 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-08-18 00:09:25 +00:00
David G. Holm
a13ea3a883
See ChangeLog entry 2001-06-20 14:50 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-20 18:55:21 +00:00
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