From 38c59849b09ee8616bf3860504507795ebbf84ac Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Mon, 10 Jan 2000 20:53:47 +0000 Subject: [PATCH] See ChangeLog entry 2000-01-10 15:50 GMT-5 David G. Holm --- harbour/ChangeLog | 73 ++++++++++++++++++++----------- harbour/source/compiler/hbusage.c | 2 +- harbour/source/rtl/inkey.c | 1 + 3 files changed, 49 insertions(+), 27 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 60b2fd3907..aa40b70028 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,24 @@ +2000-01-10 15:50 GMT-5 David G. Holm + + * ngdoc/ft_helpc.prg + ! Renamed to lower case for Linux compatibility. + + Added CVS $Id$ header. + + * ngdoc/ha.lnk + ! Renamed to lower case for Linux compatibility. + ! Changed first menu from 'A-F' to 'A-D' + + * source/compiler/hbusage.c + ! Corrected description of -10 command line option to refer to the + number of significant digits (per Dave Pearson). + + * source/rtl/inkey.c + + Added blank line between documentation for INKEY() parameters + + * source/tools/rtf.prg + ! Renamed to lower case for Linux compatibility. + + Added CVS $Id$ header. + 20000109-14:25 GMT+1 Ryszard Glab *include/hbexpr.c @@ -9,31 +30,31 @@ * gt.b32 ! Added RTF.prg * source/rdd/dbcmd.c - * source/rtl/achoice.prg - * source/rtl/adir.prg - * source/rtl/alert.prg - * source/rtl/asort.prg - * source/rtl/browdb.prg - * source/rtl/browse.prg - * source/rtl/dbstrux.prg - * source/rtl/debugger.prg - * source/rtl/devoutp.prg - * source/rtl/dircmd.prg - * source/rtl/errorsys.prg - * source/rtl/fieldbl.prg - * source/rtl/fileread.prg - * source/rtl/harbinit.prg - * source/rtl/input.prg - * source/rtl/memvarbl.prg - * source/rtl/menuto.prg - * source/rtl/objfunc.prg - * source/rtl/readvar.prg - * source/rtl/readkey.prg - * source/rtl/setkey.prg - * source/rtl/setta.prg - * source/rtl/stringp.prg - * source/rtl/wait.prg - * source/rtl/xsavescr.prg + * source/rtl/achoice.prg + * source/rtl/adir.prg + * source/rtl/alert.prg + * source/rtl/asort.prg + * source/rtl/browdb.prg + * source/rtl/browse.prg + * source/rtl/dbstrux.prg + * source/rtl/debugger.prg + * source/rtl/devoutp.prg + * source/rtl/dircmd.prg + * source/rtl/errorsys.prg + * source/rtl/fieldbl.prg + * source/rtl/fileread.prg + * source/rtl/harbinit.prg + * source/rtl/input.prg + * source/rtl/memvarbl.prg + * source/rtl/menuto.prg + * source/rtl/objfunc.prg + * source/rtl/readvar.prg + * source/rtl/readkey.prg + * source/rtl/setkey.prg + * source/rtl/setta.prg + * source/rtl/stringp.prg + * source/rtl/wait.prg + * source/rtl/xsavescr.prg * source/rtl/arrays.c * source/rtl/word.c * source/rtl/type.c @@ -1417,7 +1438,7 @@ Wed Nov 24 12:45:36 1999 Gonzalo A. Diethelm 19991120-17:28 EDT Paul Tucker * makefile.vc - - hbfsapi for + - hbfsapi for 19991120-14:35 GMT+1 Ryszard Glab diff --git a/harbour/source/compiler/hbusage.c b/harbour/source/compiler/hbusage.c index f06e1f9ccb..305e7ede71 100644 --- a/harbour/source/compiler/hbusage.c +++ b/harbour/source/compiler/hbusage.c @@ -75,7 +75,7 @@ void hb_compPrintUsage( char * szSelf ) "\n /y trace lex & yacc activity" #endif "\n /z suppress shortcutting (.and. & .or.)" - "\n /10 restrict symbol length to 10 characters" + "\n /10 restrict symbol length to 10 significant characters" /* TODO: "\n @ compile list of modules in " */ "\n" , szSelf ); diff --git a/harbour/source/rtl/inkey.c b/harbour/source/rtl/inkey.c index 1d8b0dea43..90353a26b8 100644 --- a/harbour/source/rtl/inkey.c +++ b/harbour/source/rtl/inkey.c @@ -891,6 +891,7 @@ void hb_inkeyReset( BOOL allocate ) /* Reset the keyboard buffer */ * and it is not numeric, it will be treated as if it were 0. But if both * parameters are specified and this parameter is not numeric, it will be * treated as if it were not present. + * * is an optional mask of input events that are to be enabled. * If omitted, defaults to hb_set.HB_SET_EVENTMASK. Valid input maks are * in inkey.ch and are explained below. It is recommended that the mask