Przemyslaw Czerpak
188575920d
2005-10-24 02:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/dot/pp.prg
* harbour/contrib/dot/pp_harb.ch
* harbour/include/hbapi.h
* harbour/include/hbapirdd.h
* harbour/include/hbdefs.h
* harbour/include/hbextern.ch
* harbour/include/hbinit.h
* harbour/include/hbstack.h
* harbour/include/hbsxfunc.h
* harbour/include/hbvm.h
+ harbour/include/hbvmopt.h
* harbour/include/hbvmpub.h
* harbour/source/codepage/cdp_tpl.c
* harbour/source/codepage/cdppl852.c
* harbour/source/codepage/cdppliso.c
* harbour/source/codepage/cdpplmaz.c
* harbour/source/codepage/cdpplwin.c
* harbour/source/compiler/genc.c
* harbour/source/compiler/harbour.c
* harbour/source/lang/msgca.c
* harbour/source/lang/msgpl852.c
* harbour/source/lang/msgpliso.c
* harbour/source/lang/msgplmaz.c
* harbour/source/lang/msgplwin.c
* harbour/source/rdd/Makefile
* harbour/source/rdd/dbcmd.c
- harbour/source/rdd/dbf0.prg
* harbour/source/rdd/dbf1.c
- harbour/source/rdd/delim0.prg
* harbour/source/rdd/delim1.c
* harbour/source/rdd/rddsys.prg
- harbour/source/rdd/sdf0.prg
* harbour/source/rdd/sdf1.c
* harbour/source/rdd/dbfcdx/Makefile
- harbour/source/rdd/dbfcdx/dbfcdx0.prg
* harbour/source/rdd/dbfcdx/dbfcdx1.c
- harbour/source/rdd/dbfcdx/sixcdx0.prg
* harbour/source/rdd/dbfdbt/Makefile
- harbour/source/rdd/dbfdbt/dbfdbt0.prg
* harbour/source/rdd/dbfdbt/dbfdbt1.c
* harbour/source/rdd/dbffpt/Makefile
- harbour/source/rdd/dbffpt/dbffpt0.prg
* harbour/source/rdd/dbffpt/dbffpt1.c
* harbour/source/rdd/dbfntx/Makefile
* harbour/source/rdd/dbfntx/dbfntx0.prg
* harbour/source/rdd/dbfntx/dbfntx1.c
* harbour/source/rdd/hbsix/Makefile
* harbour/source/rdd/hbsix/sxcompr.c
* harbour/source/rdd/hbsix/sxcrypt.c
* harbour/source/rdd/hbsix/sxdate.c
* harbour/source/rdd/hsx/hsx.c
* harbour/source/rdd/nulsys/nulsys.prg
* harbour/source/rtl/browdbx.prg
* harbour/source/rtl/cdpapi.c
* harbour/source/vm/arrays.c
* harbour/source/vm/arrayshb.c
* harbour/source/vm/asort.c
* harbour/source/vm/break.c
* harbour/source/vm/classes.c
* harbour/source/vm/cmdarg.c
* harbour/source/vm/codebloc.c
* harbour/source/vm/debug.c
* harbour/source/vm/dynlibhb.c
* harbour/source/vm/dynsym.c
* harbour/source/vm/estack.c
* harbour/source/vm/eval.c
* harbour/source/vm/evalhb.c
* harbour/source/vm/extend.c
* harbour/source/vm/fm.c
* harbour/source/vm/garbage.c
* harbour/source/vm/hvm.c
* harbour/source/vm/initsymb.c
* harbour/source/vm/itemapi.c
* harbour/source/vm/macro.c
* harbour/source/vm/maindllp.c
* harbour/source/vm/memvars.c
* harbour/source/vm/memvclip.c
* harbour/source/vm/pcount.c
* harbour/source/vm/proc.c
* harbour/source/vm/pvalue.c
* harbour/source/vm/runner.c
* remove default API and stack macros. Now API/stack macros can be
enabled by including hb_vmopt.h file.
This file should be included _ONLY_ by core code because binary
object/libraries generated after can work only with _EXACTLY_ the
same HVM compiled the same C alignment switches
* cleaned some HB_EXTERN_C declaration - Anotonio you should be able
to build FWH now
* cleaned startup initialization code -
please update lang and codepage files - I only updated
source/codepage/cdppl*.c and source/lang/msgpl*.c files
Or other files should be updated or they will not work MSC
* synced with recent xHarbour modification in RDD init code
2005-10-24 00:52:42 +00:00
..
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2002-06-21 20:12:14 +00:00
2001-12-29 18:45:02 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2005-09-23 08:45:05 +00:00
2002-10-14 07:19:27 +00:00
2001-04-27 19:03:46 +00:00
2001-05-15 13:02:07 +00:00
2002-01-06 12:33:25 +00:00
2001-12-29 19:35:55 +00:00
2001-05-15 13:02:07 +00:00
2002-08-27 20:13:38 +00:00
2001-04-12 19:12:56 +00:00
2001-05-15 13:02:07 +00:00
2002-03-18 22:30:10 +00:00
2001-05-15 13:02:07 +00:00
2005-01-12 17:28:05 +00:00
2005-10-24 00:52:42 +00:00
2004-12-31 11:47:58 +00:00
2005-10-12 00:30:49 +00:00
2005-09-23 08:45:05 +00:00
2005-10-12 00:30:49 +00:00
2005-09-25 19:39:45 +00:00
2005-10-12 00:30:49 +00:00
2005-10-24 00:52:42 +00:00
2004-07-27 18:37:21 +00:00
2001-12-18 20:51:20 +00:00
2005-03-18 10:39:33 +00:00
2005-09-25 19:39:45 +00:00
2005-09-23 08:45:05 +00:00
2005-09-23 08:45:05 +00:00
2004-12-28 09:29:30 +00:00
2004-01-21 17:48:57 +00:00
2005-10-24 00:52:42 +00:00
2004-12-28 09:29:30 +00:00
2004-05-14 13:58:47 +00:00
2005-01-03 13:09:47 +00:00
2004-10-11 20:44:30 +00:00
2004-12-28 09:29:30 +00:00
2005-10-24 00:52:42 +00:00
2005-01-13 07:15:37 +00:00
2001-12-15 22:54:07 +00:00
2004-12-28 09:29:30 +00:00
2005-10-24 00:52:42 +00:00
2001-12-15 11:22:29 +00:00
2003-06-17 22:10:30 +00:00
2004-04-01 09:17:44 +00:00
2005-01-03 09:28:58 +00:00
2004-10-11 20:44:30 +00:00
2001-05-15 13:02:07 +00:00
2001-06-14 21:20:43 +00:00
2003-02-18 21:02:54 +00:00
2004-10-11 20:44:30 +00:00
2001-09-05 06:48:16 +00:00
2004-12-28 09:29:30 +00:00
2005-09-23 08:45:05 +00:00
2005-09-23 08:45:05 +00:00
2005-09-23 08:45:05 +00:00
2005-09-23 08:45:05 +00:00
2005-09-23 08:45:05 +00:00
2005-09-23 08:45:05 +00:00
2005-09-23 08:45:05 +00:00
2005-09-23 08:45:05 +00:00
2004-12-28 09:29:30 +00:00
2001-12-18 20:51:20 +00:00
2005-01-12 17:28:05 +00:00
2005-10-24 00:52:42 +00:00
2005-10-24 00:52:42 +00:00
2004-12-28 09:29:30 +00:00
2002-10-19 11:22:00 +00:00
2002-01-03 22:11:57 +00:00
2005-05-25 05:55:24 +00:00
2005-10-24 00:52:42 +00:00
2005-10-24 00:52:42 +00:00
2005-10-24 00:52:42 +00:00
2001-04-28 02:30:53 +00:00
2001-05-15 13:02:07 +00:00
2004-12-12 01:56:21 +00:00
2002-07-07 20:45:38 +00:00
2001-04-27 19:03:46 +00:00
2002-10-14 07:19:27 +00:00
2001-05-15 13:02:07 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2004-10-11 20:44:30 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2002-06-21 19:54:46 +00:00
2001-05-15 13:02:07 +00:00