2002-03-25 08:45 UTC+0200 Chen Kedem <niki@actcom.co.il>

This commit is contained in:
Chen Kedem
2002-03-25 06:46:36 +00:00
parent 46b9148899
commit 8f57012e65
4 changed files with 46 additions and 37 deletions

View File

@@ -7,6 +7,18 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* include/hbrddntx.h
* source/rdd/dbfntx/dbfntx1.c
* Lot of code is changed to avoid using of PHB_ITEM in internal functions,
some other optimizations.
DBFNTX became much faster now ( still not so fast as Clipper ).
2002-03-27 02:26 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* include/hbset.h
* source/rtl/set.c
! changed definition of HB_SET_AUTORDER from BOOL into int.
2002-03-25 21:53 UTC-0300 Walter Negro <anegro@overnet.com.ar>
* source/rtl/tget.prg
! Fix minor bug with initial spaces in PICTURE

View File

@@ -31,8 +31,8 @@
* Language Codepage <cNewLang>
* Basque 850 EU
* Catalan 850 CA
* Chinese Simplified 936 ZH_GB
* Chinese Traditional 950 ZH_BIG5
* Chinese Simplified 936 ZHGB
* Chinese Traditional 950 ZHB5
* Croatian 852 HR852
* Croatian ISO-8859-2 HRISO
* Czech 852 CS852

View File

@@ -51,10 +51,9 @@
*
*/
/* Language name: Chinese */
/* ISO language code (2 chars):ZH */
/* Codepage: 936 for ZH,ZH-CN,ZH-SG (Chinese Simplified) */
/* Codepage: 950 for ZH-HK,ZH-TW (Chinese Traditional) */
/* Language name: Chinese Traditional */
/* ISO language code (2 chars): ZH */
/* Codepage: 950 for ZH-HK,ZH-TW */
#include "hbapilng.h"
@@ -83,7 +82,7 @@ static HB_LANG s_lang =
"九月",
"十月",
"十一月",
"十二月"
"十二月",
/* Day names */
@@ -93,23 +92,23 @@ static HB_LANG s_lang =
"星期三",
"星期四",
"星期五",
"星期六"
"星期六",
/* CA-Cl*pper compatible natmsg items */
"Database Files # Records Last Update Size",
"Do you want more samples?",
"Page No.",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Ins",
" ",
"Invalid date",
"Range: ",
"數據庫檔案 # 記錄 最後更新 大小",
"需要更多的例子嗎?",
"頁碼:",
"** 小計 **",
"* 子小計 *",
"*** 合計 ***",
"插入",
" ",
"日期非法",
"範圍: ",
" - ",
"Y/N",
"INVALID EXPRESSION",
"非法表達式",
/* Error description names */

View File

@@ -51,14 +51,12 @@
*
*/
/* Language name: Chinese */
/* ISO language code (2 chars):ZH */
/* Codepage: 936 for ZH,ZH-CN,ZH-SG (Chinese Simplified) */
/* Codepage: 950 for ZH-HK,ZH-TW (Chinese Traditional) */
/* Language name: Chinese Simplified */
/* ISO language code (2 chars): ZH */
/* Codepage: 936 for ZH,ZH-CN,ZH-SG */
#include "hbapilng.h"
/* Chinese Simplified: Codepage: 936 for ZH,ZH-CN,ZH-SG ,this is for chinese-gb code */
static HB_LANG s_lang =
{
{
@@ -84,7 +82,7 @@ static HB_LANG s_lang =
"九月",
"十月",
"十一月",
"十二月"
"十二月",
/* Day names */
@@ -94,23 +92,23 @@ static HB_LANG s_lang =
"星期三",
"星期四",
"星期五",
"星期六"
"星期六",
/* CA-Cl*pper compatible natmsg items */
"Database Files # Records Last Update Size",
"Do you want more samples?",
"Page No.",
"** Subtotal **",
"* Subsubtotal *",
"*** Total ***",
"Ins",
" ",
"Invalid date",
"Range: ",
"数据库文件 # 记录 最后更新 大小",
"需要更多的例子吗?",
"页码:",
"** 小计 **",
"* 子小计 *",
"*** 合计 ***",
"插入",
" ",
"日期非法",
"范围: ",
" - ",
"Y/N",
"INVALID EXPRESSION",
"非法表达式",
/* Error description names */