Re: [Harbour] SF.net SVN: harbour-project:[10793] trunk/harbour

2009-04-08 Thread Mindaugas Kavaliauskas
Hello, It is. From printf() man page: 0 The value should be zero padded. For d, i, o, u, x, X, a, A, e, E, f, F, g, and G conversions, the converted value is padded on the left with zeros rather than blanks. If the 0 and - flags both appear, the 0 flag is

Re: [Harbour] SF.net SVN: harbour-project:[10793] trunk/harbour

2009-04-06 Thread Przemyslaw Czerpak
On Mon, 06 Apr 2009, snaipe...@users.sourceforge.net wrote: Hi, > 2009-04-06 19:35 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) > * harbour/source/rtl/hbstrfmt.c > + added precision support for %s and %d. > COMMENT: I've used GNU printf() function for test. Some of >

[Harbour] SF.net SVN: harbour-project:[10793] trunk/harbour

2009-04-06 Thread snaiperis
Revision: 10793 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10793&view=rev Author: snaiperis Date: 2009-04-06 16:35:13 + (Mon, 06 Apr 2009) Log Message: --- 2009-04-06 19:35 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/source/