The Week Of Monday 22 June 2015 Archives by thread
Starting: Mon Jun 22 01:24:07 PDT 2015
Ending: Sun Jun 28 21:41:58 PDT 2015
Messages: 608
- [PATCH] [Static Analyzer] Fix Analysis being skipped for code with declarations in .h file
Karthik Bhat
- [PATCH] [OPENMP] Introduced type trait "simd_align" for default simd alignment.
Alexey Bataev
- r240270 - Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
- [PATCH] Add scan-build python implementation
Laszlo Nagy
- [PATCH] [OPENMP] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev
- [PATCH] Update SafeStack TODO in the safestack.cc
Volodymyr Kuznetsov
- [PATCH] SafeStack documentation improvements
Volodymyr Kuznetsov
- [PATCH] replace some const std::string & with llvm::StringRef or std::string
Eugene Kosov
- [PATCH] C11 _Bool bitfield diagnostic
Rachel Craik
- r240279 - Don't use &* when get() will suffice; NFC.
Aaron Ballman
- [PATCH] R600: Add macro defs for all supported OpenCL extensions
Tom Stellard
- [PATCH] Add HSAIL support
Tom Stellard
- [libcxx] r240286 - Make seeking on an ostream that has eofbit set work correctly. Fixes PR#21361
Marshall Clow
- [PATCH] Pedantically rename all Tool subclasses to be nouns, not verbs. NFC
Douglas Katzman
- [PATCH] clarify ownership of BugReport objects
Aaron Ballman
- [PATCH] Call attention to strange case in getMultiarchTriple, and DRY so much.
Douglas Katzman
- r240296 - Document the nullability attributes.
Douglas Gregor
- Sema: 3.6.2 patch nomination: OpenCL ternaries
Tom Stellard
- r240146 - Introduce type nullability specifiers for C/C++.
Douglas Gregor
- r240297 - Misc. cleanups suggested by Aaron Ballman
Douglas Gregor
- [PATCH] [CodeGen] Teach X86_64ABIInfo about AVX512.
John McCall
- [PATCH] [Clang/CodeGen] Prevent crash if destructor class is not accessible
John McCall
- [Patch][LoopInfo] Use CGLoopInfo to generate loop hints
Tyler Nowicki
- r240155 - Implement the 'null_resettable' attribute for Objective-C properties.
Douglas Gregor
- r240156 - Introduced pragmas for audited nullability regions.
Douglas Gregor
- [PATCH] Mostly standardize on "MumbleToolChain" as the ToolChain subclass name. NFC
Douglas Katzman
- [PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option
Eric Christopher
- r240313 - [modules] Include merged definition information in AST dumps.
Richard Smith
- r240314 - test: Set lit features appropriately when using asan and ubsan together
Justin Bogner
- r240185 - Allow the cf_returns_[not_]retained attributes to appear on out-parameters.
Douglas Gregor
- [PATCH] Change some if/else chains to 'switch' statements. NFC
Douglas Katzman
- [PATCH] Sphinx-based clang man pages
Sean Silva
- [Patch][ObjC][Proposal] NSValue literals
John McCall
- r240328 - Add comment about the importance of being adjacent. NFC
Douglas Katzman
- r240335 - [modules] Add a flag to disable the feature that permits conflicting redefinitions of internal-linkage symbols that are not visible.
Richard Smith
- r240337 - [CodeGen] Use enum for AVX level in X86*TargetCodeGenInfo. NFCI.
Ahmed Bougacha
- r240338 - [CodeGen] Teach X86_64ABIInfo about AVX512.
Ahmed Bougacha
- [PATCH] [OPENMP] Do not emit references to original variables in 'private' clause.
John McCall
- [PATCH] Enable fma and f16c features when avx512f is enabled.
Ahmed Bougacha
- [clang-tools-extra] r240348 - Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs
David Blaikie
- r240349 - Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs
David Blaikie
- r240350 - [modules] When building a module, if there are multiple matches for a header
Richard Smith
- [PATCH] clang-format: Support @autoreleasepool.
strager
- [PATCH] Fix printing of GCCAsmExprs with input or output arguments.
Nick Sumner
- r240353 - Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
- [PATCH] Fix adress cast for C++ in SEMA
Samuel Antao
- [PATCH] Fix crash-on-invalid bug in template instantiation.
Manuel Klimek
- [PATCH] Sema: Fix some undefined behaviour when acting on redeclarations
Justin Bogner
- [PATCH] Frontend: Avoid some UB by checking a FileChange's validity before a call
Justin Bogner
- [PATCH] CodeGen: Resize LifetimeExtendedCleanupHeader to avoid alignment issues
Justin Bogner
- [PATCH v2] Respect alignment when loading up a coerced function argument
Hal Finkel
- [PATCH] [libcxx] Add atomic_support.h header to src that handles needed atomic operations.
Marshall Clow
- [PATCH] [Clang/CodeGen] Prevent crash if destructor class is not accessible (Part two)
Davide Italiano
- r240370 - Change some if/else chains to 'switch' statements. NFC
Douglas Katzman
- r240376 - Eliminate "enumeration value not handled in switch" warnings
Douglas Katzman
- r240377 - [OPENMP] Do not emit references to original variables in 'private' clause.
Alexey Bataev
- [PATCH] Loss of Sign Checker
Soumitra Chatterjee
- [PATCH] Add readability-redundant-void-arg check to clang-tidy
Richard
- r240382 - [CodeGen] Rename EmitMemberPointer to EmitMemberFunctionPointer
David Majnemer
- r240383 - [MS ABI] Refactor member pointer generation
David Majnemer
- r240384 - [MS ABI] Rework member pointer conversion
David Majnemer
- [PATCH] Add missing builtins to altivec.h for ABI compliance (vol. 1)
Nemanja Ivanovic
- r240387 - Tweak clang/test/Modules/modules-with-same-name.m to run with GnuWin32's find.exe on newer version of Windows.
NAKAMURA Takumi
- r240388 - Write output file to temp directory. The tests shouldn't assume that
Daniel Jasper
- r240389 - Silence VC warning C4715: '`anonymous namespace'::getNativeVectorSizeForA VXABI' :
Yaron Keren
- r240391 - Fix a warning. [-Wsign-compare]
NAKAMURA Takumi
- [Diffusion] rL240377: [OPENMP] Do not emit references to original variables in 'private' clause.
NAKAMURA Takumi
- [PATCH] Mark libm builtins as such.
Charlie Turner
- [PATCH] PR20958 Allow redeclaration of type-generic builtins
Charlie Turner
- [PATCH] [analyzer] Fix a crash by division by zero
Daniel Marjamäki
- [PATCH] fix false positives in clang-tidy macro parentheses checker
Daniel Marjamäki
- [PATCH] PR23923: "redefine_extname" pragma handled incorrectly in case of a local var with the same name
Andrey Bokhanko
- [PATCH] Additional fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint
Andrey Bokhanko
- [PATCH] clang-format: Support @synchronized.
Daniel Jasper
- [PATCH] clang-format: Support PP and Obj-C keywords in 'is'.
Daniel Jasper
- [PATCH] clang-format: Fix __attribute__ being treated as decl name.
Daniel Jasper
- [PATCH] Teach Clang about the PPC64 memory sanitizer implementation.
Jay Foad
- [clang-tools-extra] r240399 - [clang-tidy] Fix false positives in misc-macro-parentheses checker
Daniel Marjamaki
- r240400 - Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC.
Aaron Ballman
- r240401 - Fixing a build bot break from r240400.
Aaron Ballman
- r240402 - Moving r215806, r215807, and r215808 into AttrDocs.td. These changes were originally applied to the RST file that is automatically generated by the server, and so the changes were never properly reflected online once the server overwrote AttributeReference.rst.
Aaron Ballman
- r240406 - Update for LLVM api change.
Rafael Espindola
- r240409 - [OPENMP] Initial support for 'depend' clause (4.0).
Alexey Bataev
- [PATCH] Improved checking for repeated macro argument with side effects when macro contains ?:
Daniel Marjamäki
- [libcxx] r240412 - When building libc++, we use '"' as a delimiter instead of '<' when including libc++ header files. This is so that the dylib gets built with our headers; rather than the system-installed ones. We do this in most places already, just fixing a couple of inconsistent uses.
Marshall Clow
- [PATCH] Proposed resolution to LWG issue 2433: uninitialized_copy()/etc. should tolerate overloaded operator&
Marshall Clow
- [PATCH] Fix some problems with sized deletion in libc++
Marshall Clow
- [PATCH] Fix exponential complexity in operator< for std::tuple
Marshall Clow
- [PATCH] shared_ptr : atomic ref-counts (TSan)
Marshall Clow
- [PATCH] Allow instantiation of deque and deque::iterator with incomplete value type.
Marshall Clow
- [PATCH] [libcxx] unexpected/terminate support for MS CRT
Agustín Bergé
- [PATCH] [libcxx] Initializer list support for MSVC
Agustín Bergé
- [PATCH] [libcxx] type_info support for MSVC
Agustín Bergé
- [PATCH] [libcxx] Emulation of atomic builtins for MSVC
Agustín Bergé
- [PATCH] libc++: Make support for thread-unsafe C functions optional
Marshall Clow
- [PATCH] [libcxx] Create internal namespace that hides all symbols.
Marshall Clow
- [PATCH] [libcxx] Mark local printf variants as _LIBCPP_HIDDEN to prevent them from becoming part of the DSO.
Marshall Clow
- [PATCH] Prototype patch to support <math.h> as a conforming C++ header in addition to <cmath>.
Marshall Clow
- r240428 - AttributeReference.rst is automatically generated by a server-side process currently. To cut down on accidental commits to this file that are not properly reflected in AttrDocs.td (such as r215806 - r215808), this file now contains nothing but a comment explaining the current state of affairs.
Aaron Ballman
- r240430 - Adding a title to appease the sphinx build bot.
Aaron Ballman
- [PATCH] Fixed a typo in __nvvm_atom_min_gen_l() type string.
Artem Belevich
- r240432 - Driver: Pass -I options to cc1as for .include search paths.
Jim Grosbach
- r240433 - [Modules] Consider -fmodule-feature in module hash and when loading
Ben Langmuir
- r240434 - Use AddString/ReadString instead of doing it manually NFC
Ben Langmuir
- [PATCH] [CUDA] Implemented __nvvm_atom_*_gen_* builtins.
Artem Belevich
- r227868 - Add cc1 option '-fmodule-feature' to add custom values for 'requires' decls
Ben Langmuir
- [Patch] (take 2) New EliminateAvailableExternally pass / Pass down -flto
Teresa Johnson
- r240441 - Ensure delayed typos have been corrected in calls to builtins before
Kaelyn Takata
- r240443 - Make the typo resolution in r240441 apply to all function calls.
Kaelyn Takata
- r240452 - InstrProf: Fix a crash when an implicit def appears in a macro
Justin Bogner
- r240453 - [MS ABI] Account for the virtual inheritance quirk when mangling
David Majnemer
- r240455 - Pedantically rename all Tool subclasses to be nouns, not verbs. NFC
Douglas Katzman
- [libcxx] r240456 - Mark a couple of features as 'in progress'
Marshall Clow
- [PATCH] Part 1 of N4279 - "Improved insertion interface for unique-key maps"
Marshall Clow
- r240462 - PR22560: Fix argument order for ARM _MoveToCoprocessor builtins.
Bob Wilson
- r240463 - Improve error handling for PR22560.
Bob Wilson
- r240464 - [Driver] Give GnuTool LLVM_LIBRARY_VISIBILITY.
Benjamin Kramer
- r240158 - Check for consistent use of nullability type specifiers in a header.
Douglas Gregor
- [PATCH] [Sema] Handle TypoExpr for function calls correctly
Davide Italiano
- r240472 - SafeStack documentation improvements
Peter Collingbourne
- r240476 - Use range-based loops when handling OPT_print_search_dirs.
Douglas Katzman
- r240479 - Fix test failure if this value doesn't end up named %0.
Richard Smith
- [libcxx] r240497 - Creating release directory for release_362.
Tom Stellard
- [libcxx] r240498 - Creating release candidate rc1 from release_362 branch
Tom Stellard
- [libcxxabi] r240499 - Creating release directory for release_362.
Tom Stellard
- [libcxxabi] r240500 - Creating release candidate rc1 from release_362 branch
Tom Stellard
- [PATCH] Omit 'nodebug' method from the class
Paul Robinson
- [PATCH] [X86, inlineasm] Implement v, k, Y2, Yk, Yz constraints, improve analysis for x, Y*, L, e, Z, s
Alexey Frolov
- [PATCH] [X86, inlineasm] Implement v, k, Y2, Yk, Yz constraints, improve analysis for x, Y*, L, e, Z, s
Eric Christopher
- [PATCH] Attach readonly and readnone attributes to inline-asm instructions
Akira Hatanaka
- [PATCH] Consolidate and unify initializer list deduction
Hubert Tong
- r240517 - Proper changing/restoring for CapturedStmtInfo, NFC.
Alexey Bataev
- r240522 - Move the special-case check from r240462 into ARM-specific code.
Bob Wilson
- [libcxx] r240527 - Make support for thread-unsafe C functions optional.
Ed Schouten
- [PATCH] OpenCL: Add new types for OpenCL 2.0
Pedro Ferreira
- [PATCH] [Clang Static Analyzer] Bug identification
Daniel Krupp
- r240530 - Remove a limited and somewhat questionable DenseMapInfo specialization
Chandler Carruth
- r240532 - [OPENMP] Codegen for 'depend' clause (OpenMP 4.0).
Alexey Bataev
- r240536 - Silencing some Sphinx warnings about duplicate explicit target names.
Aaron Ballman
- [PATCH] Add support for "fancy" pointers to shared_ptr. Fixes PR20616
Marshall Clow
- [PATCH] clang-format some of the files in lib/Driver. NFC
Douglas Katzman
- [PATCH] Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().
Ed Schouten
- [PATCH] Express Driver::GetFilePath more concisely.
Douglas Katzman
- r240545 - Express Driver::GetFilePath more concisely.
Douglas Katzman
- r240548 - clang-format: [JS] Support regex literals containing quotes (' and ").
Daniel Jasper
- [libclc] r240552 - prepare-builtins: Fix build with LLVM 3.7
Tom Stellard
- [PATCH] Driver: Add AMDGPU toolchain
Tom Stellard
- [PATCH] Relax assertion in x86_64 byval argument handling for 32-bit pointers
Derek Schuff
- [PATCH] Remove environment variables from driver tests
Steven Wu
- [PATCH] Add missing modules/header - stage 1
John Thompson
- r240571 - [Preprocessor] Iterating over all macros should include those from modules.
Jordan Rose
- r240574 - Remove environment variables from driver tests
Steven Wu
- [PATCH] PR21174 - clang only searches current working directory for precompiled include file
Kim Gräsman
- r240596 - Replace __double_underscored type nullability qualifiers with _Uppercase_underscored
Douglas Gregor
- r240597 - Add __nonnull/__nullable/__null_unspecified predefines for Darwin.
Douglas Gregor
- r240600 - Relax assertion in x86_64 byval argument handling for 32-bit pointers
Derek Schuff
- r240601 - update comment
Derek Schuff
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- [PATCH] Fix for bug 22941, [asm inline] integer template parameter ...
Sunil Srivastava
- r240607 - [ARM] The bits set in the variable HW_FP could get unset
Ranjeet Singh
- r240611 - [Concepts] Parsing of requires-clause in template-declaration
Hubert Tong
- r240612 - Consolidate and unify initializer list deduction
Hubert Tong
- [PATCH] libunwind: Fix unw_getcontext() return value on AArch64.
Logan Chien
- r240618 - [UBSan] Allow to use -fsanitize=vptr only on Mac OS 10.9+
Alexey Samsonov
- [PATCH] Bump X86 Darwin MaxVectorAlign to 64, for AVX512.
Ahmed Bougacha
- r240619 - Update darwin SDK version parsing to support OSX and simulator
Steven Wu
- r240624 - clang-format: [Proto] Don't treat "operator" as keyword.
Daniel Jasper
- [PATCH] Make locale code compile on CloudABI.
Ed Schouten
- r240628 - Teach Clang about the PPC64 memory sanitizer implementation.
Jay Foad
- [PATCH] [OPENMP] Initial support for array sections (OpenMP 4.0).
Alexey Bataev
- r240643 - Fix a crash by division by zero in analyzer
Daniel Marjamaki
- [PATCH] [PPC] Implement vmrgew and vmrgow instructions
Kit Barton
- r240653 - Fix #pragma redefine_extname when there is a local variable of the same name. The local should not be renamed, only the externally-available declaration should be.
Aaron Ballman
- [PATCH] Fix alignment issues in Clang.
James Y Knight
- [PATCH] [Support] Lazy load of dbghlp.dll on Windows
Leny Kholodov
- [PATCH] Use more range-based for loops
Douglas Katzman
- Fwd: r225956 - Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info location handling (and follow-up commits).
David Blaikie
- [PATCH] Warn, if parameter is used in ctor body after being used for move-construct
David Blaikie
- r240659 - [NVPTX] Fixed a typo in __nvvm_atom_min_gen_l() type string.
Artem Belevich
- r240664 - Omit 'nodebug' methods from the class description.
Paul Robinson
- [PATCH] [MIPS] Add support for direct-to-nacl in Clang
Petar Jovanovic
- r240669 - [CUDA] Implemented __nvvm_atom_*_gen_* builtins.
Artem Belevich
- r240674 - Use more range-based for loops
Douglas Katzman
- [PATCH] Add -miphonesimulator-version-min as alias to -ios-simulator-version-min.
Chris Bieneman
- r240680 - Rename local variable CCCPrintActions -> CCCPrintPhases.
Douglas Katzman
- r240685 - [clang-fuzzer] Update clang-fuzzer to API change in r240225.
Alexey Samsonov
- r240686 - Add -miphonesimulator-version-min as alias to -ios-simulator-version-min.
Chris Bieneman
- [Patch][Clang/CodeGen] Fixes invalid shufflevector instruction
Pflanzer, Moritz
- [PATCH] [Parse] Allow 'constexpr' in condition declarations
Meador Inge
- [PATCH] [Sema] Maintain ellipsis location when transforming lambda captures
Meador Inge
- r240691 - [modules] Fix findDirectiveAtLoc to not call a member function on a null pointer.
Richard Smith
- r240693 - Speculative fix for the broken bots.
Chris Bieneman
- [PATCH] FileCheck-ize test and make sure more things don't happen.
Paul Robinson
- r240696 - docs: Fix bad link in SafeStack.rst.
Peter Collingbourne
- [PATCH] Allow deque to handle incomplete types
Evgeniy Stepanov
- r240700 - [modules] Properly merge visibility of class definitions that got merged while
Richard Smith
- r240707 - [Parse] Allow 'constexpr' in condition declarations
Meador Inge
- r240710 - This should actually fix the broken bots.
Chris Bieneman
- [PATCH] [CFI] Diagnose when we CFI in diagnostic mode is unavailable on a toolchain.
Alexey Samsonov
- r240715 - Display profile file name when emitting a file not found diagnostic.
Diego Novillo
- Add GCC-compatible flags -fprofile-generate and -fprofile-use
Diego Novillo
- r240716 - [CFI] Diagnose when we CFI in diagnostic mode is unavailable on a toolchain.
Alexey Samsonov
- r240718 - Fix the test added in r240710.
Jonathan Roelofs
- r240720 - Remove `requires` for x86 CPU features.
Sean Silva
- r240725 - [docs] Several updates to the Address Sanitizer webpage.
Anna Zaks
- r240734 - Fix a typo correction crash when resolving ambiguous corrections.
Kaelyn Takata
- r240735 - [CodeGen] Restrict isTriviallyRecursive to predefined lib functions forwarding to lib functions
David Majnemer
- [PATCH] [Sema] Union(s) cannot have virtual functions
Davide Italiano
- [PATCH] [OpenMP] Add TLS-based implementation for threadprivate directive
Samuel Antao
- [PATCH] Add an inttypes.h wrapper that fixes up some macros in Microsoft mode
Nico Weber
- r240740 - [Sema] Maintain ellipsis location when transforming lambda captures
Meador Inge
- r240741 - Add an inttypes.h wrapper that fixes up some macros in Microsoft mode.
Nico Weber
- r240742 - [Sema] Commit a better fix for r240242
Davide Italiano
- r240743 - Add new file from r240741 to CMakeLists.txt.
Nico Weber
- r240747 - FileCheck-ize test and make sure more things don't happen.
Paul Robinson
- [PATCH] [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Антон Ярцев
- r240752 - Fix crash-on-invalid bug in template instantiation.
Manuel Klimek
- r240761 - [ObjC] Add NSValue support for objc_boxed_expressions
Alex Denisov
- [PATCH] clang-format: Allow space after 'if' but not '@synchronized'.
strager
- [PATCH] missing the consideration of calling conversion in around 81 clang regression tests.
Maggie Yi
- [PATCH] [OPENMP] Parsing and sema support for #pragma omp target data" directive.
Kelvin Li
- r240791 - clang-format some of the files in lib/Driver. NFC
Douglas Katzman
- r240800 - [static analyzer] Analyzer is skipping forward declared C/C++ functions
Anna Zaks
- r240801 - Avoid false positive/negative test results from line directive interference.NFC.
Chad Rosier
- [PATCH] clang-format: Adjust Mozilla style defaults
Birunthan Mohanathas
- [PATCH] Avoid false positive/negative test results from line directive interference
Chad Rosier
- r240808 - [PPC]: Fix bug in getMultiarchTriple.
Douglas Katzman
- [PATCH] clang-format: Add option to break after definition return type for top-level functions only
Birunthan Mohanathas
- r240821 - Add missing builtins to altivec.h for ABI compliance (vol. 1)
Nemanja Ivanovic
- r240833 - Add a testcase for bitfield debug info.
Adrian Prantl
- [PATCH] clang-format: Alphabetize FormatStyle members
Birunthan Mohanathas
- [PATCH] clang-format: Add missing members to FormatStyle::operator==
Birunthan Mohanathas
- [PATCH] clang-format: Stop old options from overriding new options
Birunthan Mohanathas
- r240872 - Suppress clang/test/CodeGen/builtins-ppc-p8vector.c for -Asserts for now. Will fix later.
NAKAMURA Takumi
- r240879 - clang-format: Fix language of DisableFormat description
Birunthan Mohanathas
- [PATCH] [clang-tidy] Add new IdentifierCase check.
Beren Minor
- [libclc] r240881 - Properly initialize Module pointer
Jeroen Ketema
- r240888 - Fix typo. NFC.
Alex Denisov
- r240889 - [Sema] Unions cannot have virtual functions.
Davide Italiano
- r240896 - clang-format: Support @autoreleasepool.
Nico Weber
- LLVM buildmaster will be restarted in an hour
Galina Kistanova
- r240902 - [Driver] x86-64 Windows is always PIC
David Majnemer
- r240907 - clang-format: Alphabetize FormatStyle members
Birunthan Mohanathas
- r240908 - clang-format: Add missing members to FormatStyle::operator==
Birunthan Mohanathas
- r240909 - clang-format: Stop old options from overriding new options
Birunthan Mohanathas
- [PATCH] Enhance clang-tidy readability-simplify-boolean-expr to handle 'if (e) return true; return false; ' and improve replacement expressions.
Richard
- r240912 - [PPC] fixes typos in builtins-ppc-p8vector.c
Jingyue Wu
- r240920 - Revert r240872, "Suppress clang/test/CodeGen/builtins-ppc-p8vector.c for -Asserts for now. Will fix later."
NAKAMURA Takumi
- [PATCH] PR10405 Missing actual type (aka) in error message when using decltype as a template parameter
Nikola Smiljanić
- r240921 - [MS ABI] Unify constant and non-constant member pointer conversion
David Majnemer
- r240923 - Delete unused variables.
Frederic Riss
Last message date:
Sun Jun 28 21:41:58 PDT 2015
Archived on: Tue Aug 4 15:32:15 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).