Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386. | Steve Peters | 2006-01-30 | 1 | -0/+8 |
| | | | | | Otherwise, the build fails in POSIX. p4raw-id: //depot/perl@27001 | ||||
* | Use a union for storing the shared hash key reference count, rather | Nicholas Clark | 2006-01-30 | 4 | -11/+14 |
| | | | | | than messy pointer hacks. p4raw-id: //depot/perl@27000 | ||||
* | [DOC PATCH] $^X isn't necessarily argv[0] | Yitzchak Scott-Thoennes | 2006-01-30 | 1 | -1/+1 |
| | | | | | Message-ID: <20060130090624.GA3760@efn.org> p4raw-id: //depot/perl@26999 | ||||
* | maint and blead: unicos.sh hints | Jarkko Hietaniemi | 2006-01-30 | 1 | -1/+12 |
| | | | | | Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi> p4raw-id: //depot/perl@26998 | ||||
* | Assert that IVs and NVs can never be tainted. | Nicholas Clark | 2006-01-30 | 1 | -4/+10 |
| | | | p4raw-id: //depot/perl@26997 | ||||
* | Solaris seems not to enjoy initialising constants from SIG_??? on 64 | Nicholas Clark | 2006-01-29 | 1 | -3/+3 |
| | | | | | bit builds. p4raw-id: //depot/perl@26996 | ||||
* | Upgrade to podlators-2.0.3 | Steve Peters | 2006-01-29 | 6 | -17/+29 |
| | | | p4raw-id: //depot/perl@26995 | ||||
* | Email change for Steven Schubiger | Rafael Garcia-Suarez | 2006-01-29 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26994 | ||||
* | Re: [patch] s/ar ts/ar s/g | Philippe M. Chiasson | 2006-01-29 | 1 | -2/+8 |
| | | | | | | From: "Philippe M. Chiasson" <gozer@ActiveState.com> Message-ID: <43D944C3.60101@ActiveState.com> p4raw-id: //depot/perl@26993 | ||||
* | C compilers don't let you return void. Pay attention gcc, and | Nicholas Clark | 2006-01-29 | 1 | -6/+12 |
| | | | | | stop aping Shildt. p4raw-id: //depot/perl@26991 | ||||
* | Avoid using space to create 2 functions just to force mathoms to be | Nicholas Clark | 2006-01-29 | 6 | -12/+24 |
| | | | | | | linked. Instead, force the link via the perl interpreter structure via a function pointer that gets replaced at run time anyway. p4raw-id: //depot/perl@26990 | ||||
* | Call gv_fetchpvn_flags where we already know the length. | Nicholas Clark | 2006-01-28 | 2 | -18/+23 |
| | | | p4raw-id: //depot/perl@26989 | ||||
* | Upgrade to podlators-2.0.2 | Steve Peters | 2006-01-28 | 12 | -100/+123 |
| | | | p4raw-id: //depot/perl@26988 | ||||
* | Squeeze more flag manipulations together in sv_setsv_flags. | Nicholas Clark | 2006-01-28 | 1 | -20/+9 |
| | | | p4raw-id: //depot/perl@26987 | ||||
* | Upgrade to CPAN-1.83_59 | Steve Peters | 2006-01-28 | 4 | -76/+188 |
| | | | p4raw-id: //depot/perl@26986 | ||||
* | Upgrade to Archive-Tar-1.28 | Steve Peters | 2006-01-28 | 4 | -5/+149 |
| | | | p4raw-id: //depot/perl@26985 | ||||
* | Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags. | Nicholas Clark | 2006-01-28 | 9 | -56/+62 |
| | | | | | Many strlen()s saved. p4raw-id: //depot/perl@26983 | ||||
* | Merge the IOK and NOK clauses together in sv_setsv_flags. | Nicholas Clark | 2006-01-28 | 1 | -9/+6 |
| | | | p4raw-id: //depot/perl@26982 | ||||
* | The flags manipulation in sv_setsv_flags can be more efficient. | Nicholas Clark | 2006-01-28 | 1 | -18/+5 |
| | | | p4raw-id: //depot/perl@26981 | ||||
* | PERL_DONT_CREATE_GVSV wasn't as effective as it should have been. | Nicholas Clark | 2006-01-28 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@26980 | ||||
* | By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can | Nicholas Clark | 2006-01-28 | 3 | -17/+24 |
| | | | | | | save duplicating mg_find calls, without changing the semantics in any boolean context. p4raw-id: //depot/perl@26979 | ||||
* | Pull the other large chunk of PVGV assignment code into S_pvgv_assign. | Nicholas Clark | 2006-01-28 | 1 | -136/+132 |
| | | | | | There seems to be some duplication with S_glob_assign. p4raw-id: //depot/perl@26978 | ||||
* | Remove goto glob_assign; | Nicholas Clark | 2006-01-28 | 1 | -3/+2 |
| | | | p4raw-id: //depot/perl@26977 | ||||
* | Pull glob_assign out from sv_setsv_flags into a static function. | Nicholas Clark | 2006-01-28 | 1 | -34/+40 |
| | | | p4raw-id: //depot/perl@26976 | ||||
* | Update Changes | Rafael Garcia-Suarez | 2006-01-28 | 1 | -0/+28 |
| | | | p4raw-id: //depot/perl@26975 | ||||
* | Add perl 5.9.3 in release list | Rafael Garcia-Suarez | 2006-01-28 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@26974 | ||||
* | Re: Make Passive mode the default for Net::FTP | Gisle Aas | 2006-01-27 | 2 | -10/+19 |
| | | | | | Message-ID: <lrslr91ytv.fsf@caliper.activestate.com> p4raw-id: //depot/perl@26970 | ||||
* | Oops. Forgot to add this file. | Rafael Garcia-Suarez | 2006-01-27 | 1 | -0/+51 |
| | | | p4raw-id: //depot/perl@26969 | ||||
* | Regenerate META.yml | Rafael Garcia-Suarez | 2006-01-27 | 1 | -2/+28 |
| | | | p4raw-id: //depot/perl@26968 | ||||
* | Regenerate Changes; remove ^M chars in Changes | Rafael Garcia-Suarez | 2006-01-27 | 1 | -9/+1553 |
| | | | p4raw-id: //depot/perl@26967 | ||||
* | Remove patch number | Rafael Garcia-Suarez | 2006-01-27 | 1 | -4/+0 |
| | | | p4raw-id: //depot/perl@26966 | ||||
* | Mention ptardiff in perldelta. | Rafael Garcia-Suarez | 2006-01-27 | 1 | -0/+6 |
| | | | p4raw-id: //depot/perl@26965 | ||||
* | Don't install ptardiff in the module tree | Rafael Garcia-Suarez | 2006-01-27 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@26964 | ||||
* | Install the ptardiff utility that comes with Archive::Tar | Rafael Garcia-Suarez | 2006-01-27 | 6 | -6/+15 |
| | | | p4raw-id: //depot/perl@26963 | ||||
* | Install nit : README.e2x should be installed, the other READMEs shouldn't | Rafael Garcia-Suarez | 2006-01-27 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26962 | ||||
* | Regenerate PODs | Rafael Garcia-Suarez | 2006-01-27 | 2 | -282/+210 |
| | | | p4raw-id: //depot/perl@26961 | ||||
* | Some spelling fixes by David Landgren. | Rafael Garcia-Suarez | 2006-01-27 | 1 | -7/+5 |
| | | | | | Mention perltodo. p4raw-id: //depot/perl@26960 | ||||
* | Revert change 24461, now that change 26757 allows TEST | Rafael Garcia-Suarez | 2006-01-27 | 1 | -1/+1 |
| | | | | | to accept extra output from module tests p4raw-id: //depot/perl@26959 | ||||
* | quiet gcc Info message in cygwin | Yitzchak Scott-Thoennes | 2006-01-27 | 1 | -0/+3 |
| | | | | | Message-ID: <20060126031608.GA2588@efn.org> p4raw-id: //depot/perl@26958 | ||||
* | Remove note about #elif, see : | Steve Hay | 2006-01-27 | 1 | -32/+0 |
| | | | | | | Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()' Message-ID: <43D9FF4E.6010501@uk.radan.com> p4raw-id: //depot/perl@26957 | ||||
* | A description of the new constants. | Nicholas Clark | 2006-01-27 | 1 | -1/+12 |
| | | | p4raw-id: //depot/perl@26955 | ||||
* | Simplify nested '#ifdef' by replacing it with '#elif defined()' | Gisle Aas | 2006-01-27 | 1 | -10/+4 |
| | | | p4raw-id: //depot/perl@26954 | ||||
* | Safer implementation of RTRIM(). | Gisle Aas | 2006-01-27 | 1 | -3/+3 |
| | | | | | Don't rely on SvCUR to be sane unless SvPOK. p4raw-id: //depot/perl@26953 | ||||
* | Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can ↵ | Philippe M. Chiasson | 2006-01-26 | 1 | -4/+6 |
| | | | | | | | | | cause segfaults From: "Philippe M. Chiasson" <gozer@ActiveState.com> Message-ID: <43D941AF.1060503@ActiveState.com> Date: Thu, 26 Jan 2006 13:39:59 -0800 p4raw-id: //depot/perl@26952 | ||||
* | Fix a few nits in perl593delta | Steve Peters | 2006-01-26 | 1 | -5/+5 |
| | | | p4raw-id: //depot/perl@26951 | ||||
* | miniperl isn't enough anymore to run pod2man. | Rafael Garcia-Suarez | 2006-01-26 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@26950 | ||||
* | 2 spelling corrections, and rephrase the entry on perlivp (better | Nicholas Clark | 2006-01-26 | 1 | -4/+4 |
| | | | | | grammer, more succinct) p4raw-id: //depot/perl@26949 | ||||
* | More work on perldelta | Rafael Garcia-Suarez | 2006-01-26 | 1 | -24/+147 |
| | | | p4raw-id: //depot/perl@26948 | ||||
* | Make dump and -u croak on Win32 and Cygwin to avoid confusion | Yves Orton | 2006-01-26 | 3 | -1/+7 |
| | | | | | | | | such as was seen here: Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way." Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com> p4raw-id: //depot/perl@26947 | ||||
* | SvREADONLY_off inside the magic routines is also dangerous on shared | Nicholas Clark | 2006-01-26 | 1 | -3/+2 |
| | | | | | | hash key scalars, so decompose them to normal scalars if they ever get here. p4raw-id: //depot/perl@26946 |