Log of /trunk/packages/kdelibs/debian
Directory Listing
Revision
383 -
Directory Listing
Modified
Sat Jan 8 23:28:51 2005 UTC
(8 years, 4 months ago)
by
chrsmrtn-guest
Add the kaccel russian fix, and lower perl-suid to Recommends.
This stuff is iffy... Comments welcome.
Revision
382 -
Directory Listing
Modified
Sat Jan 8 19:56:31 2005 UTC
(8 years, 4 months ago)
by
chrsmrtn-guest
kdelibs branch update, another cups patch.
Revision
381 -
Directory Listing
Modified
Fri Jan 7 20:05:07 2005 UTC
(8 years, 4 months ago)
by
dato-guest
First round of kdelibs 3.3.2-1 updates.
Revision
380 -
Directory Listing
Modified
Fri Jan 7 19:43:20 2005 UTC
(8 years, 4 months ago)
by
dato-guest
Changing a past changelog entry because it's important (provide
non-bogus CAN number):
s/CAN-2004-115/CAN-2004-1158/ in the the entry for kdelibs 3.3.1-3.
Revision
379 -
Directory Listing
Modified
Fri Jan 7 17:35:10 2005 UTC
(8 years, 4 months ago)
by
dato-guest
BIG COMMIT: merged branches/kde-3.3.2 back to trunk.
Revision
348 -
Directory Listing
Modified
Sun Dec 19 19:56:36 2004 UTC
(8 years, 4 months ago)
by
dato-guest
Commited kdelibs 3.3.1-4 packaging.
Revision
300 -
Directory Listing
Modified
Mon Dec 13 22:01:02 2004 UTC
(8 years, 5 months ago)
by
dato-guest
Commited kdelibs 3.3.1-3 packaging.
Revision
296 -
Directory Listing
Modified
Sat Dec 11 17:50:53 2004 UTC
(8 years, 5 months ago)
by
dato-guest
Commited kdelibs 3.3.1-2 packaging.
Revision
261 -
Directory Listing
Modified
Thu Nov 18 22:49:46 2004 UTC
(8 years, 6 months ago)
by
dato-guest
- Update trunk/packages/kdelibs from my trunk directory under people.
Revision
145 -
Directory Listing
Modified
Mon Aug 2 23:43:14 2004 UTC
(8 years, 9 months ago)
by
ccheney
kdelibs 3.2.3-3 update
Revision
143 -
Directory Listing
Modified
Thu Jul 22 07:29:17 2004 UTC
(8 years, 9 months ago)
by
ccheney
kdelibs 3.2.3-2 update
Revision
141 -
Directory Listing
Modified
Thu Jul 22 07:24:23 2004 UTC
(8 years, 9 months ago)
by
ccheney
kdelibs 3.2.3-1 update
Revision
138 -
Directory Listing
Modified
Sat Jun 26 16:20:40 2004 UTC
(8 years, 10 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 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, 1 month 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, 2 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, 3 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.