summaryrefslogtreecommitdiff
path: root/plan9
Commit message (Collapse)AuthorAgeFilesLines
* Configure detection of __attribute__((deprecated))Rafael Garcia-Suarez2008-12-031-0/+1
| | | | | | From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com> Message-ID: <b77c1dce0812030351j33d7b75ci3e2640b33f36acd9@mail.gmail.com> p4raw-id: //depot/perl@34994
* could we add usedevel to config.h?H.Merijn Brand2008-11-281-0/+1
| | | | | | | | | | | | From: Nicholas Clark <nick@ccl4.org> Date: Thu, 27 Nov 2008 20:28:08 +0000 Message-ID: <20081127202807.GG49335@plum.flirble.org> Subject: Avoid duplicate vendorlib [PATCH] From: Gisle Aas <gisle@activestate.com> Date: Wed, 12 Nov 2008 13:50:34 +0100 Message-Id: <71B06786-4C55-4A76-BE24-C01F89015D45@activestate.com> p4raw-id: //depot/perl@34950
* Re: [PATCH: Configure/NDBM_File] Add prototype detection for NDBM header filesMarcus Holland-Moritz2008-11-081-0/+3
| | | | | Message-ID: <20081108094522.5174608b@r2d2> p4raw-id: //depot/perl@34777
* Add probes for *time64 () functionsH.Merijn Brand2008-10-031-20/+31
| | | | | Add missing config vars p4raw-id: //depot/perl@34456
* Propagate new i_gdbm*ndbm variablesAndy Dougherty2008-05-291-0/+2
| | | | | Message-ID: <Pine.LNX.4.64.0805291241070.365@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@33949
* Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu)Dominic Dunlop2008-03-291-0/+1
| | | | | | | | Message-Id: <3B7752C8-D5A2-452C-B3E0-C453FFCBCAFA@mac.com> [but rename ******* to i_mallocmalloc.U, and then fix up all the files that Porting/checkcfgvar.pl says need i_mallocmalloc declared] p4raw-id: //depot/perl@33598
* Add i_syspoll to all the pre-canned configs.Nicholas Clark2008-03-291-0/+1
| | | p4raw-id: //depot/perl@33597
* Fix the misplaced warnings and failing tests caused by the precisionNicholas Clark2008-01-231-0/+1
| | | | | | | | loss warning on ++ and -- by moving the check to Configure time, creating a new config.sh variable nv_overflows_integers_at which contains an constant expression for the value of the NV which can't be incremented by 1.0 p4raw-id: //depot/perl@33049
* Add dtrace supportAndy Armstrong2008-01-111-0/+2
| | | | | | | | | Message-Id: <F4AC553F-7C7F-49C3-98C2-E04681E1004F@hexten.net> with fixups as discussed on list, plus adding usedtrace to Glossary, plus propagating all the new config variables everywhere. (Was there an automatic way to do that? I did it with emacs macros) p4raw-id: //depot/perl@32953
* Add a Configure probe for <assert.h>Nicholas Clark2007-12-222-0/+7
| | | p4raw-id: //depot/perl@32705
* Bump the version number to 5.11.0Nicholas Clark2007-12-191-5/+5
| | | p4raw-id: //depot/perl@32646
* make PERL_SYS_INIT/INIT3/TERM into functionsDave Mitchell2007-09-251-2/+2
| | | p4raw-id: //depot/perl@31970
* Bump version number to 5.10.0.Rafael Garcia-Suarez2007-09-061-5/+5
| | | p4raw-id: //depot/perl@31799
* bye bye charsizeH.Merijn Brand2007-08-211-1/+0
| | | | | it is^Wwas always 1 p4raw-id: //depot/perl@31745
* Remove ext/ThreadJerry D. Hedden2007-05-021-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com> p4raw-id: //depot/perl@31114
* microperl plus missing config varsJarkko Hietaniemi2007-04-011-4/+14
| | | | | Message-ID: <460ED79A.5030809@iki.fi> p4raw-id: //depot/perl@30823
* Add the new man page, perlunifaq, in relevant placesRafael Garcia-Suarez2007-03-071-1/+1
| | | p4raw-id: //depot/perl@30499
* Configure patch to add detection for DIR.dd_fd member variableSteve Peters2006-11-081-0/+1
| | | | | | From: "Steve Peters" <steve.peters@gmail.com> Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com> p4raw-id: //depot/perl@29238
* The non-unix parts for localtime_r_needs_tzsetH.Merijn Brand2006-11-063-0/+15
| | | | | Plus forced Glossary entry. That is a TODO for automation p4raw-id: //depot/perl@29213
* Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM*Nicholas Clark2006-10-211-2/+3
| | | | | in */*ish.h headers. p4raw-id: //depot/perl@29077
* Bump version to 5.9.5Rafael Garcia-Suarez2006-10-091-5/+5
| | | p4raw-id: //depot/perl@28969
* g++ stage 1 reachedJarkko Hietaniemi2006-08-082-0/+12
| | | | | Message-ID: <44D7AA6B.4040802@iki.fi> p4raw-id: //depot/perl@28674
* A Configure probe for C99 variadic macros, based on code from Jarkko.Nicholas Clark2006-05-131-0/+1
| | | p4raw-id: //depot/perl@28189
* Add a Configure question for mad (Misc Attribute Decoration - Larry'sNicholas Clark2006-03-071-0/+1
| | | | | perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h p4raw-id: //depot/perl@27407
* Bump version number to 5.9.4Rafael Garcia-Suarez2006-01-301-5/+5
| | | | | Regenerate template config in Porting p4raw-id: //depot/perl@27007
* Updates to various configurations courtesy of Jarkko.Steve Peters2006-01-041-0/+12
| | | p4raw-id: //depot/perl@26639
* Add a new file, mathoms.c, to hold old code kept around for binarySteve Peters2005-10-281-1/+1
| | | | | | | compatability with previous versions of Perl. Change also includes various Makefile changes to compile the new file and link it into libperl. p4raw-id: //depot/perl@25866
* Update to the config boilerplates, by JarkkoRafael Garcia-Suarez2005-10-121-0/+3
| | | p4raw-id: //depot/perl@25741
* Attribute configurationAndy Lester2005-05-202-2/+14
| | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508
* Bump version to 5.9.3Rafael Garcia-Suarez2005-04-041-5/+5
| | | | | | Restore "DEVEL" tag in patchlevel.h Regenerate Porting/config* p4raw-id: //depot/perl@24149
* Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS'sH.Merijn Brand2004-10-301-0/+12
| | | p4raw-id: //depot/perl@23436
* Bump bleadperl's version number to 5.9.2.Rafael Garcia-Suarez2004-03-181-5/+5
| | | p4raw-id: //depot/perl@22523
* Removed pm_apiversion and xs_apiversion as requested byH.Merijn Brand2004-02-183-72/+0
| | | | | the pumpkin. Chainsaw was still in perfect working order. p4raw-id: //depot/perl@22334
* Bump up perl's version number to 5.9.1.Rafael Garcia-Suarez2004-02-171-8/+8
| | | | | | Add perl591delta in perl.pod. Update the sample config files in Porting/. p4raw-id: //depot/perl@22318
* Remove incorrect guards around inclusion of <signal.h>Alan Burlison2003-12-151-3/+1
| | | | | | | | | | | Causes problems with UNIX03/SUSv3 Part 2 of change 21916 - oops! See: Message-Id: <3FDD06A5.8010004@sun.com> Subject: Re: UNIX03 & C99 issue with 5.8.2 Date: Mon, 15 Dec 2003 00:56:05 +0000 p4raw-id: //depot/perl@21917
* Modify the common guard for the signal.h header, becauseAlan Burlison2003-12-121-1/+1
| | | | | | | | | C99 compilers don't like it.o see : Subject: UNIX03 & C99 issue with 5.8.2 Message-ID: <3FDA4994.6050209@sun.com> p4raw-id: //depot/perl@21883
* Remove PL_earlytaint since the hash seed codeJarkko Hietaniemi2003-07-041-1/+1
| | | | | can be delayed until perl_parse(). p4raw-id: //depot/perl@19979
* Move the PL_earlytaint initialization to the PERL_SYS_INIT()Jarkko Hietaniemi2003-06-291-1/+1
| | | | | as per suggestion from Sarathy. p4raw-id: //depot/perl@19878
* More Perl malloc debugging magic from Ilya. Seems to work inJarkko Hietaniemi2003-06-201-1/+1
| | | | | | | | | | Linux, Solaris, AIX. Had to do #ifdef OS2 for the <io.h> in malloc.c, found in AIX since there is no such header. In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away memory was overwritten?" (In IRIX compiles but that doesn't prove much since in IRIX Perl's malloc is simply not used.) p4raw-id: //depot/perl@19831
* Missing "to".Jarkko Hietaniemi2003-05-242-2/+2
| | | p4raw-id: //depot/perl@19608
* Introduce (undefined) pthread_attr_setscope to non-Configure lands.Jarkko Hietaniemi2003-05-243-0/+15
| | | p4raw-id: //depot/perl@19607
* [perl #8599] s/catenate/concatenate/Casey West2003-05-132-2/+2
| | | | | | | Message-ID: <20030509080044.GA49820@geeknest.com> (except for the dup.t patch which diddled with system().) p4raw-id: //depot/perl@19518
* Introduce 'fast stdio' symbols to non-Configure lands.Jarkko Hietaniemi2003-04-233-0/+32
| | | p4raw-id: //depot/perl@19314
* Introduce the new *l APIs, undefined, to non-Configure lands.Jarkko Hietaniemi2003-04-173-0/+52
| | | p4raw-id: //depot/perl@19251
* The description of SIG_SIZE was off.Jarkko Hietaniemi2003-03-182-4/+4
| | | p4raw-id: //depot/perl@19021
* [patch config_h.SH] redefining __attribute__Stas Bekman2003-03-062-0/+6
| | | | | Message-ID: <3E669E6B.1060606@stason.org> p4raw-id: //depot/perl@18833
* Plan 9: Some time has passed.Jarkko Hietaniemi2003-02-021-1/+1
| | | p4raw-id: //depot/perl@18637
* Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.Jarkko Hietaniemi2003-02-021-0/+978
| | | p4raw-id: //depot/perl@18635
* Plan 9: Supply also Russ Cox' original config.h for 5.8.0.Jarkko Hietaniemi2003-02-021-0/+4238
| | | p4raw-id: //depot/perl@18629
* Plan 9: Update config.plan9 based on Russ Cox' work.Jarkko Hietaniemi2003-02-021-722/+3305
| | | p4raw-id: //depot/perl@18628