diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2003-09-06 21:34:07 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2003-09-06 21:34:07 +0000 |
commit | 7b224479dcac36108cbf435aff9b45767143ed25 (patch) | |
tree | 47f6922e9be9b9870e9139ec3863c21eb87ab0a3 /MODULES.html.sh | |
parent | 346048a288f00c94a93f05e0de073695dedb4325 (diff) | |
download | gnulib-7b224479dcac36108cbf435aff9b45767143ed25.tar.gz |
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
and gmtime_r, now supplied by the time_r module. This fixes some timegm
bugs and cleans up mktime and strftime a bit.
Diffstat (limited to 'MODULES.html.sh')
-rwxr-xr-x | MODULES.html.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MODULES.html.sh b/MODULES.html.sh index 5b552b74a7..7d586af62d 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1689,6 +1689,7 @@ func_all_modules () func_module readlink func_module stat func_module lstat + func_module time_r func_module timespec func_module nanosleep func_module regex |