/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • 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
..
images 3638.6.28 16 years ago Dmitry Vasiliev Initial version of Russian user guide Diff
branching_a_project.txt 3638.6.31 16 years ago Dmitry Vasiliev Added Russian translation for part 1.2 of the user 4.1 KB Diff Download File
core_concepts.txt 3638.6.38 16 years ago Alexey Shtokalo * изменен способ рисования плашек в карточке быстр 7.4 KB Diff Download File
index-plain.txt 4634.39.36 15 years ago Ian Clatworthy Get plain-style documentation generation working a 3.9 KB Diff Download File
index.txt 3638.6.31 16 years ago Dmitry Vasiliev Added Russian translation for part 1.2 of the user 3.9 KB Diff Download File
introducing_bazaar.txt 3638.6.31 16 years ago Dmitry Vasiliev Added Russian translation for part 1.2 of the user 11.9 KB Diff Download File
specifying_revisions.txt 3638.6.31 16 years ago Dmitry Vasiliev Added Russian translation for part 1.2 of the user 4.5 KB Diff Download File
stacked.txt 3638.6.38 16 years ago Alexey Shtokalo * изменен способ рисования плашек в карточке быстр 4.6 KB Diff Download File
using_checkouts.txt 3638.6.31 16 years ago Dmitry Vasiliev Added Russian translation for part 1.2 of the user 3.6 KB Diff Download File
zen.txt 3638.6.39 16 years ago Alexey Shtokalo Updated Russian translation for zen.txt 8.6 KB Diff Download File