Custom Query (4799 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 4799)

Ticket Resolution Summary Owner Reporter
#5410 fixed iproute2-6.7.0 (Wait for linux-6.7.1) Xi Ruoyao Bruce Dubbs
Description

New minor version.

#5409 fixed Fix C.UTF-8 locale definition Douglas R. Reno Xi Ruoyao
Description

In Glibc we have:

localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true

This is causing a test failure in epiphany-45.2:

not ok /src/ephy-encodings/create - epiphany:ERROR:../tests/ephy-encodings-test.c:47:test_ephy_encodings_create: assertion failed (ephy_encoding_get_collation_key (encoding) == "Unicode (UTF-8)"): ("Wpkeqfg\"*WVH/:+" == "Unicode (UTF-8)")
Bail out!

To me we should just use

localedef -i C -f UTF-8 C.UTF-8

instead. It fixes the epiphany test failure for me. And it also removes the necessity of 2>/dev/null || true.

#5408 fixed bc-6.7.5 Xi Ruoyao Bruce Dubbs
Description

New point version.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.