Log of /trunk/packages/kdelibs
Directory Listing
Revision
138 -
Directory Listing
Modified
Sat Jun 26 16:20:40 2004 UTC
(8 years, 11 months ago)
by
domi-guest
Commit patch for #227538
Here's a bit of explanation:
I'll try to explain it again: It's all about the string
comparison: If somestring is a variable of type "char*", then
'somestring == "something"' in C++ and C is not a string
comparison, but a pointer comparison. It checks that the variable
somestring points to the same region of memory that "something" is
put in. Now, the C++ standard leaves some behaviour wrt. string
storage undefined, but what g++ does, is that if it finds two
string literals containing the same thing, it stores them only
once, if the two strings are in the same compile unit or link unit
or whatever unit it takes for this. Anyway, what happens in your
case ( where it works properly ) is that, the first time that the
function is called with "something" as an argument, it is by
chance one of the identical strings in the same compile unit, and
the check happens to succeed. The function then caches the result
it just calculated, and all further invocations of the function
give the correct result. However, if the first invocation of the
function happens to be a string from another compile unit, then
the pointer comparison fails, the function calculates the wrong
result, and this result is cached for all further invocations. I
debugged the bug that was described in this bug report, and this
is in fact the case.
Revision
122 -
Directory Listing
Modified
Tue Apr 27 00:55:33 2004 UTC
(9 years, 1 month ago)
by
ccheney
kdelibs 3.2.2-2 update
Revision
112 -
Directory Listing
Modified
Sat Apr 17 06:53:03 2004 UTC
(9 years, 1 month ago)
by
domi-guest
Commit a patch by Christopher Martin <christopher.martin@utoronto.ca>
explaining the current situation with Debian, KDE and FD.o menu
systems. Thanks Christopher !
Revision
99 -
Directory Listing
Modified
Fri Apr 9 05:02:00 2004 UTC
(9 years, 1 month ago)
by
ccheney
kdelibs 3.2.2-1 update
Revision
98 -
Directory Listing
Modified
Thu Apr 8 19:40:30 2004 UTC
(9 years, 1 month ago)
by
domi-guest
Commit a patch by Nathaniel W. Turner explaining how to use CDBS for
packaging a KDE app.
Revision
97 -
Directory Listing
Modified
Wed Apr 7 22:49:49 2004 UTC
(9 years, 1 month ago)
by
domi-guest
update the changelog
Revision
96 -
Directory Listing
Modified
Wed Apr 7 22:46:25 2004 UTC
(9 years, 1 month ago)
by
domi-guest
Commit the doc and dh-make adaptations as discussed on debian-qt-kde and #debian-kde
Revision
93 -
Directory Listing
Modified
Mon Apr 5 23:17:58 2004 UTC
(9 years, 1 month ago)
by
domi-guest
debian/Packaging.txt, debian/dh-make/menu.ex: Added quotes to the menu
file examples.
Revision
90 -
Directory Listing
Modified
Mon Apr 5 19:41:31 2004 UTC
(9 years, 1 month ago)
by
domi-guest
Removed references to the obsolete kderemove menu tag in kdelibs'
documentation.
Revision
65 -
Directory Listing
Modified
Sun Mar 21 23:47:34 2004 UTC
(9 years, 2 months ago)
by
ccheney
kdelibs 3.2.1-1 update
Revision
62 -
Directory Listing
Modified
Sat Mar 6 16:51:30 2004 UTC
(9 years, 2 months ago)
by
domi-guest
Dominique Devriese <devriese@kde.org>: Make the versioned kdelibs-data
openoffice.org-mimelnk Replaces entry use the proper openoffice
version (<= 1.1.0+1.1.1rc-1). Closes: 236508.
Revision
51 -
Directory Listing
Modified
Sat Feb 21 01:34:15 2004 UTC
(9 years, 3 months ago)
by
ccheney
kdelibs 3.2.0-0pre1v1 update
KDE_3_2_BRANCH update
Corrected Conflicts/Replaces
Various other minor fixes
Revision
7 -
Directory Listing
Modified
Thu Jan 22 02:57:44 2004 UTC
(9 years, 4 months ago)
by
ccheney
kdelibs 3.1.95-1 import
Revision
2 -
Directory Listing
Added
Mon Jan 19 08:35:41 2004 UTC
(9 years, 4 months ago)
by
ccheney
Created the package dirs for trunk.