summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Note that \N{U+...} forces character semanticsKarl Williamson2010-02-281-5/+6
* | Document \N{U+...}Karl Williamson2010-02-286-25/+47
* | Mention \N{U+...} in perlunicode.podKarl Williamson2010-02-281-7/+13
* | Update documentationKarl Williamson2010-02-281-1/+4
* | Update pods for \N changesKarl Williamson2010-02-285-52/+104
* | Update charnames documentations for \N changes, bugsKarl Williamson2010-02-281-6/+26
* | Clarify sv.c API wording.Karl Williamson2010-02-281-1/+2
* | fix for [perl #72604] @DB::args and win32 forkDavid Mitchell2010-02-282-3/+20
* | bytes.pm: downgrade DEPRECATED to NOTICEDavid Mitchell2010-02-261-1/+1
* | Typo fixRafael Garcia-Suarez2010-02-251-1/+1
* | more prose fixups to bytes.pm deprecation warningDavid Mitchell2010-02-241-8/+8
* | Teach bump-perl-version about additional perl511 references in makedef.pl.Jan Dubois2010-02-231-4/+4
* | Regression test for 34394ecd - SVs that were only on the tmps stack leaked.Nicholas Clark2010-02-231-1/+13
* | Symbol S_no_symref_sv should be static (local to the compilation unit).Jan Dubois2010-02-231-1/+1
* | Teach bump-perl-version about perl511.dll, perl511.lib and perl511s.libJan Dubois2010-02-221-0/+8
* | Update the release managers' guide: don't push the tag too soon!Steve Hay2010-02-221-3/+10
|/
* fix prose from previous lib/bytes.pm doc updateDavid Mitchell2010-02-221-1/+1
* Better explain utf8::upgrade/downgrade/encode/decodeDavid Mitchell2010-02-221-17/+33
* deprecate bytes.pmDavid Mitchell2010-02-221-1/+13
* Bram pointed out the new tests hang if the fix for #72878 isn't in place.Abigail2010-02-221-5/+16
* Another minor update to the release managers' guideSteve Hay2010-02-221-1/+3
* Don't multiply define Perl_regcurly in core and the re extension.Craig A. Berry2010-02-211-1/+2
* stop skipping ext/Fcntl/t/syslfs.tDavid Mitchell2010-02-211-1/+7
* stop cpan/Memoize/t/tie_ndbm.t being skippedDavid Mitchell2010-02-211-5/+0
* stop op/groups.t skipping on LinuxDavid Mitchell2010-02-211-2/+13
* Sys-Syslog/t/constants.t couldn't find macros.allDavid Mitchell2010-02-211-2/+1
* Update Porting/release_managers_guide.pod and Porting/makerelSteve Hay2010-02-212-9/+38
* Fix the NAME in two old perlXYZdelta.pod filesSteve Hay2010-02-212-2/+2
* Create perl5116delta and update other versionsSteve Hay2010-02-2112-20/+291
* Stop pod/buildtoc from changing EOLs on Win32Steve Hay2010-02-211-0/+2
* Merge branch 'tie-scalar' into bleadAbigail2010-02-212-5/+62
|\
| * Upped VERSIONAbigail2010-02-211-1/+1
| * Don't recurse forever if both new() and TIESCALAR() are missing.Abigail2010-02-202-4/+49
| * Document differences between Tie::Scalar and Tie::StdScalarAbigail2010-02-201-0/+12
* | Update future release scheduleSteve Hay2010-02-211-0/+1
* | Since change 9c901649534a1360, vendorlib_stem isn't always added to @INC.Nicholas Clark2010-02-211-2/+2
* | Final update to perl5115delta.podv5.11.5Steve Hay2010-02-201-4/+11
* | Record Perl 5.11.5 and a new pumpkin keeper in perlhistSteve Hay2010-02-201-1/+2
* | Fix Module::CoreList's own $VERSION in 5.11.4Steve Hay2010-02-201-1/+1
* | Update Module::CoreList for Perl 5.11.5Steve Hay2010-02-203-3/+638
* | Missed a version bump in README.vmsSteve Hay2010-02-201-1/+1
* | Bump version to 5.11.5Steve Hay2010-02-2020-126/+126
* | Stop Porting/bump-perl-version from changing EOLs on Win32Steve Hay2010-02-201-0/+2
|/
* Almost the final updates to perl5115delta.podSteve Hay2010-02-201-0/+27
* Update Porting/Maintainers.pl with version bumps that have been forgottenSteve Hay2010-02-201-3/+3
* unTODO some passing TODO tests in reg_fold.tDavid Mitchell2010-02-201-1/+6
* Fix apidoc for HeUTF8()Marcus Holland-Moritz2010-02-201-1/+1
* Update perl5115delta.pod with new diagnosticsSteve Hay2010-02-201-0/+51
* PATCH: deprecation warnings for unreasonable charnamesKarl Williamson2010-02-204-2/+99
* Improve handling of qq(\N{...}); and /xKarl Williamson2010-02-203-29/+126