[xHarbour-developers] hb_ATokens() behavior changed and not documented

2011-05-13 Thread Luis Krause Mantilla
Hi: Somebody changed the way hb_ATokens() behaves when an empty string is passed as the only param. I'm not sure when this happen; I just happen to notice today. It could have been months ago for all I know. For years, this hb_Atokens("") would return an empty array. Now it returns a one elem

[xHarbour-developers] ChangeLog 9375 2011-05-13

2011-05-13 Thread Eduardo Fernandes
* source/rtl/tget.prg ! fixed passord get with space. Bug reported by Fabio Nery. regards, Eduardo -- Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn

[xHarbour-developers] HB_RegExReplace does not work

2011-05-13 Thread Ella Stern
Hello, The below code has been tested by using xBuilder based on xHarbour build 9368. The HB_RgExReplace function call returns the original input cWhere string content. function main() local cWhat := "[a-zA-Z]" local cWhere := "a1b2c3" local cNew := "-" local cResult cResult :=