summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Collapse)AuthorAgeFilesLines
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-311-1/+5
|\ | | | | p4raw-id: //depot/perl@4499
| * Add HAS_QUAD ($Config{d_quad}); use it.Jarkko Hietaniemi1999-10-301-1/+5
| | | | | | p4raw-id: //depot/cfgperl@4497
* | remove unused struct OutrecGurusamy Sarathy1999-10-311-7/+0
|/ | | p4raw-id: //depot/perl@4498
* Continue what #4494 started; introduce uid and gid formats.Jarkko Hietaniemi1999-10-291-81/+3
| | | p4raw-id: //depot/cfgperl@4495
* Move the IV, UV, I8, U8, ..., and NV to metaconfigJarkko Hietaniemi1999-10-291-47/+10
| | | | | from perl.h and handy.h. p4raw-id: //depot/cfgperl@4494
* Integrate with Sarathy.Jarkko Hietaniemi1999-10-291-1/+1
|\ | | | | p4raw-id: //depot/cfgperl@4489
| * usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-1/+1
| | | | | | | | | | shareable across interpreters) p4raw-id: //depot/perl@4484
* | Remove quad logic from perl.h; regen Configure;Jarkko Hietaniemi1999-10-291-101/+8
| | | | | | | | | | add -DUSE_LONG_LONG to ccflags if not already there. p4raw-id: //depot/cfgperl@4487
* | Fix printing of uids and gids; regen Configure.Jarkko Hietaniemi1999-10-281-2/+95
|/ | | p4raw-id: //depot/cfgperl@4480
* integrate cfgperl contents into mainline; merge conflictsGurusamy Sarathy1999-10-271-49/+64
|\ | | | | p4raw-id: //depot/perl@4475
| * Remove unused "squatter" symbols; regen Configure.Jarkko Hietaniemi1999-10-271-14/+0
| | | | | | p4raw-id: //depot/cfgperl@4472
| * Regen Configure.Jarkko Hietaniemi1999-10-271-12/+0
| | | | | | p4raw-id: //depot/cfgperl@4470
| * Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-46/+50
| |\ | | | | | | | | | | | | (Ilya's changes won). p4raw-id: //depot/cfgperl@4468
| * | Nosuid checking for statfs() people: from Spider Boardman.Jarkko Hietaniemi1999-10-271-0/+34
| | | | | | | | | p4raw-id: //depot/cfgperl@4465
| * | Revert #4457 for more investigation.Jarkko Hietaniemi1999-10-261-12/+1
| | | | | | | | | p4raw-id: //depot/cfgperl@4460
| * | Add getmnt() to nosuid checking.Jarkko Hietaniemi1999-10-261-1/+12
| | | | | | | | | p4raw-id: //depot/cfgperl@4457
| * | Long double support: sqrtl et al are not available everywhere,Jarkko Hietaniemi1999-10-191-35/+38
| | | | | | | | | | | | | | | e.g. not in Solaris, even when long doubles are. p4raw-id: //depot/cfgperl@4411
* | | patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but notGurusamy Sarathy1999-10-271-4/+4
| |/ |/| | | | | | | perl; stdout/stderr redirects seem broken as well) p4raw-id: //depot/perl@4474
* | more GCC v2.95 induced adjustmentsGurusamy Sarathy1999-10-271-46/+46
| | | | | | p4raw-id: //depot/perl@4462
* | Re: [PATCH 5.005_62] OS/2 improvementsIlya Zakharevich1999-10-241-0/+4
|/ | | | | Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@4432
* support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-171-8/+8
| | | | | windows p4raw-id: //depot/perl@4402
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-1/+3
| | | | | | compatibility; introduce SAVEDESTRUCTOR_X() that accepts void(*)(pTHX_ void*) p4raw-id: //depot/perl@4339
* While awaiting a good test program to detect the broken gcc.Thomas Conté1999-10-091-3/+12
| | | | | | | | To: <jhi@iki.fi> Cc: <perl5-porters@perl.org> Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4 Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr> p4raw-id: //depot/cfgperl@4322
* remove kludgey duplicate background error avoidance (causedGurusamy Sarathy1999-10-081-2/+2
| | | | | | "leaks"; %@ wasn't even user-visible under -Dusethreads); only repeats of most recent error are now avoided p4raw-id: //depot/perl@4316
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-061-0/+16
|\ | | | | p4raw-id: //depot/perl@4303
| * Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-021-0/+16
| | | | | | | | | | | | macros to be used when doing formatted printing: IVdf, UVuf, UVxf, UVof. Also introduce Uid_t_SIGN. p4raw-id: //depot/cfgperl@4288
* | make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-1/+7
|/ | | | | | to point at; change places that meant Perl_debug_log rather than PerlIO_stderr() p4raw-id: //depot/perl@4302
* Add usemorebits and uselfs.Jarkko Hietaniemi1999-09-201-10/+6
| | | p4raw-id: //depot/cfgperl@4204
* Not that UVSIZE normally differs that much from IVSIZE...Jarkko Hietaniemi1999-09-141-1/+1
| | | p4raw-id: //depot/cfgperl@4147
* Scan always for <pthread.h>.Jarkko Hietaniemi1999-09-131-2/+4
| | | p4raw-id: //depot/cfgperl@4141
* Applying change #4136 manually introduced patch residue.Jarkko Hietaniemi1999-09-131-10/+10
| | | | | p4raw-link: @4136 on //depot/cfgperl: 564319723c2c18fa4801cd77e0d203a582b4d5a3 p4raw-id: //depot/cfgperl@4137
* Replace change #4100 withRobin Barker1999-09-131-9/+23
| | | | | | | | | | To: gsar@activestate.com Cc: perl5-porters@perl.org Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits Message-Id: <199909131315.OAA24012@tempest.npl.co.uk> p4raw-link: @4100 on //depot/cfgperl: 427181846486e3aa5034a647dc1922377185f4c0 p4raw-id: //depot/cfgperl@4136
* Fix pointer casts.Robin Barker1999-09-071-1/+13
| | | | | | | | To: perl5-porters@perl.org Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits Message-Id: <199909071130.MAA11435@tempest.npl.co.uk> p4raw-id: //depot/cfgperl@4100
* HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.Daniel S. Lewart1999-09-071-1/+5
| | | | | | | To: perl5-porters@perl.org Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20 Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu> p4raw-id: //depot/cfgperl@4096
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-061-4/+2
|\ | | | | p4raw-id: //depot/cfgperl@4091
| * applied patch suggested by Hans Mulder to fix problems onGurusamy Sarathy1999-09-061-4/+2
| | | | | | | | | | | | | | | | OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC when they ask for bincompat (platforms that used to default to EMBEDMYMALLOC continue to do so); disable warnings.t#192 (appears unsalvageable on some platforms) p4raw-id: //depot/perl@4085
| * integrate cfgperl contents into mainlineGurusamy Sarathy1999-09-041-20/+55
| |\ | |/ |/| p4raw-id: //depot/perl@4076
* | Comment upgrading: the quad situation isn't quite asJarkko Hietaniemi1999-09-041-12/+7
| | | | | | | | | | bad as it used to be. p4raw-id: //depot/cfgperl@4073
* | Turn on USE_64_BIT_OFFSETS implicitly.Jarkko Hietaniemi1999-09-031-1/+7
| | | | | | p4raw-id: //depot/cfgperl@4069
* | [ID 19990821.001] [PATCH] perl5.005_60 cygwin portFifer, Eric1999-09-011-1/+1
| | | | | | | | | | | | To: perl5-porters@perl.org Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST> p4raw-id: //depot/cfgperl@4066
* | [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1Dominic Dunlop1999-09-011-0/+4
| | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org (UNINSTALLED) [PATCH] Message-Id: <v03110709b3e165b51dda@[212.24.192.132]> The PERL_POLLUTE_MALLOC part had to be manually applied. p4raw-id: //depot/cfgperl@4065
* | IV_DIG and NV_DIG fixes.Jarkko Hietaniemi1999-09-011-4/+10
| | | | | | p4raw-id: //depot/cfgperl@4060
* | sub : attrlistSpider Boardman1999-08-291-0/+2
| | | | | | | | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US> p4raw-id: //depot/cfgperl@4043
* | Remove an extra #endif introduced by #4036.Jarkko Hietaniemi1999-08-291-1/+0
| | | | | | p4raw-id: //depot/cfgperl@4039
* | Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-1/+1
| | | | | | p4raw-id: //depot/cfgperl@4038
* | Integrate with Sarathy.Jarkko Hietaniemi1999-08-291-23/+38
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4036
| * deadcode removalGurusamy Sarathy1999-08-291-13/+0
| | | | | | p4raw-id: //depot/perl@4034
| * DEBUG_m() adjusted to internalize dTHXGurusamy Sarathy1999-08-201-1/+4
| | | | | | p4raw-id: //depot/perl@4013
| * update ChangesGurusamy Sarathy1999-08-201-2/+4
| | | | | | p4raw-id: //depot/perl@4011
| * integrate cfgperl contents into mainlineGurusamy Sarathy1999-08-201-122/+183
| |\ | | | | | | p4raw-id: //depot/perl@4008