Rev 3740: (jam) Some win32 tweaks for the faster iter_changes code. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Fri Sep 26 06:14:54 BST 2008
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 3740
revision-id: pqm at pqm.ubuntu.com-20080926051451-dvc1qg5inn7msjvr
parent: pqm at pqm.ubuntu.com-20080926042728-8dzaiolv2q1duutw
parent: john at arbash-meinel.com-20080925222222-tnqd86ru8jv2q3jy
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2008-09-26 06:14:51 +0100
message:
(jam) Some win32 tweaks for the faster iter_changes code.
modified:
bzrlib/_dirstate_helpers_c.pyx dirstate_helpers.pyx-20070503201057-u425eni465q4idwn-3
------------------------------------------------------------
revno: 3737.1.3
revision-id: john at arbash-meinel.com-20080925222222-tnqd86ru8jv2q3jy
parent: john at arbash-meinel.com-20080925221207-nkvw06twhw8gfrsc
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trivial_python_compat
timestamp: Thu 2008-09-25 17:22:22 -0500
message:
Move more compatibility code into python-compat.h
Update the definitions and extension compiling so that the faster iter
changes now builds on win32.
removed:
bzrlib/_walkdirs_win32.h _walkdirs_win32.h-20080716220454-kweh3tgxez5dvw2l-1
modified:
bzrlib/_dirstate_helpers_c.pyx dirstate_helpers.pyx-20070503201057-u425eni465q4idwn-3
bzrlib/_walkdirs_win32.pyx _walkdirs_win32.pyx-20080716220454-kweh3tgxez5dvw2l-2
bzrlib/python-compat.h pythoncompat.h-20080924041409-9kvi0fgtuuqp743j-1
setup.py setup.py-20050314065409-02f8a0a6e3f9bc70
------------------------------------------------------------
revno: 3737.1.2
revision-id: john at arbash-meinel.com-20080925221207-nkvw06twhw8gfrsc
parent: john at arbash-meinel.com-20080925220841-3kfmu3tjv5g97xc6
parent: robertc at robertcollins.net-20080925020139-71koznc2ct7ucvar
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trivial_python_compat
timestamp: Thu 2008-09-25 17:12:07 -0500
message:
Merge in Robert's faster iter-changes code.
modified:
bzrlib/_dirstate_helpers_c.pyx dirstate_helpers.pyx-20070503201057-u425eni465q4idwn-3
bzrlib/_dirstate_helpers_py.py _dirstate_helpers_py-20070710145033-90nz6cqglsk150jy-1
bzrlib/delta.py delta.py-20050729221636-54cf14ef94783d0a
bzrlib/dirstate.py dirstate.py-20060728012006-d6mvoihjb3je9peu-1
bzrlib/tests/intertree_implementations/__init__.py __init__.py-20060724101752-09ysswo1a92uqyoz-3
bzrlib/tests/test__dirstate_helpers.py test_dirstate_helper-20070504035751-jsbn00xodv0y1eve-2
bzrlib/tests/test_dirstate.py test_dirstate.py-20060728012006-d6mvoihjb3je9peu-2
bzrlib/workingtree_4.py workingtree_4.py-20070208044105-5fgpc5j3ljlh5q6c-1
=== modified file 'bzrlib/_dirstate_helpers_c.pyx'
--- a/bzrlib/_dirstate_helpers_c.pyx 2008-09-26 03:52:56 +0000
+++ b/bzrlib/_dirstate_helpers_c.pyx 2008-09-26 05:14:51 +0000
@@ -57,6 +57,7 @@
ctypedef int intptr_t
+
cdef extern from "stdlib.h":
unsigned long int strtoul(char *nptr, char **endptr, int base)
More information about the bazaar-commits
mailing list