summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Compilation help for EBCDIC platforms, from Jarkko,Rafael Garcia-Suarez2005-12-221-3/+5
* Break out the code to generate #ifdef/#endif into new methodsNicholas Clark2005-12-221-21/+33
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-2215-279/+269
* Break out the item normalisation code into a method normalise_items.Nicholas Clark2005-12-221-76/+92
* Regression tests for proxy subroutine glob assignment.Nicholas Clark2005-12-222-5/+92
* eliminate HINT_HH_FOR_EVALRobin Houston2005-12-226-27/+16
* Add an optimisation to allow proxy constant subroutines to be copiedNicholas Clark2005-12-228-5/+147
* Regenerate ChangesRafael Garcia-Suarez2005-12-221-0/+6789
* Remove unused variable 'stash' since change 26437.Gisle Aas2005-12-221-1/+0
* Regenerate perlapi.pod.Rafael Garcia-Suarez2005-12-222-4/+18
* switch / ~~ doccosRobin Houston2005-12-221-10/+97
* wrong setting in canned win32/config.vc64 fileJan Dubois2005-12-221-1/+1
* Add documentation for method domainname() in Net::Domain. Add someSteve Peters2005-12-223-5/+17
* Avoid negating an unsigned value. (The offset in the SV body table)Nicholas Clark2005-12-211-8/+8
* For consistency sv_2cv should not leave the stash pointer uninitialisedNicholas Clark2005-12-211-2/+5
* Localise the stash variable in pp_entersub().Nicholas Clark2005-12-211-1/+3
* Undo my goto spaghetti from change 18340 - what we really need areNicholas Clark2005-12-211-38/+29
* Add tests for untested math functions in POSIXSteve Peters2005-12-212-0/+26
* The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,Nicholas Clark2005-12-214-5/+7
* Remove switch from perltodoRafael Garcia-Suarez2005-12-211-8/+0
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-2117-42/+188
* Fix for [perl #37999] lc() + Latin-1 chars is failing erraticallyRafael Garcia-Suarez2005-12-211-0/+7
* Fix bug in change #26379Jan Dubois2005-12-211-1/+1
* rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update theNicholas Clark2005-12-201-1/+2
* Remove some hardcoded references to ./perl in testsRafael Garcia-Suarez2005-12-203-14/+10
* Take care in toke.c not to convert constant subroutine referenceNicholas Clark2005-12-205-20/+62
* Small update on using threads on HP-UX 10.20H.Merijn Brand2005-12-201-12/+19
* Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disablesNicholas Clark2005-12-202-2/+8
* Fix typos in regular expressionsRafael Garcia-Suarez2005-12-201-2/+2
* Get the "cv" from the "gv" once, and be more careful so that we canNicholas Clark2005-12-202-9/+24
* Croak if gv_init doesn't know how to create a typeglob from that typeNicholas Clark2005-12-203-3/+36
* POD nits on B::LintRafael Garcia-Suarez2005-12-201-23/+23
* Re: Pluggable lint patchJoshua ben Jore2005-12-202-6/+106
* Make perlivp skip the *.ph tests by default, since theseGisle Aas2005-12-201-4/+15
* [TEST PATCH] %^H can now propagate into evalRobin Houston2005-12-201-14/+18
* Verify that the code for initialising typeglobs from other types works.Nicholas Clark2005-12-201-1/+29
* Use PTR2IV instead of casting directlyRafael Garcia-Suarez2005-12-201-4/+4
* gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, ratherNicholas Clark2005-12-2011-60/+64
* In Perl_yylex, move the declaration of orig_keyword, gv and gvp down toNicholas Clark2005-12-201-10/+13
* make failing cygwin test TODO'dYitzchak Scott-Thoennes2005-12-201-2/+3
* In Perl_yylex, make tmp a temporary variable local to the blocks inNicholas Clark2005-12-191-213/+250
* Assert that orig_keyword, gv and gvp aren't used before the mainNicholas Clark2005-12-191-0/+3
* [perl #8262] //g loops infinitely on tainted dataDave Mitchell2005-12-192-6/+26
* Make gv_init recognise a reference-to-something in a symbol table asNicholas Clark2005-12-191-3/+16
* Fix internal broken link ; reindent code examplesRafael Garcia-Suarez2005-12-191-24/+21
* Fix typo.Rafael Garcia-Suarez2005-12-191-1/+5
* A note on say() and ORS grabbed from Damian's Perl6::Say.Rafael Garcia-Suarez2005-12-191-0/+3
* Attempt at making IO::Handle backwards compatible againRafael Garcia-Suarez2005-12-191-5/+10
* Make sv_dump (and therefore Devel::Peek) report the value of theNicholas Clark2005-12-192-2/+54
* sort.pm deserves a new version numberRafael Garcia-Suarez2005-12-191-1/+1