clang debugging code in stable/12 and current

2018-10-21 Thread Thomas Eberhardt
It looks like the enabling of debugging code in clang/llvm was flipped around during the stable/12 branch. See the definition of NDEBUG in lib/clang/llvm.build.mk line 20: current before r339436: #CFLAGS+= -DNDEBUG after r339436: CFLAGS+=-DNDEBUG stable/12 at r339435: #CFLAGS+=

Weekday missing in date(1) output

2016-07-03 Thread Thomas Eberhardt
22:14:22 CEST stable10 gives: % env LANG=de_DE.UTF-8 date So 3 Jul 2016 19:34:18 CEST Is this intentional? Regards, Thomas Eberhardt ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current