~bzr-pqm/bzr/bzr.dev

  • Committer: John Arbash Meinel
  • Date: 2009-10-12 21:44:27 UTC
  • Revision ID: john@arbash-meinel.com-20091012214427-zddi1kmc2jlf7v31
Py_ssize_t and its associated function typedefs are not available w/ python 2.4

So we define them in python-compat.h
Even further, gcc issued a warning for:
static int
_workaround_pyrex_096()
So we changed it to:
_workaround_pyrex_096(void)

Also, some python api funcs were incorrectly defined as 'char *' when they meant
'const char *'. Work around that with a (char *) cast, to avoid compiler warnings.
Filename Latest Rev Last Changed Committer Comment Size
..
diff 1731.1.17 18 years ago Aaron Bentley Merge bzr.dev 45.4 KB Diff Download File
diff-2 1731.1.17 18 years ago Aaron Bentley Merge bzr.dev 270 bytes Diff Download File
diff-3 1731.1.17 18 years ago Aaron Bentley Merge bzr.dev 204 bytes Diff Download File
diff-4 1731.1.17 18 years ago Aaron Bentley Merge bzr.dev 223 bytes Diff Download File
diff-5 1731.1.17 18 years ago Aaron Bentley Merge bzr.dev 4.9 KB Diff Download File
diff-6 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 18.7 KB Diff Download File
diff-7 3873.1.6 16 years ago Benoît Pierre OK, so now patches should handle '\ No newline at 204 bytes Diff Download File
insert_top.patch 1731.1.17 18 years ago Aaron Bentley Merge bzr.dev 130 bytes Diff Download File
mod 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 91.9 KB Diff Download File
mod-2 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 18.1 KB Diff Download File
mod-3 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 18.1 KB Diff Download File
mod-4 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 18 KB Diff Download File
mod-5 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 13.5 KB Diff Download File
mod-6 1731.1.17 18 years ago Aaron Bentley Merge bzr.dev 22 bytes Diff Download File
mod-7 3873.1.6 16 years ago Benoît Pierre OK, so now patches should handle '\ No newline at 17 bytes Diff Download File
orig 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 97.9 KB Diff Download File
orig-2 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 18 KB Diff Download File
orig-3 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 18.1 KB Diff Download File
orig-4 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 18 KB Diff Download File
orig-5 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 18 KB Diff Download File
orig-6 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 18 KB Diff Download File
orig-7 3873.1.6 16 years ago Benoît Pierre OK, so now patches should handle '\ No newline at 22 bytes Diff Download File
patchtext.patch 1731.1.17 18 years ago Aaron Bentley Merge bzr.dev 988 bytes Diff Download File