summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Mark FowlerNicholas Clark2004-02-261-0/+1
* Integrate:Nicholas Clark2004-02-261-0/+2
* Improved perlapi documentation for croakMark Fowler2004-02-262-33/+33
* Replacing '-rdynamic' in Configure scriptArt Haas2004-02-261-6/+4
* remove my work addressDave Mitchell2004-02-251-1/+0
* stop "const in void context" warning for a const in anDave Mitchell2004-02-253-1/+11
* Skip the Net/Ping/450_service failures on HP-UX for the time beingH.Merijn Brand2004-02-251-1/+2
* AIX hints stage 3: remove AIX 3 and AIX 4 after split offH.Merijn Brand2004-02-251-353/+223
* [perl #26959] fix memory leak in @_ = ...; goto &subDave Mitchell2004-02-241-1/+5
* Enhance test cleanliness by a very small factor.Rafael Garcia-Suarez2004-02-241-0/+1
* Fix a segfault during optree construction. (bug #27024)Rafael Garcia-Suarez2004-02-242-1/+13
* Update Changes and AUTHORS.Rafael Garcia-Suarez2004-02-242-0/+780
* optimization for map in scalar contextTassilo von Parseval2004-02-241-2/+13
* Bugfix for perlrequick and perlretutMark Kvale2004-02-242-4/+5
* Instead of localising *_, use a dummy foreach loop to getRafael Garcia-Suarez2004-02-231-3/+4
* Re: [perl #24338] Attribute::Handlers will trash UNIVERSALAlan Ferrency2004-02-231-4/+5
* Update perl591delta.Rafael Garcia-Suarez2004-02-231-1/+3
* Fix bug #26910: hints were not propagated into (?{...})Rafael Garcia-Suarez2004-02-234-1/+20
* Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation SADAHIRO Tomoyuki2004-02-233-11/+38
* Benchmark for child processesChia-liang Kao2004-02-231-3/+8
* Re: Perl 5.8.1 on IRIX 5.3Georg Schwarz2004-02-231-1/+2
* initial patch for cygwin IPC via cygserverYitzchak Scott-Thoennes2004-02-222-1/+18
* Extend OP_AELEMFAST optimisation to lexical arraysDave Mitchell2004-02-225-40/+65
* We're not binary compatible with 5.8.Rafael Garcia-Suarez2004-02-211-2/+2
* Document change #22353 in perldelta.Rafael Garcia-Suarez2004-02-211-0/+7
* Increment the version number of B, due to the incompatibleRafael Garcia-Suarez2004-02-211-1/+1
* Re: op_seq (was: Freeing code)Paul Johnson2004-02-2117-293/+410
* When you write C<my $_ ; for (...) {...}>, the lexical $_Rafael Garcia-Suarez2004-02-201-1/+0
* remove a split test's dependence on -Dx outputDave Mitchell2004-02-201-6/+6
* add Deparse/Concise support for inplace sort (change 22349)Dave Mitchell2004-02-202-2/+6
* optimise the sorting inplace of plain arrays: @a = sort @aDave Mitchell2004-02-204-24/+208
* Document the SVf_PADSTALE flagDave Mitchell2004-02-201-0/+6
* Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)Rafael Garcia-Suarez2004-02-202-219/+0
* genmk95.pl touchup for distclean on Win98Greg Matheson2004-02-201-0/+2
* Upgrade to Term::ANSIColor 1.08.Rafael Garcia-Suarez2004-02-204-14/+37
* Upgrade to prereleases of Math::BigInt 1.70 andRafael Garcia-Suarez2004-02-1934-1468/+1702
* -Dx could coredump on threaded builds because consts are nowDave Mitchell2004-02-191-0/+4
* Add a tool to report dual-lived core modules that don'tRafael Garcia-Suarez2004-02-182-0/+70
* Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.Rafael Garcia-Suarez2004-02-181-0/+8
* Add base.pm and fields.pm to the maintainer list.Rafael Garcia-Suarez2004-02-181-1/+8
* fix write test: -small_number may be displayed as 00.00 or -0.00Dave Mitchell2004-02-181-3/+6
* Removed pm_apiversion and xs_apiversion as requested byH.Merijn Brand2004-02-1825-451/+1
* Add tests for the C<my $x if foo> deprecation, and change theDave Mitchell2004-02-183-2/+59
* 1. Add section to perlxs.pod describing that the refcount of AVs/HVsMarcus Holland-Moritz2004-02-182-0/+58
* Encode has local changes. Up-version it.Rafael Garcia-Suarez2004-02-181-1/+1
* add deprecation warning for C<my $x if foo> and C<foo && (my $x)>Dave Mitchell2004-02-176-5/+63
* It's better to localize *_ than $_, to avoid magic leakageRafael Garcia-Suarez2004-02-171-3/+4
* One of the new tests of MIME::Base64 relies on a non-core module.Rafael Garcia-Suarez2004-02-172-42/+1
* Upgrade to MIME::Base64 3.00.Rafael Garcia-Suarez2004-02-177-238/+177
* Be more clear. Use simple words.Rafael Garcia-Suarez2004-02-171-1/+1