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