p5sagit/p5-mst-13.2.git
2005-12-22 Rafael Garcia... Regenerate Changes
2005-12-22 Gisle Aas Remove unused variable 'stash' since change 26437.
2005-12-22 Rafael Garcia... Regenerate perlapi.pod.
2005-12-22 Robin Houston switch / ~~ doccos
2005-12-22 Jan Dubois wrong setting in canned win32/config.vc64 file
2005-12-22 Steve Peters Add documentation for method domainname() in Net::Domai...
2005-12-21 Nicholas Clark Avoid negating an unsigned value. (The offset in the...
2005-12-21 Nicholas Clark For consistency sv_2cv should not leave the stash point...
2005-12-21 Nicholas Clark Localise the stash variable in pp_entersub().
2005-12-21 Nicholas Clark Undo my goto spaghetti from change 18340 - what we...
2005-12-21 Steve Peters Add tests for untested math functions in POSIX
2005-12-21 Nicholas Clark The lref argument of sv_2cv is actually passed onwards...
2005-12-21 Rafael Garcia... Remove switch from perltodo
2005-12-21 Robin Houston Feature bundle is now :5.10, and add -E switch
2005-12-21 Rafael Garcia... Fix for [perl #37999] lc() + Latin-1 chars is failing...
2005-12-21 Jan Dubois Fix bug in change #26379
2005-12-20 Nicholas Clark rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL...
2005-12-20 Rafael Garcia... Remove some hardcoded references to ./perl in tests
2005-12-20 Nicholas Clark Take care in toke.c not to convert constant subroutine...
2005-12-20 H.Merijn Brand Small update on using threads on HP-UX 10.20
2005-12-20 Nicholas Clark Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that...
2005-12-20 Rafael Garcia... Fix typos in regular expressions
2005-12-20 Nicholas Clark Get the "cv" from the "gv" once, and be more careful...
2005-12-20 Nicholas Clark Croak if gv_init doesn't know how to create a typeglob...
2005-12-20 Rafael Garcia... POD nits on B::Lint
2005-12-20 Joshua ben... Re: Pluggable lint patch
2005-12-20 Gisle Aas Make perlivp skip the *.ph tests by default, since...
2005-12-20 Robin Houston [TEST PATCH] %^H can now propagate into eval
2005-12-20 Nicholas Clark Verify that the code for initialising typeglobs from...
2005-12-20 Rafael Garcia... Use PTR2IV instead of casting directly
2005-12-20 Nicholas Clark gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-20 Nicholas Clark In Perl_yylex, move the declaration of orig_keyword...
2005-12-20 Yitzchak Scott... make failing cygwin test TODO'd
2005-12-19 Nicholas Clark In Perl_yylex, make tmp a temporary variable local...
2005-12-19 Nicholas Clark Assert that orig_keyword, gv and gvp aren't used before...
2005-12-19 Dave Mitchell [perl #8262] //g loops infinitely on tainted data
2005-12-19 Nicholas Clark Make gv_init recognise a reference-to-something in...
2005-12-19 Rafael Garcia... Fix internal broken link ; reindent code examples
2005-12-19 Rafael Garcia... Fix typo.
2005-12-19 Rafael Garcia... A note on say() and ORS grabbed from Damian's Perl6...
2005-12-19 Rafael Garcia... Attempt at making IO::Handle backwards compatible again
2005-12-19 Nicholas Clark Make sv_dump (and therefore Devel::Peek) report the...
2005-12-19 Rafael Garcia... sort.pm deserves a new version number
2005-12-19 Robin Houston Re: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Rafael Garcia... Missing file from last change
2005-12-19 Robin Houston latest switch/say/~~
2005-12-19 Yves Orton Un-TODO a fixed test
2005-12-19 Yves Orton TODO-SKIP tests must be "not ok", or else the test...
2005-12-18 Yves Orton Make script embedded in patchlevel.h work on win32.
2005-12-18 Craig A. Berry Two test workarounds for VMS
2005-12-17 Nicholas Clark Add some paranoia to check that GP accesses aren't...
2005-12-17 Steve Peters Upgrade to Time-HiRes-1.86
2005-12-17 Nicholas Clark Two it's => its grammar fixes.
2005-12-17 Nicholas Clark Move and const some definitions of variables used to...
2005-12-17 Nicholas Clark Add t/op/negate.t to MANIFEST.
2005-12-17 Nicholas Clark Pull the definition of olderrno in sv_2pv_flags into...
2005-12-17 Dominic Dunlop Correct typo in Time::HiRes tests introduced by patch...
2005-12-17 Steve Peters Fix a typo and add some clarification to change #26387.
2005-12-17 Steve Peters Addition documentation explaining aritmetic negation...
2005-12-17 Nicholas Clark The IV/UV choice can be made inside uiv_2buf rather...
2005-12-17 Nicholas Clark The THINKFIRST check after the GMAGICAL check in sv_2iv...
2005-12-17 Steve Peters Fix for ext/POSIX/t/time.t so the strftime() test works...
2005-12-17 Steve Peters Upgrade to Time-HiRes-1.85
2005-12-16 Nicholas Clark Typo fixes from Robin Houston in
2005-12-16 Nicholas Clark s/Nullhv/NULL/g;
2005-12-16 Nicholas Clark s/Nullav/NULL/g
2005-12-16 Jan Dubois RE: PeekMessage() call in win32\win32.c win32_async_check
2005-12-16 Nicholas Clark Perl_sv_dup should be allocating bodies based on *size...
2005-12-16 Nicholas Clark comp/require.t exits early for the case of UTF-8 or...
2005-12-15 Dave Mitchell change #26373 broke threaded builds (aTHX_ now superfluous)
2005-12-15 Steve Peters Added test for change #26373.
2005-12-15 Rafael Garcia... Fix for [perl #37886] strict 'refs' doesn't apply insid...
2005-12-15 Steve Peters Prevent require() from attempting to open directories...
2005-12-15 Nicholas Clark Use PL_op_desc rather than literal strings in pp_ioctl
2005-12-15 Nicholas Clark Expand the comment describing the intent of change...
2005-12-15 Rafael Garcia... Don't autovivify stashes as soon as the lexer sees...
2005-12-15 Nicholas Clark In Perl_apply, the name of the op can be found from...
2005-12-15 Rafael Garcia... More general fix for bug [perl #37915]
2005-12-15 alexander_bluhm... [perl #37915] Bad select error handling in Net::Ping
2005-12-15 Gisle Aas Silence test output to STDERR
2005-12-15 John Peacock Re: [perl #37897] sprintf of version objects
2005-12-15 Rafael Garcia... Some cleanups by Jarkko (and one by myself) to check83.pl
2005-12-15 Craig A. Berry On VMS, put pods in [.lib.pods] rather than [.lib.pod]
2005-12-15 Steve Peters Reverting change #26360 and #26361 since it appears...
2005-12-15 Steve Peters Again, FREETMPS not SAVETMPS!
2005-12-15 Steve Peters Add a missing FREETMPS to match up with a SAVETMPS...
2005-12-15 Steve Peters Upgrade to Getopt-Long-2.35
2005-12-14 Craig A. Berry Using the system's utime() requires a patch to vms...
2005-12-14 Nicholas Clark lib/Pod/t/man.t should use TODO with not ok to express...
2005-12-14 Nicholas Clark Duplicate the AMAGIC temporary variable consting from...
2005-12-14 Nicholas Clark Simplify the SvGMAGIC code in sv_[ipu]v_flags.
2005-12-14 Nicholas Clark Simplify the SvGMAGIC code in sv_2nv, removing duplicat...
2005-12-14 Nicholas Clark The logic to use SVt_NV or SVt_PVNV is in sv_upgrade...
2005-12-14 Dave Mitchell forgot to add new file to change #26350
2005-12-14 Jerry D. Hedden [perl #37919] Blessed scalar refs with threads::shared
2005-12-14 Steve Hay Fix compilation error when building with -DPERL_MEM_LOG...
2005-12-13 Nicholas Clark Convert range.t to test.pl
2005-12-13 Nicholas Clark Update embed.fnc and headers after change 26345 (spotte...
2005-12-13 Nicholas Clark Inline asIV and asUV, as each is only used once, and...
2005-12-13 Craig A. Berry Don't include utime.h in vms.c -- it collides with
next