summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* charnames.t: Guard agains empty lines in __DATA__Karl Williamson2010-08-131-0/+1
* charnames.t: use srand's seedKarl Williamson2010-08-131-5/+5
* Fix untimely destruction introduced by lvalue ops [RT#67838] by returning a T...Eric Brine2010-08-136-108/+73
* TODO tests for untimely destruction introduced by lvalue ops [RT#67838]Eric Brine2010-08-134-4/+63
* Pure Perl lvalue subs can't return temps, even if they are magical. This hold...Eric Brine2010-08-132-4/+3
* Pure Perl lvalue subs can't return temps, even if they are magical. This hold...Eric Brine2010-08-134-1/+76
* Add perldiag entry for invalid version objectDavid Golden2010-08-121-0/+6
* Remove invalid version object from diag.t exceptionsDavid Golden2010-08-121-1/+0
* Refactor porting/diag.t and improve output formatDavid Golden2010-08-121-20/+35
* Add perldiag entries for new version format errorsDavid Golden2010-08-122-10/+30
* Improve diag.t to detect BADVERSION diagnosticsDavid Golden2010-08-121-17/+20
* Account for GNU "i" extension when checking 'nm' output.H.Merijn Brand2010-08-128-2/+30
* Convert int.t to test.pl (and hence produce better failure diagnostics).Nicholas Clark2010-08-121-50/+21
* RT #75468: readline ignores <> overloading when arg is tiedFather Chrysostomos2010-08-112-1/+4
* [perl #75904] \$ prototype does not make a unary functionFather Chrysostomos2010-08-112-3/+45
* op.h: Move bits around to allow for future growthKarl Williamson2010-08-111-1/+3
* regexp.h: Move bits aroundKarl Williamson2010-08-113-27/+34
* op.h, regexp.h: renumber shifts.Karl Williamson2010-08-112-37/+37
* op_reg_common.h: Continue refactoringKarl Williamson2010-08-113-25/+38
* regexp.h: Nit in commentsKarl Williamson2010-08-111-4/+4
* op_reg_common.h: Move things aroundKarl Williamson2010-08-111-6/+13
* op_reg_common.h: Refactor variable for safetyKarl Williamson2010-08-113-3/+5
* regexp.h, op.h: decouple mostly from op_reg_common.hKarl Williamson2010-08-112-35/+39
* op.h: Fix error msgKarl Williamson2010-08-111-1/+1
* regexp.h: Fix error check to use correct offsetKarl Williamson2010-08-111-1/+1
* perlrecharclass: Document subtlety in UnicodeKarl Williamson2010-08-111-48/+53
* perlrecharclass: Fix typoKarl Williamson2010-08-111-2/+2
* perlglossary: Add defn for "code point"Karl Williamson2010-08-111-0/+15
* perlunifaq: Note: \d, \D do not have Unicode bugKarl Williamson2010-08-111-1/+1
* perlunicode.pod: Elaborate unicode bug for POSIXKarl Williamson2010-08-111-1/+3
* Revert "perlunicode.pod: Elaborate unicode bug for POSIX"Rafael Garcia-Suarez2010-08-111-2/+1
* perlunicode.pod: Elaborate unicode bug for POSIXKarl Williamson2010-08-111-1/+2
* feature.pm: Note unicode_strings is not completeKarl Williamson2010-08-111-1/+1
* perlrepository.pod: Elaborate -a, -mKarl Williamson2010-08-091-0/+12
* Update Unicode-Collate to CPAN version 0.56Chris 'BinGOs' Williams2010-08-0942-390/+1092
* Define _USE_32BIT_TIME_T for VC6 and VC7Jan Dubois2010-08-061-0/+15
* Don't mention Activeware Perl versionsJan Dubois2010-08-061-21/+0
* Drop references to obsolete MinGW 1.x (gcc 2.95)Jan Dubois2010-08-062-50/+7
* Platform name is Windows, not Win32Jan Dubois2010-08-061-61/+42
* Podtidy perlrepository.podLeon Brocard2010-08-031-38/+38
* C89 doesn't allow static dynamic initialization of complete structsH.Merijn Brand2010-08-021-4/+6
* Updated Unic0de-Collate to CPAN version 0.55Chris 'BinGOs' Williams2010-08-0236-18000/+21823
* Close the tempfile in caller.tCraig A. Berry2010-08-021-0/+1
* Add tests for Tie::ExtraHashDavid Cantrell2010-08-023-0/+52
* Fix file name in commentDavid Cantrell2010-08-021-1/+1
* perlhack: Note existence of t/lib/warningsKarl Williamson2010-08-021-0/+4
* handy.h: Note Devel::PPPort has duplicated macrosKarl Williamson2010-08-021-0/+3
* clarify when HV backref is in magicDavid Mitchell2010-08-012-6/+6
* stop after first del_backrefDavid Mitchell2010-08-011-2/+6
* optimise single backreferencesDavid Mitchell2010-08-015-71/+131