* utils/hbmk2/hbmk2.prg
% eliminated unnecessary groups from regexps
+ made regexp expressions non-PCRE specific
; with the help of fantastic tool:
http://www.debuggex.com/
% eliminated ATail() from regexp eval loops for
better performance
+ marked all regexp strings to find them easily
* config/postinst.hb
* synced regexps with hbmk2.prg
* include/harbour.hbx
* regenerated
* bin/commit.hb
! stricter regexp for timestamp
* contrib/hbnf/fttext.c
! fixed EOL detection if CRLF pair falls onto the read
buffer boundary
* contrib/hbodbc/odbc.c
* src/rtl/philes.c
% "" -> NULL in hb_storc()
* tests/gfx2.prg
! fixed to run as script
* minors
* src/rtl/gtxwc/gtxwc.c
* use #if 0 instead of commented code