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
Ryszard Glab
e5c60f5782
2004-12-24 07:47 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
...
* include/hbapi.h
* source/vm/codebloc.c
* source/vm/itemapi.c
* source/vm/memvars.c
* fixed memvars and detached locals handling related to reallocation
of memvar's buffer and detaching of locals in a loop
- thanks to Przemek
* source/vm/debug.c
*removed diagnostic hb_dbgstop()
2004-12-24 06:50:18 +00:00
Luis Krause
e2d9db659b
2004-02-05 18:49 UTC-0800 Luis Krause Mantilla
2004-02-06 02:48:38 +00:00
Luis Krause
ce70518e20
2004-01-29 18:45 UTC-0800 Luis Krause Mantilla
2004-01-30 02:50:19 +00:00
Ryszard Glab
152325f856
2004-01-26 11:45 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
...
* source/compiler/harbour.c
*fixed generation of codeblock's pcode with debugging info
* source/debug/dbgmenu.prg
* source/debug/dbgtmenu.prg
* source/debug/dbgtmitm.prg
* source/debug/dbgtwin.prg
* source/debug/debugger.prg
* source/debug/tbrwtext.prg
*added Tracepoint support
*added support for PPO files
*added monitoring of local variables used in a codeblock
*local variables are displayed correctly when the
callstack window is browsed
*other minor fixes
* source/vm/debug.c
*renamed '__vm*' functions to 'hb_dbg_*'
*fixed support for local variables inside of codeblock
* source/vm/hvm.c
*added 'hb_dbg_ProcLevel' function which return the
size of procedure stack calls (the debugger support)
2004-01-26 10:40:18 +00:00
Ryszard Glab
ea80696918
2004-01-22 18:30 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
...
* source/debug/dbgmenu.prg
* source/debug/dbgtwin.prg
* source/debug/debugger.prg
*added Watchpoints support
* source/vm/debug.c
*added item de-referencing to __vmVarLGet
2004-01-22 17:39:59 +00:00
Tomaz Zupan
3a020b8283
2003-02-18 22:05 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si>
2003-02-18 21:02:54 +00:00
Antonio Linares
b6f0f58e1f
struct hb_struString bPcode member renamed as bStatic
2002-02-10 15:08:19 +00:00
Antonio Linares
8626b38439
minor fix related to strings sharing
2002-01-27 09:33:04 +00:00
David G. Holm
035115e687
See ChangeLog entry 2001-06-18 14:10 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-18 18:12:00 +00:00
Paul Tucker
8f556a7159
see changelog 2001-5-6 12:00 utc(-500) ptucker@sympatico.ca
2001-05-06 16:04:43 +00:00
Antonio Linares
6ee9f5b25a
__VMSTKLCOUNT( <nProcLevel> ) now accepts a nProcLevel param
2001-04-26 11:57:14 +00:00
Antonio Linares
1e409d6b69
__VMPARLLIST( <nProcLevel> ) enhanced to accept a proclevel
2001-04-25 18:07:00 +00:00
Antonio Linares
e8cd34190b
New function __vmVarLSet() added (used by the debugger)
2001-02-02 15:46:24 +00:00
Ryszard Glab
ccc567b1d0
ChangeLog 2000-12-12 21:25 UTC+0100
2000-12-12 20:22:23 +00:00
Viktor Szakats
09534028e0
2000-07-25 00:23 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-24 22:24:25 +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
d744a5319a
20000327-21:35 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-27 19:42:04 +00:00
Viktor Szakats
b1f14b661e
20000327-01:24 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-26 23:34:42 +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
eafad66714
20000306-04:43 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-06 03:43:05 +00:00
Viktor Szakats
3e3819e705
20000302-11:21 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-02 11:58:22 +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
6eb090434e
ChangeLogTag:Tue Oct 26 12:15:01 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
1999-10-26 15:29:52 +00:00
Viktor Szakats
f655846e46
19991006-12:10 GMT+1
1999-10-06 10:26:44 +00:00
Viktor Szakats
ac8580b4d0
19991006-00:32 GMT+1
1999-10-05 22:52:01 +00:00
Viktor Szakats
bd83a913a1
19990917-11:30 GMT+1
1999-09-17 09:39:18 +00:00
Viktor Szakats
2611bfd089
19990916-02:25 GMT+1
1999-09-16 00:40:23 +00:00
Viktor Szakats
dcbe483f2d
19990910-01:10 GMT+1
1999-09-09 23:29:44 +00:00