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.
This commit is contained in:
Viktor Szakats
2010-03-03 01:02:16 +00:00
parent 2cf87c3d7a
commit 5a773e089a
7 changed files with 15 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,5 +0,0 @@
#
# $Id$
#
pe.prg editorhi.prg editorlo.c