From bb03d2bc41222d2bf307aca945885dfe9a3a21b9 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 16 Jan 2009 00:31:36 +0000 Subject: [PATCH] 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) --- harbour/ChangeLog | 17 +++++++++++++++++ harbour/contrib/hbct/disk.c | 13 +++++++------ harbour/contrib/hbct/pack.c | 4 +++- harbour/contrib/hbct/video.c | 4 +++- 4 files changed, 30 insertions(+), 8 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 84ae45a2e1..257e889aeb 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/hbct/disk.c b/harbour/contrib/hbct/disk.c index 43992f1acf..81f41ed3d1 100644 --- a/harbour/contrib/hbct/disk.c +++ b/harbour/contrib/hbct/disk.c @@ -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. */ diff --git a/harbour/contrib/hbct/pack.c b/harbour/contrib/hbct/pack.c index 9554dd346d..c4184f800d 100644 --- a/harbour/contrib/hbct/pack.c +++ b/harbour/contrib/hbct/pack.c @@ -1,6 +1,8 @@ /* * $Id$ - * + */ + +/* * xHarbour Project source code: * CT3 CHARPACK() and CHARUNPACK() functions. * diff --git a/harbour/contrib/hbct/video.c b/harbour/contrib/hbct/video.c index 27ad647e53..36ab8d12bd 100644 --- a/harbour/contrib/hbct/video.c +++ b/harbour/contrib/hbct/video.c @@ -1,6 +1,8 @@ /* * $Id$ - * + */ + +/* * xHarbour Project source code: * * CT3 video functions