| Age | Commit message (Collapse) | Author | Lines |
|
per #3543
|
|
|
|
|
|
Parsing gpg output for signature verification is not recommended,
as it can break easily (and doesn't work with i18n).
This patch makes use of gpgv, as suggested by gpg authors:
http://lists.gnupg.org/pipermail/gnupg-users/2004-August/023141.html
This closes #3762.
Signed-off-by: Luca Bruno <lucab@debian.org>
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/libstd/json.rs
src/libstd/sort.rs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#[legacy_exports];
|
|
This reverts commit 90e3665fa79d32c3188169cfa992516fb36b81a8.
|
|
|
|
|
|
|
|
|
|
Note that the method foo.each() is not de-moded, nor the other
vec routines.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|