p5sagit/p5-mst-13.2.git
2010-06-20 Matt S Trout doc 23ae7f
2010-06-20 Matt S Trout LOGONLY mark ALREADY the last package block commit
2010-06-20 Matt S Trout add commit ids to Zefram's docs for package block
2010-06-20 Matt S Trout LOGONLY mark Zefram's package {} stuff as already doc...
2010-06-20 Matt S Trout LOGONLY mark 78b7eff 4cf5ea b1faab 39f3f7 doc'ed as...
2010-06-20 Matt S Trout doc 78b7eff 4cf5ea b1faab 39f3f7 as perf enchancements
2010-06-20 Matt S Trout LOGONLY - mark SvIVX/SVt_REGEXP DOCed (verify - do...
2010-06-20 Matt S Trout Document e77da3
2010-06-20 Matt S Trout LOGONLY - NODOC Nicholas' macro change (65ac17) (verify...
2010-06-20 Matt S Trout LOGONLY - NODOC for rjbs' email change (ef01b67)
2010-06-20 Matt S Trout LOGONLY annotated log from v5.13.1 tag - will rebase...
2010-06-20 Matt S Trout Document faee19
2010-06-18 David Golden document missing space after regex pattern in perldelta
2010-06-18 Karl Williamson Deprecate no space between pattern, following word
2010-06-18 Rafael Garcia... Fix list of constants to import to make this test pass
2010-06-17 brian d foy * FAQ sync
2010-06-17 Rafael Garcia... Avoid warnings with undefined hash values [perl #74280]
2010-06-17 Rafael Garcia... Deparse correctly "no VERSION" [perl #75482]
2010-06-17 Nicholas Clark Avoid compiler warnings in Perl_foldEQ_utf8, spotted...
2010-06-17 Nicholas Clark Avoid creating @EXPORT_FAIL in every package using...
2010-06-17 Nicholas Clark PERL_IMPLICIT_SYS also needs thread context for safesys...
2010-06-16 Nicholas Clark Stop using WITH_THR and WITH_THX, as they were never...
2010-06-16 Nicholas Clark PERL_IMPLICIT_SYS also needs thread context for the...
2010-06-15 Nicholas Clark In Perl_safesys{c,m,re}alloc(), defer dTHX for non...
2010-06-15 Maik Hentsche Attempt at improving the perlipc docs
2010-06-15 Rafael Garcia... Revert "It may not be obvious to a new Perl programmer...
2010-06-15 Karl Williamson uc(): Handle Greek YPOGEGRAMMENI
2010-06-15 Karl Williamson t/uni/case.pl: allow extra tests of different form
2010-06-15 Salvador Fandino Add support for more TCP_ constants to Socket
2010-06-15 Karl Williamson Remove debugging statement from mktables.
2010-06-15 Sinan Unur It may not be obvious to a new Perl programmer that...
2010-06-15 Rafael Garcia... usemymalloc slows down newer openbsd [perl #75742]
2010-06-14 Chris 'BinGOs... Rename copyright section of Module::CoreList to LICENSE...
2010-06-14 Andreas J.... Update CPAN.pm to 1.94_57
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
next