diff --git a/www/cxx1z_status.html b/www/cxx1z_status.html
index 284933cb8..59fb7a8a1 100644
--- a/www/cxx1z_status.html
+++ b/www/cxx1z_status.html
@@ -77,6 +77,22 @@
| P0156R0 | LWG | Variadic lock_guard(rev 3). | Kona | | |
| P0074R0 | LWG | Making std::owner_less more flexible | Kona | Complete | 3.8 |
| P0013R1 | LWG | Logical type traits rev 2 | Kona | Complete | 3.8 |
+ | | | | | |
+ | P0024R2 | LWG | The Parallelism TS Should be Standardized | Jacksonville | | |
+ | P0226R1 | LWG | Mathematical Special Functions for C++17 | Jacksonville | | |
+ | P0220R1 | LWG | Adopt Library Fundamentals V1 TS Components for C++17 | Jacksonville | | |
+ | P0218R1 | LWG | Adopt the File System TS for C++17 | Jacksonville | | |
+ | P0033R1 | LWG | Re-enabling shared_from_this | Jacksonville | | |
+ | P0005R4 | LWG | Adopt not_fn from Library Fundamentals 2 for C++17 | Jacksonville | | |
+ | P0152R1 | LWG | constexpr atomic::is_always_lock_free | Jacksonville | | |
+ | P0185R1 | LWG | Adding [nothrow-]swappable traits | Jacksonville | | |
+ | P0253R1 | LWG | Fixing a design mistake in the searchers interface | Jacksonville | | |
+ | P0025R0 | LWG | An algorithm to "clamp" a value between a pair of boundary values | Jacksonville | | |
+ | P0154R1 | LWG | constexpr std::hardware_{constructive,destructive}_interference_size | Jacksonville | | |
+ | P0030R1 | LWG | Proposal to Introduce a 3-Argument Overload to std::hypot | Jacksonville | | |
+ | P0031R0 | LWG | A Proposal to Add Constexpr Modifiers to reverse_iterator, move_iterator, array and Range Access | Jacksonville | | |
+ | P0272R1 | LWG | Give std::string a non-const .data() member function | Jacksonville | | |
+ | P0077R2 | LWG | is_callable, the missing INVOKE related trait | Jacksonville | | |
@@ -185,6 +201,36 @@
| 2489 | mem_fn() should be noexcept | Kona | Complete |
| 2492 | Clarify requirements for comp | Kona | Complete |
| 2495 | There is no such thing as an Exception Safety element | Kona | Complete |
+ | | | |
+ | 2192 | Validity and return type of std::abs(0u) is unclear | Jacksonville | |
+ | 2276 | Missing requirement on std::promise::set_exception | Jacksonville | |
+ | 2296 | std::addressof should be constexpr | Jacksonville | |
+ | 2450 | (greater|less|greater_equal|less_equal)<void> do not yield a total order for pointers | Jacksonville | |
+ | 2520 | N4089 broke initializing unique_ptr<T[]> from a nullptr | Jacksonville | |
+ | 2522 | [fund.ts.v2] Contradiction in set_default_resource specification | Jacksonville | |
+ | 2523 | std::promise synopsis shows two set_value_at_thread_exit()'s for no apparent reason | Jacksonville | Complete |
+ | 2537 | Constructors for priority_queue taking allocators should call make_heap | Jacksonville | |
+ | 2539 | [fund.ts.v2] invocation_trait definition definition doesn't work for surrogate call functions | Jacksonville | |
+ | 2545 | Simplify wording for bind without explicitly specified return type | Jacksonville | |
+ | 2557 | Logical operator traits are broken in the zero-argument case | Jacksonville | Complete |
+ | 2558 | [fund.ts.v2] Logical operator traits are broken in the zero-argument case | Jacksonville | Complete |
+ | 2559 | Error in LWG 2234's resolution | Jacksonville | Complete |
+ | 2560 | is_constructible underspecified when applied to a function type | Jacksonville | Broken in 3.6; See r261653. |
+ | 2565 | std::function's move constructor should guarantee nothrow for reference_wrappers and function pointers | Jacksonville | |
+ | 2566 | Requirements on the first template parameter of container adaptors | Jacksonville | |
+ | 2571 | §[map.modifiers]/2 imposes nonsensical requirement on insert(InputIterator, InputIterator) | Jacksonville | Complete |
+ | 2572 | The remarks for shared_ptr::operator* should apply to cv-qualified void as well | Jacksonville | Complete |
+ | 2574 | [fund.ts.v2] std::experimental::function::operator=(F&&) should be constrained | Jacksonville | |
+ | 2575 | [fund.ts.v2] experimental::function::assign should be removed | Jacksonville | |
+ | 2576 | istream_iterator and ostream_iterator should use std::addressof | Jacksonville | |
+ | 2577 | {shared,unique}_lock should use std::addressof | Jacksonville | |
+ | 2579 | Inconsistency wrt Allocators in basic_string assignment vs. basic_string::assign | Jacksonville | |
+ | 2581 | Specialization of <type_traits> variable templates should be prohibited | Jacksonville | Complete |
+ | 2582 | §[res.on.functions]/2's prohibition against incomplete types shouldn't apply to type traits | Jacksonville | |
+ | 2583 | There is no way to supply an allocator for basic_string(str, pos) | Jacksonville | |
+ | 2585 | forward_list::resize(size_type, const value_type&) effects incorrect | Jacksonville | |
+ | 2586 | Wrong value category used in scoped_allocator_adaptor::construct() | Jacksonville | |
+ | 2590 | Aggregate initialization for std::array | Jacksonville | Complete |
- Last Updated: 25-Feb-2016
+ Last Updated: 6-Mar-2016