/[pkg-kde]/tags/packages/kdelibs/kdelibs-3.3.0-2
ViewVC logotype

Log of /tags/packages/kdelibs/kdelibs-3.3.0-2

View Directory Listing Directory Listing


Sticky Revision:

Revision 239 - Directory Listing
Modified Fri Nov 12 00:35:29 2004 UTC (8 years, 6 months ago) by dato-guest
Copied from: people/dato/packages/tags/kdelibs/kdelibs-3.3.0-2 revision 238
Moving kdelibs-3.3.0-2 tag from people to /.

Revision 159 - Directory Listing
Modified Fri Oct 29 23:39:15 2004 UTC (8 years, 6 months ago) by dato-guest
Original Path: people/dato/packages/tags/kdelibs/kdelibs-3.3.0-2
Copied from: people/dato/packages/trunk/kdelibs revision 158
Tagging kdelibs-3.3.0-2

Revision 150 - Directory Listing
Modified Fri Oct 29 22:01:06 2004 UTC (8 years, 6 months ago) by dato-guest
Original Path: people/dato/packages/trunk/kdelibs
Commited and tagged:
  arts	                1.3.1-1
  kdeaccessibility	3.3.0-2
  kdeadmin	        3.3.0-2
  kdebase	        3.3.0a-1
  kdebindings	        3.3.0-2
  kdegraphics	        3.3.0-2
  kdelibs	        3.3.0-2
  kdemultimedia	        3.3.0-1
  kdenetwork	        3.3.0-2
  kdeutils	        3.3.0-1

Revision 149 - Directory Listing
Modified Fri Oct 29 21:27:36 2004 UTC (8 years, 6 months ago) by dato-guest
Original Path: people/dato/packages/trunk/kdelibs
Copied from: trunk/packages/kdelibs revision 147
Created own packages/trunk.

Revision 145 - Directory Listing
Modified Mon Aug 2 23:43:14 2004 UTC (8 years, 9 months ago) by ccheney
Original Path: trunk/packages/kdelibs
kdelibs 3.2.3-3 update

Revision 143 - Directory Listing
Modified Thu Jul 22 07:29:17 2004 UTC (8 years, 10 months ago) by ccheney
Original Path: trunk/packages/kdelibs
kdelibs 3.2.3-2 update

Revision 141 - Directory Listing
Modified Thu Jul 22 07:24:23 2004 UTC (8 years, 10 months ago) by ccheney
Original Path: trunk/packages/kdelibs
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
Original Path: trunk/packages/kdelibs
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
Original Path: trunk/packages/kdelibs
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
Original Path: trunk/packages/kdelibs
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
Original Path: trunk/packages/kdelibs
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
Original Path: trunk/packages/kdelibs
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
Original Path: trunk/packages/kdelibs
update the changelog

Revision 96 - Directory Listing
Modified Wed Apr 7 22:46:25 2004 UTC (9 years, 1 month ago) by domi-guest
Original Path: trunk/packages/kdelibs
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
Original Path: trunk/packages/kdelibs
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
Original Path: trunk/packages/kdelibs
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
Original Path: trunk/packages/kdelibs
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
Original Path: trunk/packages/kdelibs
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
Original Path: trunk/packages/kdelibs
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
Original Path: trunk/packages/kdelibs
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
Original Path: trunk/packages/kdelibs
Created the package dirs for trunk.

  ViewVC Help
Powered by ViewVC 1.1.5