1998-09-07 01:45:24 +02:00
|
|
|
#ifndef _TIME_H
|
1998-08-09 19:39:48 +02:00
|
|
|
#if defined __need_time_t || defined __need_clock_t || defined __need_timespec
|
|
|
|
# include <time/time.h>
|
|
|
|
#else
|
|
|
|
# include <time/time.h>
|
2004-03-14 22:12:06 +01:00
|
|
|
# include <xlocale.h>
|
1998-08-09 19:39:48 +02:00
|
|
|
|
2005-12-23 02:55:26 +01:00
|
|
|
__BEGIN_DECLS
|
|
|
|
|
2002-08-28 01:36:31 +02:00
|
|
|
extern __typeof (strftime_l) __strftime_l;
|
2003-01-01 00:13:55 +01:00
|
|
|
libc_hidden_proto (__strftime_l)
|
2002-08-28 01:36:31 +02:00
|
|
|
extern __typeof (strptime_l) __strptime_l;
|
|
|
|
|
2002-08-03 14:09:37 +02:00
|
|
|
libc_hidden_proto (time)
|
|
|
|
libc_hidden_proto (asctime)
|
|
|
|
libc_hidden_proto (mktime)
|
|
|
|
libc_hidden_proto (timelocal)
|
|
|
|
libc_hidden_proto (localtime)
|
|
|
|
libc_hidden_proto (strftime)
|
|
|
|
libc_hidden_proto (strptime)
|
|
|
|
|
2005-07-13 08:26:17 +02:00
|
|
|
librt_hidden_proto (clock_gettime)
|
|
|
|
|
1998-08-09 19:39:48 +02:00
|
|
|
/* Now define the internal interfaces. */
|
|
|
|
struct tm;
|
|
|
|
|
1998-12-08 17:10:10 +01:00
|
|
|
/* Defined in mktime.c. */
|
Update.
* ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
_nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
_nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
_nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
_nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
_nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
_nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
_nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
_nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
_nl_C_LC_CTYPE_width: Declare as hidden.
* include/locale.h: Declare _nl_locale_file_list.
* locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
* locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
* locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
* locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
* locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
* locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
* locale/C-name.c: Define _nl_C_LC_NAME as hidden.
* locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
* locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
* locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
* locale/C-time.c: Define _nl_C_LC_TIME as hidden.
* locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
_nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
_nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
_nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
_nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
_nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
_nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
_nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
_nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
_nl_C_LC_CTYPE_width, and as hidden.
* locale/findlocale.c: Declare _nl_C as hidden.
* locale/newlocale.c: Likewise.
* locale/setlocale.c: Define _nl_C as hidden. Remove declaration of
_nl_locale_file_list.
* locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
_nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
Define _nl_C_locobj as hidden.
* malloc/mtrace.c (_mtrace_file): Define as hidden.
(_mtrace_line): Likewise.
* include/time.h: Declare __mon_yday as hidden.
* time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
* libio/libioP.h: Declare __libio_codecvt as hidden.
* libio/fileops.c: Declare __libio_translit as hidden.
* libio/iofwide.c: Define __libio_translit as hidden.
* login/getutent_r.c: Define __libc_utmp_lock as hidden.
* login/getutid_r.c: Declare __libc_utmp_lock as hidden.
* login/getutline_r.c: Likewise.
* login/utmpname.c: Likewise.
* login/utmp-private.h: Declare __libc_utmp_file_functions,
__libc_utmp_unknown_functions, __libc_utmp_jump_table, and
__libc_utmp_file_name as hidden.
* locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
* locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
* locale/freelocale.c: Likewise.
* locale/lc-time.c: Likewise.
* sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
(__libc_ptyname2): Likewise.
* sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
hidden.
(__libc_ptyname2): Likewise.
* sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
* sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
* sysdeps/generic/init-first.c: Likewise.
* sysdeps/i386/init-first.c: Likewise.
* sysdeps/mach/hurd/i386/init-first.c: Likewise.
* sysdeps/mach/hurd/mips/init-first.c: Likewise.
* sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
* sysdeps/sh/init-first.c: Likewise.
* sysdeps/unix/sysv/aix/init-first.c: Likewise.
* sysdeps/unix/sysv/linux/init-first.c: Likewise.
2002-03-13 07:33:52 +01:00
|
|
|
extern const unsigned short int __mon_yday[2][13] attribute_hidden;
|
1998-12-08 17:10:10 +01:00
|
|
|
|
|
|
|
/* Defined in localtime.c. */
|
2002-03-12 11:25:36 +01:00
|
|
|
extern struct tm _tmbuf attribute_hidden;
|
1998-12-08 17:10:10 +01:00
|
|
|
|
|
|
|
/* Defined in tzset.c. */
|
1999-11-23 18:22:17 +01:00
|
|
|
extern char *__tzstring (const char *string);
|
1998-12-08 17:10:10 +01:00
|
|
|
|
|
|
|
/* Defined in tzset.c. */
|
2002-03-12 11:25:36 +01:00
|
|
|
extern size_t __tzname_cur_max attribute_hidden;
|
1998-12-08 17:10:10 +01:00
|
|
|
|
|
|
|
|
2002-03-12 11:25:36 +01:00
|
|
|
extern int __use_tzfile attribute_hidden;
|
1998-12-08 17:10:10 +01:00
|
|
|
|
1999-10-19 15:53:34 +02:00
|
|
|
extern void __tzfile_read (const char *file, size_t extra,
|
1999-11-23 18:22:17 +01:00
|
|
|
char **extrap);
|
2003-02-01 21:53:16 +01:00
|
|
|
extern void __tzfile_compute (time_t timer, int use_localtime,
|
|
|
|
long int *leap_correct, int *leap_hit,
|
|
|
|
struct tm *tp);
|
1999-10-19 15:53:34 +02:00
|
|
|
extern void __tzfile_default (const char *std, const char *dst,
|
1999-11-23 18:22:17 +01:00
|
|
|
long int stdoff, long int dstoff);
|
1998-12-08 17:10:10 +01:00
|
|
|
|
1998-08-09 19:39:48 +02:00
|
|
|
/* Subroutine of `mktime'. Return the `time_t' representation of TP and
|
|
|
|
normalize TP, given that a `struct tm *' maps to a `time_t' as performed
|
|
|
|
by FUNC. Keep track of next guess for time_t offset in *OFFSET. */
|
1999-10-19 15:53:34 +02:00
|
|
|
extern time_t __mktime_internal (struct tm *__tp,
|
|
|
|
struct tm *(*__func) (const time_t *,
|
|
|
|
struct tm *),
|
1999-11-23 18:22:17 +01:00
|
|
|
time_t *__offset);
|
1999-10-19 15:53:34 +02:00
|
|
|
extern struct tm *__localtime_r (__const time_t *__timer,
|
2002-03-15 10:30:44 +01:00
|
|
|
struct tm *__tp) attribute_hidden;
|
1998-08-09 19:39:48 +02:00
|
|
|
|
1999-10-19 15:53:34 +02:00
|
|
|
extern struct tm *__gmtime_r (__const time_t *__restrict __timer,
|
1999-11-23 18:22:17 +01:00
|
|
|
struct tm *__restrict __tp);
|
2002-08-05 01:32:14 +02:00
|
|
|
libc_hidden_proto (__gmtime_r)
|
1999-10-06 05:46:48 +02:00
|
|
|
|
1998-08-09 19:39:48 +02:00
|
|
|
/* Compute the `struct tm' representation of *T,
|
|
|
|
offset OFFSET seconds east of UTC,
|
|
|
|
and store year, yday, mon, mday, wday, hour, min, sec into *TP.
|
|
|
|
Return nonzero if successful. */
|
1999-10-19 15:53:34 +02:00
|
|
|
extern int __offtime (__const time_t *__timer,
|
|
|
|
long int __offset,
|
1999-11-23 18:22:17 +01:00
|
|
|
struct tm *__tp);
|
1998-08-09 19:39:48 +02:00
|
|
|
|
1999-11-23 18:22:17 +01:00
|
|
|
extern char *__asctime_r (__const struct tm *__tp, char *__buf);
|
|
|
|
extern void __tzset (void);
|
1998-08-09 19:39:48 +02:00
|
|
|
|
1998-12-08 17:10:10 +01:00
|
|
|
/* Prototype for the internal function to get information based on TZ. */
|
1999-11-23 18:22:17 +01:00
|
|
|
extern struct tm *__tz_convert (const time_t *timer, int use_localtime, struct tm *tp);
|
1998-12-08 17:10:10 +01:00
|
|
|
|
1998-08-09 19:39:48 +02:00
|
|
|
/* Return the maximum length of a timezone name.
|
|
|
|
This is what `sysconf (_SC_TZNAME_MAX)' does. */
|
1999-11-23 18:22:17 +01:00
|
|
|
extern long int __tzname_max (void);
|
1998-08-09 19:39:48 +02:00
|
|
|
|
1999-10-19 15:53:34 +02:00
|
|
|
extern int __nanosleep (__const struct timespec *__requested_time,
|
1999-11-23 18:22:17 +01:00
|
|
|
struct timespec *__remaining);
|
2006-07-31 07:57:52 +02:00
|
|
|
libc_hidden_proto (__nanosleep)
|
2006-07-29 07:07:43 +02:00
|
|
|
extern int __nanosleep_nocancel (__const struct timespec *__requested_time,
|
2006-07-31 07:57:52 +02:00
|
|
|
struct timespec *__remaining)
|
|
|
|
attribute_hidden;
|
1999-11-23 18:22:17 +01:00
|
|
|
extern int __getdate_r (__const char *__string, struct tm *__resbufp);
|
2000-11-01 09:10:10 +01:00
|
|
|
|
|
|
|
|
|
|
|
/* Determine CLK_TCK value. */
|
|
|
|
extern int __getclktck (void);
|
2003-06-25 02:00:50 +02:00
|
|
|
|
|
|
|
|
2004-03-14 22:12:06 +01:00
|
|
|
/* strptime support. */
|
|
|
|
/* Status of lookup: do we use the locale data or the raw data? */
|
2005-12-23 02:55:26 +01:00
|
|
|
#ifndef __cplusplus
|
2006-01-10 20:46:49 +01:00
|
|
|
/* C++ cannot deal with using 'not'. */
|
2004-03-14 22:12:06 +01:00
|
|
|
enum ptime_locale_status { not, loc, raw };
|
|
|
|
|
|
|
|
extern char * __strptime_internal (const char *rp, const char *fmt,
|
|
|
|
struct tm *tm,
|
|
|
|
enum ptime_locale_status *decided,
|
* posix/regex_internal.h (re_sub_match_top_t): Remove unused member
next_last_offset.
(struct re_dfa_t): Remove unused member states_alloc.
* posix/regcomp.c (init_dfa): Don't initialize unused members.
2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
* posix/regexec.c (set_regs): Don't alloca with an unbounded size.
alloca modernization/simplification for regex.
* posix/regex.c: Remove portability cruft for alloca. This no longer
needs to be at the start of the file, and can be moved into
regex_internal.h and simplified.
* posix/regex_internal.h: Include <alloca.h>.
(__libc_use_alloca) [!defined _LIBC]: New macro.
* posix/regexec.c (build_trtable): Remove "#ifdef _LIBC",
since the code now works outside glibc.
2005-09-06 Ulrich Drepper <drepper@redhat.com>
* include/regex.h: Remove use of _RE_ARGS.
2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
* posix/regexec.c (find_recover_state): Change "err" to "*err".
2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
* posix/regcomp.c (regerror): Pointer args are 'restrict',
as per POSIX.
* posix/regex.h (regerror): Likewise.
* manual/pattern.texi (POSIX Regexp Compilation): Likewise.
Similarly for regcomp and regexec. Also, first 2 args of regexec
and 2nd arg of regerror are const.
* posix/regex.c: Do not include <sys/types.h>, as POSIX no longer
requires this. (The code never needed it.)
2005-08-20 Paul Eggert <eggert@cs.ucla.edu>
* posix/regexec.c (sift_states_bkref): re_node_set_insert returns
int, not reg_errcode_t.
* posix/regex_internal.c (calc_state_hash): Put 'inline' before type,
since some broken compilers warn about it otherwise.
* posix/regcomp.c (create_initial_state): Remove duplicate decl.
2005-08-20 Paul Eggert <eggert@cs.ucla.edu>
* posix/regex.h (_RE_ARGS): Remove. No longer needed, since we assume
C89 or better. All uses removed.
2005-09-06 Ulrich Drepper <drepper@redhat.com>
* posix/regex.c: Prevent using C++ compilers.
2005-08-19 Paul Eggert <eggert@cs.ucla.edu>
* posix/regcomp.c (duplicate_node): Return new index, not an error
code, and let the caller return REG_ESPACE if out of space. This
removes an uninitialied-variable warning with GCC 4.0.1, and also
avoids taking the address of a local variable. All callers
changed.
2005-09-06 Ulrich Drepper <drepper@redhat.com>
* include/time.h (__strptime_internal): Rename parameter to avoid
bogus compiler warning.
2005-08-19 Jim Meyering <jim@meyering.net>
* posix/regexec.c (proceed_next_node): Redo local variables to
avoid GCC shadowing warnings.
2005-09-06 Ulrich Drepper <drepper@redhat.com>
* posix/regex_internal.c (re_acquire_state): Minor code rearrangement.
(re_acquire_state_context): Likewise.
2005-08-19 Paul Eggert <eggert@cs.ucla.edu>
* posix/regex_internal.c (re_string_realloc_buffers):
(re_node_set_insert, re_node_set_insert_last, re_dfa_add_node):
Rename local variables to avoid GCC shadowing warnings.
2005-07-08 Eric Blake <ebb9@byu.net>
Paul Eggert <eggert@cs.ucla.edu>
* posix/regcomp.c (init_dfa): Store __btowc value in wint_t, not
wchar_t. Remove now-unnecessary cast.
(build_range_exp): Likewise.
2005-09-06 23:15:13 +02:00
|
|
|
int era_cnt, __locale_t locparam)
|
2004-03-14 22:12:06 +01:00
|
|
|
internal_function;
|
2005-12-23 02:55:26 +01:00
|
|
|
#endif
|
2004-03-14 22:12:06 +01:00
|
|
|
|
2004-04-04 02:41:39 +02:00
|
|
|
extern double __difftime (time_t time1, time_t time0);
|
2004-03-14 22:12:06 +01:00
|
|
|
|
|
|
|
|
2003-06-25 02:00:50 +02:00
|
|
|
/* Use in the clock_* functions. Size of the field representing the
|
|
|
|
actual clock ID. */
|
2003-06-25 10:47:01 +02:00
|
|
|
#ifndef _ISOMAC
|
|
|
|
# define CLOCK_IDFIELD_SIZE 3
|
|
|
|
#endif
|
2005-12-23 02:55:26 +01:00
|
|
|
|
|
|
|
__END_DECLS
|
|
|
|
|
1998-08-09 19:39:48 +02:00
|
|
|
#endif
|
1998-09-07 01:45:24 +02:00
|
|
|
#endif
|