summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Branch predictor hints: exists is mostly run on hashesSteffen Mueller2013-07-021-2/+2
* S_strip_spaces doesn't need to be seen out of corePeter Martini2013-07-021-0/+2
* Patches must not be sent via git's format-patch/send-emailTony Cook2013-07-021-30/+23
* #118675 fix 4 porting/pod_rules.t uses different perl than compiled oneDaniel Dragan2013-07-021-1/+3
* dist/lib/Makefile.PL: change INSTALLDIRS to 'site' for 5.12 and laterBrian Gottreu2013-07-021-1/+1
* perldelta for c448c12411b1baTony Cook2013-07-021-1/+4
* Make perlbug look up the list of local patches at run timeNiko Tyni2013-07-021-33/+6
* Fix to make 8d455b9f99c1046e969462419b0eb5b8bf740a47 not a lieSteffen Mueller2013-07-011-2/+2
* Avoid needless refcount and mortialization on pp_anonhashSteffen Mueller2013-07-011-3/+4
* Fix regex seqfault 5.18 regressionKarl Williamson2013-07-012-18/+8
* Merge the branch that purged various under-used Makefile targets.Nicholas Clark2013-07-0114-667/+97
|\
| * Document the removed Makefile targets in perldelta.Nicholas Clark2013-07-011-1/+17
| * In perlhacktips, suggest a shell loop to generate all .gcov files.Nicholas Clark2013-07-011-1/+6
| * Eliminate the perl.gprof and perl.gcov Makefile targets.Nicholas Clark2013-07-012-76/+42
| * Run Porting/podtidy on pod/perlhacktips.podNicholas Clark2013-07-011-18/+16
| * Update perlhacktips to note that Address Sanitizer is now also in gcc 4.8Nicholas Clark2013-07-011-3/+4
| * In perlhacktips, no need to give 3 ways to set an environment variable.Nicholas Clark2013-07-011-12/+1
| * Remove the explicit purify/quantify/purecov targets and documentation.Nicholas Clark2013-07-013-181/+1
| * We don't actually need to set $ENV{PERL} for the tests to work.Nicholas Clark2013-07-015-11/+6
| * valgrind doesn't require that perl was built with -g, so remove the check.Nicholas Clark2013-07-011-7/+0
| * Inline the Makefile target minitest.prep into its only user.Nicholas Clark2013-07-011-5/+3
| * Remove Makefile targets and tools related to Irix and Tru64 debugging tools.Nicholas Clark2013-07-017-255/+4
| * Remove various rarely used test targets from the generated Makefile.Nicholas Clark2013-07-012-102/+2
|/
* [perl #71680] hints to use gdbm compat for [NO]DBM_File on Win32Tony Cook2013-07-013-1/+7
* Small stylistic improvement; add one POD formatting character.James E Keenan2013-07-011-4/+4
* Give little more examples to interpolated typemap variablesHojung Youn2013-07-011-1/+2
* Make t/comp/parser.t get the correct libraries.Craig A. Berry2013-06-301-1/+6
* change tied_method to use SVs with precomputed hash valuesRuslan Zakirov2013-06-305-19/+19
* change magic_methcall to use SV with shared hash valueRuslan Zakirov2013-06-306-30/+29
* SV_CONST(name) and PL_sv_constsRuslan Zakirov2013-06-305-0/+61
* G_METHOD_NAMED flag for call_method and call_svRuslan Zakirov2013-06-304-17/+34
* perldiag: Consistent spaces after dotsFather Chrysostomos2013-06-301-7/+7
* Update IPC-Cmd to CPAN version 0.82Chris 'BinGOs' Williams2013-06-292-8/+8
* op.c: Suppress compiler warningFather Chrysostomos2013-06-281-0/+1
* regenerate t/porting/known_pod_issues.datBrian Gottreu2013-06-281-78/+10
* Run the pedantic checks when regenerating the databaseBrian Gottreu2013-06-281-40/+67
* do not worry about long verbatim lines w/o env varRicardo Signes2013-06-281-8/+15
* Revert "Make t/podcheck.t less sensitive"Ricardo Signes2013-06-282-14/+247
* op.c: Remove dummy code from const_sv_xsubFather Chrysostomos2013-06-281-8/+0
* perlfunc: consistent spaces after dotsFather Chrysostomos2013-06-281-24/+25
* Clarify variable lists for my, our, state.Johan Vromans2013-06-281-14/+29
* 7b2d3c0 Added description of the Benchmark object to docNeil Bowers2013-06-281-0/+40
* op.c:cv_ckproto_len_flags: do null checks firstFather Chrysostomos2013-06-281-2/+2
* Reinstate UTF8fFather Chrysostomos2013-06-288-74/+77
* make sure the prototype actually matchesTony Cook2013-06-281-1/+2