* harbour/make_gnu.sh
+ harbour/make_xmingw.sh
* harbour/bin/hb-mkslib.sh
* harbour/bin/postinst.sh
* harbour/config/w32/mingw32.cf
* added support for cross compilation (Windows binaries at Linux) with
MinGW - borrowed from xHarbour Phil Krylov solution
* harbour/contrib/btree/hb_btree.c
* casting
* harbour/contrib/libct/files.c
! fixed iAttr initialization in SETFATTR()
* harbour/contrib/ole/ole2.c
! fixed names of included files
* harbour/contrib/rdd_ads/ace.h
* cover #pragma warning( error : 4706 ) by !defined( __GNUC__ )
* harbour/include/hbapi.h
* harbour/include/hbdefs.h
+ harbour/source/common/hbarch.c
* harbour/source/common/Makefile
* added functions for machine independent double and long long conversions
(my code borrowed from xHarbour)
* harbour/include/hbapifs.h
* synced file IO with xHarbour - it fixes some problems, adds some
missing functionality and long (64bit) file support for Windows.
For Linux I added it some time ago.
* harbour/include/hbcomp.h
* changed 'char cScope' to 'HB_SYMBOLSCOPE cScope'
* harbour/source/common/hbfsapi.c
! fixed some possible buffer overflow
* harbour/source/common/hbstr.c
* synced with xHarbour
* harbour/source/common/hbver.c
+ added hb_iswinnt() (borrowed from xHarbour)
* harbour/source/compiler/cmdcheck.c
+ added -undef: compiler switch (borrowed from xHarbour)
* harbour/source/compiler/gencobj.c
* cleanup
* harbour/source/pp/ppcore.c
! fixed path delimiters in included file names
* harbour/source/rtl/Makefile
+ harbour/source/rtl/fserror.c
+ added C -> OS file error trnalsations - not perfect but better then
the used hacks (borrowed from xHarbour)
* harbour/source/rtl/file.c
* use hb_fileNameConv() instead of hb_filecase() - hb_fileNameConv()
is the only one function to make file name conversions dependent on
some SETs.
* harbour/source/rtl/filesys.c
* synced file IO with xHarbour - it fixes some problems, adds some
missing functionality and long (64bit) file support for Windows.
For Linux I added it some time ago.
* harbour/source/rtl/fstemp.c
* synced with xHarbour
* harbour/source/rtl/strings.c
* use ULONG instead of size_t in hb_strnicmp declaration - we have to
decide what we should use. Using size_t or its Harbour version f.e.
HB_SIZE_T seems to be reasonable but it has to be global - redefining
single functions does not make sense and will create troubles only.
/*
* $Id$
*/
CA-T**ls Compatible Library for Harbour
=======================================
The goal of this library is to provide the functionality
of the original CA-T**ls 3 Library for CA-Cl*pper.
Viktor Szakats <viktor.szakats@syenar.hu>
Directories: ./ contains all the source files, include files, make files
and the general text files (like tthe one you are just
reading !),
tests contains some test programs for the functions implemented
in the CT3 library,
alt contains alternative function implementations (not
all are complete, be aware !), mostly in
Harbour, if the function is implemented in C and vice
versa.
Changes and Enhancements over the original CA-T**ls 3 Library
Martin Vogel <vogel@inttec.de>
=============================================================
* ADDASCII() New 4th parameter to enable a carry over in the addition
process
* ATREPL() New 6th parameter to specify characters to be ignored
* ATTOKEN() New 4th parameter to specify a skip width equal to the
TOKEN() function
+ CHARHIST() generates a character histogram of a string
+ CHARRLL() bitwise roll to the left operation on characters
+ CHARRLR() bitwise roll to the right operation on characters
+ CHARSHL() bitwise shift left operation on characters
+ CHARSHR() bitwise shift right operation on characters
+ CHARSLIST() generates a sorted character list of a string
+ CHARSUB() subtracts corresponding ASCII values
+ COSH() hyperbolic cosine
+ CSETARGERR() set behaviour on argument errors
+ CTINIT() library init function
+ CTEXIT() library exit function
+ DAYSINMONTH() Returns the number of days in month
+ DAYSTOMONTH() Total number of days from first of Jan to beginning of nMonth.
+ NUMANDX() \
+ NUMORX() |
+ NUMXORX() |- equivalents to NUMAND(),... functions, but working
+ NUMNOTX() | with any bit number of 1 to 32
+ NUMROLX() |
+ NUMMIRRX() /
* SETATLIKE() 2nd parameter can be passed by reference so that SETATLIKE
can store the acutal wildcard character in it
+ SINH() hyperbolic sine
* TABPACK() new 4th, 5th and 6th parameter to let one set the carriage-return-line-feed string,
* TABEXPAND() the tab character and the chr(141)[soft line feed] behaviour
+ TANH() hyperbolic tangent
* TOKEN() New 5th and 6th parameter where the function can store
the tokenizer before and after the extracted token.
* TOKENINIT() all incremental tokenizer functions
TOKENINIT(),TOKENEXIT(),TOKENNEXT(),TOKENNUM(),
TOKENAT(),SAVETOKEN(),RESTTOKEN(),TOKENEND()
now support locally stored token environments
+ TOKENEXIT() new function related to TOKENINIT
+ TOKENNUM() numtoken() functionality for incremental tokenizer
* TOKENLOWER() New 4th parameter <nSkipWidth>
* TOKENUPPER() New 4th parameter <nSkipWidth>
* WEEK() New 2nd parameter <lSWN>; week() function can either return
"simple week number" of week number defined by ISO 6801
+ WORDREM() remove double characters from a string