3 * Copyright (c) 1987-2001, Larry Wall
5 * You may distribute under the terms of either the GNU General Public
6 * License or the Artistic License, as specified in the README file.
14 * This file is being used for x2p stuff.
15 * Above symbol is defined via -D in 'x2p/Makefile.SH'
16 * Decouple x2p stuff from some of perls more extreme eccentricities.
21 #endif /* PERL_FOR_X2P */
30 #if defined(USE_ITHREADS) && defined(USE_5005THREADS)
31 # include "error: USE_ITHREADS and USE_5005THREADS are incompatible"
34 /* XXX This next guard can disappear if the sources are revised
35 to use USE_5005THREADS throughout. -- A.D 1/6/2000
37 #if defined(USE_ITHREADS) && defined(USE_5005THREADS)
38 # include "error: USE_ITHREADS and USE_5005THREADS are incompatible"
41 /* See L<perlguts/"The Perl API"> for detailed notes on
42 * PERL_IMPLICIT_CONTEXT and PERL_IMPLICIT_SYS */
45 # if !defined(MULTIPLICITY)
50 #ifdef USE_5005THREADS
51 # ifndef PERL_IMPLICIT_CONTEXT
52 # define PERL_IMPLICIT_CONTEXT
56 #if defined(MULTIPLICITY)
57 # ifndef PERL_IMPLICIT_CONTEXT
58 # define PERL_IMPLICIT_CONTEXT
62 #ifdef PERL_IMPLICIT_CONTEXT
63 # ifdef USE_5005THREADS
65 # define pTHX register struct perl_thread *thr PERL_UNUSED_DECL
67 # define dTHR dNOOP /* only backward compatibility */
68 # define dTHXa(a) pTHX = (struct perl_thread*)a
73 # define pTHX register PerlInterpreter *my_perl PERL_UNUSED_DECL
75 # define dTHXa(a) pTHX = (PerlInterpreter*)a
77 # define dTHX pTHX = PERL_GET_THX
87 #define CPERLscope(x) x
91 #define PERL_OBJECT_THIS
92 #define _PERL_OBJECT_THIS
93 #define PERL_OBJECT_THIS_
94 #define CALL_FPTR(fptr) (*fptr)
96 #define CALLRUNOPS CALL_FPTR(PL_runops)
97 #define CALLREGCOMP CALL_FPTR(PL_regcompp)
98 #define CALLREGEXEC CALL_FPTR(PL_regexecp)
99 #define CALLREG_INTUIT_START CALL_FPTR(PL_regint_start)
100 #define CALLREG_INTUIT_STRING CALL_FPTR(PL_regint_string)
101 #define CALLREGFREE CALL_FPTR(PL_regfree)
103 #ifdef PERL_FLEXIBLE_EXCEPTIONS
104 # define CALLPROTECT CALL_FPTR(PL_protect)
108 # define PERL_UNUSED_DECL __attribute__((unused))
110 # define PERL_UNUSED_DECL
114 * for silencing unused variables that are actually used most of the time,
115 * but we cannot quite get rid of, such `ax' in PPCODE+noargs xsubs
117 #define PERL_UNUSED_VAR(var) if (0) var = var
120 #define dNOOP extern int Perl___notused PERL_UNUSED_DECL
127 # define dTHXa(a) dNOOP
135 /* these are only defined for compatibility; should not be used internally */
136 #if !defined(pTHXo) && !defined(PERL_CORE)
138 # define pTHXo_ pTHX_
140 # define aTHXo_ aTHX_
142 # define dTHXoa(x) dTHXa(x)
146 # define pTHXx register PerlInterpreter *my_perl
147 # define pTHXx_ pTHXx,
148 # define aTHXx my_perl
149 # define aTHXx_ aTHXx,
153 /* Under PERL_IMPLICIT_SYS (used in Windows for fork emulation)
154 * PerlIO_foo() expands to PL_StdIO->pFOO(PL_StdIO, ...).
155 * dTHXs is therefore needed for all functions using PerlIO_foo(). */
156 #ifdef PERL_IMPLICIT_SYS
162 #undef START_EXTERN_C
166 # define START_EXTERN_C extern "C" {
167 # define END_EXTERN_C }
168 # define EXTERN_C extern "C"
170 # define START_EXTERN_C
171 # define END_EXTERN_C
172 # define EXTERN_C extern
175 #ifdef OP_IN_REGISTER
177 # define stringify_immed(s) #s
178 # define stringify(s) stringify_immed(s)
179 register struct op *Perl_op asm(stringify(OP_IN_REGISTER));
184 * STMT_START { statements; } STMT_END;
185 * can be used as a single statement, as in
186 * if (x) STMT_START { ... } STMT_END; else ...
188 * Trying to select a version that gives no warnings...
190 #if !(defined(STMT_START) && defined(STMT_END))
191 # if defined(__GNUC__) && !defined(__STRICT_ANSI__) && !defined(__cplusplus)
192 # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
195 /* Now which other defined()s do we need here ??? */
196 # if (VOIDFLAGS) && (defined(sun) || defined(__sun__))
197 # define STMT_START if (1)
198 # define STMT_END else (void)0
200 # define STMT_START do
201 # define STMT_END while (0)
206 #define WITH_THX(s) STMT_START { dTHX; s; } STMT_END
207 #define WITH_THR(s) WITH_THX(s)
210 * SOFT_CAST can be used for args to prototyped functions to retain some
211 * type checking; it only casts if the compiler does not know prototypes.
213 #if defined(CAN_PROTOTYPE) && defined(DEBUGGING_COMPILE)
214 #define SOFT_CAST(type)
216 #define SOFT_CAST(type) (type)
219 #ifndef BYTEORDER /* Should never happen -- byteorder is in config.h */
220 # define BYTEORDER 0x1234
223 /* Overall memory policy? */
228 #if 'A' == 65 && 'I' == 73 && 'J' == 74 && 'Z' == 90
235 * The following contortions are brought to you on behalf of all the
236 * standards, semi-standards, de facto standards, not-so-de-facto standards
237 * of the world, as well as all the other botches anyone ever thought of.
238 * The basic theory is that if we work hard enough here, the rest of the
239 * code can be a lot prettier. Well, so much for theory. Sorry, Henry...
242 /* define this once if either system, instead of cluttering up the src */
243 #if defined(MSDOS) || defined(atarist) || defined(WIN32) || defined(NETWARE)
247 #if defined(__STDC__) || defined(vax11c) || defined(_AIX) || defined(__stdc__) || defined(__cplusplus) || defined( EPOC) || defined(NETWARE)
248 # define STANDARD_C 1
251 #if defined(__cplusplus) || defined(WIN32) || defined(__sgi) || defined(OS2) || defined(__DGUX) || defined( EPOC) || defined(__QNX__) || defined(NETWARE)
252 # define DONT_DECLARE_STD 1
255 #if defined(HASVOLATILE) || defined(STANDARD_C)
257 # define VOL // to temporarily suppress warnings
259 # define VOL volatile
265 #define TAINT (PL_tainted = TRUE)
266 #define TAINT_NOT (PL_tainted = FALSE)
267 #define TAINT_IF(c) if (c) { PL_tainted = TRUE; }
268 #define TAINT_ENV() if (PL_tainting) { taint_env(); }
269 #define TAINT_PROPER(s) if (PL_tainting) { taint_proper(Nullch, s); }
271 /* XXX All process group stuff is handled in pp_sys.c. Should these
272 defines move there? If so, I could simplify this a lot. --AD 9/96.
274 /* Process group stuff changed from traditional BSD to POSIX.
275 perlfunc.pod documents the traditional BSD-style syntax, so we'll
276 try to preserve that, if possible.
279 # define BSD_SETPGRP(pid, pgrp) setpgid((pid), (pgrp))
281 # if defined(HAS_SETPGRP) && defined(USE_BSD_SETPGRP)
282 # define BSD_SETPGRP(pid, pgrp) setpgrp((pid), (pgrp))
284 # ifdef HAS_SETPGRP2 /* DG/UX */
285 # define BSD_SETPGRP(pid, pgrp) setpgrp2((pid), (pgrp))
289 #if defined(BSD_SETPGRP) && !defined(HAS_SETPGRP)
290 # define HAS_SETPGRP /* Well, effectively it does . . . */
293 /* getpgid isn't POSIX, but at least Solaris and Linux have it, and it makes
294 our life easier :-) so we'll try it.
297 # define BSD_GETPGRP(pid) getpgid((pid))
299 # if defined(HAS_GETPGRP) && defined(USE_BSD_GETPGRP)
300 # define BSD_GETPGRP(pid) getpgrp((pid))
302 # ifdef HAS_GETPGRP2 /* DG/UX */
303 # define BSD_GETPGRP(pid) getpgrp2((pid))
307 #if defined(BSD_GETPGRP) && !defined(HAS_GETPGRP)
308 # define HAS_GETPGRP /* Well, effectively it does . . . */
311 /* These are not exact synonyms, since setpgrp() and getpgrp() may
312 have different behaviors, but perl.h used to define USE_BSDPGRP
313 (prior to 5.003_05) so some extension might depend on it.
315 #if defined(USE_BSD_SETPGRP) || defined(USE_BSD_GETPGRP)
321 /* Use the reentrant APIs like localtime_r and getpwent_r */
322 /* Win32 has naturally threadsafe libraries, no need to use any _r variants. */
323 #if defined(USE_ITHREADS) && !defined(USE_REENTRANT_API) && !defined(WIN32)
324 # define USE_REENTRANT_API
327 /* HP-UX 10.X CMA (Common Multithreaded Architecure) insists that
328 pthread.h must be included before all other header files.
330 #if (defined(USE_5005THREADS) || defined(USE_ITHREADS)) \
331 && defined(PTHREAD_H_FIRST) && defined(I_PTHREAD)
332 # include <pthread.h>
335 #ifndef _TYPES_ /* If types.h defines this it's easy. */
336 # ifndef major /* Does everyone's types.h define this? */
337 # include <sys/types.h>
351 # include <varargs.h>
355 #ifdef USE_NEXT_CTYPE
357 #if NX_CURRENT_COMPILER_RELEASE >= 500
358 # include <bsd/ctypes.h>
360 # if NX_CURRENT_COMPILER_RELEASE >= 400
361 # include <objc/NXCType.h>
362 # else /* NX_CURRENT_COMPILER_RELEASE < 400 */
363 # include <appkit/NXCType.h>
364 # endif /* NX_CURRENT_COMPILER_RELEASE >= 400 */
365 #endif /* NX_CURRENT_COMPILER_RELEASE >= 500 */
367 #else /* !USE_NEXT_CTYPE */
369 #endif /* USE_NEXT_CTYPE */
371 #ifdef METHOD /* Defined by OSF/1 v3.0 by ctype.h */
383 #if !defined(NO_LOCALE) && defined(HAS_SETLOCALE)
385 # if !defined(NO_LOCALE_COLLATE) && defined(LC_COLLATE) \
386 && defined(HAS_STRXFRM)
387 # define USE_LOCALE_COLLATE
389 # if !defined(NO_LOCALE_CTYPE) && defined(LC_CTYPE)
390 # define USE_LOCALE_CTYPE
392 # if !defined(NO_LOCALE_NUMERIC) && defined(LC_NUMERIC)
393 # define USE_LOCALE_NUMERIC
395 #endif /* !NO_LOCALE && HAS_SETLOCALE */
400 # ifdef PARAM_NEEDS_TYPES
401 # include <sys/types.h>
403 # include <sys/param.h>
406 /* Use all the "standard" definitions? */
407 #if defined(STANDARD_C) && defined(I_STDLIB)
411 /* If this causes problems, set i_unistd=undef in the hint file. */
416 #if defined(HAS_SYSCALL) && !defined(HAS_SYSCALL_PROTO)
417 int syscall(int, ...);
420 #if defined(HAS_USLEEP) && !defined(HAS_USLEEP_PROTO)
421 int usleep(unsigned int);
424 #ifdef PERL_MICRO /* Last chance to export Perl_my_swap */
428 #if !defined(PERL_FOR_X2P) && !defined(WIN32)
432 #define MEM_SIZE Size_t
434 #if defined(STANDARD_C) && defined(I_STDDEF)
436 # define STRUCT_OFFSET(s,m) offsetof(s,m)
438 # define STRUCT_OFFSET(s,m) (Size_t)(&(((s *)0)->m))
441 #if defined(I_STRING) || defined(__cplusplus)
444 # include <strings.h>
447 /* This comes after <stdlib.h> so we don't try to change the standard
448 * library prototypes; we'll use our own in proto.h instead. */
451 # ifdef PERL_POLLUTE_MALLOC
452 # ifndef PERL_EXTMALLOC_DEF
453 # define Perl_malloc malloc
454 # define Perl_calloc calloc
455 # define Perl_realloc realloc
456 # define Perl_mfree free
459 # define EMBEDMYMALLOC /* for compatibility */
461 Malloc_t Perl_malloc (MEM_SIZE nbytes);
462 Malloc_t Perl_calloc (MEM_SIZE elements, MEM_SIZE size);
463 Malloc_t Perl_realloc (Malloc_t where, MEM_SIZE nbytes);
464 /* 'mfree' rather than 'free', since there is already a 'perl_free'
465 * that causes clashes with case-insensitive linkers */
466 Free_t Perl_mfree (Malloc_t where);
468 typedef struct perl_mstats perl_mstats_t;
470 # define safemalloc Perl_malloc
471 # define safecalloc Perl_calloc
472 # define saferealloc Perl_realloc
473 # define safefree Perl_mfree
475 # define safemalloc safesysmalloc
476 # define safecalloc safesyscalloc
477 # define saferealloc safesysrealloc
478 # define safefree safesysfree
479 #endif /* MYMALLOC */
481 #if !defined(HAS_STRCHR) && defined(HAS_INDEX) && !defined(strchr)
483 #define strrchr rindex
491 # if !defined(STANDARD_C) && !defined(I_STRING) && !defined(I_MEMORY)
493 extern char * memcpy (char*, char*, int);
499 # define memcpy(d,s,l) bcopy(s,d,l)
501 # define memcpy(d,s,l) my_bcopy(s,d,l)
504 #endif /* HAS_MEMCPY */
507 # if !defined(STANDARD_C) && !defined(I_STRING) && !defined(I_MEMORY)
509 extern char *memset (char*, int, int);
514 # define memset(d,c,l) my_memset(d,c,l)
515 #endif /* HAS_MEMSET */
517 #if !defined(HAS_MEMMOVE) && !defined(memmove)
518 # if defined(HAS_BCOPY) && defined(HAS_SAFE_BCOPY)
519 # define memmove(d,s,l) bcopy(s,d,l)
521 # if defined(HAS_MEMCPY) && defined(HAS_SAFE_MEMCPY)
522 # define memmove(d,s,l) memcpy(d,s,l)
524 # define memmove(d,s,l) my_bcopy(s,d,l)
529 #if defined(mips) && defined(ultrix) && !defined(__STDC__)
533 #if defined(HAS_MEMCMP) && defined(HAS_SANE_MEMCMP)
534 # if !defined(STANDARD_C) && !defined(I_STRING) && !defined(I_MEMORY)
536 extern int memcmp (char*, char*, int);
540 # pragma function(memcmp)
544 # define memcmp my_memcmp
546 #endif /* HAS_MEMCMP && HAS_SANE_MEMCMP */
550 # define memzero(d,l) memset(d,0,l)
553 # define memzero(d,l) bzero(d,l)
555 # define memzero(d,l) my_bzero(d,l)
562 # define memchr(s,c,n) ninstr((char*)(s), ((char*)(s)) + n, &(c), &(c) + 1)
568 # define bcmp(s1,s2,l) memcmp(s1,s2,l)
570 #endif /* !HAS_BCMP */
573 # include <netinet/in.h>
577 # include <arpa/inet.h>
580 #if defined(SF_APPEND) && defined(USE_SFIO) && defined(I_SFIO)
581 /* <sfio.h> defines SF_APPEND and <sys/stat.h> might define SF_APPEND
582 * (the neo-BSD seem to do this). */
587 # include <sys/stat.h>
590 /* The stat macros for Amdahl UTS, Unisoft System V/88 (and derivatives
591 like UTekV) are broken, sometimes giving false positives. Undefine
592 them here and let the code below set them to proper values.
594 The ghs macro stands for GreenHills Software C-1.8.5 which
595 is the C compiler for sysV88 and the various derivatives.
596 This header file bug is corrected in gcc-2.5.8 and later versions.
597 --Kaveh Ghazi (ghazi@noc.rutgers.edu) 10/3/94. */
599 #if defined(uts) || (defined(m88k) && defined(ghs))
613 # ifdef I_SYS_TIME_KERNEL
616 # include <sys/time.h>
617 # ifdef I_SYS_TIME_KERNEL
622 #if defined(HAS_TIMES) && defined(I_SYS_TIMES)
623 # include <sys/times.h>
626 #if defined(HAS_STRERROR) && (!defined(HAS_MKDIR) || !defined(HAS_RMDIR))
632 #if defined(WIN32) && defined(PERL_IMPLICIT_SYS)
633 # define WIN32SCK_IS_STDSCK /* don't pull in custom wsock layer */
636 /* In Tru64 use the 4.4BSD struct msghdr, not the 4.3 one */
637 #if defined(__osf__) && defined(__alpha) && !defined(_SOCKADDR_LEN)
638 # define _SOCKADDR_LEN
641 #if defined(HAS_SOCKET) && !defined(VMS) && !defined(WIN32) /* VMS/WIN32 handle sockets via vmsish.h/win32.h */
642 # include <sys/socket.h>
643 # if defined(USE_SOCKS) && defined(I_SOCKS)
644 # if !defined(INCLUDE_PROTOTYPES)
645 # define INCLUDE_PROTOTYPES /* for <socks.h> */
646 # define PERL_SOCKS_NEED_PROTOTYPES
648 # ifdef USE_5005THREADS
649 # define PERL_USE_THREADS /* store our value */
650 # undef USE_5005THREADS
653 # ifdef USE_5005THREADS
654 # undef USE_5005THREADS /* socks.h does this on its own */
656 # ifdef PERL_USE_THREADS
657 # define USE_5005THREADS /* restore our value */
658 # undef PERL_USE_THREADS
660 # ifdef PERL_SOCKS_NEED_PROTOTYPES /* keep cpp space clean */
661 # undef INCLUDE_PROTOTYPES
662 # undef PERL_SOCKS_NEED_PROTOTYPES
673 # include <net/errno.h>
678 /* sockatmark() is so new (2001) that many places might have it hidden
679 * behind some -D_BLAH_BLAH_SOURCE guard. */
680 #if defined(HAS_SOCKATMARK) && !defined(HAS_SOCKATMARK_PROTO)
685 # undef SETERRNO /* SOCKS might have defined this */
689 # define SETERRNO(errcode,vmserrcode) \
691 set_errno(errcode); \
692 set_vaxc_errno(vmserrcode); \
695 # define SETERRNO(errcode,vmserrcode) (errno = (errcode))
698 #ifdef USE_5005THREADS
699 # define ERRSV (thr->errsv)
700 # define DEFSV THREADSV(0)
701 # define SAVE_DEFSV save_threadsv(0)
703 # define ERRSV GvSV(PL_errgv)
704 # define DEFSV GvSV(PL_defgv)
705 # define SAVE_DEFSV SAVESPTR(GvSV(PL_defgv))
706 #endif /* USE_5005THREADS */
708 #define ERRHV GvHV(PL_errgv) /* XXX unused, here for compatibility */
711 extern int errno; /* ANSI allows errno to be an lvalue expr.
712 * For example in multithreaded environments
713 * something like this might happen:
714 * extern int *_errno(void);
715 * #define errno (*_errno()) */
720 char *strerror (int,...);
722 #ifndef DONT_DECLARE_STD
723 char *strerror (int);
727 # define Strerror strerror
730 # ifdef HAS_SYS_ERRLIST
732 extern char *sys_errlist[];
734 # define Strerror(e) \
735 ((e) < 0 || (e) >= sys_nerr ? "(unknown)" : sys_errlist[e])
742 # include <sys/ioctl.h>
746 #if defined(mc300) || defined(mc500) || defined(mc700) || defined(mc6000)
747 # ifdef HAS_SOCKETPAIR
748 # undef HAS_SOCKETPAIR
763 /* Configure already sets Direntry_t */
764 #if defined(I_DIRENT)
766 /* NeXT needs dirent + sys/dir.h */
767 # if defined(I_SYS_DIR) && (defined(NeXT) || defined(__NeXT__))
768 # include <sys/dir.h>
772 # include <sys/ndir.h>
776 # include <ndir.h> /* may be wrong in the future */
778 # include <sys/dir.h>
791 /* work around botch in SunOS 4.0.1 and 4.0.2 */
793 # define fputs(sv,fp) fprintf(fp,"%s",sv)
798 * The following gobbledygook brought to you on behalf of __STDC__.
799 * (I could just use #ifndef __STDC__, but this is more bulletproof
800 * in the face of half-implementations.)
804 #include <sys/mode.h>
809 # define S_IFMT _S_IFMT
811 # define S_IFMT 0170000
816 # define S_ISDIR(m) ((m & S_IFMT) == S_IFDIR)
820 # define S_ISCHR(m) ((m & S_IFMT) == S_IFCHR)
825 # define S_ISBLK(m) ((m & S_IFMT) == S_IFBLK)
827 # define S_ISBLK(m) (0)
832 # define S_ISREG(m) ((m & S_IFMT) == S_IFREG)
837 # define S_ISFIFO(m) ((m & S_IFMT) == S_IFIFO)
839 # define S_ISFIFO(m) (0)
845 # define S_ISLNK(m) _S_ISLNK(m)
848 # define S_ISLNK(m) ((m & S_IFMT) == _S_IFLNK)
851 # define S_ISLNK(m) ((m & S_IFMT) == S_IFLNK)
853 # define S_ISLNK(m) (0)
861 # define S_ISSOCK(m) _S_ISSOCK(m)
864 # define S_ISSOCK(m) ((m & S_IFMT) == _S_IFSOCK)
867 # define S_ISSOCK(m) ((m & S_IFMT) == S_IFSOCK)
869 # define S_ISSOCK(m) (0)
877 # define S_IRUSR S_IREAD
878 # define S_IWUSR S_IWRITE
879 # define S_IXUSR S_IEXEC
881 # define S_IRUSR 0400
882 # define S_IWUSR 0200
883 # define S_IXUSR 0100
889 # define S_IRGRP (S_IRUSR>>3)
890 # define S_IWGRP (S_IWUSR>>3)
891 # define S_IXGRP (S_IXUSR>>3)
893 # define S_IRGRP 0040
894 # define S_IWGRP 0020
895 # define S_IXGRP 0010
901 # define S_IROTH (S_IRUSR>>6)
902 # define S_IWOTH (S_IWUSR>>6)
903 # define S_IXOTH (S_IXUSR>>6)
905 # define S_IROTH 0040
906 # define S_IWOTH 0020
907 # define S_IXOTH 0010
912 # define S_ISUID 04000
916 # define S_ISGID 02000
920 # define S_IRWXU (S_IRUSR|S_IWUSR|S_IXUSR)
924 # define S_IRWXG (S_IRGRP|S_IWGRP|S_IXGRP)
928 # define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)
932 # define S_IREAD S_IRUSR
936 # define S_IWRITE S_IWUSR
940 # define S_IEXEC S_IXUSR
947 #if defined(cray) || defined(gould) || defined(i860) || defined(pyr)
948 # define SLOPPYDIVIDE
956 # define sprintf UTS_sprintf_wrap
959 /* Configure gets this right but the UTS compiler gets it wrong.
960 -- Hal Morris <hom00@utsglobal.com> */
963 # define UVTYPE unsigned
967 The IV type is supposed to be long enough to hold any integral
969 --Andy Dougherty August 1996
975 #if defined(USE_64_BIT_INT) && defined(HAS_QUAD)
976 # if QUADKIND == QUAD_IS_INT64_T && defined(INT64_MAX)
977 # define IV_MAX INT64_MAX
978 # define IV_MIN INT64_MIN
979 # define UV_MAX UINT64_MAX
981 # define UINT64_MIN 0
983 # define UV_MIN UINT64_MIN
985 # define IV_MAX PERL_QUAD_MAX
986 # define IV_MIN PERL_QUAD_MIN
987 # define UV_MAX PERL_UQUAD_MAX
988 # define UV_MIN PERL_UQUAD_MIN
993 # if defined(INT32_MAX) && IVSIZE == 4
994 # define IV_MAX INT32_MAX
995 # define IV_MIN INT32_MIN
996 # ifndef UINT32_MAX_BROKEN /* e.g. HP-UX with gcc messes this up */
997 # define UV_MAX UINT32_MAX
999 # define UV_MAX 4294967295U
1002 # define UINT32_MIN 0
1004 # define UV_MIN UINT32_MIN
1006 # define IV_MAX PERL_LONG_MAX
1007 # define IV_MIN PERL_LONG_MIN
1008 # define UV_MAX PERL_ULONG_MAX
1009 # define UV_MIN PERL_ULONG_MIN
1024 #if defined(uts) || defined(UTS)
1026 # define UV_MAX (4294967295u)
1029 #define IV_DIG (BIT_DIGITS(IVSIZE * 8))
1030 #define UV_DIG (BIT_DIGITS(UVSIZE * 8))
1032 #ifndef NO_PERL_PRESERVE_IVUV
1033 #define PERL_PRESERVE_IVUV /* We like our integers to stay integers. */
1037 * The macros INT2PTR and NUM2PTR are (despite their names)
1038 * bi-directional: they will convert int/float to or from pointers.
1039 * However the conversion to int/float are named explicitly:
1040 * PTR2IV, PTR2UV, PTR2NV.
1042 * For int conversions we do not need two casts if pointers are
1043 * the same size as IV and UV. Otherwise we need an explicit
1044 * cast (PTRV) to avoid compiler warnings.
1046 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
1048 # define INT2PTR(any,d) (any)(d)
1050 # if PTRSIZE == LONGSIZE
1051 # define PTRV unsigned long
1053 # define PTRV unsigned
1055 # define INT2PTR(any,d) (any)(PTRV)(d)
1057 #define NUM2PTR(any,d) (any)(PTRV)(d)
1058 #define PTR2IV(p) INT2PTR(IV,p)
1059 #define PTR2UV(p) INT2PTR(UV,p)
1060 #define PTR2NV(p) NUM2PTR(NV,p)
1061 #if PTRSIZE == LONGSIZE
1062 # define PTR2ul(p) (unsigned long)(p)
1064 # define PTR2ul(p) INT2PTR(unsigned long,p)
1067 #ifdef USE_LONG_DOUBLE
1068 # if defined(HAS_LONG_DOUBLE) && LONG_DOUBLESIZE == DOUBLESIZE
1069 # define LONG_DOUBLE_EQUALS_DOUBLE
1071 # if !(defined(HAS_LONG_DOUBLE) && (LONG_DOUBLESIZE > DOUBLESIZE))
1072 # undef USE_LONG_DOUBLE /* Ouch! */
1077 /* Use an overridden DBL_DIG */
1081 # define DBL_DIG OVR_DBL_DIG
1083 /* The following is all to get DBL_DIG, in order to pick a nice
1084 default value for printing floating point numbers in Gconvert.
1094 #define DBL_DIG 15 /* A guess that works lots of places */
1101 #define DBL_DIG 15 /* A guess that works lots of places */
1105 /* Use an overridden LDBL_DIG */
1109 # define LDBL_DIG OVR_LDBL_DIG
1111 /* The following is all to get LDBL_DIG, in order to pick a nice
1112 default value for printing floating point numbers in Gconvert.
1116 # include <limits.h>
1121 # ifndef HAS_LDBL_DIG
1122 # if LONG_DOUBLESIZE == 10
1123 # define LDBL_DIG 18 /* assume IEEE */
1125 # if LONG_DOUBLESIZE == 12
1126 # define LDBL_DIG 18 /* gcc? */
1128 # if LONG_DOUBLESIZE == 16
1129 # define LDBL_DIG 33 /* assume IEEE */
1131 # if LONG_DOUBLESIZE == DOUBLESIZE
1132 # define LDBL_DIG DBL_DIG /* bummer */
1143 # include <ieeefp.h>
1146 #ifdef USE_LONG_DOUBLE
1148 # include <sunmath.h>
1150 # define NV_DIG LDBL_DIG
1151 # ifdef LDBL_MANT_DIG
1152 # define NV_MANT_DIG LDBL_MANT_DIG
1155 # define NV_MIN LDBL_MIN
1158 # define NV_MAX LDBL_MAX
1160 # ifdef LDBL_MIN_10_EXP
1161 # define NV_MIN_10_EXP LDBL_MIN_10_EXP
1163 # ifdef LDBL_MAX_10_EXP
1164 # define NV_MAX_10_EXP LDBL_MAX_10_EXP
1166 # ifdef LDBL_EPSILON
1167 # define NV_EPSILON LDBL_EPSILON
1170 # define NV_MAX LDBL_MAX
1171 # define NV_MIN LDBL_MIN
1174 # define NV_MAX HUGE_VALL
1177 # define NV_MAX ((NV)HUGE_VAL)
1182 # define Perl_cos cosl
1183 # define Perl_sin sinl
1184 # define Perl_sqrt sqrtl
1185 # define Perl_exp expl
1186 # define Perl_log logl
1187 # define Perl_atan2 atan2l
1188 # define Perl_pow powl
1189 # define Perl_floor floorl
1190 # define Perl_fmod fmodl
1192 /* e.g. libsunmath doesn't have modfl and frexpl as of mid-March 2000 */
1194 # define Perl_modf(x,y) modfl(x,y)
1196 # define Perl_modf(x,y) ((long double)modf((double)(x),(double*)(y)))
1199 # define Perl_frexp(x,y) frexpl(x,y)
1201 # define Perl_frexp(x,y) ((long double)frexp((double)(x),y))
1205 # define Perl_isnan(x) isnanl(x)
1210 # define Perl_isinf(x) !(finitel(x)||Perl_isnan(x))
1214 # define NV_DIG DBL_DIG
1215 # ifdef DBL_MANT_DIG
1216 # define NV_MANT_DIG DBL_MANT_DIG
1219 # define NV_MIN DBL_MIN
1222 # define NV_MAX DBL_MAX
1224 # ifdef DBL_MIN_10_EXP
1225 # define NV_MIN_10_EXP DBL_MIN_10_EXP
1227 # ifdef DBL_MAX_10_EXP
1228 # define NV_MAX_10_EXP DBL_MAX_10_EXP
1231 # define NV_EPSILON DBL_EPSILON
1234 # define NV_MAX DBL_MAX
1235 # define NV_MIN DBL_MIN
1238 # define NV_MAX HUGE_VAL
1241 # define Perl_cos cos
1242 # define Perl_sin sin
1243 # define Perl_sqrt sqrt
1244 # define Perl_exp exp
1245 # define Perl_log log
1246 # define Perl_atan2 atan2
1247 # define Perl_pow pow
1248 # define Perl_floor floor
1249 # define Perl_fmod fmod
1250 # define Perl_modf(x,y) modf(x,y)
1251 # define Perl_frexp(x,y) frexp(x,y)
1254 /* rumor has it that Win32 has _fpclass() */
1256 #if !defined(Perl_fp_class) && (defined(HAS_FPCLASS)||defined(HAS_FPCLASSL))
1258 # include <ieeefp.h>
1263 # if defined(USE_LONG_DOUBLE) && defined(HAS_FPCLASSL)
1264 # define Perl_fp_class() fpclassl(x)
1266 # define Perl_fp_class() fpclass(x)
1268 # define Perl_fp_class_snan(x) (Perl_fp_class(x)==FP_CLASS_SNAN)
1269 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_CLASS_QNAN)
1270 # define Perl_fp_class_nan(x) (Perl_fp_class(x)==FP_CLASS_SNAN||Perl_fp_class(x)==FP_CLASS_QNAN)
1271 # define Perl_fp_class_ninf(x) (Perl_fp_class(x)==FP_CLASS_NINF)
1272 # define Perl_fp_class_pinf(x) (Perl_fp_class(x)==FP_CLASS_PINF)
1273 # define Perl_fp_class_inf(x) (Perl_fp_class(x)==FP_CLASS_NINF||Perl_fp_class(x)==FP_CLASS_PINF)
1274 # define Perl_fp_class_nnorm(x) (Perl_fp_class(x)==FP_CLASS_NNORM)
1275 # define Perl_fp_class_pnorm(x) (Perl_fp_class(x)==FP_CLASS_PNORM)
1276 # define Perl_fp_class_norm(x) (Perl_fp_class(x)==FP_CLASS_NNORM||Perl_fp_class(x)==FP_CLASS_PNORM)
1277 # define Perl_fp_class_ndenorm(x) (Perl_fp_class(x)==FP_CLASS_NDENORM)
1278 # define Perl_fp_class_pdenorm(x) (Perl_fp_class(x)==FP_CLASS_PDENORM)
1279 # define Perl_fp_class_denorm(x) (Perl_fp_class(x)==FP_CLASS_NDENORM||Perl_fp_class(x)==FP_CLASS_PDENORM)
1280 # define Perl_fp_class_nzero(x) (Perl_fp_class(x)==FP_CLASS_NZERO)
1281 # define Perl_fp_class_pzero(x) (Perl_fp_class(x)==FP_CLASS_PZERO)
1282 # define Perl_fp_class_zero(x) (Perl_fp_class(x)==FP_CLASS_NZERO||Perl_fp_class(x)==FP_CLASS_PZERO)
1285 #if !defined(Perl_fp_class) && defined(HAS_FP_CLASS)
1287 # if !defined(FP_SNAN) && defined(I_FP_CLASS)
1288 # include <fp_class.h>
1290 # define Perl_fp_class(x) fp_class(x)
1291 # define Perl_fp_class_snan(x) (fp_class(x)==FP_SNAN)
1292 # define Perl_fp_class_qnan(x) (fp_class(x)==FP_QNAN)
1293 # define Perl_fp_class_nan(x) (fp_class(x)==FP_SNAN||fp_class(x)==FP_QNAN)
1294 # define Perl_fp_class_ninf(x) (fp_class(x)==FP_NEG_INF)
1295 # define Perl_fp_class_pinf(x) (fp_class(x)==FP_POS_INF)
1296 # define Perl_fp_class_inf(x) (fp_class(x)==FP_NEG_INF||fp_class(x)==FP_POS_INF)
1297 # define Perl_fp_class_nnorm(x) (fp_class(x)==FP_NEG_NORM)
1298 # define Perl_fp_class_pnorm(x) (fp_class(x)==FP_POS_NORM)
1299 # define Perl_fp_class_norm(x) (fp_class(x)==FP_NEG_NORM||fp_class(x)==FP_POS_NORM)
1300 # define Perl_fp_class_ndenorm(x) (fp_class(x)==FP_NEG_DENORM)
1301 # define Perl_fp_class_pdenorm(x) (fp_class(x)==FP_POS_DENORM)
1302 # define Perl_fp_class_denorm(x) (fp_class(x)==FP_NEG_DENORM||fp_class(x)==FP_POS_DENORM)
1303 # define Perl_fp_class_nzero(x) (fp_class(x)==FP_NEG_ZERO)
1304 # define Perl_fp_class_pzero(x) (fp_class(x)==FP_POS_ZERO)
1305 # define Perl_fp_class_zero(x) (fp_class(x)==FP_NEG_ZERO||fp_class(x)==FP_POS_ZERO)
1308 #if !defined(Perl_fp_class) && defined(HAS_FPCLASSIFY)
1310 # define Perl_fp_class(x) fpclassify(x)
1311 # define Perl_fp_class_nan(x) (fp_classify(x)==FP_SNAN|FP|_fp_classify(x)==QNAN)
1312 # define Perl_fp_class_inf(x) (fp_classify(x)==FP_INFINITE)
1313 # define Perl_fp_class_norm(x) (fp_classify(x)==FP_NORMAL)
1314 # define Perl_fp_class_denorm(x) (fp_classify(x)==FP_SUBNORMAL)
1315 # define Perl_fp_class_zero(x) (fp_classify(x)==FP_ZERO)
1318 #if !defined(Perl_fp_class) && defined(HAS_CLASS)
1321 # define Perl_fp_class(x) class(x)
1323 # define Perl_fp_class(x) _class(x)
1325 # define Perl_fp_class_snan(x) (Perl_fp_class(x)==FP_NANS)
1326 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_NANQ)
1327 # define Perl_fp_class_nan(x) (Perl_fp_class(x)==FP_SNAN||Perl_fp_class(x)==FP_QNAN)
1328 # define Perl_fp_class_ninf(x) (Perl_fp_class(x)==FP_MINUS_INF)
1329 # define Perl_fp_class_pinf(x) (Perl_fp_class(x)==FP_PLUS_INF)
1330 # define Perl_fp_class_inf(x) (Perl_fp_class(x)==FP_MINUS_INF||Perl_fp_class(x)==FP_PLUS_INF)
1331 # define Perl_fp_class_nnorm(x) (Perl_fp_class(x)==FP_MINUS_NORM)
1332 # define Perl_fp_class_pnorm(x) (Perl_fp_class(x)==FP_PLUS_NORM)
1333 # define Perl_fp_class_norm(x) (Perl_fp_class(x)==FP_MINUS_NORM||Perl_fp_class(x)==FP_PLUS_NORM)
1334 # define Perl_fp_class_ndenorm(x) (Perl_fp_class(x)==FP_MINUS_DENORM)
1335 # define Perl_fp_class_pdenorm(x) (Perl_fp_class(x)==FP_PLUS_DENORM)
1336 # define Perl_fp_class_denorm(x) (Perl_fp_class(x)==FP_MINUS_DENORM||Perl_fp_class(x)==FP_PLUS_DENORM)
1337 # define Perl_fp_class_nzero(x) (Perl_fp_class(x)==FP_MINUS_ZERO)
1338 # define Perl_fp_class_pzero(x) (Perl_fp_class(x)==FP_PLUS_ZERO)
1339 # define Perl_fp_class_zero(x) (Perl_fp_class(x)==FP_MINUS_ZERO||Perl_fp_class(x)==FP_PLUS_ZERO)
1342 /* rumor has it that Win32 has _isnan() */
1346 # define Perl_isnan(x) isnan((NV)x)
1348 # ifdef Perl_fp_class_nan
1349 # define Perl_isnan(x) Perl_fp_class_nan(x)
1351 # ifdef HAS_UNORDERED
1352 # define Perl_isnan(x) unordered((x), 0.0)
1354 # define Perl_isnan(x) ((x)!=(x))
1362 # define Perl_isinf(x) isinf((NV)x)
1364 # ifdef Perl_fp_class_inf
1365 # define Perl_isinf(x) Perl_fp_class_inf(x)
1367 # define Perl_isinf(x) ((x)==NV_INF)
1372 #ifndef Perl_isfinite
1374 # define Perl_isfinite(x) finite((NV)x)
1376 # ifdef HAS_ISFINITE
1377 # define Perl_isfinite(x) isfinite(x)
1379 # ifdef Perl_fp_class_finite
1380 # define Perl_isfinite(x) Perl_fp_class_finite(x)
1382 # define Perl_isfinite(x) !(Perl_is_inf(x)||Perl_is_nan(x))
1388 #define Perl_atof(s) Perl_my_atof(s)
1389 #define Perl_atof2(s, np) Perl_my_atof2(s, np)
1391 /* Previously these definitions used hardcoded figures.
1392 * It is hoped these formula are more portable, although
1393 * no data one way or another is presently known to me.
1394 * The "PERL_" names are used because these calculated constants
1395 * do not meet the ANSI requirements for LONG_MAX, etc., which
1396 * need to be constants acceptable to #if - kja
1397 * define PERL_LONG_MAX 2147483647L
1398 * define PERL_LONG_MIN (-LONG_MAX - 1)
1399 * define PERL ULONG_MAX 4294967295L
1402 #ifdef I_LIMITS /* Needed for cast_xxx() functions below. */
1403 # include <limits.h>
1406 # include <values.h>
1411 * Try to figure out max and min values for the integral types. THE CORRECT
1412 * SOLUTION TO THIS MESS: ADAPT enquire.c FROM GCC INTO CONFIGURE. The
1413 * following hacks are used if neither limits.h or values.h provide them:
1414 * U<TYPE>_MAX: for types >= int: ~(unsigned TYPE)0
1415 * for types < int: (unsigned TYPE)~(unsigned)0
1416 * The argument to ~ must be unsigned so that later signed->unsigned
1417 * conversion can't modify the value's bit pattern (e.g. -0 -> +0),
1418 * and it must not be smaller than int because ~ does integral promotion.
1419 * <type>_MAX: (<type>) (U<type>_MAX >> 1)
1420 * <type>_MIN: -<type>_MAX - <is_twos_complement_architecture: (3 & -1) == 3>.
1421 * The latter is a hack which happens to work on some machines but
1422 * does *not* catch any random system, or things like integer types
1423 * with NaN if that is possible.
1425 * All of the types are explicitly cast to prevent accidental loss of
1426 * numeric range, and in the hope that they will be less likely to confuse
1427 * over-eager optimizers.
1431 #define PERL_UCHAR_MIN ((unsigned char)0)
1434 # define PERL_UCHAR_MAX ((unsigned char)UCHAR_MAX)
1437 # define PERL_UCHAR_MAX ((unsigned char)MAXUCHAR)
1439 # define PERL_UCHAR_MAX ((unsigned char)~(unsigned)0)
1444 * CHAR_MIN and CHAR_MAX are not included here, as the (char) type may be
1445 * ambiguous. It may be equivalent to (signed char) or (unsigned char)
1446 * depending on local options. Until Configure detects this (or at least
1447 * detects whether the "signed" keyword is available) the CHAR ranges
1448 * will not be included. UCHAR functions normally.
1452 #define PERL_USHORT_MIN ((unsigned short)0)
1455 # define PERL_USHORT_MAX ((unsigned short)USHORT_MAX)
1458 # define PERL_USHORT_MAX ((unsigned short)MAXUSHORT)
1461 # define PERL_USHORT_MAX ((unsigned short)USHRT_MAX)
1463 # define PERL_USHORT_MAX ((unsigned short)~(unsigned)0)
1469 # define PERL_SHORT_MAX ((short)SHORT_MAX)
1471 # ifdef MAXSHORT /* Often used in <values.h> */
1472 # define PERL_SHORT_MAX ((short)MAXSHORT)
1475 # define PERL_SHORT_MAX ((short)SHRT_MAX)
1477 # define PERL_SHORT_MAX ((short) (PERL_USHORT_MAX >> 1))
1483 # define PERL_SHORT_MIN ((short)SHORT_MIN)
1486 # define PERL_SHORT_MIN ((short)MINSHORT)
1489 # define PERL_SHORT_MIN ((short)SHRT_MIN)
1491 # define PERL_SHORT_MIN (-PERL_SHORT_MAX - ((3 & -1) == 3))
1497 # define PERL_UINT_MAX ((unsigned int)UINT_MAX)
1500 # define PERL_UINT_MAX ((unsigned int)MAXUINT)
1502 # define PERL_UINT_MAX (~(unsigned int)0)
1506 #define PERL_UINT_MIN ((unsigned int)0)
1509 # define PERL_INT_MAX ((int)INT_MAX)
1511 # ifdef MAXINT /* Often used in <values.h> */
1512 # define PERL_INT_MAX ((int)MAXINT)
1514 # define PERL_INT_MAX ((int)(PERL_UINT_MAX >> 1))
1519 # define PERL_INT_MIN ((int)INT_MIN)
1522 # define PERL_INT_MIN ((int)MININT)
1524 # define PERL_INT_MIN (-PERL_INT_MAX - ((3 & -1) == 3))
1529 # define PERL_ULONG_MAX ((unsigned long)ULONG_MAX)
1532 # define PERL_ULONG_MAX ((unsigned long)MAXULONG)
1534 # define PERL_ULONG_MAX (~(unsigned long)0)
1538 #define PERL_ULONG_MIN ((unsigned long)0L)
1541 # define PERL_LONG_MAX ((long)LONG_MAX)
1543 # ifdef MAXLONG /* Often used in <values.h> */
1544 # define PERL_LONG_MAX ((long)MAXLONG)
1546 # define PERL_LONG_MAX ((long) (PERL_ULONG_MAX >> 1))
1551 # define PERL_LONG_MIN ((long)LONG_MIN)
1554 # define PERL_LONG_MIN ((long)MINLONG)
1556 # define PERL_LONG_MIN (-PERL_LONG_MAX - ((3 & -1) == 3))
1562 # define PERL_UQUAD_MAX (~(UV)0)
1563 # define PERL_UQUAD_MIN ((UV)0)
1564 # define PERL_QUAD_MAX ((IV) (PERL_UQUAD_MAX >> 1))
1565 # define PERL_QUAD_MIN (-PERL_QUAD_MAX - ((3 & -1) == 3))
1569 struct perl_mstats {
1572 IV topbucket, topbucket_ev, topbucket_odd, totfree, total, total_chain;
1573 IV total_sbrk, sbrks, sbrk_good, sbrk_slack, start_slack, sbrked_remains;
1576 UV *bucket_mem_size;
1577 UV *bucket_available_size;
1580 struct RExC_state_t;
1582 typedef MEM_SIZE STRLEN;
1584 typedef struct op OP;
1585 typedef struct cop COP;
1586 typedef struct unop UNOP;
1587 typedef struct binop BINOP;
1588 typedef struct listop LISTOP;
1589 typedef struct logop LOGOP;
1590 typedef struct pmop PMOP;
1591 typedef struct svop SVOP;
1592 typedef struct padop PADOP;
1593 typedef struct pvop PVOP;
1594 typedef struct loop LOOP;
1596 typedef struct interpreter PerlInterpreter;
1598 /* Amdahl's <ksync.h> has struct sv */
1599 /* SGI's <sys/sema.h> has struct sv */
1600 #if defined(UTS) || defined(__sgi)
1601 # define STRUCT_SV perl_sv
1603 # define STRUCT_SV sv
1605 typedef struct STRUCT_SV SV;
1606 typedef struct av AV;
1607 typedef struct hv HV;
1608 typedef struct cv CV;
1609 typedef struct regexp REGEXP;
1610 typedef struct gp GP;
1611 typedef struct gv GV;
1612 typedef struct io IO;
1613 typedef struct context PERL_CONTEXT;
1614 typedef struct block BLOCK;
1616 typedef struct magic MAGIC;
1617 typedef struct xrv XRV;
1618 typedef struct xpv XPV;
1619 typedef struct xpviv XPVIV;
1620 typedef struct xpvuv XPVUV;
1621 typedef struct xpvnv XPVNV;
1622 typedef struct xpvmg XPVMG;
1623 typedef struct xpvlv XPVLV;
1624 typedef struct xpvav XPVAV;
1625 typedef struct xpvhv XPVHV;
1626 typedef struct xpvgv XPVGV;
1627 typedef struct xpvcv XPVCV;
1628 typedef struct xpvbm XPVBM;
1629 typedef struct xpvfm XPVFM;
1630 typedef struct xpvio XPVIO;
1631 typedef struct mgvtbl MGVTBL;
1632 typedef union any ANY;
1633 typedef struct ptr_tbl_ent PTR_TBL_ENT_t;
1634 typedef struct ptr_tbl PTR_TBL_t;
1638 #if defined(USE_LARGE_FILES) && !defined(NO_64_BIT_RAWIO)
1639 # if LSEEKSIZE == 8 && !defined(USE_64_BIT_RAWIO)
1640 # define USE_64_BIT_RAWIO /* implicit */
1644 /* Notice the use of HAS_FSEEKO: now we are obligated to always use
1645 * fseeko/ftello if possible. Don't go #defining ftell to ftello yourself,
1646 * however, because operating systems like to do that themself. */
1649 # define FSEEKSIZE LSEEKSIZE
1651 # define FSEEKSIZE LONGSIZE
1655 #if defined(USE_LARGE_FILES) && !defined(NO_64_BIT_STDIO)
1656 # if FSEEKSIZE == 8 && !defined(USE_64_BIT_STDIO)
1657 # define USE_64_BIT_STDIO /* implicit */
1661 #ifdef USE_64_BIT_RAWIO
1664 # define Off_t off64_t
1666 # define LSEEKSIZE 8
1668 /* Most 64-bit environments have defines like _LARGEFILE_SOURCE that
1669 * will trigger defines like the ones below. Some 64-bit environments,
1670 * however, do not. Therefore we have to explicitly mix and match. */
1671 # if defined(USE_OPEN64)
1672 # define open open64
1674 # if defined(USE_LSEEK64)
1675 # define lseek lseek64
1677 # if defined(USE_LLSEEK)
1678 # define lseek llseek
1681 # if defined(USE_STAT64)
1682 # define stat stat64
1684 # if defined(USE_FSTAT64)
1685 # define fstat fstat64
1687 # if defined(USE_LSTAT64)
1688 # define lstat lstat64
1690 # if defined(USE_FLOCK64)
1691 # define flock flock64
1693 # if defined(USE_LOCKF64)
1694 # define lockf lockf64
1696 # if defined(USE_FCNTL64)
1697 # define fcntl fcntl64
1699 # if defined(USE_TRUNCATE64)
1700 # define truncate truncate64
1702 # if defined(USE_FTRUNCATE64)
1703 # define ftruncate ftruncate64
1707 #ifdef USE_64_BIT_STDIO
1708 # ifdef HAS_FPOS64_T
1710 # define Fpos_t fpos64_t
1712 /* Most 64-bit environments have defines like _LARGEFILE_SOURCE that
1713 * will trigger defines like the ones below. Some 64-bit environments,
1714 * however, do not. */
1715 # if defined(USE_FOPEN64)
1716 # define fopen fopen64
1718 # if defined(USE_FSEEK64)
1719 # define fseek fseek64 /* don't do fseeko here, see perlio.c */
1721 # if defined(USE_FTELL64)
1722 # define ftell ftell64 /* don't do ftello here, see perlio.c */
1724 # if defined(USE_FSETPOS64)
1725 # define fsetpos fsetpos64
1727 # if defined(USE_FGETPOS64)
1728 # define fgetpos fgetpos64
1730 # if defined(USE_TMPFILE64)
1731 # define tmpfile tmpfile64
1733 # if defined(USE_FREOPEN64)
1734 # define freopen freopen64
1739 # include "iperlsys.h"
1742 #if defined(__OPEN_VM)
1743 # include "vmesa/vmesaish.h"
1748 # include "os2ish.h"
1750 # include "dosish.h"
1754 # include "vmsish.h"
1757 # include "./plan9/plan9ish.h"
1760 # include "mpeix/mpeixish.h"
1762 # if defined(__VOS__)
1763 # include "vosish.h"
1766 # include "epocish.h"
1768 # if defined(MACOS_TRADITIONAL)
1769 # include "macos/macish.h"
1770 # ifndef NO_ENVIRON_ARRAY
1771 # define NO_ENVIRON_ARRAY
1774 # include "unixish.h"
1783 #ifndef NO_ENVIRON_ARRAY
1784 # define USE_ENVIRON_ARRAY
1788 /* E.g. JPL needs to operate on a copy of the real environment.
1789 * JDK 1.2 and 1.3 seem to get upset if the original environment
1790 * is diddled with. */
1791 # define NEED_ENVIRON_DUP_FOR_MODIFY
1795 * initialise to avoid floating-point exceptions from overflow, etc
1797 #ifndef PERL_FPU_INIT
1798 # ifdef HAS_FPSETMASK
1799 # if HAS_FLOATINGPOINT_H
1800 # include <floatingpoint.h>
1802 # define PERL_FPU_INIT fpsetmask(0);
1804 # if defined(SIGFPE) && defined(SIG_IGN)
1805 # define PERL_FPU_INIT signal(SIGFPE, SIG_IGN);
1807 # define PERL_FPU_INIT
1812 #ifndef PERL_SYS_INIT3
1813 # define PERL_SYS_INIT3(argvp,argcp,envp) PERL_SYS_INIT(argvp,argcp)
1816 #ifndef PERL_WRITE_MSG_TO_CONSOLE
1817 # define PERL_WRITE_MSG_TO_CONSOLE(io, msg, len) PerlIO_write(io, msg, len)
1822 # ifdef _POSIX_PATH_MAX
1823 # if PATH_MAX > _POSIX_PATH_MAX
1824 /* MAXPATHLEN is supposed to include the final null character,
1825 * as opposed to PATH_MAX and _POSIX_PATH_MAX. */
1826 # define MAXPATHLEN (PATH_MAX+1)
1828 # define MAXPATHLEN (_POSIX_PATH_MAX+1)
1831 # define MAXPATHLEN (PATH_MAX+1)
1834 # ifdef _POSIX_PATH_MAX
1835 # define MAXPATHLEN (_POSIX_PATH_MAX+1)
1837 # define MAXPATHLEN 1024 /* Err on the large side. */
1843 * USE_5005THREADS needs to be after unixish.h as <pthread.h> includes
1844 * <sys/signal.h> which defines NSIG - which will stop inclusion of <signal.h>
1845 * this results in many functions being undeclared which bothers C++
1846 * May make sense to have threads after "*ish.h" anyway
1849 #if defined(USE_5005THREADS) || defined(USE_ITHREADS)
1850 # if defined(USE_5005THREADS)
1851 /* pending resolution of licensing issues, we avoid the erstwhile
1852 * atomic.h everywhere */
1853 # define EMULATE_ATOMIC_REFCOUNTS
1856 # include <nw5thread.h>
1858 # ifdef FAKE_THREADS
1859 # include "fakethr.h"
1862 # include <win32thread.h>
1865 # include "os2thread.h"
1867 # ifdef I_MACH_CTHREADS
1868 # include <mach/cthreads.h>
1869 # if (defined(NeXT) || defined(__NeXT__)) && defined(PERL_POLLUTE_MALLOC)
1870 # define MUTEX_INIT_CALLS_MALLOC
1872 typedef cthread_t perl_os_thread;
1873 typedef mutex_t perl_mutex;
1874 typedef condition_t perl_cond;
1875 typedef void * perl_key;
1876 # else /* Posix threads */
1878 # include <pthread.h>
1880 typedef pthread_t perl_os_thread;
1881 typedef pthread_mutex_t perl_mutex;
1882 typedef pthread_cond_t perl_cond;
1883 typedef pthread_key_t perl_key;
1884 # endif /* I_MACH_CTHREADS */
1887 # endif /* FAKE_THREADS */
1888 #endif /* NETWARE */
1889 #endif /* USE_5005THREADS || USE_ITHREADS */
1896 # include "netware.h"
1900 # define STATUS_NATIVE PL_statusvalue_vms
1901 # define STATUS_NATIVE_EXPORT \
1902 (((I32)PL_statusvalue_vms == -1 ? 44 : PL_statusvalue_vms) | (VMSISH_HUSHED ? 0x10000000 : 0))
1903 # define STATUS_NATIVE_SET(n) \
1905 PL_statusvalue_vms = (n); \
1906 if ((I32)PL_statusvalue_vms == -1) \
1907 PL_statusvalue = -1; \
1908 else if (PL_statusvalue_vms & STS$M_SUCCESS) \
1909 PL_statusvalue = 0; \
1910 else if ((PL_statusvalue_vms & STS$M_SEVERITY) == 0) \
1911 PL_statusvalue = 1 << 8; \
1913 PL_statusvalue = (PL_statusvalue_vms & STS$M_SEVERITY) << 8; \
1915 # define STATUS_POSIX PL_statusvalue
1916 # ifdef VMSISH_STATUS
1917 # define STATUS_CURRENT (VMSISH_STATUS ? STATUS_NATIVE : STATUS_POSIX)
1919 # define STATUS_CURRENT STATUS_POSIX
1921 # define STATUS_POSIX_SET(n) \
1923 PL_statusvalue = (n); \
1924 if (PL_statusvalue != -1) { \
1925 PL_statusvalue &= 0xFFFF; \
1926 PL_statusvalue_vms = PL_statusvalue ? 44 : 1; \
1928 else PL_statusvalue_vms = -1; \
1930 # define STATUS_ALL_SUCCESS (PL_statusvalue = 0, PL_statusvalue_vms = 1)
1931 # define STATUS_ALL_FAILURE (PL_statusvalue = 1, PL_statusvalue_vms = 44)
1933 # define STATUS_NATIVE STATUS_POSIX
1934 # define STATUS_NATIVE_EXPORT STATUS_POSIX
1935 # define STATUS_NATIVE_SET STATUS_POSIX_SET
1936 # define STATUS_POSIX PL_statusvalue
1937 # define STATUS_POSIX_SET(n) \
1939 PL_statusvalue = (n); \
1940 if (PL_statusvalue != -1) \
1941 PL_statusvalue &= 0xFFFF; \
1943 # define STATUS_CURRENT STATUS_POSIX
1944 # define STATUS_ALL_SUCCESS (PL_statusvalue = 0)
1945 # define STATUS_ALL_FAILURE (PL_statusvalue = 1)
1948 /* flags in PL_exit_flags for nature of exit() */
1949 #define PERL_EXIT_EXPECTED 0x01
1950 #define PERL_EXIT_DESTRUCT_END 0x02 /* Run END in perl_destruct */
1952 #ifndef MEMBER_TO_FPTR
1953 # define MEMBER_TO_FPTR(name) name
1956 /* format to use for version numbers in file/directory names */
1957 /* XXX move to Configure? */
1958 #ifndef PERL_FS_VER_FMT
1959 # define PERL_FS_VER_FMT "%d.%d.%d"
1962 /* This defines a way to flush all output buffers. This may be a
1963 * performance issue, so we allow people to disable it. Also, if
1964 * we are using stdio, there are broken implementations of fflush(NULL)
1965 * out there, Solaris being the most prominent.
1967 #ifndef PERL_FLUSHALL_FOR_CHILD
1968 # if defined(USE_PERLIO) || defined(FFLUSH_NULL) || defined(USE_SFIO)
1969 # define PERL_FLUSHALL_FOR_CHILD PerlIO_flush((PerlIO*)NULL)
1972 # define PERL_FLUSHALL_FOR_CHILD my_fflush_all()
1974 # define PERL_FLUSHALL_FOR_CHILD NOOP
1979 #ifndef PERL_WAIT_FOR_CHILDREN
1980 # define PERL_WAIT_FOR_CHILDREN NOOP
1983 /* the traditional thread-unsafe notion of "current interpreter". */
1984 #ifndef PERL_SET_INTERP
1985 # define PERL_SET_INTERP(i) (PL_curinterp = (PerlInterpreter*)(i))
1988 #ifndef PERL_GET_INTERP
1989 # define PERL_GET_INTERP (PL_curinterp)
1992 #if defined(PERL_IMPLICIT_CONTEXT) && !defined(PERL_GET_THX)
1993 # ifdef USE_5005THREADS
1994 # define PERL_GET_THX ((struct perl_thread *)PERL_GET_CONTEXT)
1996 # ifdef MULTIPLICITY
1997 # define PERL_GET_THX ((PerlInterpreter *)PERL_GET_CONTEXT)
2000 # define PERL_SET_THX(t) PERL_SET_CONTEXT(t)
2004 # ifdef CHECK_FORMAT
2012 # ifdef CHECK_FORMAT
2020 # ifdef CHECK_FORMAT
2028 # ifdef CHECK_FORMAT
2029 # define Nullformat "%s",""
2031 # define Nullformat Nullch
2035 /* Some unistd.h's give a prototype for pause() even though
2036 HAS_PAUSE ends up undefined. This causes the #define
2037 below to be rejected by the compiler. Sigh.
2042 #define Pause() sleep((32767<<16)+32767)
2046 # ifdef IOCPARM_MASK
2047 /* on BSDish systes we're safe */
2048 # define IOCPARM_LEN(x) (((x) >> 16) & IOCPARM_MASK)
2050 /* otherwise guess at what's safe */
2051 # define IOCPARM_LEN(x) 256
2055 #if defined(__CYGWIN__)
2057 * This symbol, if defined, indicates that the program should
2058 * use the routine my_binmode(FILE *fp, char iotype, int mode) to insure
2059 * that a file is in "binary" mode -- that is, that no translation
2060 * of bytes occurs on read or write operations.
2062 # define USEMYBINMODE / **/
2063 # define my_binmode(fp, iotype, mode) \
2064 (PerlLIO_setmode(PerlIO_fileno(fp), mode) != -1 ? TRUE : FALSE)
2067 #ifdef UNION_ANY_DEFINITION
2068 UNION_ANY_DEFINITION;
2075 void (*any_dptr) (void*);
2076 void (*any_dxptr) (pTHX_ void*);
2080 #ifdef USE_5005THREADS
2081 #define ARGSproto struct perl_thread *thr
2084 #endif /* USE_5005THREADS */
2086 typedef I32 (*filter_t) (pTHX_ int, SV *, int);
2088 #define FILTER_READ(idx, sv, len) filter_read(idx, sv, len)
2089 #define FILTER_DATA(idx) (AvARRAY(PL_rsfp_filters)[idx])
2090 #define FILTER_ISREADER(idx) (idx >= AvFILLp(PL_rsfp_filters))
2093 # include "iperlsys.h"
2101 #include "opnames.h"
2108 #include "warnings.h"
2110 #include "sharedsv.h"
2112 /* Current curly descriptor */
2113 typedef struct curcur CURCUR;
2115 int parenfloor; /* how far back to strip paren data */
2116 int cur; /* how many instances of scan we've matched */
2117 int min; /* the minimal number of scans to match */
2118 int max; /* the maximal number of scans to match */
2119 int minmod; /* whether to work our way up or down */
2120 regnode * scan; /* the thing to match */
2121 regnode * next; /* what has to match after it */
2122 char * lastloc; /* where we started matching this scan */
2123 CURCUR * oldcc; /* current curly before we started this one */
2126 typedef struct _sublex_info SUBLEXINFO;
2127 struct _sublex_info {
2128 I32 super_state; /* lexer state to save */
2129 I32 sub_inwhat; /* "lex_inwhat" to use */
2130 OP *sub_op; /* "lex_op" to use */
2131 char *super_bufptr; /* PL_bufptr that was */
2132 char *super_bufend; /* PL_bufend that was */
2135 typedef struct magic_state MGS; /* struct magic_state defined in mg.c */
2137 struct scan_data_t; /* Used in S_* functions in regcomp.c */
2138 struct regnode_charclass_class; /* Used in S_* functions in regcomp.c */
2140 typedef I32 CHECKPOINT;
2142 struct ptr_tbl_ent {
2143 struct ptr_tbl_ent* next;
2149 struct ptr_tbl_ent** tbl_ary;
2154 #if defined(iAPX286) || defined(M_I286) || defined(I80286)
2158 #if defined(htonl) && !defined(HAS_HTONL)
2161 #if defined(htons) && !defined(HAS_HTONS)
2164 #if defined(ntohl) && !defined(HAS_NTOHL)
2167 #if defined(ntohs) && !defined(HAS_NTOHS)
2171 #if (BYTEORDER & 0xffff) != 0x4321
2177 #define htons my_swap
2178 #define htonl my_htonl
2179 #define ntohs my_swap
2180 #define ntohl my_ntohl
2183 #if (BYTEORDER & 0xffff) == 0x4321
2192 * Little-endian byte order functions - 'v' for 'VAX', or 'reVerse'.
2195 #if BYTEORDER != 0x1234
2200 # if BYTEORDER == 0x4321 || BYTEORDER == 0x87654321
2201 # define vtohl(x) ((((x)&0xFF)<<24) \
2203 +(((x)&0x0000FF00)<<8) \
2204 +(((x)&0x00FF0000)>>8) )
2205 # define vtohs(x) ((((x)&0xFF)<<8) + (((x)>>8)&0xFF))
2206 # define htovl(x) vtohl(x)
2207 # define htovs(x) vtohs(x)
2209 /* otherwise default to functions in util.c */
2212 /* *MAX Plus 1. A floating point value.
2213 Hopefully expressed in a way that dodgy floating point can't mess up.
2214 >> 2 rather than 1, so that value is safely less than I32_MAX after 1
2216 May find that some broken compiler will want the value cast to I32.
2217 [after the shift, as signed >> may not be as secure as unsigned >>]
2219 #define I32_MAX_P1 (2.0 * (1 + (((U32)I32_MAX) >> 1)))
2220 #define U32_MAX_P1 (4.0 * (1 + ((U32_MAX) >> 2)))
2221 /* For compilers that can't correctly cast NVs over 0x7FFFFFFF (or
2222 0x7FFFFFFFFFFFFFFF) to an unsigned integer. In the future, sizeof(UV)
2223 may be greater than sizeof(IV), so don't assume that half max UV is max IV.
2225 #define U32_MAX_P1_HALF (2.0 * (1 + ((U32_MAX) >> 2)))
2227 #define UV_MAX_P1 (4.0 * (1 + ((UV_MAX) >> 2)))
2228 #define IV_MAX_P1 (2.0 * (1 + (((UV)IV_MAX) >> 1)))
2229 #define UV_MAX_P1_HALF (2.0 * (1 + ((UV_MAX) >> 2)))
2231 /* This may look like unnecessary jumping through hoops, but converting
2232 out of range floating point values to integers *is* undefined behaviour,
2233 and it is starting to bite.
2236 #define I_32(what) (cast_i32((NV)(what)))
2237 #define U_32(what) (cast_ulong((NV)(what)))
2238 #define I_V(what) (cast_iv((NV)(what)))
2239 #define U_V(what) (cast_uv((NV)(what)))
2241 #define I_32(n) ((n) < I32_MAX_P1 ? ((n) < I32_MIN ? I32_MIN : (I32) (n)) \
2242 : ((n) < U32_MAX_P1 ? (I32)(U32) (n) \
2243 : ((n) > 0 ? (I32) U32_MAX : 0 /* NaN */)))
2244 #define U_32(n) ((n) < 0.0 ? ((n) < I32_MIN ? (UV) I32_MIN : (U32)(I32) (n)) \
2245 : ((n) < U32_MAX_P1 ? (U32) (n) \
2246 : ((n) > 0 ? U32_MAX : 0 /* NaN */)))
2247 #define I_V(n) ((n) < IV_MAX_P1 ? ((n) < IV_MIN ? IV_MIN : (IV) (n)) \
2248 : ((n) < UV_MAX_P1 ? (IV)(UV) (n) \
2249 : ((n) > 0 ? (IV)UV_MAX : 0 /* NaN */)))
2250 #define U_V(n) ((n) < 0.0 ? ((n) < IV_MIN ? (UV) IV_MIN : (UV)(IV) (n)) \
2251 : ((n) < UV_MAX_P1 ? (UV) (n) \
2252 : ((n) > 0 ? UV_MAX : 0 /* NaN */)))
2255 #define U_S(what) ((U16)U_32(what))
2256 #define U_I(what) ((unsigned int)U_32(what))
2257 #define U_L(what) U_32(what)
2259 /* These do not care about the fractional part, only about the range. */
2260 #define NV_WITHIN_IV(nv) (I_V(nv) >= IV_MIN && I_V(nv) <= IV_MAX)
2261 #define NV_WITHIN_UV(nv) ((nv)>=0.0 && U_V(nv) >= UV_MIN && U_V(nv) <= UV_MAX)
2263 /* Used with UV/IV arguments: */
2264 /* XXXX: need to speed it up */
2265 #define CLUMP_2UV(iv) ((iv) < 0 ? 0 : (UV)(iv))
2266 #define CLUMP_2IV(uv) ((uv) > (UV)IV_MAX ? IV_MAX : (IV)(uv))
2274 Uid_t getuid (void);
2275 Uid_t geteuid (void);
2276 Gid_t getgid (void);
2277 Gid_t getegid (void);
2281 #ifndef Perl_debug_log
2282 # define Perl_debug_log PerlIO_stderr()
2285 #ifndef Perl_error_log
2286 # define Perl_error_log (PL_stderrgv \
2287 && GvIOp(PL_stderrgv) \
2288 && IoOFP(GvIOp(PL_stderrgv)) \
2289 ? IoOFP(GvIOp(PL_stderrgv)) \
2294 #define DEBUG_p_FLAG 0x00000001 /* 1 */
2295 #define DEBUG_s_FLAG 0x00000002 /* 2 */
2296 #define DEBUG_l_FLAG 0x00000004 /* 4 */
2297 #define DEBUG_t_FLAG 0x00000008 /* 8 */
2298 #define DEBUG_o_FLAG 0x00000010 /* 16 */
2299 #define DEBUG_c_FLAG 0x00000020 /* 32 */
2300 #define DEBUG_P_FLAG 0x00000040 /* 64 */
2301 #define DEBUG_m_FLAG 0x00000080 /* 128 */
2302 #define DEBUG_f_FLAG 0x00000100 /* 256 */
2303 #define DEBUG_r_FLAG 0x00000200 /* 512 */
2304 #define DEBUG_x_FLAG 0x00000400 /* 1024 */
2305 #define DEBUG_u_FLAG 0x00000800 /* 2048 */
2306 #define DEBUG_L_FLAG 0x00001000 /* 4096 */
2307 #define DEBUG_H_FLAG 0x00002000 /* 8192 */
2308 #define DEBUG_X_FLAG 0x00004000 /* 16384 */
2309 #define DEBUG_D_FLAG 0x00008000 /* 32768 */
2310 #define DEBUG_S_FLAG 0x00010000 /* 65536 */
2311 #define DEBUG_T_FLAG 0x00020000 /* 131072 */
2312 #define DEBUG_R_FLAG 0x00040000 /* 262144 */
2313 #define DEBUG_MASK 0x0007FFFF /* mask of all the standard flags */
2315 #define DEBUG_DB_RECURSE_FLAG 0x40000000
2316 #define DEBUG_TOP_FLAG 0x80000000 /* XXX what's this for ??? */
2324 # define DEBUG_p_TEST (PL_debug & DEBUG_p_FLAG)
2325 # define DEBUG_s_TEST (PL_debug & DEBUG_s_FLAG)
2326 # define DEBUG_l_TEST (PL_debug & DEBUG_l_FLAG)
2327 # define DEBUG_t_TEST (PL_debug & DEBUG_t_FLAG)
2328 # define DEBUG_o_TEST (PL_debug & DEBUG_o_FLAG)
2329 # define DEBUG_c_TEST (PL_debug & DEBUG_c_FLAG)
2330 # define DEBUG_P_TEST (PL_debug & DEBUG_P_FLAG)
2331 # define DEBUG_m_TEST (PL_debug & DEBUG_m_FLAG)
2332 # define DEBUG_f_TEST (PL_debug & DEBUG_f_FLAG)
2333 # define DEBUG_r_TEST (PL_debug & DEBUG_r_FLAG)
2334 # define DEBUG_x_TEST (PL_debug & DEBUG_x_FLAG)
2335 # define DEBUG_u_TEST (PL_debug & DEBUG_u_FLAG)
2336 # define DEBUG_L_TEST (PL_debug & DEBUG_L_FLAG)
2337 # define DEBUG_H_TEST (PL_debug & DEBUG_H_FLAG)
2338 # define DEBUG_X_TEST (PL_debug & DEBUG_X_FLAG)
2339 # define DEBUG_D_TEST (PL_debug & DEBUG_D_FLAG)
2340 # define DEBUG_S_TEST (PL_debug & DEBUG_S_FLAG)
2341 # define DEBUG_T_TEST (PL_debug & DEBUG_T_FLAG)
2342 # define DEBUG_R_TEST (PL_debug & DEBUG_R_FLAG)
2345 # define DEBUG(a) if (PL_debug) a
2346 # define DEBUG_p(a) if (DEBUG_p_TEST) a
2347 # define DEBUG_s(a) if (DEBUG_s_TEST) a
2348 # define DEBUG_l(a) if (DEBUG_l_TEST) a
2349 # define DEBUG_t(a) if (DEBUG_t_TEST) a
2350 # define DEBUG_o(a) if (DEBUG_o_TEST) a
2351 # define DEBUG_c(a) if (DEBUG_c_TEST) a
2352 # define DEBUG_P(a) if (DEBUG_P_TEST) a
2354 /* Temporarily turn off memory debugging in case the a
2355 * does memory allocation, either directly or indirectly. */
2356 # define DEBUG_m(a) \
2358 if (PERL_GET_INTERP) { dTHX; if (DEBUG_m_TEST) {PL_debug&=~DEBUG_m_FLAG; a; PL_debug|=DEBUG_m_FLAG;} } \
2361 # define DEBUG__(t, a) \
2363 if (t) STMT_START {a;} STMT_END; \
2366 # define DEBUG_f(a) DEBUG__(DEBUG_f_TEST, a)
2367 # define DEBUG_r(a) DEBUG__(DEBUG_r_TEST, a)
2368 # define DEBUG_x(a) DEBUG__(DEBUG_x_TEST, a)
2369 # define DEBUG_u(a) DEBUG__(DEBUG_u_TEST, a)
2370 # define DEBUG_L(a) DEBUG__(DEBUG_L_TEST, a)
2371 # define DEBUG_H(a) DEBUG__(DEBUG_H_TEST, a)
2372 # define DEBUG_X(a) DEBUG__(DEBUG_X_TEST, a)
2373 # define DEBUG_D(a) DEBUG__(DEBUG_D_TEST, a)
2375 # ifdef USE_5005THREADS
2376 # define DEBUG_S(a) DEBUG__(DEBUG_S_TEST, a)
2381 # define DEBUG_T(a) DEBUG__(DEBUG_T_TEST, a)
2382 # define DEBUG_R(a) DEBUG__(DEBUG_R_TEST, a)
2384 #else /* DEBUGGING */
2386 # define DEBUG_p_TEST (0)
2387 # define DEBUG_s_TEST (0)
2388 # define DEBUG_l_TEST (0)
2389 # define DEBUG_t_TEST (0)
2390 # define DEBUG_o_TEST (0)
2391 # define DEBUG_c_TEST (0)
2392 # define DEBUG_P_TEST (0)
2393 # define DEBUG_m_TEST (0)
2394 # define DEBUG_f_TEST (0)
2395 # define DEBUG_r_TEST (0)
2396 # define DEBUG_x_TEST (0)
2397 # define DEBUG_u_TEST (0)
2398 # define DEBUG_L_TEST (0)
2399 # define DEBUG_H_TEST (0)
2400 # define DEBUG_X_TEST (0)
2401 # define DEBUG_D_TEST (0)
2402 # define DEBUG_S_TEST (0)
2403 # define DEBUG_T_TEST (0)
2404 # define DEBUG_R_TEST (0)
2427 #endif /* DEBUGGING */
2430 /* These constants should be used in preference to to raw characters
2431 * when using magic. Note that some perl guts still assume
2432 * certain character properties of these constants, namely that
2433 * isUPPER() and toLOWER() may do useful mappings.
2435 * Update the magic_names table in dump.c when adding/amending these
2438 #define PERL_MAGIC_sv '\0' /* Special scalar variable */
2439 #define PERL_MAGIC_overload 'A' /* %OVERLOAD hash */
2440 #define PERL_MAGIC_overload_elem 'a' /* %OVERLOAD hash element */
2441 #define PERL_MAGIC_overload_table 'c' /* Holds overload table (AMT) on stash */
2442 #define PERL_MAGIC_bm 'B' /* Boyer-Moore (fast string search) */
2443 #define PERL_MAGIC_regdata 'D' /* Regex match position data
2445 #define PERL_MAGIC_regdatum 'd' /* Regex match position data element */
2446 #define PERL_MAGIC_env 'E' /* %ENV hash */
2447 #define PERL_MAGIC_envelem 'e' /* %ENV hash element */
2448 #define PERL_MAGIC_fm 'f' /* Formline ('compiled' format) */
2449 #define PERL_MAGIC_regex_global 'g' /* m//g target / study()ed string */
2450 #define PERL_MAGIC_isa 'I' /* @ISA array */
2451 #define PERL_MAGIC_isaelem 'i' /* @ISA array element */
2452 #define PERL_MAGIC_nkeys 'k' /* scalar(keys()) lvalue */
2453 #define PERL_MAGIC_dbfile 'L' /* Debugger %_<filename */
2454 #define PERL_MAGIC_dbline 'l' /* Debugger %_<filename element */
2455 #define PERL_MAGIC_mutex 'm' /* ??? */
2456 #define PERL_MAGIC_collxfrm 'o' /* Locale transformation */
2457 #define PERL_MAGIC_tied 'P' /* Tied array or hash */
2458 #define PERL_MAGIC_tiedelem 'p' /* Tied array or hash element */
2459 #define PERL_MAGIC_tiedscalar 'q' /* Tied scalar or handle */
2460 #define PERL_MAGIC_qr 'r' /* precompiled qr// regex */
2461 #define PERL_MAGIC_sig 'S' /* %SIG hash */
2462 #define PERL_MAGIC_sigelem 's' /* %SIG hash element */
2463 #define PERL_MAGIC_taint 't' /* Taintedness */
2464 #define PERL_MAGIC_uvar 'U' /* Available for use by extensions */
2465 #define PERL_MAGIC_vec 'v' /* vec() lvalue */
2466 #define PERL_MAGIC_substr 'x' /* substr() lvalue */
2467 #define PERL_MAGIC_defelem 'y' /* Shadow "foreach" iterator variable /
2468 smart parameter vivification */
2469 #define PERL_MAGIC_glob '*' /* GV (typeglob) */
2470 #define PERL_MAGIC_arylen '#' /* Array length ($#ary) */
2471 #define PERL_MAGIC_pos '.' /* pos() lvalue */
2472 #define PERL_MAGIC_backref '<' /* ??? */
2473 #define PERL_MAGIC_ext '~' /* Available for use by extensions */
2476 #define YYMAXDEPTH 300
2478 #ifndef assert /* <assert.h> might have been included somehow */
2479 #define assert(what) DEB( { \
2481 Perl_croak(aTHX_ "Assertion failed: file \"%s\", line %d", \
2482 __FILE__, __LINE__); \
2488 I32 (*uf_val)(pTHX_ IV, SV*);
2489 I32 (*uf_set)(pTHX_ IV, SV*);
2493 /* In pre-5.7-Perls the PERL_MAGIC_uvar magic didn't get the thread context.
2494 * XS code wanting to be backward compatible can do something
2495 * like the following:
2497 #ifndef PERL_MG_UFUNC
2498 #define PERL_MG_UFUNC(name,ix,sv) I32 name(IV ix, SV *sv)
2501 static PERL_MG_UFUNC(foo_get, index, val)
2511 #ifndef PERL_MG_UFUNC
2512 #define PERL_MG_UFUNC(name,ix,sv) I32 name(pTHX_ IV ix, SV *sv)
2515 /* Fix these up for __STDC__ */
2516 #ifndef DONT_DECLARE_STD
2517 char *mktemp (char*);
2519 double atof (const char*);
2524 /* All of these are in stdlib.h or time.h for ANSI C */
2526 struct tm *gmtime(), *localtime();
2527 #if defined(OEMVS) || defined(__OPEN_VM)
2528 char *(strchr)(), *(strrchr)();
2529 char *(strcpy)(), *(strcat)();
2531 char *strchr(), *strrchr();
2532 char *strcpy(), *strcat();
2534 #endif /* ! STANDARD_C */
2541 double exp (double);
2542 double log (double);
2543 double log10 (double);
2544 double sqrt (double);
2545 double frexp (double,int*);
2546 double ldexp (double,int);
2547 double modf (double,double*);
2548 double sin (double);
2549 double cos (double);
2550 double atan2 (double,double);
2551 double pow (double,double);
2555 #if !defined(NV_INF) && defined(USE_LONG_DOUBLE) && defined(LDBL_INFINITY)
2556 # define NV_INF LDBL_INFINITY
2558 #if !defined(NV_INF) && defined(DBL_INFINITY)
2559 # define NV_INF (NV)DBL_INFINITY
2561 #if !defined(NV_INF) && defined(INFINITY)
2562 # define NV_INF (NV)INFINITY
2564 #if !defined(NV_INF) && defined(INF)
2565 # define NV_INF (NV)INF
2567 #if !defined(NV_INF) && defined(USE_LONG_DOUBLE) && defined(HUGE_VALL)
2568 # define NV_INF (NV)HUGE_VALL
2570 #if !defined(NV_INF) && defined(HUGE_VAL)
2571 # define NV_INF (NV)HUGE_VAL
2574 #if !defined(NV_NAN) && defined(USE_LONG_DOUBLE)
2575 # if !defined(NV_NAN) && defined(LDBL_NAN)
2576 # define NV_NAN LDBL_NAN
2578 # if !defined(NV_NAN) && defined(LDBL_QNAN)
2579 # define NV_NAN LDBL_QNAN
2581 # if !defined(NV_NAN) && defined(LDBL_SNAN)
2582 # define NV_NAN LDBL_SNAN
2585 #if !defined(NV_NAN) && defined(DBL_NAN)
2586 # define NV_NAN (NV)DBL_NAN
2588 #if !defined(NV_NAN) && defined(DBL_QNAN)
2589 # define NV_NAN (NV)DBL_QNAN
2591 #if !defined(NV_NAN) && defined(DBL_SNAN)
2592 # define NV_NAN (NV)DBL_SNAN
2594 #if !defined(NV_NAN) && defined(QNAN)
2595 # define NV_NAN (NV)QNAN
2597 #if !defined(NV_NAN) && defined(SNAN)
2598 # define NV_NAN (NV)SNAN
2600 #if !defined(NV_NAN) && defined(NAN)
2601 # define NV_NAN (NV)NAN
2605 # if defined(NeXT) || defined(__NeXT__) /* or whatever catches all NeXTs */
2606 char *crypt (); /* Maybe more hosts will need the unprototyped version */
2608 # if !defined(WIN32) && !defined(VMS)
2609 char *crypt (const char*, const char*);
2610 # endif /* !WIN32 */
2611 # endif /* !NeXT && !__NeXT__ */
2612 # ifndef DONT_DECLARE_STD
2614 char *getenv (const char*);
2615 # endif /* !getenv */
2616 # if !defined(HAS_LSEEK_PROTO) && !defined(EPOC) && !defined(__hpux)
2617 # ifdef _FILE_OFFSET_BITS
2618 # if _FILE_OFFSET_BITS == 64
2619 Off_t lseek (int,Off_t,int);
2623 # endif /* !DONT_DECLARE_STD */
2624 char *getlogin (void);
2625 #endif /* !__cplusplus */
2627 #ifdef UNLINK_ALL_VERSIONS /* Currently only makes sense for VMS */
2628 #define UNLINK unlnk
2631 #define UNLINK PerlLIO_unlink
2634 /* some versions of glibc are missing the setresuid() proto */
2635 #if defined(HAS_SETRESUID) && !defined(HAS_SETRESUID_PROTO)
2636 int setresuid(uid_t ruid, uid_t euid, uid_t suid);
2638 /* some versions of glibc are missing the setresgid() proto */
2639 #if defined(HAS_SETRESGID) && !defined(HAS_SETRESGID_PROTO)
2640 int setresgid(gid_t rgid, gid_t egid, gid_t sgid);
2643 #ifndef HAS_SETREUID
2644 # ifdef HAS_SETRESUID
2645 # define setreuid(r,e) setresuid(r,e,(Uid_t)-1)
2646 # define HAS_SETREUID
2649 #ifndef HAS_SETREGID
2650 # ifdef HAS_SETRESGID
2651 # define setregid(r,e) setresgid(r,e,(Gid_t)-1)
2652 # define HAS_SETREGID
2656 /* Sighandler_t defined in iperlsys.h */
2658 #ifdef HAS_SIGACTION
2659 typedef struct sigaction Sigsave_t;
2661 typedef Sighandler_t Sigsave_t;
2672 # define PAD_SV(po) pad_sv(po)
2673 # define RUNOPS_DEFAULT Perl_runops_debug
2675 # define PAD_SV(po) PL_curpad[po]
2676 # define RUNOPS_DEFAULT Perl_runops_standard
2680 # ifdef MUTEX_INIT_CALLS_MALLOC
2681 # define MALLOC_INIT \
2683 PL_malloc_mutex = NULL; \
2684 MUTEX_INIT(&PL_malloc_mutex); \
2686 # define MALLOC_TERM \
2688 perl_mutex tmp = PL_malloc_mutex; \
2689 PL_malloc_mutex = NULL; \
2690 MUTEX_DESTROY(&tmp); \
2693 # define MALLOC_INIT MUTEX_INIT(&PL_malloc_mutex)
2694 # define MALLOC_TERM MUTEX_DESTROY(&PL_malloc_mutex)
2697 # define MALLOC_INIT
2698 # define MALLOC_TERM
2702 typedef int (CPERLscope(*runops_proc_t)) (pTHX);
2703 typedef OP* (CPERLscope(*PPADDR_t)[]) (pTHX);
2705 /* _ (for $_) must be first in the following list (DEFSV requires it) */
2706 #define THREADSV_NAMES "_123456789&`'+/.,\\\";^-%=|~:\001\005!@"
2708 /* NeXT has problems with crt0.o globals */
2709 #if defined(__DYNAMIC__) && \
2710 (defined(NeXT) || defined(__NeXT__) || defined(__APPLE__))
2711 # if defined(NeXT) || defined(__NeXT)
2712 # include <mach-o/dyld.h>
2713 # define environ (*environ_pointer)
2714 EXT char *** environ_pointer;
2716 # if defined(__APPLE__) && defined(PERL_CORE)
2717 # include <crt_externs.h> /* for the env array */
2718 # define environ (*_NSGetEnviron())
2722 /* VMS and some other platforms don't use the environ array */
2723 # ifdef USE_ENVIRON_ARRAY
2724 # if !defined(DONT_DECLARE_STD) || \
2725 (defined(__svr4__) && defined(__GNUC__) && defined(sun)) || \
2728 extern char ** environ; /* environment variables supplied via exec */
2735 /* handy constants */
2736 EXTCONST char PL_warn_uninit[]
2737 INIT("Use of uninitialized value%s%s");
2738 EXTCONST char PL_warn_nosemi[]
2739 INIT("Semicolon seems to be missing");
2740 EXTCONST char PL_warn_reserved[]
2741 INIT("Unquoted string \"%s\" may clash with future reserved word");
2742 EXTCONST char PL_warn_nl[]
2743 INIT("Unsuccessful %s on filename containing newline");
2744 EXTCONST char PL_no_wrongref[]
2745 INIT("Can't use %s ref as %s ref");
2746 EXTCONST char PL_no_symref[]
2747 INIT("Can't use string (\"%.32s\") as %s ref while \"strict refs\" in use");
2748 EXTCONST char PL_no_usym[]
2749 INIT("Can't use an undefined value as %s reference");
2750 EXTCONST char PL_no_aelem[]
2751 INIT("Modification of non-creatable array value attempted, subscript %d");
2752 EXTCONST char PL_no_helem[]
2753 INIT("Modification of non-creatable hash value attempted, subscript \"%s\"");
2754 EXTCONST char PL_no_modify[]
2755 INIT("Modification of a read-only value attempted");
2756 EXTCONST char PL_no_mem[]
2757 INIT("Out of memory!\n");
2758 EXTCONST char PL_no_security[]
2759 INIT("Insecure dependency in %s%s");
2760 EXTCONST char PL_no_sock_func[]
2761 INIT("Unsupported socket function \"%s\" called");
2762 EXTCONST char PL_no_dir_func[]
2763 INIT("Unsupported directory function \"%s\" called");
2764 EXTCONST char PL_no_func[]
2765 INIT("The %s function is unimplemented");
2766 EXTCONST char PL_no_myglob[]
2767 INIT("\"my\" variable %s can't be in a package");
2769 EXTCONST char PL_uuemap[65]
2770 INIT("`!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_");
2774 EXT char *PL_sig_name[] = { SIG_NAME };
2775 EXT int PL_sig_num[] = { SIG_NUM };
2777 EXT char *PL_sig_name[];
2778 EXT int PL_sig_num[];
2781 /* fast conversion and case folding tables */
2785 EXT unsigned char PL_fold[] = { /* fast EBCDIC case folding table */
2786 0, 1, 2, 3, 4, 5, 6, 7,
2787 8, 9, 10, 11, 12, 13, 14, 15,
2788 16, 17, 18, 19, 20, 21, 22, 23,
2789 24, 25, 26, 27, 28, 29, 30, 31,
2790 32, 33, 34, 35, 36, 37, 38, 39,
2791 40, 41, 42, 43, 44, 45, 46, 47,
2792 48, 49, 50, 51, 52, 53, 54, 55,
2793 56, 57, 58, 59, 60, 61, 62, 63,
2794 64, 65, 66, 67, 68, 69, 70, 71,
2795 72, 73, 74, 75, 76, 77, 78, 79,
2796 80, 81, 82, 83, 84, 85, 86, 87,
2797 88, 89, 90, 91, 92, 93, 94, 95,
2798 96, 97, 98, 99, 100, 101, 102, 103,
2799 104, 105, 106, 107, 108, 109, 110, 111,
2800 112, 113, 114, 115, 116, 117, 118, 119,
2801 120, 121, 122, 123, 124, 125, 126, 127,
2802 128, 'A', 'B', 'C', 'D', 'E', 'F', 'G',
2803 'H', 'I', 138, 139, 140, 141, 142, 143,
2804 144, 'J', 'K', 'L', 'M', 'N', 'O', 'P',
2805 'Q', 'R', 154, 155, 156, 157, 158, 159,
2806 160, 161, 'S', 'T', 'U', 'V', 'W', 'X',
2807 'Y', 'Z', 170, 171, 172, 173, 174, 175,
2808 176, 177, 178, 179, 180, 181, 182, 183,
2809 184, 185, 186, 187, 188, 189, 190, 191,
2810 192, 'a', 'b', 'c', 'd', 'e', 'f', 'g',
2811 'h', 'i', 202, 203, 204, 205, 206, 207,
2812 208, 'j', 'k', 'l', 'm', 'n', 'o', 'p',
2813 'q', 'r', 218, 219, 220, 221, 222, 223,
2814 224, 225, 's', 't', 'u', 'v', 'w', 'x',
2815 'y', 'z', 234, 235, 236, 237, 238, 239,
2816 240, 241, 242, 243, 244, 245, 246, 247,
2817 248, 249, 250, 251, 252, 253, 254, 255
2819 #else /* ascii rather than ebcdic */
2820 EXTCONST unsigned char PL_fold[] = {
2821 0, 1, 2, 3, 4, 5, 6, 7,
2822 8, 9, 10, 11, 12, 13, 14, 15,
2823 16, 17, 18, 19, 20, 21, 22, 23,
2824 24, 25, 26, 27, 28, 29, 30, 31,
2825 32, 33, 34, 35, 36, 37, 38, 39,
2826 40, 41, 42, 43, 44, 45, 46, 47,
2827 48, 49, 50, 51, 52, 53, 54, 55,
2828 56, 57, 58, 59, 60, 61, 62, 63,
2829 64, 'a', 'b', 'c', 'd', 'e', 'f', 'g',
2830 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o',
2831 'p', 'q', 'r', 's', 't', 'u', 'v', 'w',
2832 'x', 'y', 'z', 91, 92, 93, 94, 95,
2833 96, 'A', 'B', 'C', 'D', 'E', 'F', 'G',
2834 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O',
2835 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W',
2836 'X', 'Y', 'Z', 123, 124, 125, 126, 127,
2837 128, 129, 130, 131, 132, 133, 134, 135,
2838 136, 137, 138, 139, 140, 141, 142, 143,
2839 144, 145, 146, 147, 148, 149, 150, 151,
2840 152, 153, 154, 155, 156, 157, 158, 159,
2841 160, 161, 162, 163, 164, 165, 166, 167,
2842 168, 169, 170, 171, 172, 173, 174, 175,
2843 176, 177, 178, 179, 180, 181, 182, 183,
2844 184, 185, 186, 187, 188, 189, 190, 191,
2845 192, 193, 194, 195, 196, 197, 198, 199,
2846 200, 201, 202, 203, 204, 205, 206, 207,
2847 208, 209, 210, 211, 212, 213, 214, 215,
2848 216, 217, 218, 219, 220, 221, 222, 223,
2849 224, 225, 226, 227, 228, 229, 230, 231,
2850 232, 233, 234, 235, 236, 237, 238, 239,
2851 240, 241, 242, 243, 244, 245, 246, 247,
2852 248, 249, 250, 251, 252, 253, 254, 255
2854 #endif /* !EBCDIC */
2856 EXTCONST unsigned char PL_fold[];
2860 EXT unsigned char PL_fold_locale[] = {
2861 0, 1, 2, 3, 4, 5, 6, 7,
2862 8, 9, 10, 11, 12, 13, 14, 15,
2863 16, 17, 18, 19, 20, 21, 22, 23,
2864 24, 25, 26, 27, 28, 29, 30, 31,
2865 32, 33, 34, 35, 36, 37, 38, 39,
2866 40, 41, 42, 43, 44, 45, 46, 47,
2867 48, 49, 50, 51, 52, 53, 54, 55,
2868 56, 57, 58, 59, 60, 61, 62, 63,
2869 64, 'a', 'b', 'c', 'd', 'e', 'f', 'g',
2870 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o',
2871 'p', 'q', 'r', 's', 't', 'u', 'v', 'w',
2872 'x', 'y', 'z', 91, 92, 93, 94, 95,
2873 96, 'A', 'B', 'C', 'D', 'E', 'F', 'G',
2874 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O',
2875 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W',
2876 'X', 'Y', 'Z', 123, 124, 125, 126, 127,
2877 128, 129, 130, 131, 132, 133, 134, 135,
2878 136, 137, 138, 139, 140, 141, 142, 143,
2879 144, 145, 146, 147, 148, 149, 150, 151,
2880 152, 153, 154, 155, 156, 157, 158, 159,
2881 160, 161, 162, 163, 164, 165, 166, 167,
2882 168, 169, 170, 171, 172, 173, 174, 175,
2883 176, 177, 178, 179, 180, 181, 182, 183,
2884 184, 185, 186, 187, 188, 189, 190, 191,
2885 192, 193, 194, 195, 196, 197, 198, 199,
2886 200, 201, 202, 203, 204, 205, 206, 207,
2887 208, 209, 210, 211, 212, 213, 214, 215,
2888 216, 217, 218, 219, 220, 221, 222, 223,
2889 224, 225, 226, 227, 228, 229, 230, 231,
2890 232, 233, 234, 235, 236, 237, 238, 239,
2891 240, 241, 242, 243, 244, 245, 246, 247,
2892 248, 249, 250, 251, 252, 253, 254, 255
2895 EXT unsigned char PL_fold_locale[];
2900 EXT unsigned char PL_freq[] = {/* EBCDIC frequencies for mixed English/C */
2901 1, 2, 84, 151, 154, 155, 156, 157,
2902 165, 246, 250, 3, 158, 7, 18, 29,
2903 40, 51, 62, 73, 85, 96, 107, 118,
2904 129, 140, 147, 148, 149, 150, 152, 153,
2905 255, 6, 8, 9, 10, 11, 12, 13,
2906 14, 15, 24, 25, 26, 27, 28, 226,
2907 29, 30, 31, 32, 33, 43, 44, 45,
2908 46, 47, 48, 49, 50, 76, 77, 78,
2909 79, 80, 81, 82, 83, 84, 85, 86,
2910 87, 94, 95, 234, 181, 233, 187, 190,
2911 180, 96, 97, 98, 99, 100, 101, 102,
2912 104, 112, 182, 174, 236, 232, 229, 103,
2913 228, 226, 114, 115, 116, 117, 118, 119,
2914 120, 121, 122, 235, 176, 230, 194, 162,
2915 130, 131, 132, 133, 134, 135, 136, 137,
2916 138, 139, 201, 205, 163, 217, 220, 224,
2917 5, 248, 227, 244, 242, 255, 241, 231,
2918 240, 253, 16, 197, 19, 20, 21, 187,
2919 23, 169, 210, 245, 237, 249, 247, 239,
2920 168, 252, 34, 196, 36, 37, 38, 39,
2921 41, 42, 251, 254, 238, 223, 221, 213,
2922 225, 177, 52, 53, 54, 55, 56, 57,
2923 58, 59, 60, 61, 63, 64, 65, 66,
2924 67, 68, 69, 70, 71, 72, 74, 75,
2925 205, 208, 186, 202, 200, 218, 198, 179,
2926 178, 214, 88, 89, 90, 91, 92, 93,
2927 217, 166, 170, 207, 199, 209, 206, 204,
2928 160, 212, 105, 106, 108, 109, 110, 111,
2929 203, 113, 216, 215, 192, 175, 193, 243,
2930 172, 161, 123, 124, 125, 126, 127, 128,
2931 222, 219, 211, 195, 188, 193, 185, 184,
2932 191, 183, 141, 142, 143, 144, 145, 146
2934 #else /* ascii rather than ebcdic */
2935 EXTCONST unsigned char PL_freq[] = { /* letter frequencies for mixed English/C */
2936 1, 2, 84, 151, 154, 155, 156, 157,
2937 165, 246, 250, 3, 158, 7, 18, 29,
2938 40, 51, 62, 73, 85, 96, 107, 118,
2939 129, 140, 147, 148, 149, 150, 152, 153,
2940 255, 182, 224, 205, 174, 176, 180, 217,
2941 233, 232, 236, 187, 235, 228, 234, 226,
2942 222, 219, 211, 195, 188, 193, 185, 184,
2943 191, 183, 201, 229, 181, 220, 194, 162,
2944 163, 208, 186, 202, 200, 218, 198, 179,
2945 178, 214, 166, 170, 207, 199, 209, 206,
2946 204, 160, 212, 216, 215, 192, 175, 173,
2947 243, 172, 161, 190, 203, 189, 164, 230,
2948 167, 248, 227, 244, 242, 255, 241, 231,
2949 240, 253, 169, 210, 245, 237, 249, 247,
2950 239, 168, 252, 251, 254, 238, 223, 221,
2951 213, 225, 177, 197, 171, 196, 159, 4,
2952 5, 6, 8, 9, 10, 11, 12, 13,
2953 14, 15, 16, 17, 19, 20, 21, 22,
2954 23, 24, 25, 26, 27, 28, 30, 31,
2955 32, 33, 34, 35, 36, 37, 38, 39,
2956 41, 42, 43, 44, 45, 46, 47, 48,
2957 49, 50, 52, 53, 54, 55, 56, 57,
2958 58, 59, 60, 61, 63, 64, 65, 66,
2959 67, 68, 69, 70, 71, 72, 74, 75,
2960 76, 77, 78, 79, 80, 81, 82, 83,
2961 86, 87, 88, 89, 90, 91, 92, 93,
2962 94, 95, 97, 98, 99, 100, 101, 102,
2963 103, 104, 105, 106, 108, 109, 110, 111,
2964 112, 113, 114, 115, 116, 117, 119, 120,
2965 121, 122, 123, 124, 125, 126, 127, 128,
2966 130, 131, 132, 133, 134, 135, 136, 137,
2967 138, 139, 141, 142, 143, 144, 145, 146
2971 EXTCONST unsigned char PL_freq[];
2976 EXTCONST char* PL_block_type[] = {
2985 EXTCONST char* PL_block_type[];
2991 /*****************************************************************************/
2992 /* This lexer/parser stuff is currently global since yacc is hard to reenter */
2993 /*****************************************************************************/
2994 /* XXX This needs to be revisited, since BEGIN makes yacc re-enter... */
2998 #define LEX_NOTPARSING 11 /* borrowed from toke.c */
3011 enum { /* pass one of these to get_vtbl */
3037 want_vtbl_amagicelem,
3038 #ifdef USE_5005THREADS
3046 /* Note: the lowest 8 bits are reserved for
3047 stuffing into op->op_private */
3048 #define HINT_PRIVATE_MASK 0x000000ff
3049 #define HINT_INTEGER 0x00000001
3050 #define HINT_STRICT_REFS 0x00000002
3051 #define HINT_LOCALE 0x00000004
3052 #define HINT_BYTES 0x00000008
3053 #define HINT_BYTES 0x00000008
3054 /* #define HINT_notused10 0x00000010 */
3055 /* Note: 20,40,80 used for NATIVE_HINTS */
3057 #define HINT_BLOCK_SCOPE 0x00000100
3058 #define HINT_STRICT_SUBS 0x00000200
3059 #define HINT_STRICT_VARS 0x00000400
3061 #define HINT_NEW_INTEGER 0x00001000
3062 #define HINT_NEW_FLOAT 0x00002000
3063 #define HINT_NEW_BINARY 0x00004000
3064 #define HINT_NEW_STRING 0x00008000
3065 #define HINT_NEW_RE 0x00010000
3066 #define HINT_LOCALIZE_HH 0x00020000 /* %^H needs to be copied */
3068 #define HINT_RE_TAINT 0x00100000
3069 #define HINT_RE_EVAL 0x00200000
3071 #define HINT_FILETEST_ACCESS 0x00400000
3072 #define HINT_UTF8 0x00800000
3074 /* Various states of the input record separator SV (rs) */
3075 #define RsSNARF(sv) (! SvOK(sv))
3076 #define RsSIMPLE(sv) (SvOK(sv) && (! SvPOK(sv) || SvCUR(sv)))
3077 #define RsPARA(sv) (SvPOK(sv) && ! SvCUR(sv))
3078 #define RsRECORD(sv) (SvROK(sv) && (SvIV(SvRV(sv)) > 0))
3080 /* Enable variables which are pointers to functions */
3081 typedef void (CPERLscope(*peep_t))(pTHX_ OP* o);
3082 typedef regexp*(CPERLscope(*regcomp_t)) (pTHX_ char* exp, char* xend, PMOP* pm);
3083 typedef I32 (CPERLscope(*regexec_t)) (pTHX_ regexp* prog, char* stringarg,
3084 char* strend, char* strbeg, I32 minend,
3085 SV* screamer, void* data, U32 flags);
3086 typedef char* (CPERLscope(*re_intuit_start_t)) (pTHX_ regexp *prog, SV *sv,
3087 char *strpos, char *strend,
3089 struct re_scream_pos_data_s *d);
3090 typedef SV* (CPERLscope(*re_intuit_string_t)) (pTHX_ regexp *prog);
3091 typedef void (CPERLscope(*regfree_t)) (pTHX_ struct regexp* r);
3093 typedef void (*DESTRUCTORFUNC_NOCONTEXT_t) (void*);
3094 typedef void (*DESTRUCTORFUNC_t) (pTHX_ void*);
3095 typedef void (*SVFUNC_t) (pTHX_ SV*);
3096 typedef I32 (*SVCOMPARE_t) (pTHX_ SV*, SV*);
3097 typedef void (*XSINIT_t) (pTHX);
3098 typedef void (*ATEXIT_t) (pTHX_ void*);
3099 typedef void (*XSUBADDR_t) (pTHX_ CV *);
3101 /* Set up PERLVAR macros for populating structs */
3102 #define PERLVAR(var,type) type var;
3103 #define PERLVARA(var,n,type) type var[n];
3104 #define PERLVARI(var,type,init) type var;
3105 #define PERLVARIC(var,type,init) type var;
3107 /* Interpreter exitlist entry */
3108 typedef struct exitlistentry {
3109 void (*fn) (pTHX_ void*);
3111 } PerlExitListEntry;
3113 #ifdef PERL_GLOBAL_STRUCT
3115 # include "perlvars.h"
3119 EXT struct perl_vars PL_Vars;
3120 EXT struct perl_vars *PL_VarsPtr INIT(&PL_Vars);
3121 # else /* PERL_CORE */
3122 # if !defined(__GNUC__) || !defined(WIN32)
3125 struct perl_vars *PL_VarsPtr;
3126 # define PL_Vars (*((PL_VarsPtr) \
3127 ? PL_VarsPtr : (PL_VarsPtr = Perl_GetVars(aTHX))))
3128 # endif /* PERL_CORE */
3129 #endif /* PERL_GLOBAL_STRUCT */
3131 #if defined(MULTIPLICITY)
3132 /* If we have multiple interpreters define a struct
3133 holding variables which must be per-interpreter
3134 If we don't have threads anything that would have
3135 be per-thread is per-interpreter.
3138 struct interpreter {
3139 # ifndef USE_5005THREADS
3140 # include "thrdvar.h"
3142 # include "intrpvar.h"
3144 * The following is a buffer where new variables must
3145 * be defined to maintain binary compatibility with previous versions
3147 PERLVARA(object_compatibility,30, char)
3151 struct interpreter {
3154 #endif /* MULTIPLICITY */
3156 #ifdef USE_5005THREADS
3157 /* If we have threads define a struct with all the variables
3158 * that have to be per-thread
3162 struct perl_thread {
3163 #include "thrdvar.h"
3166 typedef struct perl_thread *Thread;
3169 typedef void *Thread;
3172 /* Done with PERLVAR macros for now ... */
3181 #ifndef PERL_CALLCONV
3182 # define PERL_CALLCONV
3185 #ifndef NEXT30_NO_ATTRIBUTE
3186 # ifndef HASATTRIBUTE /* disable GNU-cc attribute checking? */
3187 # ifdef __attribute__ /* Avoid possible redefinition errors */
3188 # undef __attribute__
3190 # define __attribute__(attr)
3196 #define PERL_CKDEF(s) OP *s (pTHX_ OP *o);
3197 #define PERL_PPDEF(s) OP *s (pTHX);
3201 /* this has structure inits, so it cannot be included before here */
3204 /* The following must follow proto.h as #defines mess up syntax */
3206 #if !defined(PERL_FOR_X2P)
3207 # include "embedvar.h"
3210 /* Now include all the 'global' variables
3211 * If we don't have threads or multiple interpreters
3212 * these include variables that would have been their struct-s
3215 #define PERLVAR(var,type) EXT type PL_##var;
3216 #define PERLVARA(var,n,type) EXT type PL_##var[n];
3217 #define PERLVARI(var,type,init) EXT type PL_##var INIT(init);
3218 #define PERLVARIC(var,type,init) EXTCONST type PL_##var INIT(init);
3220 #if !defined(MULTIPLICITY)
3222 # include "intrpvar.h"
3223 # ifndef USE_5005THREADS
3224 # include "thrdvar.h"
3233 #ifndef PERL_GLOBAL_STRUCT
3236 # include "perlvars.h"
3250 EXT MGVTBL PL_vtbl_sv = {MEMBER_TO_FPTR(Perl_magic_get),
3251 MEMBER_TO_FPTR(Perl_magic_set),
3252 MEMBER_TO_FPTR(Perl_magic_len),
3254 EXT MGVTBL PL_vtbl_env = {0, MEMBER_TO_FPTR(Perl_magic_set_all_env),
3255 0, MEMBER_TO_FPTR(Perl_magic_clear_all_env),
3257 EXT MGVTBL PL_vtbl_envelem = {0, MEMBER_TO_FPTR(Perl_magic_setenv),
3258 0, MEMBER_TO_FPTR(Perl_magic_clearenv),
3260 EXT MGVTBL PL_vtbl_sig = {0, 0, 0, 0, 0};
3262 EXT MGVTBL PL_vtbl_sigelem = {0, 0, 0, 0, 0};
3264 EXT MGVTBL PL_vtbl_sigelem = {MEMBER_TO_FPTR(Perl_magic_getsig),
3265 MEMBER_TO_FPTR(Perl_magic_setsig),
3266 0, MEMBER_TO_FPTR(Perl_magic_clearsig),
3269 EXT MGVTBL PL_vtbl_pack = {0, 0, MEMBER_TO_FPTR(Perl_magic_sizepack), MEMBER_TO_FPTR(Perl_magic_wipepack),
3271 EXT MGVTBL PL_vtbl_packelem = {MEMBER_TO_FPTR(Perl_magic_getpack),
3272 MEMBER_TO_FPTR(Perl_magic_setpack),
3273 0, MEMBER_TO_FPTR(Perl_magic_clearpack),
3275 EXT MGVTBL PL_vtbl_dbline = {0, MEMBER_TO_FPTR(Perl_magic_setdbline),
3277 EXT MGVTBL PL_vtbl_isa = {0, MEMBER_TO_FPTR(Perl_magic_setisa),
3278 0, MEMBER_TO_FPTR(Perl_magic_setisa),
3280 EXT MGVTBL PL_vtbl_isaelem = {0, MEMBER_TO_FPTR(Perl_magic_setisa),
3282 EXT MGVTBL PL_vtbl_arylen = {MEMBER_TO_FPTR(Perl_magic_getarylen),
3283 MEMBER_TO_FPTR(Perl_magic_setarylen),
3285 EXT MGVTBL PL_vtbl_glob = {MEMBER_TO_FPTR(Perl_magic_getglob),
3286 MEMBER_TO_FPTR(Perl_magic_setglob),
3288 EXT MGVTBL PL_vtbl_mglob = {0, MEMBER_TO_FPTR(Perl_magic_setmglob),
3290 EXT MGVTBL PL_vtbl_nkeys = {MEMBER_TO_FPTR(Perl_magic_getnkeys),
3291 MEMBER_TO_FPTR(Perl_magic_setnkeys),
3293 EXT MGVTBL PL_vtbl_taint = {MEMBER_TO_FPTR(Perl_magic_gettaint),MEMBER_TO_FPTR(Perl_magic_settaint),
3295 EXT MGVTBL PL_vtbl_substr = {MEMBER_TO_FPTR(Perl_magic_getsubstr), MEMBER_TO_FPTR(Perl_magic_setsubstr),
3297 EXT MGVTBL PL_vtbl_vec = {MEMBER_TO_FPTR(Perl_magic_getvec),
3298 MEMBER_TO_FPTR(Perl_magic_setvec),
3300 EXT MGVTBL PL_vtbl_pos = {MEMBER_TO_FPTR(Perl_magic_getpos),
3301 MEMBER_TO_FPTR(Perl_magic_setpos),
3303 EXT MGVTBL PL_vtbl_bm = {0, MEMBER_TO_FPTR(Perl_magic_setbm),
3305 EXT MGVTBL PL_vtbl_fm = {0, MEMBER_TO_FPTR(Perl_magic_setfm),
3307 EXT MGVTBL PL_vtbl_uvar = {MEMBER_TO_FPTR(Perl_magic_getuvar),
3308 MEMBER_TO_FPTR(Perl_magic_setuvar),
3310 #ifdef USE_5005THREADS
3311 EXT MGVTBL PL_vtbl_mutex = {0, 0, 0, 0, MEMBER_TO_FPTR(Perl_magic_mutexfree)};
3312 #endif /* USE_5005THREADS */
3313 EXT MGVTBL PL_vtbl_defelem = {MEMBER_TO_FPTR(Perl_magic_getdefelem),MEMBER_TO_FPTR(Perl_magic_setdefelem),
3316 EXT MGVTBL PL_vtbl_regexp = {0,0,0,0, MEMBER_TO_FPTR(Perl_magic_freeregexp)};
3317 EXT MGVTBL PL_vtbl_regdata = {0, 0, MEMBER_TO_FPTR(Perl_magic_regdata_cnt), 0, 0};
3318 EXT MGVTBL PL_vtbl_regdatum = {MEMBER_TO_FPTR(Perl_magic_regdatum_get),
3319 MEMBER_TO_FPTR(Perl_magic_regdatum_set), 0, 0, 0};
3321 #ifdef USE_LOCALE_COLLATE
3322 EXT MGVTBL PL_vtbl_collxfrm = {0,
3323 MEMBER_TO_FPTR(Perl_magic_setcollxfrm),
3327 EXT MGVTBL PL_vtbl_amagic = {0, MEMBER_TO_FPTR(Perl_magic_setamagic),
3328 0, 0, MEMBER_TO_FPTR(Perl_magic_setamagic)};
3329 EXT MGVTBL PL_vtbl_amagicelem = {0, MEMBER_TO_FPTR(Perl_magic_setamagic),
3330 0, 0, MEMBER_TO_FPTR(Perl_magic_setamagic)};
3332 EXT MGVTBL PL_vtbl_backref = {0, 0,
3333 0, 0, MEMBER_TO_FPTR(Perl_magic_killbackrefs)};
3335 EXT MGVTBL PL_vtbl_ovrld = {0, 0,
3336 0, 0, MEMBER_TO_FPTR(Perl_magic_freeovrld)};
3340 EXT MGVTBL PL_vtbl_sv;
3341 EXT MGVTBL PL_vtbl_env;
3342 EXT MGVTBL PL_vtbl_envelem;
3343 EXT MGVTBL PL_vtbl_sig;
3344 EXT MGVTBL PL_vtbl_sigelem;
3345 EXT MGVTBL PL_vtbl_pack;
3346 EXT MGVTBL PL_vtbl_packelem;
3347 EXT MGVTBL PL_vtbl_dbline;
3348 EXT MGVTBL PL_vtbl_isa;
3349 EXT MGVTBL PL_vtbl_isaelem;
3350 EXT MGVTBL PL_vtbl_arylen;
3351 EXT MGVTBL PL_vtbl_glob;
3352 EXT MGVTBL PL_vtbl_mglob;
3353 EXT MGVTBL PL_vtbl_nkeys;
3354 EXT MGVTBL PL_vtbl_taint;
3355 EXT MGVTBL PL_vtbl_substr;
3356 EXT MGVTBL PL_vtbl_vec;
3357 EXT MGVTBL PL_vtbl_pos;
3358 EXT MGVTBL PL_vtbl_bm;
3359 EXT MGVTBL PL_vtbl_fm;
3360 EXT MGVTBL PL_vtbl_uvar;
3361 EXT MGVTBL PL_vtbl_ovrld;
3363 #ifdef USE_5005THREADS
3364 EXT MGVTBL PL_vtbl_mutex;
3365 #endif /* USE_5005THREADS */
3367 EXT MGVTBL PL_vtbl_defelem;
3368 EXT MGVTBL PL_vtbl_regexp;
3369 EXT MGVTBL PL_vtbl_regdata;
3370 EXT MGVTBL PL_vtbl_regdatum;
3372 #ifdef USE_LOCALE_COLLATE
3373 EXT MGVTBL PL_vtbl_collxfrm;
3376 EXT MGVTBL PL_vtbl_amagic;
3377 EXT MGVTBL PL_vtbl_amagicelem;
3379 EXT MGVTBL PL_vtbl_backref;
3381 #endif /* !DOINIT */
3384 fallback_amg, abs_amg,
3385 bool__amg, nomethod_amg,
3386 string_amg, numer_amg,
3387 add_amg, add_ass_amg,
3388 subtr_amg, subtr_ass_amg,
3389 mult_amg, mult_ass_amg,
3390 div_amg, div_ass_amg,
3391 modulo_amg, modulo_ass_amg,
3392 pow_amg, pow_ass_amg,
3393 lshift_amg, lshift_ass_amg,
3394 rshift_amg, rshift_ass_amg,
3395 band_amg, band_ass_amg,
3396 bor_amg, bor_ass_amg,
3397 bxor_amg, bxor_ass_amg,
3410 repeat_amg, repeat_ass_amg,
3411 concat_amg, concat_ass_amg,
3413 to_sv_amg, to_av_amg,
3414 to_hv_amg, to_gv_amg,
3415 to_cv_amg, iter_amg,
3416 int_amg, DESTROY_amg,
3418 /* Do not leave a trailing comma here. C9X allows it, C89 doesn't. */
3421 #define NofAMmeth max_amg_code
3422 #define AMG_id2name(id) ((char*)PL_AMG_names[id]+1)
3425 EXTCONST char * PL_AMG_names[NofAMmeth] = {
3426 /* Names kept in the symbol table. fallback => "()", the rest has
3427 "(" prepended. The only other place in perl which knows about
3428 this convention is AMG_id2name (used for debugging output and
3429 'nomethod' only), the only other place which has it hardwired is
3431 "()", "(abs", /* "fallback" should be the first. */
3432 "(bool", "(nomethod",
3466 EXTCONST char * PL_AMG_names[NofAMmeth];
3467 #endif /* def INITAMAGIC */
3475 CV* table[NofAMmeth];
3478 struct am_table_short {
3483 typedef struct am_table AMT;
3484 typedef struct am_table_short AMTS;
3486 #define AMGfallNEVER 1
3488 #define AMGfallYES 3
3490 #define AMTf_AMAGIC 1
3491 #define AMTf_OVERLOADED 2
3492 #define AMT_AMAGIC(amt) ((amt)->flags & AMTf_AMAGIC)
3493 #define AMT_AMAGIC_on(amt) ((amt)->flags |= AMTf_AMAGIC)
3494 #define AMT_AMAGIC_off(amt) ((amt)->flags &= ~AMTf_AMAGIC)
3495 #define AMT_OVERLOADED(amt) ((amt)->flags & AMTf_OVERLOADED)
3496 #define AMT_OVERLOADED_on(amt) ((amt)->flags |= AMTf_OVERLOADED)
3497 #define AMT_OVERLOADED_off(amt) ((amt)->flags &= ~AMTf_OVERLOADED)
3499 #define StashHANDLER(stash,meth) gv_handler((stash),CAT2(meth,_amg))
3502 * some compilers like to redefine cos et alia as faster
3503 * (and less accurate?) versions called F_cos et cetera (Quidquid
3504 * latine dictum sit, altum viditur.) This trick collides with
3505 * the Perl overloading (amg). The following #defines fool both.
3510 # define F_atan2_amg atan2_amg
3513 # define F_cos_amg cos_amg
3516 # define F_exp_amg exp_amg
3519 # define F_log_amg log_amg
3522 # define F_pow_amg pow_amg
3525 # define F_sin_amg sin_amg
3528 # define F_sqrt_amg sqrt_amg
3530 #endif /* _FASTMATH */
3532 #define PERLDB_ALL (PERLDBf_SUB | PERLDBf_LINE | \
3533 PERLDBf_NOOPT | PERLDBf_INTER | \
3534 PERLDBf_SUBLINE| PERLDBf_SINGLE| \
3535 PERLDBf_NAMEEVAL| PERLDBf_NAMEANON)
3536 /* No _NONAME, _GOTO */
3537 #define PERLDBf_SUB 0x01 /* Debug sub enter/exit */
3538 #define PERLDBf_LINE 0x02 /* Keep line # */
3539 #define PERLDBf_NOOPT 0x04 /* Switch off optimizations */
3540 #define PERLDBf_INTER 0x08 /* Preserve more data for
3541 later inspections */
3542 #define PERLDBf_SUBLINE 0x10 /* Keep subr source lines */
3543 #define PERLDBf_SINGLE 0x20 /* Start with single-step on */
3544 #define PERLDBf_NONAME 0x40 /* For _SUB: no name of the subr */
3545 #define PERLDBf_GOTO 0x80 /* Report goto: call DB::goto */
3546 #define PERLDBf_NAMEEVAL 0x100 /* Informative names for evals */
3547 #define PERLDBf_NAMEANON 0x200 /* Informative names for anon subs */
3549 #define PERLDB_SUB (PL_perldb && (PL_perldb & PERLDBf_SUB))
3550 #define PERLDB_LINE (PL_perldb && (PL_perldb & PERLDBf_LINE))
3551 #define PERLDB_NOOPT (PL_perldb && (PL_perldb & PERLDBf_NOOPT))
3552 #define PERLDB_INTER (PL_perldb && (PL_perldb & PERLDBf_INTER))
3553 #define PERLDB_SUBLINE (PL_perldb && (PL_perldb & PERLDBf_SUBLINE))
3554 #define PERLDB_SINGLE (PL_perldb && (PL_perldb & PERLDBf_SINGLE))
3555 #define PERLDB_SUB_NN (PL_perldb && (PL_perldb & (PERLDBf_NONAME)))
3556 #define PERLDB_GOTO (PL_perldb && (PL_perldb & PERLDBf_GOTO))
3557 #define PERLDB_NAMEEVAL (PL_perldb && (PL_perldb & PERLDBf_NAMEEVAL))
3558 #define PERLDB_NAMEANON (PL_perldb && (PL_perldb & PERLDBf_NAMEANON))
3561 #ifdef USE_LOCALE_NUMERIC
3563 #define SET_NUMERIC_STANDARD() \
3564 set_numeric_standard();
3566 #define SET_NUMERIC_LOCAL() \
3567 set_numeric_local();
3569 #define IN_LOCALE_RUNTIME (PL_curcop->op_private & HINT_LOCALE)
3570 #define IN_LOCALE_COMPILETIME (PL_hints & HINT_LOCALE)
3573 (PL_curcop == &PL_compiling ? IN_LOCALE_COMPILETIME : IN_LOCALE_RUNTIME)
3575 #define STORE_NUMERIC_LOCAL_SET_STANDARD() \
3576 bool was_local = PL_numeric_local && IN_LOCALE; \
3577 if (was_local) SET_NUMERIC_STANDARD();
3579 #define STORE_NUMERIC_STANDARD_SET_LOCAL() \
3580 bool was_standard = PL_numeric_standard && IN_LOCALE; \
3581 if (was_standard) SET_NUMERIC_LOCAL();
3583 #define RESTORE_NUMERIC_LOCAL() \
3584 if (was_local) SET_NUMERIC_LOCAL();
3586 #define RESTORE_NUMERIC_STANDARD() \
3587 if (was_standard) SET_NUMERIC_STANDARD();
3589 #define Atof my_atof
3591 #else /* !USE_LOCALE_NUMERIC */
3593 #define SET_NUMERIC_STANDARD() /**/
3594 #define SET_NUMERIC_LOCAL() /**/
3595 #define IS_NUMERIC_RADIX(a, b) (0)
3596 #define STORE_NUMERIC_LOCAL_SET_STANDARD() /**/
3597 #define STORE_NUMERIC_STANDARD_SET_LOCAL() /**/
3598 #define RESTORE_NUMERIC_LOCAL() /**/
3599 #define RESTORE_NUMERIC_STANDARD() /**/
3600 #define Atof Perl_atof
3601 #define IN_LOCALE_RUNTIME 0
3603 #endif /* !USE_LOCALE_NUMERIC */
3605 #if !defined(Strtol) && defined(USE_64_BIT_INT) && defined(IV_IS_QUAD) && QUADKIND == QUAD_IS_LONG_LONG
3607 # define strtoll __strtoll /* secret handshake */
3609 # if !defined(Strtol) && defined(HAS_STRTOLL)
3610 # define Strtol strtoll
3612 # if !defined(Strtol) && defined(HAS_STRTOQ)
3613 # define Strtol strtoq
3615 /* is there atoq() anywhere? */
3617 #if !defined(Strtol) && defined(HAS_STRTOL)
3618 # define Strtol strtol
3621 /* It would be more fashionable to use Strtol() to define atol()
3622 * (as is done for Atoul(), see below) but for backward compatibility
3623 * we just assume atol(). */
3624 # if defined(USE_64_BIT_INT) && defined(IV_IS_QUAD) && QUADKIND == QUAD_IS_LONG_LONG && defined(HAS_ATOLL)
3631 #if !defined(Strtoul) && defined(USE_64_BIT_INT) && defined(UV_IS_QUAD) && QUADKIND == QUAD_IS_LONG_LONG
3633 # define strtoull __strtoull /* secret handshake */
3635 # if !defined(Strtoul) && defined(HAS_STRTOULL)
3636 # define Strtoul strtoull
3638 # if !defined(Strtoul) && defined(HAS_STRTOUQ)
3639 # define Strtoul strtouq
3641 /* is there atouq() anywhere? */
3643 #if !defined(Strtoul) && defined(HAS_STRTOUL)
3644 # define Strtoul strtoul
3647 # define Atoul(s) Strtoul(s, (char **)NULL, 10)
3650 #if !defined(PERLIO_IS_STDIO) && defined(HASATTRIBUTE)
3652 * Now we have __attribute__ out of the way
3657 #define printf(fmt,args...) PerlIO_stdoutf(fmt,##args)
3659 #define printf PerlIO_stdoutf
3663 /* if these never got defined, they need defaults */
3664 #ifndef PERL_SET_CONTEXT
3665 # define PERL_SET_CONTEXT(i) PERL_SET_INTERP(i)
3668 #ifndef PERL_GET_CONTEXT
3669 # define PERL_GET_CONTEXT PERL_GET_INTERP
3672 #ifndef PERL_GET_THX
3673 # define PERL_GET_THX ((void*)NULL)
3676 #ifndef PERL_SET_THX
3677 # define PERL_SET_THX(t) NOOP
3680 #ifndef PERL_SCRIPT_MODE
3681 #define PERL_SCRIPT_MODE "r"
3685 * Some operating systems are stingy with stack allocation,
3686 * so perl may have to guard against stack overflow.
3688 #ifndef PERL_STACK_OVERFLOW_CHECK
3689 #define PERL_STACK_OVERFLOW_CHECK() NOOP
3693 * Some nonpreemptive operating systems find it convenient to
3694 * check for asynchronous conditions after each op execution.
3695 * Keep this check simple, or it may slow down execution
3700 # ifndef PERL_OLD_SIGNALS
3701 # ifndef PERL_ASYNC_CHECK
3702 # define PERL_ASYNC_CHECK() if (PL_sig_pending) despatch_signals()
3707 #ifndef PERL_ASYNC_CHECK
3708 # define PERL_ASYNC_CHECK() NOOP
3712 * On some operating systems, a memory allocation may succeed,
3713 * but put the process too close to the system's comfort limit.
3714 * In this case, PERL_ALLOC_CHECK frees the pointer and sets
3717 #ifndef PERL_ALLOC_CHECK
3718 #define PERL_ALLOC_CHECK(p) NOOP
3722 * nice_chunk and nice_chunk size need to be set
3723 * and queried under the protection of sv_mutex
3725 #define offer_nice_chunk(chunk, chunk_size) STMT_START { \
3727 U32 new_chunk_size; \
3729 new_chunk = (void *)(chunk); \
3730 new_chunk_size = (chunk_size); \
3731 if (new_chunk_size > PL_nice_chunk_size) { \
3732 if (PL_nice_chunk) Safefree(PL_nice_chunk); \
3733 PL_nice_chunk = new_chunk; \
3734 PL_nice_chunk_size = new_chunk_size; \
3742 # include <sys/ipc.h>
3743 # include <sys/sem.h>
3744 # ifndef HAS_UNION_SEMUN /* Provide the union semun. */
3747 struct semid_ds *buf;
3748 unsigned short *array;
3751 # ifdef USE_SEMCTL_SEMUN
3752 # ifdef IRIX32_SEMUN_BROKEN_BY_GCC
3753 union gccbug_semun {
3755 struct semid_ds *buf;
3756 unsigned short *array;
3759 # define semun gccbug_semun
3761 # define Semctl(id, num, cmd, semun) semctl(id, num, cmd, semun)
3763 # ifdef USE_SEMCTL_SEMID_DS
3764 # ifdef EXTRA_F_IN_SEMUN_BUF
3765 # define Semctl(id, num, cmd, semun) semctl(id, num, cmd, semun.buff)
3767 # define Semctl(id, num, cmd, semun) semctl(id, num, cmd, semun.buf)
3778 # include <sys/file.h>
3781 #if defined(HAS_FLOCK) && !defined(HAS_FLOCK_PROTO)
3782 int flock(int fd, int op);
3786 /* Assume UNIX defaults */
3787 # define O_RDONLY 0000
3788 # define O_WRONLY 0001
3789 # define O_RDWR 0002
3790 # define O_CREAT 0100
3803 #ifdef I_SYS_STATVFS
3804 # if defined(PERL_SCO) && !defined(_SVID3)
3807 # include <sys/statvfs.h> /* for f?statvfs() */
3810 # include <sys/mount.h> /* for *BSD f?statfs() */
3813 # include <mntent.h> /* for getmntent() */
3816 # include <sys/statfs.h> /* for some statfs() */
3820 # define sv IRIX_sv /* kludge: IRIX has an sv of its own */
3822 # include <sys/vfs.h> /* for some statfs() */
3828 # include <ustat.h> /* for ustat() */
3831 #if !defined(PERL_MOUNT_NOSUID) && defined(MOUNT_NOSUID)
3832 # define PERL_MOUNT_NOSUID MOUNT_NOSUID
3834 #if !defined(PERL_MOUNT_NOSUID) && defined(MNT_NOSUID)
3835 # define PERL_MOUNT_NOSUID MNT_NOSUID
3837 #if !defined(PERL_MOUNT_NOSUID) && defined(MS_NOSUID)
3838 # define PERL_MOUNT_NOSUID MS_NOSUID
3840 #if !defined(PERL_MOUNT_NOSUID) && defined(M_NOSUID)
3841 # define PERL_MOUNT_NOSUID M_NOSUID
3844 #endif /* IAMSUID */
3847 # include <libutil.h> /* setproctitle() in some FreeBSDs */
3850 #ifndef EXEC_ARGV_CAST
3851 #define EXEC_ARGV_CAST(x) x
3854 #define IS_NUMBER_IN_UV 0x01 /* number within UV range (maybe not
3855 int). value returned in pointed-
3857 #define IS_NUMBER_GREATER_THAN_UV_MAX 0x02 /* pointed to UV undefined */
3858 #define IS_NUMBER_NOT_INT 0x04 /* saw . or E notation */
3859 #define IS_NUMBER_NEG 0x08 /* leading minus sign */
3860 #define IS_NUMBER_INFINITY 0x10 /* this is big */
3861 #define IS_NUMBER_NAN 0x20 /* this is not */
3863 #define GROK_NUMERIC_RADIX(sp, send) grok_numeric_radix(sp, send)
3866 #define PERL_SCAN_ALLOW_UNDERSCORES 0x01 /* grok_??? accept _ in numbers */
3867 #define PERL_SCAN_DISALLOW_PREFIX 0x02 /* grok_??? reject 0x in hex etc */
3869 #define PERL_SCAN_GREATER_THAN_UV_MAX 0x02 /* should this merge with above? */
3871 /* to let user control profiling */
3872 #ifdef PERL_GPROF_CONTROL
3873 extern void moncontrol(int);
3874 #define PERL_GPROF_MONCONTROL(x) moncontrol(x)
3876 #define PERL_GPROF_MONCONTROL(x)
3879 /* and finally... */
3880 #define PERL_PATCHLEVEL_H_IMPLICIT
3881 #include "patchlevel.h"
3882 #undef PERL_PATCHLEVEL_H_IMPLICIT
3922 so that Configure picks them up. */
3928 #endif /* Include guard */