+ bin/check.hb
+ new source verifier. Able to all documented (and more)
required text file and filename properties.
* bin/commit.hb
+ added feature to verify all files to be committed to
conform with certain naming and text file content rules
+ added some more feedback
* config/postinst.hb
+ include commit.hb and check.hb in 'install'
* include/extend.h
* contrib/hbcairo/paths.c
* contrib/hbcairo/png.c
* contrib/hbcairo/util.c
* contrib/hbtpathy/readme.txt
* tests/harbour.ini
* tests/parseins.ini
! multiple EOL at EOF
* contrib/hbhpdf/tests/files/cp932.txt
* contrib/hbhpdf/tests/files/cp936.txt
* contrib/hbhpdf/tests/files/elic_jp.txt
! line ending spaces
! missing EOL at EOF
* contrib/hbhttpd/tests/tpl/app/account/edit.tpl
* contrib/hbhttpd/tests/tpl/app/login.tpl
* contrib/hbhttpd/tests/tpl/app/logout.tpl
* contrib/hbhttpd/tests/tpl/app/main.tpl
* contrib/hbhttpd/tests/tpl/app/register.tpl
* lib/3rd/win/bcc/unicows_license.txt
* lib/3rd/win/mingw/libunicows_license.txt
! missing EOL at EOF
* COPYING.txt
* src/rtl/gtcrs/hb-charmap.def
* tests/big5_gen.prg
! tabs
* extras/gfspell/spell.prg
* src/rtl/gtwin/gtwin.c
! ASCII 127
* src/codepage/cp_tpl.c
! converted to UTF-8 (just guessing what the original CP was)
* src/pp/hbpp.c
! do not generate SVN header in hbverbld.h
+ avoid SVN header string in source as is to miss matched
in source verifier
* src/vm/extrap.c
! do not generate whitespace at EOL in output
* tests/lang2po.hb
* tests/po2lang.hb
+ minor improvements
! fixed to generate consistent EOL
* bin/3rdpatch.hb
* newline at top deleted
* extras/hbdoc/hbdoc.hbp
* extras/hbdoc/hbdoc.prg
* extras/hbdoc/_tmplates.prg -> extras/hbdoc/_tmplate.prg
* contrib/hbcairo/tests/lightning.prg -> contrib/hbcairo/tests/lightnin.prg
! long filename
* .gitattributes
* extras/guestbk/guestbk.prg
* extras/guestbk/guestbk.txt
* extras/guestbk/guestbk.htm -> extras/guestbk/guestbk.html
* deleted .htm file, now all HTML has extension .html
* .exe references in doc made OS neutral
; Can only be used on non-MS-DOS systems, so it's okay
52 lines
2.6 KiB
Plaintext
52 lines
2.6 KiB
Plaintext
|
|
Telepathy is the best serial communication library for Nantucket/CA-Cl*pper.
|
|
I ported a significant amount of the functionality contained in Telepathy in
|
|
this Flagship port.
|
|
|
|
The .prg (in the MyTelepathy.tar package) is meant to be compiled with
|
|
Flagship and provide some of the functionality of the Telepathy serial
|
|
library from Extrasensory Inc. I've talked to Ira Emus, the proprietor of
|
|
Extrasensory and he's ok with what I've done here. But Extrasensory has no
|
|
involvement or responsibility with this project.
|
|
|
|
I wrote this originally on RedHat Linux 5.1 and I've tested it on RedHat
|
|
6.2. And now Neolinux 2.0.1 and 2.1. I've tested it on kernels 2.0.x - 2.4.x.
|
|
Your mileage may vary.
|
|
|
|
I only ported the parts of Telepathy that I needed. If you need other parts
|
|
of the telepathy libarary, Use the Source... (and send me your new functions)
|
|
|
|
I tried to keep parameter counts and orders as consistent as possible between
|
|
this Telepathy and the real Telepathy. The only difference I can think of is
|
|
the parameter list for tp_open (and tp_reopen). That's just because unix has
|
|
filename comports like /dev/ttyS0 and dos has com port numbers like 1. I kept
|
|
the com port number thing so that all the telepathy functions (and all your
|
|
code) that uses com port number won't need to be changed. But you do need to
|
|
change the calls to tp_open.
|
|
|
|
Feel free to use, modify, distribute, hack, kludge, append, extend or whatever
|
|
you like to this source code. You can (at your own risk) compile it into any
|
|
program you wish and sell or freely distribute the resulting application. I
|
|
would prefer you make your application Free and distribute the source. But who
|
|
am I to say - the suite of applications that my company sells that I originally
|
|
wrote this for is closed source.
|
|
|
|
Though I use this code in a production environment for a suite of programs that
|
|
my company actually sells, I make no promises (expressed or implied) about its
|
|
stability, functionality, effectiveness or anything else. I warn you now
|
|
that if you use my code, you're doing so at your own risk and it will probably
|
|
blow up your computer. But that's a risk you'll just have to take.
|
|
|
|
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
PURPOSE (thanks RMS).
|
|
This software is totally as is, you may use it at your own risk.
|
|
|
|
This is freeware. But if you actually use this in your program, please send
|
|
me email at dan@boba-fett.net. I'd just be curious to see if anyone ever
|
|
uses it.
|
|
|
|
If you find a bug or write some new code for this project, pretty please send
|
|
me email with it.
|
|
|
|
- Dan Levitt <dan@boba-fett.net>
|