2012-06-27 |
Father Chrysostomos | Null HeVAL and local delete → crash
|
commit | commitdiff | tree |
2012-06-27 |
Father Chrysostomos | Make pp.c:pp_srand slightly less repetitive
|
commit | commitdiff | tree |
2012-06-27 |
Father Chrysostomos | Make srand treat "-1" as -1
|
commit | commitdiff | tree |
2012-06-27 |
Father Chrysostomos | Make srand respect magic
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | [perl #113812] Handle null CvOUTSIDE in cv_clone
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | perldiag: Two space after dots
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | diag.t: Two to-done entries I missed
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | perldelta: make podcheck happy
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | perldelta for #73690, scalar(write)
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | perldelta for #112966/2c5f48c251e
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | perldelta for #113798, glob and PATH
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | perldelta for #112962, reg_temp_copy and null offs
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | perldelta: Oops, duplicate entry
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | perldelta for #101666, regexp error error
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | perldelta for #112826, Tie::StdHandle and read offset
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | perldelta for #113764, duping scalar handles
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | perldelta for #89544, nested closure leak
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | perldelta for #113730, do and $@
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | pp_sys.c: Squelch compiler warning
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | perldelta for #113712, stubs after errors
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | diag.t: Tolerate trailing space
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | perldiag: Correct various regexp msgs
|
commit | commitdiff | tree |
2012-06-26 |
Father Chrysostomos | diag.t: Support regcomp’s FAIL macros
|
commit | commitdiff | tree |
2012-06-24 |
Father Chrysostomos | Add E. Choroba to AUTHORS
|
commit | commitdiff | tree |
2012-06-24 |
Father Chrysostomos | perldiag: Document ‘Integer overflow in srand’
|
commit | commitdiff | tree |
2012-06-24 |
Father Chrysostomos | diag.t: Cull exceptions
|
commit | commitdiff | tree |
2012-06-24 |
Father Chrysostomos | diag.t: Don’t skip lines starting with spaces
|
commit | commitdiff | tree |
2012-06-24 |
Father Chrysostomos | perldiag: Remove initial %s: from regexp messages
|
commit | commitdiff | tree |
2012-06-24 |
Father Chrysostomos | perldiag: document ‘Invalid negative number’ in chr
|
commit | commitdiff | tree |
2012-06-24 |
Father Chrysostomos | Unbreak diag.t
|
commit | commitdiff | tree |
2012-06-24 |
Father Chrysostomos | perldiag: Help splain find version overflow msg
|
commit | commitdiff | tree |
2012-06-24 |
Father Chrysostomos | perldiag: ‘Integer overflow in %s number’ is S
|
commit | commitdiff | tree |
2012-06-24 |
Father Chrysostomos | perldiag: ‘Integer overflow in version’ is W
|
commit | commitdiff | tree |
2012-06-24 |
Father Chrysostomos | perldiag: typo
|
commit | commitdiff | tree |
2012-06-24 |
Father Chrysostomos | Don’t crash with ()=&CORE::srand
|
commit | commitdiff | tree |
2012-06-24 |
Father Chrysostomos | [perl #113796] lib/File/stat.t failures when -l $^X
|
commit | commitdiff | tree |
2012-06-24 |
Father Chrysostomos | perlfunc: (caller)[9] is ${^WARNING_BITS}
|
commit | commitdiff | tree |
2012-06-23 |
Father Chrysostomos | [perl #112966] Crash on delete local; other local bugs
|
commit | commitdiff | tree |
2012-06-23 |
Father Chrysostomos | regen pod issues
|
commit | commitdiff | tree |
2012-06-23 |
Father Chrysostomos | [perl #113798] Don’t hide PATH from perlglob
|
commit | commitdiff | tree |
2012-06-23 |
Father Chrysostomos | Exporter.pm: long lines in verbatim pod
|
commit | commitdiff | tree |
2012-06-23 |
Father Chrysostomos | Exporter’s docs: mention require_version, but honestly
|
commit | commitdiff | tree |
2012-06-23 |
Father Chrysostomos | Add François Perrad to AUTHORS
|
commit | commitdiff | tree |
2012-06-23 |
Father Chrysostomos | squash with export headres
|
commit | commitdiff | tree |
2012-06-23 |
Father Chrysostomos | Exporter.pm: Capitalise subheaders consistently
|
commit | commitdiff | tree |
2012-06-23 |
Father Chrysostomos | Exporter.pm: Consistent spaces after dots
|
commit | commitdiff | tree |
2012-06-23 |
Father Chrysostomos | Increase $Exporter::VERSION to 5.67
|
commit | commitdiff | tree |
2012-06-23 |
Father Chrysostomos | cmpVERSION.pl: Correct err msg
|
commit | commitdiff | tree |
2012-06-23 |
Father Chrysostomos | [perl #112856] Exporter’s docs: expunge require_version
|
commit | commitdiff | tree |
2012-06-22 |
Father Chrysostomos | [perl #112826] Make Tie::StdHandle::READ respect offset
|
commit | commitdiff | tree |
2012-06-22 |
Father Chrysostomos | Increase $Tie::StdHandle::VERSION to 4.3
|
commit | commitdiff | tree |
2012-06-21 |
Father Chrysostomos | Increase $PerlIO::scalar::VERSION to 0.15
|
commit | commitdiff | tree |
2012-06-21 |
Father Chrysostomos | [perl #113764] Make &= duping work with PerlIO::scalar
|
commit | commitdiff | tree |
2012-06-21 |
Father Chrysostomos | Teach dump.c about CVf_HASEVAL
|
commit | commitdiff | tree |
2012-06-20 |
Father Chrysostomos | perl5171delta: caller looks beyond cur stack
|
commit | commitdiff | tree |
2012-06-20 |
Father Chrysostomos | perl5171delta: typo
|
commit | commitdiff | tree |
2012-06-20 |
Father Chrysostomos | [perl #89544] Non-eval closures don’t need CvOUTSIDE
|
commit | commitdiff | tree |
2012-06-20 |
Father Chrysostomos | closure.t: load test.pl at BEGIN time
|
commit | commitdiff | tree |
2012-06-20 |
Father Chrysostomos | [perl #113712] Don’t create stubs after errors
|
commit | commitdiff | tree |
2012-06-20 |
Father Chrysostomos | Let while.t run from the top level
|
commit | commitdiff | tree |
2012-06-20 |
Father Chrysostomos | regen pod issues
|
commit | commitdiff | tree |
2012-06-20 |
Father Chrysostomos | Add Daniel Perrett to AUTHORS
|
commit | commitdiff | tree |
2012-06-19 |
Father Chrysostomos | perlhacktips: long lines
|
commit | commitdiff | tree |
2012-06-19 |
Father Chrysostomos | perldelta for 186a5ba82d58
|
commit | commitdiff | tree |
2012-06-19 |
Father Chrysostomos | Revert perlfilter part of 318b791f053
|
commit | commitdiff | tree |
2012-06-18 |
Father Chrysostomos | perldelta update
|
commit | commitdiff | tree |
2012-06-17 |
Father Chrysostomos | Revert "B::Deparse: loopexes have list prec"
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | checkAUTHORS.pl: another address for Renee Bäcker
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | Increase $Class::Struct::VERSION to 0.64
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | Add Rhesa Rozendaal to AUTHORS
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | op.c:utilize: don't allocate pegop if !PL_madskills
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | Let hints.t run at the top level
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | Tests for perl #94476
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | configpm: comment typo
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | Don’t call mro_method_changed_in after newCONSTSUB
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | Don’t create pads for sub stubs
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | op.c:newPROG: Remove questionable comment
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | Use assertions for /* NOT REACHED */
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | sv.h: Move comment just before struct it describes
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | perl.c: Clarify comment
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | Rmv mro_method_changed_in call on stub upgraded to...
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | gv.c: Don’t repeat GvSVn
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | perl.c:get_cvn_flags: Move a comment where it belongs
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | gv.c: Remove mro_method_changed_in() from gv_init
|
commit | commitdiff | tree |
2012-06-15 |
Father Chrysostomos | gv.c: Don’t ENTER/LEAVE unnecessarily
|
commit | commitdiff | tree |
2012-06-13 |
Father Chrysostomos | [perl #108780] Make /foo$qr/ work under ‘no overloading’
|
commit | commitdiff | tree |
2012-06-13 |
Father Chrysostomos | Fix =~ $str_overloaded (5.10 regression)
|
commit | commitdiff | tree |
2012-06-09 |
Father Chrysostomos | Add alloccopstash provisionally to the API
|
commit | commitdiff | tree |
2012-06-08 |
Father Chrysostomos | Consistent indentation in perlbook
|
commit | commitdiff | tree |
2012-06-08 |
Father Chrysostomos | Increase $B::Deparse::VERSION to 1.15
|
commit | commitdiff | tree |
2012-06-08 |
Father Chrysostomos | B::Deparse: loopexes have list prec
|
commit | commitdiff | tree |
2012-06-08 |
Father Chrysostomos | Constant folding for x
|
commit | commitdiff | tree |
2012-06-08 |
Father Chrysostomos | cv.h: Add comments
|
commit | commitdiff | tree |
2012-06-08 |
Father Chrysostomos | Make __SUB__ work in special blocks
|
commit | commitdiff | tree |
2012-06-08 |
Father Chrysostomos | sv.h: Comment typo
|
commit | commitdiff | tree |
2012-06-08 |
Father Chrysostomos | perldelta for $@=3; warn
|
commit | commitdiff | tree |
2012-06-08 |
Father Chrysostomos | perldelta for -$utf8
|
commit | commitdiff | tree |
2012-06-08 |
Father Chrysostomos | perldelta for -"-10" with gmagic
|
commit | commitdiff | tree |
2012-06-08 |
Father Chrysostomos | perldelta for -$str_with_cached_num
|
commit | commitdiff | tree |
2012-06-08 |
Father Chrysostomos | perldelta for numeric opts, gmg, and 64-bit ints
|
commit | commitdiff | tree |
next |