From 5cdd2fd5ff14c113b867df969779c75fca79932e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 29 Nov 2013 06:15:05 -0800 Subject: * configure (config_flags): New variable, allowing us to have stricter diagnosis for configure tests. (have_timegm, need_svid_source, need_bsd_source): New variables. sys/stat.h test only declares static data and compiles an object file. Adding tests for timegm, tzset, setenv and unsetenv. * eval.c (eval_init): Register new intrinsic, make_time_utc. * lib.c (make_time_impl): New static function. (make_time): Reimplemented as call to make_time_impl. (timegm_hack): New conditionally-defined static function. (make_time_utc): New function. * lib.h (make_time_utc): Declared. * txr.1: make-time-utc documented. --- txr.1 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index a647cf53..45780d73 100644 --- a/txr.1 +++ b/txr.1 @@ -1,4 +1,4 @@ -.\"Copyright (C) 2011, Kaz Kylheku . +.\"Copyright (C) 20114 Kaz Kylheku . .\"All rights reserved. .\" .\"BSD License: @@ -10775,12 +10775,13 @@ the format string of the C library function strftime. The