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'.
This commit is contained in:
Viktor Szakats
2009-08-07 10:00:37 +00:00
parent da64dfe53a
commit f767528ad7
6 changed files with 17 additions and 4 deletions

View File

@@ -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.

View File

@@ -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 \