From 5a773e089a754b314afd0b1f8aceef3752509850 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 3 Mar 2010 01:02:16 +0000 Subject: [PATCH] 2010-03-03 01:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmisc/Makefile + contrib/hbmisc/hbeditc.c + contrib/hbmisc/hbedit.prg + contrib/hbmisc/tests/sample.txt + contrib/hbmisc/tests/testedit.prg - examples/pe/sample.txt - examples/pe/editorlo.c - examples/pe/pe.prg - examples/pe/pe.hbp - examples/pe/editorhi.prg * Editor implementation moved to hbmisc lib. --- harbour/ChangeLog | 13 +++++++++++++ harbour/contrib/hbmisc/Makefile | 2 ++ .../pe/editorhi.prg => contrib/hbmisc/hbedit.prg} | 0 .../pe/editorlo.c => contrib/hbmisc/hbeditc.c} | 0 .../{examples/pe => contrib/hbmisc/tests}/pe.prg | 0 .../pe => contrib/hbmisc/tests}/sample.txt | 0 harbour/examples/pe/pe.hbp | 5 ----- 7 files changed, 15 insertions(+), 5 deletions(-) rename harbour/{examples/pe/editorhi.prg => contrib/hbmisc/hbedit.prg} (100%) rename harbour/{examples/pe/editorlo.c => contrib/hbmisc/hbeditc.c} (100%) rename harbour/{examples/pe => contrib/hbmisc/tests}/pe.prg (100%) rename harbour/{examples/pe => contrib/hbmisc/tests}/sample.txt (100%) delete mode 100644 harbour/examples/pe/pe.hbp diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 90b63c2dd4..a45f346dbb 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,19 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-03 01:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbmisc/Makefile + + contrib/hbmisc/hbeditc.c + + contrib/hbmisc/hbedit.prg + + contrib/hbmisc/tests/sample.txt + + contrib/hbmisc/tests/testedit.prg + - examples/pe/sample.txt + - examples/pe/editorlo.c + - examples/pe/pe.prg + - examples/pe/pe.hbp + - examples/pe/editorhi.prg + * Editor implementation moved to hbmisc lib. + 2010-03-03 01:54 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) - examples/pe/license.txt + examples/pe/sample.txt diff --git a/harbour/contrib/hbmisc/Makefile b/harbour/contrib/hbmisc/Makefile index 884ba401e6..090c49bd04 100644 --- a/harbour/contrib/hbmisc/Makefile +++ b/harbour/contrib/hbmisc/Makefile @@ -10,6 +10,7 @@ C_SOURCES := \ dates2.c \ ffind.c \ hb_f.c \ + hbeditc.c \ spd.c \ strfmt.c \ stringsx.c \ @@ -17,6 +18,7 @@ C_SOURCES := \ PRG_SOURCES := \ fcomma.prg \ fileread.prg \ + hbedit.prg \ nconvert.prg \ numtxthu.prg \ numtxten.prg \ diff --git a/harbour/examples/pe/editorhi.prg b/harbour/contrib/hbmisc/hbedit.prg similarity index 100% rename from harbour/examples/pe/editorhi.prg rename to harbour/contrib/hbmisc/hbedit.prg diff --git a/harbour/examples/pe/editorlo.c b/harbour/contrib/hbmisc/hbeditc.c similarity index 100% rename from harbour/examples/pe/editorlo.c rename to harbour/contrib/hbmisc/hbeditc.c diff --git a/harbour/examples/pe/pe.prg b/harbour/contrib/hbmisc/tests/pe.prg similarity index 100% rename from harbour/examples/pe/pe.prg rename to harbour/contrib/hbmisc/tests/pe.prg diff --git a/harbour/examples/pe/sample.txt b/harbour/contrib/hbmisc/tests/sample.txt similarity index 100% rename from harbour/examples/pe/sample.txt rename to harbour/contrib/hbmisc/tests/sample.txt diff --git a/harbour/examples/pe/pe.hbp b/harbour/examples/pe/pe.hbp deleted file mode 100644 index cf7b08f931..0000000000 --- a/harbour/examples/pe/pe.hbp +++ /dev/null @@ -1,5 +0,0 @@ -# -# $Id$ -# - -pe.prg editorhi.prg editorlo.c