platform/upstream/perl.git
2011-11-18 Nicholas ClarkIn buildtoc, refactor the open ... or my_die pattern...
2011-11-18 Nicholas ClarkIn buildtoc, make %Readmepods lexical, and $delta_targe...
2011-11-18 Nicholas ClarkIn buildtoc, eliminate abs_from_top() as it now runs...
2011-11-18 Nicholas ClarkIn pod/buildtoc, chdir to the top level of the source...
2011-11-17 Father ChrysostomosLocalise $/ properly in UCD.pm
2011-11-17 Paul JohnsonDetect whether ccache is available to bisect.
2011-11-17 Zeframturn off buggy optimisations in one HP compiler
2011-11-17 Father ChrysostomosRe-deprecate $[
2011-11-17 Father Chrysostomosarybase.xs: Don’t use arybase::[
2011-11-17 Father Chrysostomosarybase.xs: Check that $[ is in the main stash
2011-11-17 Father ChrysostomosAdd can_isa_ok.t to MANIFEST
2011-11-17 Michael G.... Add class_ok() and object_ok() to t/test.pl.
2011-11-17 Michael G.... Patch t/test.pl so isa_ok() works with objects.
2011-11-17 Reini UrbanSun cc and CC do not support gcc attributes.
2011-11-17 Reini UrbanDetect SunOS CC workshop c++ compiler
2011-11-17 Father Chrysostomosperldelta for #70151
2011-11-17 Father ChrysostomosDocument S_doeval’s calling convention
2011-11-17 Father Chrysostomos[perl #70151] eval localises %^H at runtime
2011-11-17 Father Chrysostomosperldelta for PL_curcop localisation
2011-11-17 Father ChrysostomosLocalise PL_curcop for BEGIN blocks
2011-11-17 Father ChrysostomosCombine two blocks in pp_ctl.c:S_doeval
2011-11-17 Father Chrysostomoseval.t: add bug number
2011-11-17 Father Chrysostomoseval.t: typos
2011-11-17 Nicholas ClarkAdd --check-shebang to bisect-runner.pl, to avoid mista...
2011-11-17 Nicholas ClarkNote in Porting/bisect.pl that its documentation is...
2011-11-17 Nicholas ClarkFix fatal bug in bisect-runner.pl for some 5.004 revisions.
2011-11-17 Brian FraserUnused variable in in sv_eq
2011-11-17 PerloverFix misprint in doc of UNIVERSAL
2011-11-16 Zeframavoid some test-time warnings
2011-11-16 Zefram\x-ify non-ASCII chars in C string literal
2011-11-16 Zeframexpunge gratuitous Unicode punctuation in comments
2011-11-15 H.Merijn Brand$Config{locincpath} might be empty
2011-11-15 Karl Williamsonperldelta additions
2011-11-15 Father Chrysostomosfeature.pm: Avoid repetition; save memory
2011-11-15 Father ChrysostomosAdd 5.16 feature bundle
2011-11-15 Father Chrysostomosperldelta up to 7c5c3d9b
2011-11-15 Father ChrysostomosMove a pp_entereval comment where it belongs.
2011-11-14 Tony CookInternals::SvREFCNT() now treats reference counts as...
2011-11-14 Tony Cook[rt #103222] make Internals::SvREFCNT set/get consistent
2011-11-14 Tony Cookmatch the definition of S_mro_gather_and_rename to...
2011-11-13 Nicholas ClarkIn Perl_lex_start(), don't read the byte before SvPVX().
2011-11-13 Craig A. BerryUpdate string copying in vms/vms.c
2011-11-12 Chris 'BinGOs... Update CGI to CPAN version 3.58
2011-11-12 Karl Williamsonmktables: nits in comment and pod
2011-11-12 Karl Williamsonmktables: Remove support for deprecated properties
2011-11-12 Karl Williamsonperlunicode: Update reference to Unicode standard
2011-11-12 Karl Williamsonutf8.c: typo in comment
2011-11-12 Karl Williamsonpp.c: Make sure variable is initialized
2011-11-12 Karl WilliamsonAdd new mktables generated files to makefiles
2011-11-12 Tony Cookignore some newer build generated files
2011-11-11 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9112
2011-11-11 Karl Williamsonregexec.c: Bypass unneeded step
2011-11-11 Karl Williamsonregcomp.c: Bypass unneeded step
2011-11-11 Karl WilliamsonUse new/revised case-changing functions in pp.c
2011-11-11 Karl Williamsonutf8.c: Skip extra function calls
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonpp.c: Remove macro no-longer called
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonembed.fnc: Make _to_upper_title_latin1() avail to pp.c
2011-11-11 Karl Williamsonpp.c: White-space only
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonpp.c: White-space only
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonpp.c: Add compiler hint
2011-11-11 Karl Williamsonpp.c: White-space only
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonutf8.c: Add compiler hint
2011-11-11 Karl Williamsonutf8.c: Add and revise comments
2011-11-11 Nicholas ClarkRe-order intrpvar.h to avoid false warnings about holes.
2011-11-11 Nicholas ClarkRe-order intrpvar.h to avoid holes in the interpreter...
2011-11-11 Karl Williamsonpodcheck.t: Add comment
2011-11-11 Karl Williamsonperlunicode: Document that \p{user-defined} can match...
2011-11-11 Karl Williamsonutf8.c: Don't warn on \p{user-defined} for above-Unicode
2011-11-11 Karl Williamsonutf8_heavy.pl: Pass up USER_DEFINED to outside swash
2011-11-10 Karl Williamsonutf8.c: Handle swashes at UV_MAX
2011-11-10 Karl Williamsonutf8.c: Fix swash handling under USE_MORE_BITS
2011-11-10 Karl Williamsonutf8.h: clarify comment
2011-11-09 Karl Williamsonutf8.c: Make swashes work close to UV_MAX
2011-11-09 Karl Williamsonintrpvar.h: Increase size of variable that stores UTF8...
2011-11-09 Chris 'BinGOs... Update CGI to CPAN version 3.57
2011-11-09 Chris 'BinGOs... Update Digest-SHA to CPAN version 5.63
2011-11-09 Karl WilliamsonUCD.t: Fix 'uninit' warning
2011-11-09 Karl Williamsonpat_advanced.t: Display better names for a few tests
2011-11-09 Karl Williamsonregexec.c: Stop looking for match even sooner
2011-11-09 Karl Williamsonregexec.c: revise comment
2011-11-09 Karl Williamsonmktables: Change member name for clarity
2011-11-09 Karl WilliamsonFix volatile declaration
2011-11-09 Karl Williamsonregexec.c: typo in comment
2011-11-09 Karl WilliamsonChange __attribute_unused__ to PERL_UNUSED_DECL
2011-11-09 Karl Williamsonutf8.c: Faster latin1 folding
2011-11-09 Karl Williamsonregcomp.c: Change char used to force reading in fold...
2011-11-09 Karl Williamsonregcomp.c: Add assertion
2011-11-09 Karl Williamsonutf8.c: Faster latin1 upper/title casing
2011-11-09 Karl Williamsonutf8.c: Expand use of refactored to_uni_lower
2011-11-09 Karl Williamsonutf8.c: Refactor to_uni_lower()
2011-11-09 Karl Williamsonutf8.c: Refactor case-changing calls into macros
2011-11-09 Karl Williamsonregcomp.c: Silence compiler warning about longjump
2011-11-08 Karl WilliamsonAdd functions to Unicode::UCD
2011-11-08 Karl WilliamsonREADME.perl: Add step to new-Unicode release activities
2011-11-08 Karl Williamsonmktables: Remove blanks in files for non-DEBUGGING...
next