2012-10-04 04:21 UTC+0200 Viktor Szakats (harbour syenar.net)

* extras/httpsrv/home/index.html
    * updated reference to long deleted batch file to hbmk2 cmdline

  * tests/db_brows.prg
    * deleted inactive/broken parts
    + enable ADS APIs automatically
    ! use inkey.ch constants
    ! fixed keyboard handling for unicode
    * enabled editing (warning: do not commit modified test.dbf)
    ! fixed function names of Harbour extended functions (commented)

  * tests/newrdd.prg
    ! fixed failure due to wrongly selected RDD
    * formatting

  * tests/inherit.prg
  * tests/stripem.prg
    * various cleanups (do not add EOF char, unicode
      compatibility, use platform-specific EOL)

  * tests/inkeytst.prg
    ! fixed another unicode incompatibility for __HARBOUR__

  * tests/readhrb.prg
    % use HB_NUMTOHEX() instead of local implementation
    * formatting

  * tests/inifiles.prg
    ! untested fixes for platform independent EOL handling

  * tests/test.prg
  * tests/version.prg
    * minor
This commit is contained in:
Viktor Szakats
2012-10-04 02:28:44 +00:00
parent b16fa77ec0
commit a910a61f35
11 changed files with 321 additions and 427 deletions

View File

@@ -35,9 +35,9 @@ Examples:
</li>
</ul>
<br />
(*) Before run these examples, please build files in /uhttpd/modules folder using bldhrb.bat
(*) Before run these examples, please build files in /uhttpd/modules folder using 'hbmk2 modules.hbp'
<br />
(**) This example requires LIBGD
(**) This example requires libgd package
</body>