summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the regexp in t/porting/args_assert.t, and add 3 missing macros.Nicholas Clark2010-05-293-2/+7
* Properly free paren_name_list with its regexp.Nicholas Clark2010-05-292-2/+5
* Clarify that count is bytes not unicode charactersKarl Williamson2010-05-291-1/+1
* Display characters as Unicode for clarityKarl Williamson2010-05-291-0/+1
* Add tested for corrupted regnodeKarl Williamson2010-05-291-0/+4
* Use sizeof instead of hard-coded array sizeKarl Williamson2010-05-291-1/+1
* TypoKarl Williamson2010-05-291-1/+1
* When assigning to $^P, don't zero $DB::single, $DB::trace and $DB::signal.Nicholas Clark2010-05-292-4/+20
* Migrate most other op_private to name conversion into S_op_private_to_names().Nicholas Clark2010-05-281-57/+38
* In Perl_do_op_dump(), move calls to append_flags() into S_op_private_to_names()Nicholas Clark2010-05-281-12/+34
* Add C_ARRAY_END(), returning a pointer to after the last element of an array.Nicholas Clark2010-05-282-1/+2
* In Perl_do_op_dump(), reorder the ops within the if (o->op_private) clause.Nicholas Clark2010-05-281-29/+29
* In Perl_do_sv_dump(), use append_flags() for PVCV, PVFM and PVGP flags.Nicholas Clark2010-05-281-22/+38
* In Perl_do_sv_dump(), for PVCV and PVFM, test for SvCOMPILED(sv) last.Nicholas Clark2010-05-281-1/+1
* In Perl_do_op_dump(), move runs of op_private name tests to S_append_flags().Nicholas Clark2010-05-281-47/+44
* Create S_append_flags() from a common code pattern in dump.c.Nicholas Clark2010-05-281-44/+64
* InPerl_boot_core_UNIVERSAL() use a data structure for calls to newXS{,proto}Nicholas Clark2010-05-281-118/+81
* Naif calls segfault T_PRTOBJ of the stock typemapSalvador Ortiz Garcia2010-05-281-1/+1
* Add simple_bitmask and varies_bitmask to globvar.sym.Nicholas Clark2010-05-281-0/+2
* Convert REGNODE_{SIMPLE,VARIES} to a bitmask lookup, from a strchr() lookup.Nicholas Clark2010-05-272-10/+50
* Change regcomp.pl to 0-based indexing for its arrays and loops.Nicholas Clark2010-05-271-21/+20
* Encapsulate lookups in PL_{varies,simple} within macros REGNODE_{VARIES,SIMPLE}Nicholas Clark2010-05-273-4/+10
* Generate PL_simple[] and PL_varies[] with regcomp.pl, rather than hard-coding.Nicholas Clark2010-05-274-77/+104
* Re-work the regcomp.sym to remove use of hard tabs. No data change.Nicholas Clark2010-05-272-121/+121
* Correct the node numbers in comments.Nicholas Clark2010-05-271-4/+4
* Remove stray tab character in definition for VERB.Nicholas Clark2010-05-272-3/+3
* Fix clang "incompatible operand types" error in ternary expressions.George Greer2010-05-271-1/+1
* PATCH: user defined special casing for non utf8Karl Williamson2010-05-262-3/+9
* Change a few tests to use new test.pl EBCDIC stuffKarl Williamson2010-05-254-34/+6
* Add functions to test.pl for easier EBCDIC testingKarl Williamson2010-05-251-1/+126
* Fix CLONE/weakref bug revealed by adf8f095c5881bce.Nicholas Clark2010-05-252-8/+94
* Update rsync sources in perlhackH.Merijn Brand2010-05-251-6/+11
* Add the perl equivalent for av_make.Shlomi Fish2010-05-251-0/+2
* Add the Perl equivalent for av_len.Shlomi Fish2010-05-251-0/+2
* Add a missing comma in the av_fill() docs.Shlomi Fish2010-05-251-1/+1
* Clarify the av_fetch() documentation.Shlomi Fish2010-05-251-2/+4
* Add Perl equivalent for av_exists().Shlomi Fish2010-05-251-0/+2
* Add a Perl equivalent to av_delete().Shlomi Fish2010-05-251-1/+3
* Add the Perl equivalent example to av_clear.Shlomi Fish2010-05-251-1/+1
* Link from GIMME_V to perlcall for a usage example.Shlomi Fish2010-05-251-1/+1
* PATCH: correct misstatement, formats in perlunicodeKarl Williamson2010-05-251-10/+11
* Fix for typo in 0824d66743a706cd, in the expected output with threads.Nicholas Clark2010-05-251-1/+1
* add OPpDEREFed flag to avoid double mg_get()David Mitchell2010-05-257-4/+28
* Deref ops ignore get-magic when SvROK(sv)Father Chrysostomos (via RT)2010-05-253-17/+15
* Just the tests from a proposed fix for 68192Father Chrysostomos2010-05-251-0/+95
* Replace wrong tr/// table in perlebcdic.podKarl Williamson2010-05-251-45/+61
* Remove unused, wrong #define in utf8.hKarl Williamson2010-05-251-2/+0
* Fix build warnings introduced by v5.13.0-139-ge0fa7e2Jerry D. Hedden2010-05-241-1/+2
* Add Perl_clone_params_{del,new} and Perl_sv_dup to the "no threads" exclusions.Nicholas Clark2010-05-241-0/+3
* Set PADSTALE on all lexicals at the end of sub creation.Nicholas Clark2010-05-242-3/+44