- harbour/contrib/rddbm/bmdbfcdx.c
- harbour/contrib/rddbm/bmdbfnsx.c
- harbour/contrib/rddbm/bmdbfntx.c
+ harbour/contrib/rddbm/bmdbfx.c
* created common code for all BMDBF* RDDs
+ harbour/contrib/rddbm/bmdbfcdx.prg
+ harbour/contrib/rddbm/bmdbfnsx.prg
+ harbour/contrib/rddbm/bmdbfntx.prg
* harbour/contrib/rddbm/rddbm.hbp
+ added support for BMDBFCDX, BMDBFNTX, BMDBFNSX using common
BMDBF* code
+ config/hbc.cfg
+ Added .c source formatter config file for uncrustify source code formatter,
tailored to mimic Harbour C formatting style.
http://uncrustify.sourceforge.net/
This tool looks very promising to save manual formatting time.
(in our case it's useful for new code, existing code is mostly
quite well formatted in most parts)
; WARNING: The config is currently at experimental stage (IOW it's
not perfect), so don't use it to format any existing
Harbour source, but you may try it with your local source
which you want to submit or see how would it look in
Harbour-style.
* contrib/hbtip/url.prg
! Fixed to store passed url in :cAddress VAR.
Like with most Harbour OOP code, this simple change may
introduce hard-to-detect imcompatibility,
so check your code.
- contrib/rddbm/rddbmcdx.hbp
+ contrib/rddbm/rddbm.hbp
- contrib/rddbm/rddbmcdx.hbc
+ contrib/rddbm/rddbm.hbc
! Renamed too.
* src/codepage/cpsk852.c
* src/codepage/cpskiso.c
* src/codepage/cpskwin.c
* Trying to add digraphs. (doesn't work here, but can't find out why)
; TODO: Update Kamenicky. (can't even do it with hb_translate(),
as it's messed up the first time I edit it.
; TODO: Apply final fixes to CS CPs.
* contrib/sddoci/sddoci.hbp
+ Added support for implib creation for win x64 targets.
* package/winuni/RELNOTES
* OCILIB version update.
* contrib/rddbm/bmdbfcdx.c
* contrib/hbhttpd/core.prg
* contrib/hbhttpd/widgets.prg
* Formatting.
* contrib/rddbm/hbrddbm.h
* contrib/rddbm/bmdbfcdx.c
+ Brute force patching. Trying to make it build by any cost. Now it does.
- Disabled wildseek related stuff, which was reaching
deeply into cdx internals. (seems redundant now that core has this
feature, though maybe this knows something extra?)
- Commented (with non-ANSI comments) everything touching cdx tags.
- Changed to use AREAP instead of CDXAREAP.
- Changed to determine recno using official way instead
of going deep into internal structure.
- Some of these are for sure wrong. Maybe all.
- Deleted core filter data replicated in BM specific structure.
- Indention, formatting.
- contrib/rddbmcdx
+ contrib/rddbm
* Renamed.
; It's still a lie though. This is broken RDD now. If we
won't have any contributor picking this up from this
stage. This contrib will be moved to examples.