summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "EPOC is special biologist word. [Do not merge to blead]"nicholas/re-instateNicholas Clark2012-01-1335-4563/+1
|\
| * VM/ESA is special biologist word. [Do not merge to blead]Nicholas Clark2012-01-137-1161/+0
| * UTS seems to be special biologist word. [Do not merge to blead]Nicholas Clark2012-01-135-415/+0
| * DJGPP seems to be special biologist word. [Do not merge to blead]Nicholas Clark2012-01-1310-872/+1
| * MPE/iX seems to be special biologist word. [Do not merge to blead]Nicholas Clark2012-01-1312-1733/+0
| * EPOC is special biologist word. [Do not merge to blead]Nicholas Clark2012-01-1310-1477/+0
| * BeOS is special biologist word. [Do not merge to blead]Nicholas Clark2012-01-138-382/+0
|/
* In Perl_sv_del_backref(), don't panic if svp is NULL during global destruction.Nicholas Clark2012-01-131-3/+12
* In Perl_sv_del_backref(), don't panic if the backref array is already freed.Nicholas Clark2012-01-131-0/+3
* Better panic diagnostics in Perl_sv_del_backref()Nicholas Clark2012-01-131-2/+3
* Make -T HANDLE set the last stat typeFather Chrysostomos2012-01-122-1/+12
* Simplify logic in pp_sys.c:pp_ftttyFather Chrysostomos2012-01-121-7/+2
* [perl #77388] Make stacked -T and -B workFather Chrysostomos2012-01-122-1/+3
* Make -t, -T and -B with a handle pop it off the stackFather Chrysostomos2012-01-122-7/+9
* In pp_sys.c:pp_fttext, don’t call cGVOP_gv on an UNOPFather Chrysostomos2012-01-121-1/+1
* [perl #24237] @& should not stop $& from workingFather Chrysostomos2012-01-102-5/+18
* update the schedule: rjbs will do 5.16Ricardo Signes2012-01-101-4/+4
* [perl #35865, #43011] FETCH after autovivifyingFather Chrysostomos2012-01-103-6/+25
* Correct bad wording in perlsubFather Chrysostomos2012-01-091-1/+1
* Fix crash in hv_undefFather Chrysostomos2012-01-091-8/+9
* [perl #40333] Another testJoshua ben Jore2012-01-091-1/+13
* [perl #40333] Stop overload::Overloaded from calling ->canFather Chrysostomos2012-01-092-2/+25
* Document that [ah]v_undef/clear may free the [ah]vFather Chrysostomos2012-01-092-5/+17
* Better fix for perl #107440Father Chrysostomos2012-01-094-7/+29
* Remove TODO functionality from assignwarn.tFather Chrysostomos2012-01-091-8/+4
* [perl #44895] += warning on uninit magic varFather Chrysostomos2012-01-093-6/+5
* Remove magical dPOPXnnrl_ul dPOPXiirl_ul macrosFather Chrysostomos2012-01-091-12/+0
* Merge the POSIX notes in perldelta.Chris 'BinGOs' Williams2012-01-091-10/+6
* missed in prev commitH.Merijn Brand2012-01-091-2/+8
* 'A' is not blankH.Merijn Brand2012-01-091-2/+2
* Add probe for isblank() (requested by khw)H.Merijn Brand2012-01-0919-6/+58
* Test for perl #43663Father Chrysostomos2012-01-091-1/+9
* [perl #92254, #92256] Fix SAVE_DEFSV to do refcountingFather Chrysostomos2012-01-084-8/+28
* grep.t: require test.pl in BEGIN blockFather Chrysostomos2012-01-081-1/+1
* need backwards-compatile to_utf8_foo()Karl Williamson2012-01-084-12/+57
* embed.fnc: Revise commentKarl Williamson2012-01-081-1/+1
* embed.fnc: add commentKarl Williamson2012-01-081-1/+2
* Update perlfaq to CPAN version 5.0150037Chris 'BinGOs' Williams2012-01-0812-469/+182
* [perl #67490] Don’t call DELETE on scalar-tied elemFather Chrysostomos2012-01-082-0/+13
* Simplify magic logic in av.c:av_storeFather Chrysostomos2012-01-081-2/+1
* clarify how $SIG{__DIE__} can returnDavid Mitchell2012-01-081-4/+4
* perlfunc: spaces after dotsFather Chrysostomos2012-01-071-4/+4
* Make localtime()' s documentation more succinctTom Hukins2012-01-071-6/+2
* [perl #85670] Copy magic to ary elems properlyFather Chrysostomos2012-01-062-6/+36
* [perl #107440] Save av/hv on mortals stack when clearingFather Chrysostomos2012-01-064-8/+25
* [perl #90632] perlfunc: Rewrite `split'Michael Witten2012-01-061-80/+114
* document the upgrade of PerldocRicardo Signes2012-01-062-2/+7
* Pod-Perldoc now includes test documentsRicardo Signes2012-01-061-0/+4
* Upgrade Pod-Perldoc to CPAN version 3.15_15Ricardo Signes2012-01-0626-909/+9814
* Uncomment evals in sort.tFather Chrysostomos2012-01-061-2/+2