2009-01-16 01:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbct/video.c
  * contrib/hbct/pack.c
  * contrib/hbct/disk.c
    * Minor formatting.

  * contrib/hbct/common.mak
  * contrib/hbct/Makefile
    ! C headers are now installed.
      (committed in a previous session)

  * config/global.cf
  * make_b32.bat
  * make_gcc.mak
    + Added file ending EOLs.
      (committed in a previous session)
This commit is contained in:
Viktor Szakats
2009-01-16 00:31:36 +00:00
parent fb63b296fb
commit bb03d2bc41
4 changed files with 30 additions and 8 deletions

View File

@@ -8,6 +8,23 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-01-16 01:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbct/video.c
* contrib/hbct/pack.c
* contrib/hbct/disk.c
* Minor formatting.
* contrib/hbct/common.mak
* contrib/hbct/Makefile
! C headers are now installed.
(committed in a previous session)
* config/global.cf
* make_b32.bat
* make_gcc.mak
+ Added file ending EOLs.
(committed in a previous session)
2009-01-15 15:20 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com)
* source/rdd/usrrdd/rdds/Makefile
! Fixed small typos on making library specs

View File

@@ -1,6 +1,7 @@
/*
* $Id$
*/
/*
* xHarbour Project source code:
* CT (Clipper Tools) Disk, File and Directory management.
@@ -194,17 +195,17 @@ HB_FUNC( NUMDISKL )
/*
* Volume() depends of the CSETSAFETY() setting and, if is true, does not
* overwrite an existing label.
* overwrite an existing label.
*
* Syntax is: Volume("X:test") or Volume("X:\test"), where "x" is the
* any drive letter and "test" will be the new volume name.
* any drive letter and "test" will be the new volume name.
*
* Notes:
* 1) if the drive letter is not suplied, then the current drive will
* 1) if the drive letter is not suplied, then the current drive will
* be used to change voloume name.
* 2) if Volume("X:") or Volume("X:\") then the volume name of the drive
* "X:" will be erased.
* 3) if Volume("") or Volume() then the volume name of the current drive
* 3) if Volume("") or Volume() then the volume name of the current drive
* will be erased.
*/
@@ -302,8 +303,8 @@ HB_FUNC( GETVOLINFO )
* Sintax is: VolSerial("X:\")
* Note that the trailing backslash is required.
*
* To convert in the hex format, call numtohex() function.
* Example: numtohex( volserial("C:\")).
* To convert in the hex format, call numtohex() function.
* Example: numtohex( volserial("C:\")).
* See volser.prg in xharbour\tests\cttest folder.
*/

View File

@@ -1,6 +1,8 @@
/*
* $Id$
*
*/
/*
* xHarbour Project source code:
* CT3 CHARPACK() and CHARUNPACK() functions.
*

View File

@@ -1,6 +1,8 @@
/*
* $Id$
*
*/
/*
* xHarbour Project source code:
*
* CT3 video functions