view modules/stat-time @ 40210:44073ad4207f

unictype/numeric: Fix undefined behaviour. Reported by Jeffrey Walton <noloader@gmail.com>. * lib/unictype/numeric.c (uc_numeric_value): Avoid undefined behaviour on shift overflow, caught by "gcc -fsanitize=undefined". * lib/unictype/bidi_of.c (uc_bidi_class): Add cast, for clarity. * lib/unictype/categ_of.c (lookup_withtable): Likewise. * lib/unictype/joininggroup_of.c (uc_joining_group): Likewise.
author Bruno Haible <bruno@clisp.org>
date Fri, 08 Mar 2019 19:17:37 +0100
parents 2d6db3f14060
children
line wrap: on
line source

Description:
stat-related time functions

Files:
lib/stat-time.h
lib/stat-time.c
m4/stat-time.m4

Depends-on:
time
errno
extensions
extern-inline
intprops

configure.ac:
gl_STAT_TIME
gl_STAT_BIRTHTIME

Makefile.am:
lib_SOURCES += stat-time.c

Include:
"stat-time.h"

License:
LGPLv2+

Maintainer:
Paul Eggert and Jim Meyering