2008-08-07 05:05 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbdefs.h
! fixed default printf length modifier for long long integer values
* harbour/harbour.spec
* harbour/harbour-ce-spec
* harbour/harbour-w32-spec
! fixed for new FM library name
This commit is contained in:
@@ -8,6 +8,15 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-08-07 05:05 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/include/hbdefs.h
|
||||
! fixed default printf length modifier for long long integer values
|
||||
|
||||
* harbour/harbour.spec
|
||||
* harbour/harbour-ce-spec
|
||||
* harbour/harbour-w32-spec
|
||||
! fixed for new FM library name
|
||||
|
||||
2008-08-07 03:35 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* contrib/gtwvg/gtwvg.c
|
||||
* contrib/gtwvg/wvgutils.c
|
||||
|
||||
@@ -308,7 +308,7 @@ rm -fR $RPM_BUILD_ROOT
|
||||
%{_libdir}/%{name}/libhbcommon.a
|
||||
%{_libdir}/%{name}/libhbcplr.a
|
||||
%{_libdir}/%{name}/libhbdebug.a
|
||||
%{_libdir}/%{name}/libfm.a
|
||||
%{_libdir}/%{name}/libhbfm.a
|
||||
%{_libdir}/%{name}/librddfpt.a
|
||||
%{_libdir}/%{name}/librddcdx.a
|
||||
%{_libdir}/%{name}/librddntx.a
|
||||
|
||||
@@ -308,7 +308,7 @@ rm -fR $RPM_BUILD_ROOT
|
||||
%{_libdir}/%{name}/libhbcommon.a
|
||||
%{_libdir}/%{name}/libhbcplr.a
|
||||
%{_libdir}/%{name}/libhbdebug.a
|
||||
%{_libdir}/%{name}/libfm.a
|
||||
%{_libdir}/%{name}/libhbfm.a
|
||||
%{_libdir}/%{name}/librddfpt.a
|
||||
%{_libdir}/%{name}/librddcdx.a
|
||||
%{_libdir}/%{name}/librddntx.a
|
||||
|
||||
@@ -594,7 +594,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/%{name}/libhbcommon.a
|
||||
%{_libdir}/%{name}/libhbcplr.a
|
||||
%{_libdir}/%{name}/libhbdebug.a
|
||||
%{_libdir}/%{name}/libfm.a
|
||||
%{_libdir}/%{name}/libhbfm.a
|
||||
%{_libdir}/%{name}/librddfpt.a
|
||||
%{_libdir}/%{name}/librddcdx.a
|
||||
%{_libdir}/%{name}/librddntx.a
|
||||
|
||||
@@ -656,10 +656,8 @@ typedef unsigned long HB_COUNTER;
|
||||
#ifndef PFLL
|
||||
# if defined( __BORLANDC__ ) || defined( _MSC_VER )
|
||||
# define PFLL "I64"
|
||||
# elif defined( __LCC__ )
|
||||
# define PFLL "ll"
|
||||
# else
|
||||
# define PFLL "L"
|
||||
# define PFLL "ll"
|
||||
# endif
|
||||
#endif
|
||||
#ifndef PFHL
|
||||
|
||||
Reference in New Issue
Block a user