platform/upstream/perl.git
2007-01-18 Nicholas ClarkAs PVLVs can hold globs in some cases, I think that...
2007-01-18 Dave Mitchelldisable parser stack cleanup on reduce croak (too fragile)
2007-01-17 Marcus Holland... Fix a typo in Dynaloader_pm.PL.
2007-01-17 Nicholas ClarkReplace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in...
2007-01-17 Nicholas ClarkMake PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv...
2007-01-17 Nicholas ClarkIf we use SvUPGRADE() rather than sv_upgrade() then...
2007-01-17 Jarkko HietaniemiRe: [PATCH] symbian/xsbuild.pl patching continues
2007-01-16 Steve PetersReentrant functions appear to still be broken in NetBSD...
2007-01-16 Steffen MüllerRe: Dual-lived AutoLoader
2007-01-16 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2007-01-16 Yves OrtonMake offsets support conditional
2007-01-16 Rafael Garcia... Typo fix, by Robin Barker
2007-01-15 Dave Mitchellmake Dump display the SVf_BREAK flag
2007-01-15 Rafael Garcia... Enable the ~~ operator by default.
2007-01-15 Dave Mitchellwhen cloning PL_regex_pad, copy SVf_BREAK flag too
2007-01-15 Nicholas Clarkpp_rv2av and pp_rv2hv have a lot of common code, so...
2007-01-15 Nicholas ClarkMake changes analagous to pp_rv2hv's 21394 and 24489...
2007-01-15 Yves OrtonRe: [PATCH] Add support for /k modfier for matching...
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-15 Nicholas ClarkAdd get_cvn_flags(), which is like get_cv() but takes...
2007-01-15 Jarkko Hietaniemisymbian/xsbuild.pl
2007-01-15 Dave Mitchellextend threads 'veto cleanup' to perl_free and system...
2007-01-15 Rafael Garcia... Proper symbian fix (replacing change #29813) by Jarkko
2007-01-15 Rafael Garcia... Use the $Is_MacOS variable
2007-01-15 Rafael Garcia... Simplify the ok/not ok logic
2007-01-15 Rafael Garcia... Various cleanup and factorization by Schwern
2007-01-15 Rafael Garcia... Introduce the :5.10.0 feature bundle, and make :5.10 an
2007-01-15 Rafael Garcia... Fix link to perlsyn (thanks to Michael G Schwern)
2007-01-15 Rafael Garcia... Remove the "dor" feature alias.
2007-01-15 Rafael Garcia... Document "no feature" (Michael G Schwern)
2007-01-15 Rafael Garcia... Move the documentation of the lexical effect of feature...
2007-01-15 Rafael Garcia... Remove obsolete notes and TODOs from feature.pm
2007-01-15 Rafael Garcia... Add a reference to the docs for state() variables in...
2007-01-15 Rafael Garcia... Factorise croak() calls and error messages in feature.pm
2007-01-15 Nicholas ClarkTest that names with embedded NULs work for symbolic...
2007-01-15 Rafael Garcia... Revert perl.h part of change 29811, which breaks compil...
2007-01-15 Jarkko Hietaniemig++ fixes
2007-01-15 Jarkko HietaniemiSymbian/S90 further fixes
2007-01-14 Dave Mitchellmake S_ithread_run() call S_ithread_free() in main...
2007-01-14 Dave Mitchellfurther refinement to #29796 (cleanup veto)
2007-01-14 Marvin HumphreyRe: Memory...growing, and growing
2007-01-13 Dave Mitchellunfreed threads should trigger cleanup veto
2007-01-13 Nicholas ClarkIn S_hfreeentries, orig_array can be const.
2007-01-13 Rafael Garcia... TODO: yada yada yada
2007-01-13 Gisle AasRe: AW: umask handling in File::Temp
2007-01-13 Wolfgang Launperlthrtut.pod (based on perl-current@29766)
2007-01-12 Dave Mitchellfix PL_parser_dup symbol (again)
2007-01-12 Dave MitchellRationalise refcounting of thread structures
2007-01-12 H.Merijn BrandSuperdome now also in Itanium series (sx1000 & sx2000),
2007-01-12 H.Merijn Brandgcc -dumpversion is at least supported back to 2.7...
2007-01-12 Rafael Garcia... makedef.pl should be able to load "strict"
2007-01-12 Rafael Garcia... Upgrade to ExtUtils::Manifest 1.51
2007-01-12 Dave Mitchellfix typo in hv.c
2007-01-12 Dave Mitchellfix PL_parser_dup symbol
2007-01-12 Dave Mitchellmake tr/// threadsafe by moving swash into pad
2007-01-12 Wolfgang Launtrivia in perlthrtut.pod
2007-01-11 Steve HayUpdate copyright year in "perl -v" output
2007-01-11 Rafael Garcia... Fix bug [perl #41234] : the tokenizer understands ...
2007-01-11 Nicholas ClarkChange 29753 messed up do_hv_dump() [my fault]
2007-01-11 Rafael Garcia... Silence an "unused parameter" warning in Perl_reg_numbe...
2007-01-11 Yves OrtonAdd Regexp::Keep \K functionality to regex engine as...
2007-01-11 Nicholas Clarkdo_gv_dump, do_gvgv_dump and do_hv_dump call all actual...
2007-01-11 Rafael Garcia... Fix bug #40407: after a seek on a PerlIO::scalar fileha...
2007-01-11 Steffen MüllerAutoLoader fix, part 2
2007-01-11 Nicholas ClarkIn toke.c, merge S_update_debugger_info_pv() and
2007-01-10 Nicholas ClarkAn implementation of change 29735 for blead (PL_curcop...
2007-01-10 Rafael Garcia... Regenerate all files
2007-01-10 Peter ScottPATCH: perlfunc.pod / warn
2007-01-10 SADAHIRO TomoyukiRe: [perl #41215] % on scalars sometimes throws away...
2007-01-10 Steffen MüllerBug in AutoLoader.pm causing endless loop
2007-01-10 Andreas J.... ./miniperl minimod.pl ... Can't locate strict.pm
2007-01-09 Nicholas ClarkMake minimod.pl warnings and strict clean.
2007-01-09 Nicholas ClarkMake makedef.pl warnings and strict clean.
2007-01-09 Nicholas ClarkMake keywords.pl strict and warnings clean.
2007-01-09 Nicholas ClarkMake autodoc.pl strict clean.
2007-01-09 Nicholas ClarkMake opcode.pl strict and warnings clean.
2007-01-09 Nicholas ClarkRe: Change 29723 breaks t/op/inccode-tie.t on Win32
2007-01-09 Jan DuboisRe: [PATCH] ANSIfy the PATH environment variable on...
2007-01-09 Yves OrtonChange #29711 broke tr//c on Win32.
2007-01-09 Yves OrtonLet the regex parser decide if we have a special patter...
2007-01-09 Nicholas Clarksocketpair.t was written in 2001. At that time, Test...
2007-01-09 Rafael Garcia... Revert change #29708 (useless)
2007-01-08 Nicholas ClarkEliminate pp_threadsv, as it was only ever used by...
2007-01-08 Nicholas Clarkdo or die; for all the List::Util pure perl tests.
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2007-01-08 Nicholas ClarkMention -C on #! line in perltodo. Remove some trailing...
2007-01-08 Rafael Garcia... Change the API doc for some of the SvXXX testing macros.
2007-01-08 Rafael Garcia... Turn taint warnings (-t) into severe warnings, so they're
2007-01-08 Rafael Garcia... Silence casting warnings
2007-01-08 Marcus Holland... Default "$undef" for NV_PRESERVES_UV_BITS causes compil...
2007-01-08 Yitzchak Scott... help cygwin find its dlls even on taint tests with...
2007-01-08 Dave Mitchellfix occasional op/time.t failure
2007-01-08 Dave Mitchellallocate op_pv strings from shared mem pool
2007-01-07 Rafael Garcia... In the new test for less.pm, call use_ok at compile...
2007-01-07 Joshua ben... less useful
2007-01-07 Yves OrtonRe: [PATCH] ANSIfy the PATH environment variable on...
2007-01-07 Yitzchak Scott... DynaLoader test failure on cygwin
2007-01-07 Dave Mitchellsilence a warning in perly.c
2007-01-06 David Nicolpatch: shorten perl.h by six lines
2007-01-06 Rafael Garcia... Add 2007 copyrights in a few more .pl files that
next