2013-03-31 21:22 UTC+0200 Viktor Szakats (harbour syenar.net)

* .gitignore
    * deleted .def file as they are now covered by bin/*/ and
      otherwise .def files do exist in source repo

  * contrib/rddads/doc/en/adsfuncs.txt
  * doc/en/string.txt
    * cleanups

  * utils/hbmk2/hbmk2.prg
    * cleaned function skeletons in help

  * extras/hbdoc/hbdoc.prg
    + include unknown COMPLIANCE value as in is doc instead of an error msg

  * src/compiler/compi18n.c
    * uncrustified, tweak formatting manually
    % optimized variable scopes

  * src/rtl/hbi18n2.prg
    * minor formatting
This commit is contained in:
Viktor Szakats
2013-03-31 21:25:16 +02:00
parent fce9739764
commit aaa6a84532
8 changed files with 83 additions and 58 deletions

View File

@@ -698,7 +698,7 @@
<cString> A string representation of <xValue> using default
conversions.
$DESCRIPTION$
HB_VALTOSTR can be used to convert any scalar value to a string.
hb_ValToStr() can be used to convert any scalar value to a string.
$EXAMPLES$
Set( _SET_DATEFORMAT, "yyyy-mm-dd" )
? hb_ValToStr( 4 ) == " 4"