2006-07-12 |
Anno Siegel | Re: [PATCH] FieldHash coverity-compliant
|
commit | commitdiff | tree |
2006-07-12 |
Rafael Garcia-Suarez | Upgrade to PathTools 3.19
|
commit | commitdiff | tree |
2006-07-11 |
Rafael Garcia-Suarez | A few rough notes for the next perldelta
|
commit | commitdiff | tree |
2006-07-11 |
Rafael Garcia-Suarez | Revert bogus fix for bug #27940, which wasn't really...
|
commit | commitdiff | tree |
2006-07-11 |
SADAHIRO Tomoyuki | Re: Misunderstanding escapes in heredocs?
|
commit | commitdiff | tree |
2006-07-11 |
Rafael Garcia-Suarez | Adjust test count in threads test
|
commit | commitdiff | tree |
2006-07-11 |
Jerry D. Hedden | threads 1.36 - Signalling terminated threads core dumps
|
commit | commitdiff | tree |
2006-07-11 |
Anno Siegel | FieldHash coverity-compliant
|
commit | commitdiff | tree |
2006-07-11 |
Andy Dougherty | Re: [perl #39634] gcc 3.3 has problems with __attribute__...
|
commit | commitdiff | tree |
2006-07-11 |
Jarkko Hietaniemi | sysconf.t: still failing in tru64, try harder to skip
|
commit | commitdiff | tree |
2006-07-10 |
Jarkko Hietaniemi | z/OS: hints/os390.sh and Makefile.SH
|
commit | commitdiff | tree |
2006-07-10 |
Rafael Garcia-Suarez | Update Changes
|
commit | commitdiff | tree |
2006-07-10 |
Rafael Garcia-Suarez | POD fixes in perlhack
|
commit | commitdiff | tree |
2006-07-10 |
Rafael Garcia-Suarez | Typo found by Craig Berry
|
commit | commitdiff | tree |
2006-07-10 |
Rafael Garcia-Suarez | More perlhack portability additions by Jarkko
|
commit | commitdiff | tree |
2006-07-10 |
Jerry D. Hedden | threads 1.35 - Borland compiler fix
|
commit | commitdiff | tree |
2006-07-10 |
Jarkko Hietaniemi | perlhack: more portability musings
|
commit | commitdiff | tree |
2006-07-10 |
Gabor Szabo | examples in the core documentation
|
commit | commitdiff | tree |
2006-07-10 |
SADAHIRO Tomoyuki | Add a macro to remove duplicated code
|
commit | commitdiff | tree |
2006-07-10 |
Rafael Garcia-Suarez | Fix a signed/unsigned warning
|
commit | commitdiff | tree |
2006-07-10 |
Rafael Garcia-Suarez | Pod cleanup in Shell.pm
|
commit | commitdiff | tree |
2006-07-07 |
Adriano Ferreira | Re: Dual life for Shell.pm
|
commit | commitdiff | tree |
2006-07-07 |
Jerry D. Hedden | threads 1.34 - state methods
|
commit | commitdiff | tree |
2006-07-07 |
Yves Orton | More escaping in the RE
|
commit | commitdiff | tree |
2006-07-07 |
Rafael Garcia-Suarez | Fix the implementation of list assignment to state().
|
commit | commitdiff | tree |
2006-07-06 |
Rafael Garcia-Suarez | The state() implementation is not yet perfect. Check...
|
commit | commitdiff | tree |
2006-07-06 |
Rafael Garcia-Suarez | Error in the formulation of the new warning, spotted...
|
commit | commitdiff | tree |
2006-07-06 |
Rafael Garcia-Suarez | Add a new warning, "State variable %s will be reinitialized"
|
commit | commitdiff | tree |
2006-07-06 |
Rafael Garcia-Suarez | Document state() variables in perlsub
|
commit | commitdiff | tree |
2006-07-06 |
Rafael Garcia-Suarez | Mention state variables in perldiag. Add switch-related...
|
commit | commitdiff | tree |
2006-07-06 |
Yves Orton | Introduce a new function, pv_escape(), to display contents...
|
commit | commitdiff | tree |
2006-07-05 |
Rafael Garcia-Suarez | Implement handling of state variables in list assignment
|
commit | commitdiff | tree |
2006-07-05 |
Rafael Garcia-Suarez | Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN...
|
commit | commitdiff | tree |
2006-07-05 |
Rafael Garcia-Suarez | Adjust test count after introducing new constants in...
|
commit | commitdiff | tree |
2006-07-05 |
Rafael Garcia-Suarez | Add a TODO test for list assignment to a list of state...
|
commit | commitdiff | tree |
2006-07-05 |
Rafael Garcia-Suarez | Don't add extra warning flags for gcc versions < 3.
|
commit | commitdiff | tree |
2006-07-05 |
Rafael Garcia-Suarez | Make the distclean target remove lib/Hash correctly
|
commit | commitdiff | tree |
2006-07-04 |
Andy Lester | consting and localizing in universal.c
|
commit | commitdiff | tree |
2006-07-04 |
Andy Lester | toke.c consting and localizing
|
commit | commitdiff | tree |
2006-07-04 |
Jerry D. Hedden | threads 1.33
|
commit | commitdiff | tree |
2006-07-03 |
Andy Lester | embed.pl enhancements
|
commit | commitdiff | tree |
2006-07-03 |
Andy Lester | Makefile splint support
|
commit | commitdiff | tree |
2006-07-03 |
Andy Lester | DProf.xs patch
|
commit | commitdiff | tree |
2006-07-03 |
Andy Lester | mg.c cleanups
|
commit | commitdiff | tree |
2006-07-03 |
Andy Lester | Clean up mathoms.c
|
commit | commitdiff | tree |
2006-06-30 |
Rafael Garcia-Suarez | Must not forget that.
|
commit | commitdiff | tree |
2006-06-30 |
Rafael Garcia-Suarez | Fix casting warnings related to snprintf/vsnprintf
|
commit | commitdiff | tree |
2006-06-30 |
Rafael Garcia-Suarez | PERL_UNUSED_CONTEXT is not enough to silence warnings...
|
commit | commitdiff | tree |
2006-06-30 |
Rafael Garcia-Suarez | Fix a couple of compilation warnings
|
commit | commitdiff | tree |
2006-06-30 |
Rafael Garcia-Suarez | Small adjustment to the Plan
|
commit | commitdiff | tree |
2006-06-29 |
Rafael Garcia-Suarez | Another typo fix.
|
commit | commitdiff | tree |
2006-06-29 |
Rafael Garcia-Suarez | Typo fix.
|
commit | commitdiff | tree |
2006-06-29 |
Sébastien Aperghis... | Small precision about \Q \E inside m//x
|
commit | commitdiff | tree |
2006-06-29 |
Anno Siegel | Cleanup in Hash::Util::FieldHash
|
commit | commitdiff | tree |
2006-06-29 |
Rafael Garcia-Suarez | Some CPP macro sanitization by Sadahiro Tomoyuki
|
commit | commitdiff | tree |
2006-06-28 |
Paul Marquess | Update for IO::Uncompress::Base
|
commit | commitdiff | tree |
2006-06-28 |
Alexander_Gernler... | [perl #39639] perldoc -f waitpid has wrong code example
|
commit | commitdiff | tree |
2006-06-27 |
Rafael Garcia-Suarez | Nits in the perlpragma manpage
|
commit | commitdiff | tree |
2006-06-27 |
Jarkko Hietaniemi | cflags.SH: scan the gcc warning flags only once, during...
|
commit | commitdiff | tree |
2006-06-26 |
Rafael Garcia-Suarez | Adjust test preamble for Hash::Util tests too.
|
commit | commitdiff | tree |
2006-06-26 |
Rafael Garcia-Suarez | Adjust test preambles for Hash::Util::FieldHash tests...
|
commit | commitdiff | tree |
2006-06-26 |
Anno Siegel | Re: [PATCH] Hash::Util::FieldHash
|
commit | commitdiff | tree |
2006-06-26 |
Rafael Garcia-Suarez | Remove notes about removed 5005-threads from perlguts.
|
commit | commitdiff | tree |
2006-06-26 |
John E. Malmberg | [patch@28427] vms.c - null termination of string missing.
|
commit | commitdiff | tree |
2006-06-26 |
Rafael Garcia-Suarez | More perlreguts nits by Dominic Dunlop,
|
commit | commitdiff | tree |
2006-06-25 |
Rafael Garcia-Suarez | Nits about lock() in perlthrtut by Daniel Frederick...
|
commit | commitdiff | tree |
2006-06-25 |
Rafael Garcia-Suarez | Compilation fixes for VMS by John E. Malmberg
|
commit | commitdiff | tree |
2006-06-25 |
Rafael Garcia-Suarez | Nits to perlreguts.pod by Dominic Dunlop
|
commit | commitdiff | tree |
2006-06-23 |
Anno Siegel | Re: [PATCH] Hash::Util::FieldHash
|
commit | commitdiff | tree |
2006-06-23 |
Dr.Ruud | Re: [PATCH] perlhack.pod
|
commit | commitdiff | tree |
2006-06-23 |
Yves Orton | : fix: [perl #39583] Pattern Match fails for specific...
|
commit | commitdiff | tree |
2006-06-23 |
Rafael Garcia-Suarez | perltodo additions by Vadim Konovalov
|
commit | commitdiff | tree |
2006-06-21 |
Dr.Ruud | <toke.c> isALNUM(*s) && *s != '_'
|
commit | commitdiff | tree |
2006-06-21 |
Dominic Dunlop | Re: [PATCH] Re: [perl #39530] printf: bad formatting...
|
commit | commitdiff | tree |
2006-06-20 |
Rafael Garcia-Suarez | Upgrade to Sys::Syslog 0.16
|
commit | commitdiff | tree |
2006-06-20 |
Rafael Garcia-Suarez | Change 28404 broke the construct s/foo/<<BAR/e. So...
|
commit | commitdiff | tree |
2006-06-20 |
Dominic Dunlop | Re: [perl #39530] printf: bad formatting of hexadecimal...
|
commit | commitdiff | tree |
2006-06-20 |
Paul Marquess | IO::Compress::* 2.000_13
|
commit | commitdiff | tree |
2006-06-20 |
Rafael Garcia-Suarez | Upgrade to Unicode::Normalize 1.01
|
commit | commitdiff | tree |
2006-06-20 |
Ben Carter | [perl #39365] Bug in toke.c (eval in subst)
|
commit | commitdiff | tree |
2006-06-20 |
chromatic | Add Documentation for DOES()
|
commit | commitdiff | tree |
2006-06-19 |
Paul Green | RE: [PATCH] cflags.SH: rework the gcc warnings selection
|
commit | commitdiff | tree |
2006-06-15 |
Jarkko Hietaniemi | cflags.SH: rework the gcc warnings selection
|
commit | commitdiff | tree |
2006-06-14 |
Yves Orton | Re: [PATCH] fix re debug segvs in global destruction...
|
commit | commitdiff | tree |
2006-06-14 |
Yves Orton | fix re debug segvs in global destruction, and a tweak...
|
commit | commitdiff | tree |
2006-06-13 |
Rafael Garcia-Suarez | I thought I had fixed the spelling of DOES() in universal...
|
commit | commitdiff | tree |
2006-06-13 |
Yves Orton | Guard clause should happen first, otherwise its not...
|
commit | commitdiff | tree |
2006-06-12 |
Yves Orton | Re: Segv from new regex code when under threads.
|
commit | commitdiff | tree |
2006-06-12 |
chromatic | Add the new method UNIVERSAL::DOES() and the API function...
|
commit | commitdiff | tree |
2006-06-12 |
Rafael Garcia-Suarez | Adapt the new Test::Harness test to the core
|
commit | commitdiff | tree |
2006-06-12 |
Andy Lester | Static cleanup in pp_sort.c
|
commit | commitdiff | tree |
2006-06-12 |
Rafael Garcia-Suarez | Upgrade to Test::Harness 2.62
|
commit | commitdiff | tree |
2006-06-12 |
Sébastien Aperghis... | Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.15.tar.gz
|
commit | commitdiff | tree |
2006-06-12 |
Daniel Frederick... | Re: [PATCH DOC] Three minor fixes related to perlop
|
commit | commitdiff | tree |
2006-06-12 |
Andy Lester | Proper use of enums
|
commit | commitdiff | tree |
2006-06-11 |
Yves Orton | Re: [PATCH] regexec/regcomp.c cleanups
|
commit | commitdiff | tree |
2006-06-11 |
Yves Orton | Re: [PATCH] Better version of the Aho-Corasick patch...
|
commit | commitdiff | tree |
2006-06-09 |
Rafael Garcia-Suarez | Mark the 1st argument to S_exec_failed as non null
|
commit | commitdiff | tree |
2006-06-09 |
Jan Dubois | Add error checks after execing PL_cshname or PL_sh_path
|
commit | commitdiff | tree |
2006-06-09 |
John Peacock | [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64...
|
commit | commitdiff | tree |
next |