* harbour/include/hbexprop.h
* harbour/source/common/expropt1.c
+ added hb_compExprParamListLen()
* harbour/include/hbexpra.c
* harbour/include/hbexprb.c
* use hb_compExprParamListLen()
* harbour/include/hbexprc.c
* generate error message for syntax like:
o:var()++ or o:var()+=10
only:
o:var++ and o:var+=10
is supported, just like for @o:var
* harbour/include/hbapi.h
* harbour/source/common/hbstr.c
+ hb_numDecConv() used to convert double value to/from binary integer
fields with fixed number of decimal places
* harbour/common.mak
* harbour/include/hbapicdp.h
* harbour/source/codepage/Makefile
+ harbour/source/codepage/cptrdos.c
+ harbour/source/codepage/cptrwin.c
* harbour/source/lang/Makefile
+ harbour/source/lang/msgtrdos.c
+ harbour/source/lang/msgtrwin.c
+ added Turkish CPs and MSGs created by Bicahi Esgici
+ harbour/source/codepage/uc1254.c
+ harbour/source/codepage/uc857.c
+ added unicode tables for Turkish CPs
* harbour/source/rdd/dbf1.c
* harbour/source/rdd/workarea.c
+ added support for decimal places in binary integer fields ("I")
! fixed currency field decoding ("Y") - it's integer binary value
not IEEE758 double. Warning: on write the value is rounded not
truncated like in VFP.
62 lines
890 B
Makefile
62 lines
890 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
msgbg866.c \
|
|
msgbgiso.c \
|
|
msgbgwin.c \
|
|
msgca.c \
|
|
msgcs852.c \
|
|
msgcsiso.c \
|
|
msgcskam.c \
|
|
msgcswin.c \
|
|
msgde.c \
|
|
msgdewin.c \
|
|
msgel.c \
|
|
msgelwin.c \
|
|
msgeo.c \
|
|
msges.c \
|
|
msgeswin.c \
|
|
msgeu.c \
|
|
msgfr.c \
|
|
msggl.c \
|
|
msghe862.c \
|
|
msghewin.c \
|
|
msghr852.c \
|
|
msghriso.c \
|
|
msghu852.c \
|
|
msghucwi.c \
|
|
msghuiso.c \
|
|
msghuwin.c \
|
|
msgid.c \
|
|
msgis850.c \
|
|
msgit.c \
|
|
msgko.c \
|
|
msgpl852.c \
|
|
msgpliso.c \
|
|
msgplmaz.c \
|
|
msgplwin.c \
|
|
msgpt.c \
|
|
msgro.c \
|
|
msgru866.c \
|
|
msgrukoi.c \
|
|
msgruwin.c \
|
|
msgsl437.c \
|
|
msgsl852.c \
|
|
msgsliso.c \
|
|
msgslwin.c \
|
|
msgsr852.c \
|
|
msgsriso.c \
|
|
msgtrdos.c \
|
|
msgtrwin.c \
|
|
msgsrwin.c \
|
|
msgzhb5.c \
|
|
msgzhgb.c \
|
|
|
|
LIBNAME=lang
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|