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
Viktor Szakats
8b4793ecb3
2004-07-26 10:50 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
...
* source/compiler/cmdcheck.c
! Writing out of bound when using -x compiler switch fixed.
(Thanks to Chen Kedem)
* source/vm/cmdarg.c
! Tabs removed.
2004-07-26 08:53:31 +00:00
Ryszard Glab
4a97830f2b
Changelog 2003-11-06 11:40 UTC+0100 Ryszard Glab
2003-11-06 10:42:58 +00:00
Ryszard Glab
a31d12a9a0
Changelog 2003-10-29 20:15 UTC+0100 Ryszard Glab
2003-10-29 19:38:11 +00:00
Przemyslaw Czerpak
e325d5c09a
2003-09-10 21:37 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
...
* harbour/harbour.spec
+ new spec file. It creates four binary RPMs with shared and
static libs core harbour compiler and tools and with Ron's PP
which allow to run xBase files as scripts on *nix platform
and new tool hbcmp, hbcc, hblnk, hbmk.
For details see README.RPM
Please remember that PP has poor GPL license. It is noticed in RPM
headers.
+ harbour/hbgtmk.sh
+ simple script which connect to SourceForge CVS takes sources and
build RPMs from them.
+ harbour/make_rpm.sh
+ script for checking dependences and making RPMs
+ harbour/make_tgz.sh
+ script for making binary package for this Linux distro which don't
support RPM
+ harbour/bin/hb-mkslib.sh
+ script for building shared libs from static ones and/or object files
+ harbour/bin/pack_src.sh
+ script for packing harbour sources
* harbour/Makefile
* harbour/source/compiler/harbour.c
* harbour/source/common/hbver.c
* harbour/source/vm/cmdarg.c
* harbour/source/vm/fm.c
* harbour/source/vm/hvm.c
* changes for some new futures in hb{cmp,lnk,mk} tools
* harbour/contrib/libct/datetime.prg
- redundant STOD removed (this function is part of RTL)
* harbour/contrib/dot/pp.prg
* harbour/contrib/dot/pp.txt
* harbour/contrib/dot/pp_harb.ch
* harbour/contrib/dot/rp_dot.ch
* harbour/contrib/dot/rp_run.ch
* upadting for runing xBase files as scripts.
All this changes (except Ron's PP) are my work borrowed from xHarbour.
2003-09-10 19:40:57 +00:00
Antonio Linares
bc0e3b385b
See changelog entry for explanation
2002-01-30 08:46:05 +00:00
Antonio Linares
4aaa4986a0
hb_cmdargInit() declared as HB_EXPORT
2001-12-20 10:28:14 +00:00
Viktor Szakats
22763b075b
2001-12-16 12:07 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
2001-12-16 11:12:23 +00:00
Antonio Linares
11ad741846
hb_getenv() used instead of getenv()
2001-12-09 19:08:27 +00:00
Viktor Szakats
37b052fc7a
2001-05-15 15:02 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
2001-05-15 13:02:07 +00:00
Viktor Szakats
d2a2b542ea
20000501-17:42 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-05-01 15:48:24 +00:00
Viktor Szakats
3a346bf715
20000411-21:08 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-11 19:10:18 +00:00
Viktor Szakats
e12b9dd9e9
20000411-13:12 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-11 11:17:46 +00:00
Viktor Szakats
a4bbacc2d4
20000411-03:04 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-11 01:02:00 +00:00
Viktor Szakats
c899c8d85f
20000404-13:00 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-04 10:44:09 +00:00
Viktor Szakats
c7333102d0
20000404-03:24 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-04 01:27:00 +00:00
Viktor Szakats
b82af55dbf
20000402-22:32 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-02 20:54:13 +00:00
Viktor Szakats
e322d0d408
20000401-18:00 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-01 16:05:00 +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
b5a60b92d0
20000328-23:04 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-28 21:10:10 +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
3674c517cc
20000320-17:00 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-20 16:10:19 +00:00
Viktor Szakats
d2595567e4
20000317-01:09 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-17 00:32:30 +00:00
Viktor Szakats
7bfa0865d4
20000307-02:55 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-07 02:03:22 +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
7928a16138
20000214-07:50 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-02-14 06:54:30 +00:00
Viktor Szakats
8b96cff251
20000214-03:21 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-02-14 02:23:20 +00:00
Viktor Szakats
a1d57a6fc8
20000207-00:25 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-02-06 23:30:00 +00:00
Viktor Szakats
9b5d4b995d
20000206-16:55 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-02-06 15:54:09 +00:00
Viktor Szakats
9ac4a23deb
19991211-14:51 GMT+1 Victor Szel <info@szelvesz.hu>
1999-12-11 15:03:10 +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
04f1dd6091
19990919-15:34 GMT+1
1999-09-19 14:17:34 +00:00
Viktor Szakats
c8a7c02f4e
19990919-06:21 GMT+1
1999-09-19 04:38:32 +00:00