Przemyslaw Czerpak
f07d1b6ce5
2006-09-01 10:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/source/lang/msgcs852.c
* harbour/source/lang/msgcsiso.c
* harbour/source/lang/msgcskam.c
* harbour/source/lang/msgcswin.c
* typo fixed (Vojtech Obrdlik <vobrdlik centrum.cz>)
* harbour/include/hbapicdp.h
* harbour/source/codepage/Makefile
+ harbour/source/codepage/cpcs852.c
+ harbour/source/codepage/cpcsiso.c
+ harbour/source/codepage/cpcskam.c
+ harbour/source/codepage/cpcswin.c
+ harbour/source/codepage/uckam.c
* harbour/doc/en/lang.txt
* harbour/common.mak
+ added czech codepage support (Vojtech Obrdlik <vobrdlik centrum.cz>)
Vojtech many thanks.
We will have to fix our CDP code to work well with characters
with the same wight - now sorting with such codepages does not
work correctly, f.e. in CSISO:
CHR(65)+CHR(204) > CHR(65)+CHR(201)
but:
CHR(65)+CHR(201) >= CHR(65)+CHR(204)
as you can see comparison depends on string order:
s1 > s2 but not s2 < s1
It means that such codepages cannot be used in any sorting
systems like indexes until we will not fix internal CPD logic.
Alexander can you look at it?
If not then please inform me and I'll work on it in some spare
time.
* harbour/source/rtl/do.c
* minor RTE message simplification
* harbour/source/rtl/gtos2/gtos2.c
* casting
* harbour/source/vm/dynsym.c
+ added __DYNSN2SYM( <cName> ) -> symbolItem
* harbour/include/hbapi.h
* harbour/source/vm/arrays.c
+ added supercast and superoffset members to hb_struArray structure
* harbour/source/vm/classes.c
* harbour/source/rtl/tclass.prg
! fixed calculation of instance area offsets
! fixed accessing instance variables with super casting
+ added selfclass casting
+ added support for sending 'exec' and 'name' messages to
symbol items, f.e.:
funcSym := (@funcName())
? "Exacuting:", funcSym:name
funcSym:exec( param1, param2, ... )
* changed __CLASSNAME() to be Clipper compatible
* changed __CLSINST()/__CLASSINSTANCE() now accepts as third paramter
function name - Clipper compatible
! fixed GPF trap in __OBJGETCLSNAME() when executed with wrong parameter
* some other fixes and small speed improvement
2006-09-01 08:27:40 +00:00
Viktor Szakats
3cc9382678
2006-07-18 10:21 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu)
...
* harbour/source/lang/msgcs852.c
* harbour/source/lang/msgcsiso.c
* harbour/source/lang/msgcskam.c
* harbour/source/lang/msgcswin.c
+ Updates/fixes and more translated texts for Czech
language modules. Thanks to:
Vojtech Obrdlik <vobrdlik centrum.cz>
* harbour/source/pp/pplib.c
! Fixed function names in trace calls.
* harbour/source/rdd/dblist.prg
* harbour/source/rdd/dbsort.prg
* harbour/source/rdd/dbstrux.prg
+ Minor improvements.
2006-07-18 08:34:15 +00:00
Przemyslaw Czerpak
de8ac68ba2
2006-03-16 05:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/source/lang/Makefile
- harbour/source/lang/msgen.c
* harbour/source/rtl/langapi.c
* moved EN lang definitions to core lang code so we always have at
least one lang module defined at sartup.
Modified after common group agreement - no one was against,
thanks to all for answers.
Please update non GNU make files and remove
harbour/source/lang/msgen.c file.
* harbour/source/rtl/cdpapi.c
* replaced CDP startup initialization with simple assignment
* harbour/source/rtl/gtpca/gtpca.c
* added #include <sys/time.h> for *nix platforms
2006-03-16 04:41:27 +00:00
Antonio Linares
1bbad05cb0
added Microsoft initialization code
2005-11-03 09:41:04 +00:00
Antonio Linares
4864d5ae60
harbour/source/lang/msggl.c
2005-11-03 09:30:25 +00:00
Antonio Linares
7894cbc937
harbour/source/lang/msgeswin.c
2005-11-03 09:28:50 +00:00
Chen Kedem
953d42b905
2005-10-30 14:50 UTC+0200 Chen Kedem <niki@actcom.co.il>
2005-10-30 12:50:27 +00:00
Viktor Szakats
8c0f1c7afa
2005-10-28 10:23 UTC+0100 Viktor Szakats (viktor.szakats/syenar.hu)
...
* hrbdll.bc
* hrbdll.vc
* makefile.bc
* makefile.nt
* makefile.vc
* makefile64.nt
* include/hbapicdp.h
* source/codepage/Makefile
* source/codepage/cdphu852.c
* source/lang/Makefile
* source/lang/msg_tpl.c
* source/lang/msghu852.c
+ source/codepage/cdpbg866.c
+ source/codepage/cdpbgiso.c
+ source/codepage/cdpbgwin.c
+ source/codepage/uc8859_5.c
+ source/lang/msgbg866.c
+ source/lang/msgbgiso.c
+ source/lang/msgbgwin.c
+ Added BG language support.
* HU minor fix.
* Lang template updated.
2005-10-28 08:23:35 +00:00
Viktor Szakats
8f6ae8aa61
2005-10-24 12:08 UTC+0100 Viktor Szakats (viktor.szakats/syenar.hu)
...
* hrbdll.bc
* hrbdll.vc
* makefile.bc
* makefile.nt
* makefile.vc
* makefile64.nt
* source/codepage/Makefile
* source/codepage/cdphu852.c
+ source/codepage/cdphuiso.c
* source/codepage/cdphuwin.c
* source/lang/Makefile
* source/lang/msghu852.c
* source/lang/msghucwi.c
+ source/lang/msghuiso.c
* source/lang/msghuwin.c
* HU lang stuff updated. ISO cp added (same as Win cp). Minor fixes
(not related to functionality) added.
2005-10-24 11:46:06 +00:00
Viktor Szakats
9ad10dc666
2005-10-24 12:08 UTC+0100 Viktor Szakats (viktor.szakats/syenar.hu)
...
* hrbdll.bc
* hrbdll.vc
* makefile.bc
* makefile.nt
* makefile.vc
* makefile64.nt
* source/codepage/Makefile
* source/codepage/cdphu852.c
+ source/codepage/cdphuiso.c
* source/codepage/cdphuwin.c
* source/lang/Makefile
* source/lang/msghu852.c
* source/lang/msghucwi.c
+ source/lang/msghuiso.c
* source/lang/msghuwin.c
* HU lang stuff updated. ISO cp added (same as Win cp). Minor fixes
(not related to functionality) added.
2005-10-24 10:15:48 +00:00
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
Alexander S.Kresin
d1158a46ee
Added Files: harbour/source/lang/msgelwin.c
2004-05-21 09:39:48 +00:00
Alexander S.Kresin
7c89343b25
2004-05-21 13:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2004-05-21 09:34:27 +00:00
Alexander S.Kresin
95127f2e6a
2003-07-03 10:54 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2003-07-03 06:53:15 +00:00
Chen Kedem
4b18652dc7
2003-06-23 10:05 UTC+0300 Chen Kedem <niki@actcom.co.il>
2003-06-23 07:05:27 +00:00
Przemyslaw Czerpak
694b32d5c7
2003-06-18 00:10 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
...
* harbour/include/hbapilng.h
* harbour/include/hblang.ch
* harbour/source/lang/Makefile
* harbour/source/lang/msg_tpl.c
* harbour/source/lang/msgca.c
* harbour/source/lang/msgcs852.c
* harbour/source/lang/msgcsiso.c
* harbour/source/lang/msgcskam.c
* harbour/source/lang/msgcswin.c
* harbour/source/lang/msgde.c
* harbour/source/lang/msgdewin.c
* harbour/source/lang/msgen.c
* harbour/source/lang/msgeo.c
* harbour/source/lang/msges.c
* harbour/source/lang/msgeswin.c
* harbour/source/lang/msgeu.c
* harbour/source/lang/msgfr.c
* harbour/source/lang/msggl.c
* harbour/source/lang/msghe862.c
* harbour/source/lang/msghewin.c
* harbour/source/lang/msghr852.c
* harbour/source/lang/msghriso.c
* harbour/source/lang/msghu852.c
* harbour/source/lang/msghucwi.c
* harbour/source/lang/msghuwin.c
* harbour/source/lang/msgid.c
* harbour/source/lang/msgis850.c
* harbour/source/lang/msgit.c
* harbour/source/lang/msgko.c
* harbour/source/lang/msgpl852.c
* harbour/source/lang/msgpliso.c
* harbour/source/lang/msgplmaz.c
* harbour/source/lang/msgplwin.c
* harbour/source/lang/msgpt.c
* harbour/source/lang/msgro.c
* harbour/source/lang/msgru866.c
* harbour/source/lang/msgrukoi.c
* harbour/source/lang/msgruwin.c
* harbour/source/lang/msgsl852.c
* harbour/source/lang/msgsliso.c
* harbour/source/lang/msgslwin.c
* harbour/source/lang/msgsr852.c
* harbour/source/lang/msgsriso.c
* harbour/source/lang/msgzhb5.c
* harbour/source/lang/msgzhgb.c
+ harbour/source/lang/msgsrwin.c
! bug fixed in national msg system and new localization added
(borrowed from xHarbour)
+ harbour/tests/langmsg.prg
* simple test program for national messages
I have to ask developpers to run it and check their national messages
2003-06-17 22:10:30 +00:00
Alexander S.Kresin
94292de568
2003-06-16 21:16 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2003-06-16 17:19:16 +00:00
Przemyslaw Czerpak
5babd32ef5
2003-06-15 14:20 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
...
* harbour/source/lang/msgen.c
* harbour/source/lang/msgpl852.c
* harbour/source/lang/msgpliso.c
* harbour/source/lang/msgplmaz.c
! the bug reported by Alexander in msgru* fixed.
+ harbour/source/lang/msgplwin.c
+ added msgplwin (cp1250)
* harbour/source/rtl/inkey.c
* removed dirty hack which degrease performance of inkey() on *nix
platforms.
2003-06-15 12:31:04 +00:00
Alexander S.Kresin
dabdee1440
2003-06-14 21:25 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2003-06-14 17:23:29 +00:00
Antonio Linares
a75ba8bfef
updated for msgeswin.c
2003-05-01 10:24:27 +00:00
Antonio Linares
c56578de76
language messages support for Spanish Windows
2003-05-01 10:14:12 +00:00
Alexander S.Kresin
99ccb9db37
2003-03-25 21:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2003-03-25 18:34:28 +00:00
Alexander S.Kresin
3108d6ebe5
2002-10-24 16:05 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2002-10-24 12:03:33 +00:00
Chen Kedem
8f57012e65
2002-03-25 08:45 UTC+0200 Chen Kedem <niki@actcom.co.il>
2002-03-25 06:46:36 +00:00
Luiz Rafael Culik
9ad6da9c9d
See changelog 2002-01-07 00:45 UTC-0300
2002-01-07 02:47:30 +00:00
Antonio Linares
c1744bc05d
New string added for ie HB_EI_XALLOCNULLSIZE
2002-01-06 13:37:33 +00:00
Luiz Rafael Culik
f8da1ff45d
See changelog 2002-01-06 09:05 UTC-0300
2002-01-06 11:02:08 +00:00
Viktor Szakats
696fce4f9a
2002-01-06 10:00 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
2002-01-06 09:17:59 +00:00
Chen Kedem
43d3ce3406
2001-12-16 14:20 UTC+0200 Chen Kedem <niki@actcom.co.il>
2001-12-16 12:20:48 +00:00
Viktor Szakats
caf8ab6eb1
2001-11-20 21:02 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
2001-11-20 20:02:15 +00:00
Andi Jahja
04cfc65431
andijahja@cbn.net.id
2001-11-17 08:37:02 +00:00
Andi Jahja
80877aeeec
andijahja@cbn.net.id
2001-11-16 13:32:11 +00:00
Viktor Szakats
ba40444baa
2001-11-07 14:55 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
2001-11-07 13:56:33 +00:00
Alexander S.Kresin
8e427c1550
2001-11-07 16:10 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-11-07 13:07:20 +00:00
Viktor Szakats
c3543623a5
2001-11-07 00:11 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
2001-11-06 23:18:04 +00:00
Viktor Szakats
a148fca031
2001-06-19 23:39 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
2001-06-19 21:40:42 +00:00
David G. Holm
cc172e3091
See ChangeLog entry 2001-06-14 17:15 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-14 21:20:43 +00:00
David G. Holm
861202c3ec
See ChangeLog entry 2001-06-07 11:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-07 15:25:54 +00:00
David G. Holm
7a5deeffde
See ChangeLog entry 2001-06-04 17:45 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-04 21:46:23 +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
David G. Holm
5cc3068f99
See ChangeLog entry 2001-04-12 14:20 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-04-12 18:24:41 +00:00
Chen Kedem
aa5ea79d5f
2001-04-12 10:42 UTC+0300 Chen Kedem <niki@actcom.co.il>
2001-04-12 07:45:31 +00:00
Alexander S.Kresin
5a2f2a743f
2001-03-13 11:50 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-03-13 09:42:47 +00:00
Alexander S.Kresin
a3b86e16a4
2001-03-10 22:55 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-03-10 19:55:39 +00:00
Ricky Jang
382a74ca49
1. English name is 'Korean' not 'English'
...
2. in use hb_langSelect() is "KO" not "KR" by RFC name
2000-11-20 17:46:32 +00:00
Jean-Francois Lefebvre
2cb7017058
2000-11-03 22:30 UTC+0100 (for) Charles,Kwon <jfl@mafact.com>
2000-11-03 21:25:20 +00:00
Viktor Szakats
a38b766d6d
2000-08-17 12:18 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-08-17 10:20:09 +00:00
Andi Jahja
3dfd013760
Correction on local name
2000-08-15 15:24:38 +00:00
Andi Jahja
0b2df68734
Indonesian Languange Updated
2000-08-15 15:17:03 +00:00
Viktor Szakats
0bf0970f51
2000-08-15 02:48 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-08-15 01:32:01 +00:00