2011-06-16 |
Father Chrysostomos | [perl #92906] perl -d has non-functional b command |
commit | commitdiff | tree | snapshot |
2011-06-16 |
George Greer | CGI: Reset permissions during temporary directory test... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Karl Williamson | charnames: White space, comment only |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Karl Williamson | charnames: Add :loose matching |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Karl Williamson | mktables: Allow for loose \N{} matching |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Karl Williamson | charnames.t: Rmv duplicated test |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Karl Williamson | charnames: small comment fixes |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Karl Williamson | charnames: Check for malformed utf8 |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Karl Williamson | charnames pod: Note that BELL is now deprecated |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Karl Williamson | charnames: Minor pod clarifications |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Karl Williamson | charnames: Quote metachars in script names |
commit | commitdiff | tree | snapshot |
2011-06-15 |
David Mitchell | Benchmark.t: ignore sys CPU time |
commit | commitdiff | tree | snapshot |
2011-06-15 |
David Mitchell | Benchmark.t: fix count estimate |
commit | commitdiff | tree | snapshot |
2011-06-15 |
David Mitchell | [perl #92828] eintr.t hangs on FreeBSD |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Nicholas Clark | Remove Shell from the core distribution. Get it from... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Father Chrysostomos | Make B::Deparse emit CORE::state, etc. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
David Golden | perldelta.pod updated through ca3749d |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Florian Ragwitz | Mark Devel::DProf as deprecated in corelist |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Florian Ragwitz | Kill Devel::DProf |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Florian Ragwitz | Ignore deletes when looking for changed versions |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Father Chrysostomos | Allow ‘continue;’ without feature.pm |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Father Chrysostomos | perldelta up to 571f0e8 |
commit | commitdiff | tree | snapshot |
2011-06-14 |
H.Merijn Brand | Update PerlCheat to 5.14 |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Nicholas Clark | pos in lvalue context now returns a PVMG instead of... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Nicholas Clark | In magic.t, restore $$ after modifying it. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
David Mitchell | [perl #8611] tied handles and gotos don't mix |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Florian Ragwitz | Ignore the generated mg_data.h |
commit | commitdiff | tree | snapshot |
2011-06-14 |
brian d foy | perlfaq9: Sys::Hostname is in core since 5.0 |
commit | commitdiff | tree | snapshot |
2011-06-14 |
brian d foy | Remove FAQ about PONIE |
commit | commitdiff | tree | snapshot |
2011-06-14 |
brian d foy | Re-mention $foo Magazin in perlfaq2 |
commit | commitdiff | tree | snapshot |
2011-06-14 |
brian d foy | The Perl Review isn't really a magazine anymore |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Father Chrysostomos | Make $$ writable, but still magical |
commit | commitdiff | tree | snapshot |
2011-06-13 |
David Golden | Update preferred perldelta RT citation standard |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Karl Williamson | charnames: Abbreviations wrong on certain C1 controls |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Father Chrysostomos | Move an XS::APItest var decl to PREINIT |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Father Chrysostomos | More perldelta entries |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Father Chrysostomos | Some perldelta updates |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Father Chrysostomos | Fix typo in perlmod |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Father Chrysostomos | Completely free hashes containing nulls |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | Reorder interpreter struct to remove alignment holes |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | Re-order perlvars.h to group related variables, and... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | PL_perlio_mutex is only needed with USE_UIHREADS &... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | Change PL_use_safe_putenv from int to bool. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | Move PL_runops_{std,dbg} to perl.h, and make them const. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | Move PL_global_struct_size, PL_interp_size{,_5_16_0... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | In perlvar.h, move the always-present globals above... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | Move PL_{revision,version,subversion} to perl.h, making... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | Move PL_sh_path to perl.h (except for OS/2), as it... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | Eliminate PL_patleave, unused since perl 5.0 alpha 2. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | Move the temporary definitions for PERLVAR* macros... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Leon Brocard | Update Porting/checkURL.pl to not verify secure hostnam... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Leon Brocard | Fix broken URL in dist/threads/lib/threads.pm for the... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Leon Brocard | Fix broken URLs in dist/Net-Ping/Changes from perlbrows... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Leon Brocard | Fix broken URLs in dist/Locale-Maketext/lib/Locale... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Leon Brocard | Fix broken URLs in ExtUtils-Install/Changes from perlbr... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Leon Brocard | Fix broken URL in threads/shared.pm for the itheads... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Leon Brocard | Fix broken URLs for RFCs, bump version and document... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Leon Brocard | Fix two broken URLs in mro.pm, bump version and documen... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | Generate the table of core magic types in perlguts... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | In regen/mg_vtable.pl, move $longest inside the only... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | Reorder ops so that trans{,r} and aelemfast{,_lex}... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | Split OP_AELEMFAST_LEX out from OP_AELEMFAST. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Leon Brocard | Fix some broken URLs found by Porting/checkURL.pl |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Nicholas Clark | Shrink struct am_table. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Father Chrysostomos | [perl #90130] Allow CORE::* without feature.pm |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Father Chrysostomos | Correct file references in switch.t |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Father Chrysostomos | Remove TODO markers from Devel::Peek tests |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Father Chrysostomos | Remove x bit from rt-16221.t |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Father Chrysostomos | Increase Math::BigInt’s version |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Father Chrysostomos | Increase Math::BigFloat’s version |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Ton Hospel | [perl #85026] Iterate hashes by hand during do_sv_dump |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Father Chrysostomos | Revert "Perl_do_sv_dump: alert when skipping elements" |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Salvador Fandino | allow features inside interactive debugger |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Father Chrysostomos | Add dist/Math-BigInt/t/rt-16221.t to MANIFEST |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Peter John... | Fix Math::BigFloat->numify(). |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Peter John... | Fix objectify()'s handling of "foreign objects". |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Peter John... | Add sign function bsgn() as a complement to babs(). |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Father Chrysostomos | Remove another bug workaround |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Father Chrysostomos | Remove workaround for fixed bug |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Father Chrysostomos | Revert "Revert "Make untie check the FAKE flag on globs"" |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Father Chrysostomos | Revert "Revert "[perl #77688] tie $scalar can tie a... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Father Chrysostomos | Revert "Revert "[perl #77496] tied gets scalars and... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Father Chrysostomos | Revert ‘Deprecate tie $handle without *’ |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Add Porting/make_modlib_cpan.pl to MANIFEST. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Karl Williamson | regexec.c: Remvove unnecessary special handling for... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Craig A. Berry | Typo in VMS-specific realclean target from 6f83ef0e5a45... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
David Golden | Added Alan Haggai Alavi to AUTHORS |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Alan Haggai... | perlvar.pod: fixed typo |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Correct errors in the use of multiple targets, which... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Sort magic and magic vtable names in files generated... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Generate magic_names in dump.c using mg_vtable.pl. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Generate the PERL_MAGIC_* defines using mg_vtable.pl. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | In PL_magic_data flag whether magic can be added to... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Store a flag for container/value magic in PL_magic_data. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Create a lookup table for magic vtables from magic... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Refactor generate_uudmap.c to use a helper function... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Provide the names of the magic vtables in PL_magic_vtab... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Replace references to PL_vtbl_{bm,fm} in the code with... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | PL_vtbl_{bm,fm} can be aliases to PL_vtbl_regexp, inste... |
commit | commitdiff | tree | snapshot |
next |