p5sagit/p5-mst-13.2.git
2010-06-14 Nicholas Clark Note why pp_tie can't use call_method() for a package...
2010-06-13 Nicholas Clark Merge flags and argc parameters to S_tied_handle_method().
2010-06-13 Nicholas Clark In S_tied_handle_method() default to mortalizing extra...
2010-06-13 Nicholas Clark Add a gimme parameter to S_tied_handle_method().
2010-06-13 Nicholas Clark Change S_tied_handle_method() to varargs to allow extra...
2010-06-13 Nicholas Clark Merge simple tied handle method calls into S_tied_handl...
2010-06-13 Nicholas Clark For tied file handle calls, use PUSH* when we know...
2010-06-13 Nicholas Clark Remove unecessary EXTEND()s from pp_sys.c
2010-06-13 Nicholas Clark In pp_eof, ensure stack space for the second argument...
2010-06-13 David Golden remove trailing spaces in perlvar.pod
2010-06-13 Ævar Arnfjörð... Link to perlport/PLATFORMS from the $^O docs
2010-06-12 Nicholas Clark Fix edge case in pp_eof where the stack extent was...
2010-06-12 Nicholas Clark Fix edge cases in pp_getc and pp_tell where the stack...
2010-06-12 Nicholas Clark Better diagnostics on detecting case sensitive file...
2010-06-11 Chris 'BinGOs... Added new files I forgot to add for the Thread-Semaphor...
2010-06-11 Jerry D. Hedden [PATCH-revised] Upgrade to Thread-Semaphore 2.11
2010-06-10 Nicholas Clark Parameters for * in *printf must be int - add a cast...
2010-06-09 Nicholas Clark Reorder CVf_* flags to be numerically contiguous again.
2010-06-09 David Golden added Chas. Owens to AUTHORS
2010-06-09 Chas. Owens Document $# and $* as removed
2010-06-08 Abigail Resolve issue #74974: document File::Copy::copy(FILE...
2010-06-08 H.Merijn Brand Fix long-standing typos in Policy_sh.SH
2010-06-07 David Mitchell perlbug: always allow change of sender address
2010-06-07 David Mitchell perlbug -d,-v: fix uninit value warnings
2010-06-07 David Mitchell document revert of 'local $tied' change
2010-06-07 David Mitchell Revert "make 'local $tied' untied"
2010-06-07 Sullivan Beck PATCH: Bump Locale-Codes from 3.12 to 3.13
2010-06-07 David Mitchell identify a few vars in intrpvar.h
2010-06-07 Karl Williamson regexec.c: change names of two vars for clarity
2010-06-07 David Golden Remove -w recommendation in perl -h
2010-06-07 H.Merijn Brand Spell-check fixes in ext
2010-06-07 H.Merijn Brand Spell-check fixes in lib
2010-06-07 H.Merijn Brand Spell check fixes in CPAN
2010-06-07 Father Chrysostomos glob crashes when %File::Glob:: is empty
2010-06-07 Karl Williamson perlhack: Add reference to TAP for test protocol
2010-06-07 Karl Williamson perlhack: fix formatting issues
2010-06-07 Karl Williamson PATCH: uniprops.t take advantage of EBCDIC test.pl
2010-06-06 David Mitchell reduce size of regmatch_state.u.curlyx by 2 words
2010-06-06 David Mitchell micro-optimise a bit of trie code
2010-06-06 Nicholas Clark Test the return value of push and unshift.
2010-06-06 Nicholas Clark Convert tiearray.t to test.pl.
2010-06-05 Karl Williamson Change regexec.c to use new foldEQ functions
2010-06-05 Karl Williamson Change name of ibcmp to foldEQ
2010-06-05 Karl Williamson utf8.c: further doc tweaks
2010-06-05 Karl Williamson utf8.c: Modify doc comment; change whitespace
2010-06-05 Karl Williamson Revamp ibcmp_utf8 for performance and clarity
2010-06-05 Karl Williamson Clarify some documentation
2010-06-05 David Mitchell silence some warnings in hv.c
2010-06-05 David Mitchell add handy note on vtable fields
2010-06-05 David Mitchell update Perl_magic_methcall description
2010-06-04 David Mitchell fix for RT #8438: $tied->() doesn't call FETCH
2010-06-04 Craig A. Berry Avoid overflow warning in chop.t.
2010-06-04 David Mitchell fix indendation of DM_* flag definitions
2010-06-04 David Mitchell express DM_[GU]ID flags in terms of components
2010-06-04 David Mitchell rename DM_ARRAY flag to DM_ARRAY_ISA
2010-06-04 David Mitchell belatedly add a test for RT #51636:
2010-06-04 David Mitchell Revert "Re: [perl #51636] segmentation fault with array...
2010-06-04 David Mitchell threads::shared: veto signal despatch if locked
2010-06-04 David Mitchell add PL_signalhook to hook into signal dispatch
2010-06-03 Rafael Garcia... Do not advertise Math::TrulyRandom, which hasn't been...
2010-06-03 Craig A. Berry Remove extraneous semicolon from OP_PRIVATE_ONCE.
2010-06-03 Vincent Pit Deprecate find_rundefsvoffset()
2010-06-03 Vincent Pit The UNDERBAR macro should use find_rundefsv() as well
2010-06-03 Vincent Pit Make pp_reverse fetch the lexical $_ from the correct pad
2010-06-01 Abigail Skip two Japhs that use the fact that split in void...
2010-06-01 Slaven Rezic Document IO::Socket getsockopt and setsockopt
2010-05-31 Tony Cook move the fresh_perl() tests above the environment tests
2010-05-31 Karl Williamson PATCH: teach diag.t new warning function names
2010-05-31 H.Merijn Brand State the requirement of a C89 compliant ANSI C-compiler
2010-05-31 Nicholas Clark In Perl_pad_add_name(), use sv_upgrade() directly rathe...
2010-05-31 Nicholas Clark Reorder the entry for die, moving discussion of the...
2010-05-31 Tony Cook handle perl extended utf8 start bytes
2010-05-31 Father Chrysostomos [perl #70075] no 6; broken
2010-05-30 Karl Williamson PATCH: [perl #75138] "\c`" -> " "
2010-05-30 Karl Williamson Document tricks, work-arounds for user-defined casing
2010-05-30 Jerry D. Hedden Un-TODO a threads-shared test that now passes
2010-05-30 Karl Williamson Add mktables option for development use
2010-05-30 Karl Williamson mktables -- don't create Names table unless asked
2010-05-30 Karl Williamson Fix priority of suppressed vs. explicitly output
2010-05-30 Karl Williamson Remove obsolete comment
2010-05-30 Karl Williamson Generate simple case folding tables only if asked
2010-05-30 Karl Williamson Add comment about objaddr in mktables
2010-05-30 Karl Williamson Use in-line 'no overloading' for speed
2010-05-30 Karl Williamson Don't require doubled backslashes in perldiag.pod
2010-05-30 Nicholas Clark Eliminate some newSV(0)s by merging the SV allocation...
2010-05-30 Nicholas Clark Only allocate entries for @_ when the subroutine is...
2010-05-29 Nicholas Clark Fix the regexp in t/porting/args_assert.t, and add...
2010-05-29 Nicholas Clark Properly free paren_name_list with its regexp.
2010-05-29 Karl Williamson Clarify that count is bytes not unicode characters
2010-05-29 Karl Williamson Display characters as Unicode for clarity
2010-05-29 Karl Williamson Add tested for corrupted regnode
2010-05-29 Karl Williamson Use sizeof instead of hard-coded array size
2010-05-29 Karl Williamson Typo
2010-05-29 Nicholas Clark When assigning to $^P, don't zero $DB::single, $DB...
2010-05-28 Nicholas Clark Migrate most other op_private to name conversion into...
2010-05-28 Nicholas Clark In Perl_do_op_dump(), move calls to append_flags()...
2010-05-28 Nicholas Clark Add C_ARRAY_END(), returning a pointer to after the...
2010-05-28 Nicholas Clark In Perl_do_op_dump(), reorder the ops within the if...
2010-05-28 Nicholas Clark In Perl_do_sv_dump(), use append_flags() for PVCV,...
2010-05-28 Nicholas Clark In Perl_do_sv_dump(), for PVCV and PVFM, test for SvCOM...
next