2011-11-20 |
Father Chrysostomos | $strict::VERSION = "1.06" |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Aaron Crane | Update strict.pm docs to mention C<state> |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | Increase $B::Deparse::VERSION to 1.10 |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | Deparse sort(foo(bar)) correctly |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | Make constant promotion null-clean |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | Have newCONSTSUB pass the length to newXS |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | Add newXS_len_flags |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | Have newATTRSUB remember the name’s length |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | Add len flag to newCONSTSUB_flags |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Steve Hay | Final update to perldelta for 5.15.5. |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Steve Hay | Add 5.15.5 to perlhist. |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Steve Hay | Update Module::CoreList (to 2.58) for 5.15.5. |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Steve Hay | Fix up B::Deparse following recent version bumps |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Steve Hay | Bump the perl version for 5.15.5 |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Steve Hay | Fix Win32 build with plain VC6 compiler |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Steve Hay | Correct the Term-ANSIColor distro name in Maintainers.pl |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Vincent Pit | Handle require() on implicit $_ properly w/r global... |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Steve Hay | Update Locale-Maketext to 1.20 |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Steve Hay | Fix broken pod in perldelta |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Steve Hay | Update perldelta |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | perldelta for sort warning fix |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | Make sort’s warnings dependent on the right hints |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | Clarify perldelta entry |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | perldelta for sort $globref fix |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | sort does not call get-magic after dereffing |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Steve Hay | Update perldelta |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | perldelta for open() FETCH fix |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | Document sv_2io’s invocation of magic |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | Call FETCH once on handle passed as 3rd arg to open() |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | perldiag: Assertions are not trappable |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Father Chrysostomos | Remove comment added by mistake in c7abbf64 |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Chris 'BinGOs... | Update Unicode-Collate to CPAN version 0.85 |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Zefram | narrower localisation of PL_compcv around eval |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | sv.c: More consistent use of spaces after dots |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | Correct sv_catsv_flags docs |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | Correct sv_catpv_flags docs |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | Correct sv_catpvn_flags docs |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | Avoid a redundant copy in pp_glob |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | perldelta for var names in @a=~// warning |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | Mention variable names in @a =~ // warnings |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | perldelta for y///r implicit $_ uninit warning |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | Mention implicit $_ in y///r uninit warning |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | Merge two adjacent #ifdefs in embed.fnc |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | Mention the variable name in the new length warnings |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | Don’t create an AV for unfiltered code |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | Tweaks to find_uninit_var docs |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | perldelta for new length() warning |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | Fix pp_goto crash with orphaned GV |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | util.c:get_db_sub: correct comment |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | perldelta for GV scalar localisation |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | Copy magic during localisation even for GVs |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | Test length() warning with pad vars |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Father Chrysostomos | perldiag: Rewrap ‘length() used on %s’ |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Matthew Horsfall... | Throw a helpful warning when someone tries length(... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | Tweak the cBOOL() macro to avoid problems with the... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Father Chrysostomos | Fix threaded build |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Father Chrysostomos | perldelta: fix for $DB::sub with bad subname |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Paul Green | Update several test cases to not generate failures... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Father Chrysostomos | Make sure $DB::sub is callable |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Father Chrysostomos | Remove redundant check in pp_hot.c:pp_entersub |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Chris 'BinGOs... | Update IO-Compress to CPAN version 2.042 |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Chris 'BinGOs... | Update Compress-Raw-Zlib to CPAN version 2.042 |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Chris 'BinGOs... | Update Compress-Raw-Bzip2 to CPAN version 2.042 |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | Separate the build and non-build functionality of pod... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | Note the changes to pod/buildtoc in the perldelta. |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | In buildtoc, refactor to de-duplicate code and variables. |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | Refactor pod_rules.pl and buildtoc to use new functions... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | Porting/pod_rules.pl should not warn about files that... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | Add Porting/new-perldelta.pl, which automates adding... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | Flag to get_pod_metadata() whether generated files... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | Refactor pod_lib.pl's get_pod_metadata() to remove... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | Rename t/porting/buildtoc.t to pod_rules.t to reflect... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | Create Porting/pod_rules.pl, with all non perltoc.pod... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | In pod_lib.pl's get_pod_metadata(), generate lookup... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | Extract from buildtoc the code that processes pod.lst... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | In buildtoc, refactor the code that reads pod.lst,... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | buildtoc --showfiles should report the correct pathnames. |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | buildtoc --showfiles should only list the files to... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | In buildtoc, don't use File::Spec when initialising... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | In buildtoc, refactor the open ... or my_die pattern... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | In buildtoc, make %Readmepods lexical, and $delta_targe... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | In buildtoc, eliminate abs_from_top() as it now runs... |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Nicholas Clark | In pod/buildtoc, chdir to the top level of the source... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Father Chrysostomos | Localise $/ properly in UCD.pm |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Johnson | Detect whether ccache is available to bisect. |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Zefram | turn off buggy optimisations in one HP compiler |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Father Chrysostomos | Re-deprecate $[ |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Father Chrysostomos | arybase.xs: Don’t use arybase::[ |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Father Chrysostomos | arybase.xs: Check that $[ is in the main stash |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Father Chrysostomos | Add can_isa_ok.t to MANIFEST |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Michael G.... | Add class_ok() and object_ok() to t/test.pl. |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Michael G.... | Patch t/test.pl so isa_ok() works with objects. |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Reini Urban | Sun cc and CC do not support gcc attributes. |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Reini Urban | Detect SunOS CC workshop c++ compiler |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Father Chrysostomos | perldelta for #70151 |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Father Chrysostomos | Document S_doeval’s calling convention |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Father Chrysostomos | [perl #70151] eval localises %^H at runtime |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Father Chrysostomos | perldelta for PL_curcop localisation |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Father Chrysostomos | Localise PL_curcop for BEGIN blocks |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Father Chrysostomos | Combine two blocks in pp_ctl.c:S_doeval |
commit | commitdiff | tree | snapshot |
next |