diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-07-07 20:03:00 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-07-07 20:03:00 +0000 |
commit | 81c4fd9ed76693652365ade5cfe1811926de24d8 (patch) | |
tree | 789183e2843e4fc18b975d1ba070c1e4d3bc32fc /Porting/Glossary | |
parent | 2fd0906e146b3dd212fe42571a111fa13d741cc4 (diff) | |
download | perl-81c4fd9ed76693652365ade5cfe1811926de24d8.tar.gz |
Part one of y2038 changes for Schwern
p4raw-id: //depot/perl@34105
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index af6fa64e41..2773c9490c 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -4240,6 +4240,14 @@ setservent_r_proto (d_setservent_r.U): REENTRANT_PROTO_T_ABC macros of reentr.h if d_setservent_r is defined. +sGMTIME_max (time_size.U): + This variable defines the maximum value of the time_t offset that + the system function gmtime () accepts + +sGMTIME_min (time_size.U): + This variable defines the minimum value of the time_t offset that + the system function gmtime () accepts + sh (sh.U): This variable contains the full pathname of the shell used on this system to execute Bourne shell scripts. Usually, this will be |