* src/rtl/hbi18n2.prg
* utils/hbi18n/hbi18n.prg
* contrib/hbformat/hbfmtcls.prg
* changed ' = ' to LEFTEQUAL() macro
* src/rdd/hbsix/sxini.prg
* contrib/hbgd/tests/gdtestcl.prg
* contrib/hbide/idebrowse.prg
* changed ' = ' to ' Left( ... ) == '
* contrib/hbct/tests/csetarge.prg
* contrib/hbct/tests/trig.prg
* contrib/gtwvg/tests/wvgactivex.prg
* contrib/xhb/trpccli.prg
* contrib/xhb/trpc.prg
* contrib/hbcairo/tests/glyphdbg.prg
* contrib/hbide/hbqreportsmanager.prg
* examples/httpsrv/cgifunc.prg
* examples/httpsrv/session.prg
* ' = ' -> ' := '
* contrib/xhb/traceprg.prg
* contrib/xhb/ttable.prg
* contrib/hbfbird/tfirebrd.prg
* contrib/hbtip/tests/base64.prg
* contrib/hbide/idemisc.prg
* contrib/hbide/idebrowse.prg
* examples/terminal/trm_srv.prg
* ' = ' -> ' == '
* contrib/xhb/tedit.prg
* ' = ' -> ' == ' (I'm unsure about this, pls correct if you know the intent)
* contrib/xhb/hbstruct.prg
* ' = ' -> ' := '
* formatted
* contrib/hbtip/tests/base64.prg
* File() -> hb_FileExists()
; TOFIX:
- it's impossible for me to decide what the intent is in these files with ' = ' operator,
please fix them:
* contrib/hbide/idetags.prg
* contrib/xhb/tcgi.prg
- these also need to be fixed:
* contrib/hbwin/legacy.prg:298: xRet := ( ::OleValue = xArg ) /* NOTE: Intentionally using '=' operator. */
* examples/rddado/tests/access2.prg:40: LOCATE FOR ( 'First = "Lara"' )
There are a ton more in gtwvw, hbnf, other examples and tests, I left them as is
/* * $Id$ */ uHTTPD micro web server Build it without GD: hbmk2 uhttpd.hbp modules.hbp Build it with GD: hbmk2 uhttpdgd.hbp modulesg.hbp [ This one needs bgd.dll. Please download it from: http://www.libgd.org/releases/gd-latest-win32.zip ] To see accepted parameters run: uhttpd -? Parameters can also be defined using uhttpd.ini file. Once started connect to uhttpd using: http://localhost:8082 to see default index page. Francesco