sapling/mercurial/cext
Jun Wu 410cb5dcef xdiff: fix types on 32 bit systems
Summary:
Similar to upstream patches [1] [2].

[1]: 1b9f644050
[2]: https://phab.mercurial-scm.org/D3538

Reviewed By: DurhamG

Differential Revision: D7989782

fbshipit-source-id: fc11569d92f778c0a3509204fc9fa1690c078dcc
2018-05-14 11:14:38 -07:00
..
__init__.py policy: add "cext" package which will host CPython extension modules 2016-08-12 11:06:14 +09:00
base85.c cext: move braces for control statements to same line 2017-10-02 19:02:43 +01:00
bdiff.c hg: basic support for building hg using buck 2018-04-13 21:50:58 -07:00
charencode.c hg: basic support for building hg using buck 2018-04-13 21:50:58 -07:00
charencode.h hg: basic support for building hg using buck 2018-04-13 21:50:58 -07:00
diffhelpers.c diffhelpers: switch to policy importer 2016-08-13 12:15:49 +09:00
dirs.c cext: reorder #include 2017-10-02 19:06:00 +01:00
manifest.c lazymanifest: do not read uninitialized memory 2018-04-13 21:51:01 -07:00
mpatch.c hg: basic support for building hg using buck 2018-04-13 21:50:58 -07:00
osutil.c osutil: add a function to unblock signals 2018-01-03 05:35:56 -08:00
parsers.c hg: basic support for building hg using buck 2018-04-13 21:50:58 -07:00
pathencode.c fix invalid-shift-base UBSAN in pathencode.c 2018-04-13 21:51:15 -07:00
README.md READMEs: tweaks based on feedback 2018-01-12 12:35:52 -08:00
revlog.c hg: basic support for building hg using buck 2018-04-13 21:50:58 -07:00
util.h hg: basic support for building hg using buck 2018-04-13 21:50:58 -07:00
xdiff.c xdiff: fix types on 32 bit systems 2018-05-14 11:14:38 -07:00

cext

Native code used by core Mercurial (not extensions), that depends on Python, lives here.

See also hgext/extlib/README.md, lib/README.md.