Bug#444589: strftime(%Y) overflows into the negatives for very positive years: the most positive and the most negative times are 1 second apart

2022-07-07 Thread наб
0800 -2147481748-01-01 00:00:00 $ TZ=UTC0 ./strdate '%F %T' 67768036191676799 -2147481749-12-31 23:59:59 $ TZ=UTC0 ./strdate '%F %T' -67768040609740800 -2147481748-01-01 00:00:00 -- >8 -- I can reproduce this on bullseye and sid (2.33-7); substituting experimental (2.34) glibc unrelatedly segfaults. Best, наб signature.asc Description: PGP signature

Bug#444589: strftime(%Y) overflows into the negatives for very positive years

2022-07-07 Thread наб
In my haste I forgot to note, that, unsurprisingly, the same holds for %G and %C: -- >8 -- $ TZ=UTC0 ./a.out '%F %G %C %s' 67768036191676799 -2147481749-12-31 -2147481748 -21474818 67768036191676799 -- >8 -- наб signature.asc Description: PGP signature

Bug#1037198: locales: please parallelise locale-gen

2023-06-07 Thread наб
Package: locales Version: 2.36-9 Severity: wishlist Tags: patch Dear Maintainer, Posting as a bug per comment from Andrej; originally posted 2022-05-06 as https://salsa.debian.org/glibc-team/glibc/-/merge_requests/7 Patch based on current Salsa HEAD attached, incl. analysis. Best, наб

Bug#1037198: locales: please parallelise locale-gen

2023-06-15 Thread наб
Hi! On Thu, Jun 15, 2023 at 09:26:43PM +0200, Aurelien Jarno wrote: > On 2023-06-07 16:04, наб wrote: > > Posting as a bug per comment from Andrej; originally posted 2022-05-06 as > > https://salsa.debian.org/glibc-team/glibc/-/merge_requests/7 > > > > Patch