Mercurial > hg
log mercurial/cext/manifest.c @ 52201:7dd466f13f9b stable tip
age | author | description |
---|---|---|
Sun, 20 Feb 2022 16:09:02 -0700 | Gregory Szorc | cext: remove PY23() |
Sun, 20 Feb 2022 15:44:39 -0700 | Gregory Szorc | cext: remove some conditional preprocessor defines |
Fri, 30 Apr 2021 02:11:58 +0200 | Joerg Sonnenberger | manifests: push down expected node length into the parser |
Thu, 16 Jul 2020 19:48:49 +0200 | Joerg Sonnenberger | cext: remove unused variables |
Mon, 06 Jul 2020 03:43:32 +0200 | Joerg Sonnenberger | manifest: tigher manifest parsing and flag use |
Tue, 07 Jan 2020 13:47:29 -0500 | Augie Fackler | manifest: start removing 40-byte hash restrictions from C code |
Tue, 21 Jan 2020 12:10:35 -0800 | Kyle Lippincott | cext: change two more vars to Py_ssize_t in manifest.c stable |