From f767528ad786b871497161475b6022f26b1e236b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 7 Aug 2009 10:00:37 +0000 Subject: [PATCH] 2009-08-07 11:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbtip/Makefile - contrib/hbtip/popcln.prg + contrib/hbtip/popcli.prg - contrib/hbtip/httpcln.prg + contrib/hbtip/httpcli.prg - contrib/hbtip/smtpcln.prg + contrib/hbtip/smtpcli.prg - contrib/hbtip/ftpcln.prg + contrib/hbtip/ftpcli.prg * Rename 'cln' postfix to 'cli' which much better resembles to 'client' than old one which rather means 'clean'. --- harbour/ChangeLog | 13 +++++++++++++ harbour/contrib/hbtip/Makefile | 8 ++++---- harbour/contrib/hbtip/{ftpcln.prg => ftpcli.prg} | 0 harbour/contrib/hbtip/{httpcln.prg => httpcli.prg} | 0 harbour/contrib/hbtip/{popcln.prg => popcli.prg} | 0 harbour/contrib/hbtip/{smtpcln.prg => smtpcli.prg} | 0 6 files changed, 17 insertions(+), 4 deletions(-) rename harbour/contrib/hbtip/{ftpcln.prg => ftpcli.prg} (100%) rename harbour/contrib/hbtip/{httpcln.prg => httpcli.prg} (100%) rename harbour/contrib/hbtip/{popcln.prg => popcli.prg} (100%) rename harbour/contrib/hbtip/{smtpcln.prg => smtpcli.prg} (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ba7dfe9b45..a1b131800f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,19 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-07 11:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbtip/Makefile + - contrib/hbtip/popcln.prg + + contrib/hbtip/popcli.prg + - contrib/hbtip/httpcln.prg + + contrib/hbtip/httpcli.prg + - contrib/hbtip/smtpcln.prg + + contrib/hbtip/smtpcli.prg + - contrib/hbtip/ftpcln.prg + + contrib/hbtip/ftpcli.prg + * Rename 'cln' postfix to 'cli' which much better resembles + to 'client' than old one which rather means 'clean'. + 2009-08-07 11:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/rtl/filesys.c ! Fixed FO_EXCL flag on win/wce platforms. It was ignored before. diff --git a/harbour/contrib/hbtip/Makefile b/harbour/contrib/hbtip/Makefile index bceabeb3c9..9e3cac15ea 100644 --- a/harbour/contrib/hbtip/Makefile +++ b/harbour/contrib/hbtip/Makefile @@ -20,14 +20,14 @@ PRG_SOURCES= \ encoder.prg \ encqp.prg \ encurl.prg \ - ftpcln.prg \ - httpcln.prg \ + ftpcli.prg \ + httpcli.prg \ log.prg \ mail.prg \ - popcln.prg \ + popcli.prg \ sendmail.prg \ sessid.prg \ - smtpcln.prg \ + smtpcli.prg \ thtml.prg \ url.prg \ diff --git a/harbour/contrib/hbtip/ftpcln.prg b/harbour/contrib/hbtip/ftpcli.prg similarity index 100% rename from harbour/contrib/hbtip/ftpcln.prg rename to harbour/contrib/hbtip/ftpcli.prg diff --git a/harbour/contrib/hbtip/httpcln.prg b/harbour/contrib/hbtip/httpcli.prg similarity index 100% rename from harbour/contrib/hbtip/httpcln.prg rename to harbour/contrib/hbtip/httpcli.prg diff --git a/harbour/contrib/hbtip/popcln.prg b/harbour/contrib/hbtip/popcli.prg similarity index 100% rename from harbour/contrib/hbtip/popcln.prg rename to harbour/contrib/hbtip/popcli.prg diff --git a/harbour/contrib/hbtip/smtpcln.prg b/harbour/contrib/hbtip/smtpcli.prg similarity index 100% rename from harbour/contrib/hbtip/smtpcln.prg rename to harbour/contrib/hbtip/smtpcli.prg