2012-04-25 14:11 UTC+0200 Viktor Szakats (harbour syenar.net)

* include/hbver.h
  * package/harbour.spec
  * package/harb_win.mft
  * package/harbour-win.spec.in
  * package/harbour-wce.spec.in
  * package/winuni/mpkg_win_uni.bat
  * harbour/debian/changelog
    * trunk version bump. 3.1.0dev -> 3.2.0dev
      this is to make it easy to create conditional code 
      for new features and the few incompatibilities after 
      introducing unicode in Harbour. May be bumped further
      when FOR EACH is decided.

  * contrib/hbexpat/tests/tohash.prg
    + enabled UTF8EX for testing
This commit is contained in:
Viktor Szakats
2012-04-25 12:12:03 +00:00
parent 0ad8ff7544
commit 5cf8db7936
9 changed files with 38 additions and 10 deletions

View File

@@ -16,6 +16,23 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-04-25 14:11 UTC+0200 Viktor Szakats (harbour syenar.net)
* include/hbver.h
* package/harbour.spec
* package/harb_win.mft
* package/harbour-win.spec.in
* package/harbour-wce.spec.in
* package/winuni/mpkg_win_uni.bat
* harbour/debian/changelog
* trunk version bump. 3.1.0dev -> 3.2.0dev
this is to make it easy to create conditional code
for new features and the few incompatibilities after
introducing unicode in Harbour. May be bumped further
when FOR EACH is decided.
* contrib/hbexpat/tests/tohash.prg
+ enabled UTF8EX for testing
2012-04-25 12:08 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/include/harbour.hbx
! fixed typo in previous commit

View File

@@ -23,12 +23,17 @@
#define _N_hAttr 4
#define _N_MAX_ 4
REQUEST HB_CODEPAGE_UTF8
REQUEST HB_CODEPAGE_UTF8EX
PROCEDURE Main( cFileName )
LOCAL p := XML_ParserCreate()
LOCAL aUserData
LOCAL aNode
LOCAL v1, v2, v3
hb_cdpSelect( "UTF8EX" )
IF cFileName == NIL
cFileName := ".." + hb_ps() + ".." + hb_ps() + "hbide" + hb_ps() + "setup.ui"
ENDIF

View File

@@ -1,3 +1,9 @@
harbour (3.2.0-1) unstable; urgency=low
* 3.2.0-1
-- Viktor Szakats <harbour___@syenar.net> Wed, 25 Apr 2012 14:04:00 +0200
harbour (3.1.0-1) unstable; urgency=low
* 3.1.0-1

View File

@@ -60,9 +60,9 @@
#endif
#define HB_VER_MAJOR 3 /* Major version number */
#define HB_VER_MINOR 1 /* Minor version number */
#define HB_VER_MINOR 2 /* Minor version number */
#define HB_VER_RELEASE 0 /* Release number */
#define HB_VER_STATUS "dev" /* Build status (all lowercase) */
#define __HARBOUR__ 0x030100 /* Three bytes: Major + Minor + Release. This is recommented for 3rd party .c and .prg level code. */
#define __HARBOUR__ 0x030200 /* Three bytes: Major + Minor + Release. This is recommented for 3rd party .c and .prg level code. */
#endif /* HB_VER_H_ */

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright © 1999-2012 (see application banner) -->
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="3.1.0.0"
<assemblyIdentity version="3.2.0.0"
processorArchitecture="*"
name="Harbour"
type="win32"/>

View File

@@ -14,7 +14,7 @@
######################################################################
%define name harbour-wce
%define version 3.1.0
%define version 3.2.0
%define releasen dev
# Workaround for the problem of /usr/bin/strip not handling PE binaries.

View File

@@ -14,7 +14,7 @@
######################################################################
%define name harbour-win
%define version 3.1.0
%define version 3.2.0
%define releasen dev
# Workaround for the problem of /usr/bin/strip not handling PE binaries.

View File

@@ -53,7 +53,7 @@
%define name harbour
%define dname Harbour
%define version 3.1.0
%define version 3.2.0
%define releasen dev
%define hb_etcdir /etc/%{name}
%define hb_plat export HB_PLATFORM=linux

View File

@@ -17,10 +17,10 @@ rem - Requires GNU sed tool in PATH
echo ! Self: %0
if "%HB_VS%" == "" set HB_VS=31
if "%HB_VL%" == "" set HB_VL=310
if "%HB_VM%" == "" set HB_VM=3.1
if "%HB_VF%" == "" set HB_VF=3.1.0dev
if "%HB_VS%" == "" set HB_VS=32
if "%HB_VL%" == "" set HB_VL=320
if "%HB_VM%" == "" set HB_VM=3.2
if "%HB_VF%" == "" set HB_VF=3.2.0dev
if "%HB_RT%" == "" set HB_RT=C:\hb\
set HB_DR=hb%HB_VS%\