Re: [xHarbour-developers] ChangeLog 2009-04-14 00:40 UTC+0300 PhilKrylov

2009-04-13 Thread Phil Krylov
Hi, On Tue, Apr 14, 2009 at 2:59 AM, Luiz Rafael Culik Guimaraes wrote: > As I know, we still in release freeze, so no commits should be done in my > opinion, unless im wrong I don't think so. I think that release freeze ends with tagging CVS or at least with releasing source package. The files

Re: [xHarbour-developers] ChangeLog 2009-04-14 00:40 UTC+0300 PhilKrylov

2009-04-13 Thread Luiz Rafael Culik Guimaraes
Phil As I know, we still in release freeze, so no commits should be done in my opinion, unless im wrong Regards Luiz - Original Message - From: "Phil Krylov" To: "xHarbour Developers Mailing List" Sent: Monday, April 13, 2009 5:43 PM Subject: [xHarbour-developers] ChangeLog 2009-04-1

Re: [xHarbour-developers] Can't compile on linux anymore

2009-04-13 Thread Vicente Guerra
On Tue, 14 Apr 2009, Phil Krylov wrote: >> I'm using Slackware 12.0. It doesn't installs (at least by default) >> ODBC header files. > They usually belong to unixODBC package. Thank you for the info. >> Previously compiling xHarbour, ODBC library were'nt created, but it >> doesn't st

Re: [xHarbour-developers] Can't compile on linux anymore

2009-04-13 Thread Phil Krylov
Hi, On Mon, Apr 13, 2009 at 11:27 PM, Vicente Guerra wrote: > I'm using Slackware 12.0. It doesn't installs (at least by default) > ODBC header files. They usually belong to unixODBC package. > Previously compiling xHarbour, ODBC library were'nt created, but it > doesn't stopped build.

[xHarbour-developers] ChangeLog 2009-04-14 00:40 UTC+0300 Phil Krylov

2009-04-13 Thread Phil Krylov
2009-04-14 00:40 UTC+0300 Phil Krylov + config/none.cf + added dummy header file for GNU make to avoid errors on unsupported platforms (by Przemyslaw Czerpak, borrowed from Harbour) * source/odbc/Makefile * source/odbc/odbc.c + Platform protection moved to Makefile level.

[xHarbour-developers] ChangeLog 2009-04-14 00:05 UTC+0300 Phil Krylov

2009-04-13 Thread Phil Krylov
2009-04-14 00:05 UTC+0300 Phil Krylov * tests/speedtst.prg * added warning message when HVM debugger is enabled * simplified xHarbour MT test - use mutexes as internal thread IDs as workarounds for race conditions in xHarbour .prg MT API. * updated to compile with FlagShip

[xHarbour-developers] Can't compile on linux anymore

2009-04-13 Thread Vicente Guerra
Hi! I'm using Slackware 12.0. It doesn't installs (at least by default) ODBC header files. Previously compiling xHarbour, ODBC library were'nt created, but it doesn't stopped build. Now compilation is not completed. Thanks in advance. Atte. Vic ---

Re: [xHarbour-developers] ChangeLog 2009-04-13 20:55 UTC+0300 PhilKrylov

2009-04-13 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Phil Krylov" A: "Xharbour-developers" Data invio: lunedì 13 aprile 2009 18.58 Oggetto: [xHarbour-developers] ChangeLog 2009-04-13 20:55 UTC+0300 PhilKrylov > 2009-04-13 20:55 UTC+0300 Phil Krylov > * source/vm/hvm.c > * source/vm/classes.c >! Fixed

Re: [xHarbour-developers] Warnings

2009-04-13 Thread Phil Krylov
On Mon, Apr 13, 2009 at 7:06 PM, Enrico Maria Giordano wrote: > Warning W8004 source\vm\classes.c 812: 'pCallerClass' is assigned a value > that is never used in function hb_clsValidScope > > Warning W8004 source\vm\hvm.c 3076: 'pLocal' is assigned a value that is > never used in function hb_vmExe

[xHarbour-developers] ChangeLog 2009-04-13 20:55 UTC+0300 Phil Krylov

2009-04-13 Thread Phil Krylov
2009-04-13 20:55 UTC+0300 Phil Krylov * source/vm/hvm.c * source/vm/classes.c ! Fixed some warnings. -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free

[xHarbour-developers] Warnings

2009-04-13 Thread Enrico Maria Giordano
Warning W8004 source\vm\classes.c 812: 'pCallerClass' is assigned a value that is never used in function hb_clsValidScope Warning W8004 source\vm\hvm.c 3076: 'pLocal' is assigned a value that is never used in function hb_vmExecute EMG -- EMAG Software Homepage: http://www.emagsoftware.it T

[xHarbour-developers] ChangeLog 2009-04-13 18:45 UTC+0300 Phil Krylov

2009-04-13 Thread Phil Krylov
2009-04-13 18:45 UTC+0300 Phil Krylov * bin/hb-func.sh + added support for displaying harbour bin, lib and include directories for --hbdirbin --hbdirlib --hbdirinc parameters. Such feature allows to use -I`hbmk --hbdirinc` in *nixes build scripts what should greatly simplif

[xHarbour-developers] ChangeLog 2009-04-13 18:22 UTC+0300 Phil Krylov

2009-04-13 Thread Phil Krylov
2009-04-13 18:22 UTC+0300 Phil Krylov * include/classes.h * source/vm/classes.c + Added self class casting. % Optimized some checks for derived class. ! Do not add unnecessary messages for the same class when it's inherited more than once (appears several times in super class

[xHarbour-developers] ChangeLog 2009-04-13 17:48 UTC+0300 Phil Krylov

2009-04-13 Thread Phil Krylov
2009-04-13 17:48 UTC+0300 Phil Krylov * tests/tstscope.prg * tests/scope1.prg * tests/scope2.prg + Added a test demonstrating erroneous scope violation when a subclass sends a PROTECTED message to another instance of its superclass. * Some small hacks to allow compilation with

Re: [xHarbour-developers] Uploaded: xharbour-1.20.01.src.zip

2009-04-13 Thread Phil Krylov
Hi, On Mon, Apr 13, 2009 at 1:28 AM, Luiz Rafael Culik Guimaraes wrote: > xharbour-1.2.0-0cl10.i386.rpm Isn't this release funny? It's tagged as 1.2.1, binaries for Linux are named as 1.2.0, source as 1.2.1, and binaries for Windows as 1.20.01. ;))) -- Ph. -