summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* op.c: White-space onlyKarl Williamson2013-07-041-10/+10
* PATCH: [perl #114178] di/ds/ig exempt from warnings in void contextKarl Williamson2013-07-042-15/+8
* Revert "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-047-33/+22
* Add non-XS extensions to known_extensions in configure.com.Craig A. Berry2013-07-041-10/+11
* Fix ext/VMS-Filespec/t/filespec.t after move in 2d11a7e9678a88.Craig A. Berry2013-07-041-3/+1
* rarest is only used under -DDEBUGGINGTony Cook2013-07-041-2/+2
* t/lib/warnings/utf8: Fix improper TODO testKarl Williamson2013-07-031-2/+2
* Fix perlguts and comments for how sv_chop() worksKarl Williamson2013-07-032-3/+10
* Add test for undefined first argument to fileparse().James E Keenan2013-07-041-1/+7
* Merge branch 'const_posix_invlists' into bleadKarl Williamson2013-07-0314-466/+381
|\
| * Use new Svt_INVLIST for inversion lists.Karl Williamson2013-07-037-22/+33
| * Create SVt_INVLISTKarl Williamson2013-07-037-29/+36
| * regcomp.c: Move some #defines to only file that uses themKarl Williamson2013-07-032-36/+19
| * regcomp.c: Make C-array inversion lists constKarl Williamson2013-07-036-74/+74
| * regcomp.c: Move inversion list hdr field to SV hdrKarl Williamson2013-07-034-35/+56
| * regcomp.c: Change, variable, fcn nameKarl Williamson2013-07-035-28/+28
| * regcomp.c: Move 2 hdr inversion fields to SV hdrKarl Williamson2013-07-036-136/+53
| * regcomp.c: Remove unused data structure fieldKarl Williamson2013-07-034-20/+1
| * regcomp.c: Make inversion lists SVt_PVLVKarl Williamson2013-07-034-12/+19
| * regcomp.c: Add a constant 0 element before inversion listsKarl Williamson2013-07-036-224/+212
|/
* Remove duplicate entryH.Merijn Brand2013-07-031-1/+0
* Move Exporter from lib/ to dist/Exporter/Nicholas Clark2013-07-039-28/+11
* Delete superfluous lines; clarify identifier parsing.James E Keenan2013-07-031-7/+2
* [perl #118561] note that the check is fragile and refer to parent.pmTony Cook2013-07-031-0/+6
* Revert "[perl #118561] failures loading modules are ignored when sub-package ...Tony Cook2013-07-032-7/+2
* perlretut.pod: Rephrase about \p{}.Karl Williamson2013-07-021-39/+20
* perlretut.pod: Rephrase to be consistent with other podsKarl Williamson2013-07-021-3/+9
* perlgit.pod: Remove one mention of p5pFather Chrysostomos2013-07-021-3/+3
* In the PERL_IMPLICIT_SYS section in perl_free(), use fewer CPP directives.Nicholas Clark2013-07-021-4/+2
* In embed.fnc, reorder the symbols conditional on HAVE_INTERP_INTERP.Nicholas Clark2013-07-021-5/+3
* Terser fix to avoid warning about an empty body for Slab_to_rw().Nicholas Clark2013-07-021-4/+3
* Teach makedef.pl that PL_op_exec_cnt is only available with -DPERL_TRACE_OPS.Nicholas Clark2013-07-021-0/+3
* Very few PAD[HA]Vs are "LVALUE": branch predictor hintsSteffen Mueller2013-07-021-4/+4
* -DPERL_TRACE_OPS to produce reports on executed OP countsSteffen Mueller2013-07-024-0/+31
* Remove defunct DESCRIP.MMS cleanup rules.Nicholas Clark2013-07-021-6/+0
* Move VMS::Filespec from vms/ext to ext/Nicholas Clark2013-07-0210-25/+22
* vms/ext/filespec.t does not need to be +xNicholas Clark2013-07-022-1/+0
* Merge in the improvements to the build helper module FindExt.Nicholas Clark2013-07-022-56/+59
|\
| * Refactor FindExt, merging scan_ext() and find_ext().Nicholas Clark2013-07-021-11/+4
| * Skip most of FindExt's tests for troublesome configurations.Nicholas Clark2013-07-021-28/+32
| * In FindExt.t, move the main loop's comparison logic into a subroutine.Nicholas Clark2013-07-021-5/+11
| * Minor refactors to FindExt's test, removing code duplication.Nicholas Clark2013-07-021-6/+5
| * Thanks to FindExt::apply_config() we're now able to test dynamic extensions.Nicholas Clark2013-07-021-5/+11
| * Correct a type in FindExt::apply_config in the "I18N-Langinfo" code.Nicholas Clark2013-07-021-1/+1
| * In FindExt, eliminate _ext_ne() and make extensions() a simple subroutine.Nicholas Clark2013-07-021-7/+2
|/
* Also add Encode's sub-modules to known_extensions when building statically.Nicholas Clark2013-07-021-0/+1
* Add non-XS extensions to known_extensions.Nicholas Clark2013-07-023-16/+25
* Remove Configure code that supported the old-style nested layout for ext/Nicholas Clark2013-07-021-55/+28
* Trim the explicit Makefile rules to generate {mini,}perlmain.oNicholas Clark2013-07-021-6/+0
* OP*method was added in c106c2be8b83ee but never usedTony Cook2013-07-021-1/+0