summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warningJohn Peacock2004-07-133-3/+5
* Bodge to make Tk work - like the UTF8 flag, the READONLY flag has tooNicholas Clark2004-07-121-1/+7
* NI-S: IMHO utf8_upgrade is just changing representation not the valueNick Ing-Simmons2004-07-121-52/+50
* Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)Nick Ing-Simmons2004-07-121-2/+2
* A decent benchmark would be useful. But it is vague.Nicholas Clark2004-07-111-1/+8
* Finding a way to put "I'm MAINT" in perl -v is a TODONicholas Clark2004-07-111-0/+17
* Store weak references.Nicholas Clark2004-07-109-57/+279
* Dual lifing and dists is a TODONicholas Clark2004-07-101-0/+5
* Resurrect the TODO items about Unicode filenames and Unicode %ENVNicholas Clark2004-07-101-1/+31
* Perl_mode_from_discipline must update len. (else SEGV)Nicholas Clark2004-07-101-0/+1
* Bug with NEXT when called from an eval blockDave Rolsky2004-07-102-10/+22
* Re: Segfault using HTML::EntitiesJarkko Hietaniemi2004-07-093-34/+54
* A more honest TODONicholas Clark2004-07-091-876/+127
* dor and // fulfil a TODONicholas Clark2004-07-091-5/+5
* prime_env_iter and zero-length values on VMSCraig A. Berry2004-07-091-1/+15
* Randal notes:Nicholas Clark2004-07-081-1/+1
* Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undefRafael Garcia-Suarez2004-07-071-0/+2
* First stab at explaining that CLONE may get more parameters in future.Nicholas Clark2004-07-071-4/+7
* hv_store was not passing hash onwards (spotted by Dave)Nicholas Clark2004-07-071-1/+1
* Failing matches don't reset numbered variables.Marcus Holland-Moritz2004-07-062-2/+9
* Integrate:Nicholas Clark2004-07-061-0/+1
* Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from aNicholas Clark2004-07-061-0/+2
* A tool to check the AUTHORS fileNicholas Clark2004-07-062-0/+192
* Add some missing authors and remove 1 duplicateNicholas Clark2004-07-061-1/+3
* There was no need to bump $Text::ParseWords::VERSION to 3.24Nicholas Clark2004-07-051-1/+1
* Update tests and $VERSION for change 23046Rafael Garcia-Suarez2004-07-052-4/+2
* Re: [perl #30504] B::Deparse scoping problem with for loop Stephen McCamant2004-07-051-1/+8
* Bump $B::Deparse::VERSIONNicholas Clark2004-07-051-1/+1
* t/op/tie.t test 23 is failing when run with utf8 everywhere.Nicholas Clark2004-07-051-16/+18
* _vms_abs_path on non-directoriesCraig A. Berry2004-07-042-14/+28
* /usr/bin/locale steadfastly delivers 8 bit output independent ofNicholas Clark2004-07-041-0/+4
* More microperl tweaks.Marcus Holland-Moritz2004-07-024-15/+15
* Maintainer change for SafeRafael Garcia-Suarez2004-07-021-1/+1
* Bump version number of Safe for CPAN releaseRafael Garcia-Suarez2004-07-021-1/+1
* Upgrade to I18N::LangTags 0.33Rafael Garcia-Suarez2004-07-023-12/+63
* [perl #30258] utf8 POPSTACK crash on split executionDave Mitchell2004-07-023-6/+24
* The microperl config didn't know about usemallocwrap yet.Marcus Holland-Moritz2004-07-012-0/+31
* Check for definedness of sv before calling sv_derived_from()Marcus Holland-Moritz2004-07-011-1/+1
* Bump version numbersNicholas Clark2004-07-0111-11/+11
* Assert that we aren't leaking memory.Nicholas Clark2004-06-301-0/+1
* Sync to libnet-1.19Graham Barr2004-06-306-16/+29
* Documenting undefined behaviour of $i = $i ++.Abigail2004-06-301-0/+11
* Note that sv_2mortal isn't just "increase reference count by 1, andNicholas Clark2004-06-291-1/+3
* More caveats in B::Deparse's documentationRafael Garcia-Suarez2004-06-291-0/+9
* HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSIH.Merijn Brand2004-06-291-1/+1
* [perl #30509] use encoding and "eq" cause memory leakDave Mitchell2004-06-281-1/+3
* Assimilate Locale-Codes-2.07Nicholas Clark2004-06-2717-65/+92
* Stop 80_all_env.t failing when LC_ALL is setNicholas Clark2004-06-271-2/+4
* Correct detection of absent modules. Based onAndy Dougherty2004-06-2513-13/+13
* Cleanup the main regex in Text::ParseWords and make theMarcus Holland-Moritz2004-06-252-20/+21