2007-04-02 |
Jerry D. Hedden | Don't install dbm_filter_util.pl
|
commit | commitdiff | tree |
2007-04-02 |
Christian Winter | perlfunc.pod: Lexical visibility hint in require docu
|
commit | commitdiff | tree |
2007-03-31 |
Rafael Garcia-Suarez | Fix bug #42224, perl -MO=Deparse -e 'print readpipe...
|
commit | commitdiff | tree |
2007-03-31 |
Rafael Garcia-Suarez | Fix the error message "Can't call method "DOES" on...
|
commit | commitdiff | tree |
2007-03-31 |
Rafael Garcia-Suarez | Don't use utf8.pm in the test (avoiding embedding utf8...
|
commit | commitdiff | tree |
2007-03-30 |
Rafael Garcia-Suarez | When dup'ing a filehandle, retain the :utf8 layer
|
commit | commitdiff | tree |
2007-03-30 |
Rafael Garcia-Suarez | Add two deprecation warnings:
|
commit | commitdiff | tree |
2007-03-29 |
Jerry D. Hedden | Shorten 'skipping...' test message
|
commit | commitdiff | tree |
2007-03-29 |
Rafael Garcia-Suarez | Back out changes 30762 and 30763
|
commit | commitdiff | tree |
2007-03-28 |
John P. Linderman | : perlguts.pod
|
commit | commitdiff | tree |
2007-03-27 |
Rafael Garcia-Suarez | Compress::Zlib isn't a good example of extra modules,
|
commit | commitdiff | tree |
2007-03-27 |
Rafael Garcia-Suarez | Fix return value of state assignment ($x=state $y=$z).
|
commit | commitdiff | tree |
2007-03-26 |
Rafael Garcia-Suarez | Nit to change 30762 by Gisle.
|
commit | commitdiff | tree |
2007-03-26 |
Yitzchak Scott-Thoennes | Re: substr($megabytes, 30) =
|
commit | commitdiff | tree |
2007-03-26 |
Rafael Garcia-Suarez | Make the warning "interpreted as function" a bit less...
|
commit | commitdiff | tree |
2007-03-26 |
Rafael Garcia-Suarez | say() should parse exactly like print()
|
commit | commitdiff | tree |
2007-03-26 |
Rafael Garcia-Suarez | Remove the object_compatibility placeholder in the...
|
commit | commitdiff | tree |
2007-03-26 |
Rafael Garcia-Suarez | On Linux, don't compile with -DTHREADS_HAVE_PIDS if the
|
commit | commitdiff | tree |
2007-03-24 |
Rafael Garcia-Suarez | Make readline() default to *ARGV.
|
commit | commitdiff | tree |
2007-03-24 |
Rafael Garcia-Suarez | Now that readpipe defaults to $_, I should update the...
|
commit | commitdiff | tree |
2007-03-24 |
Rafael Garcia-Suarez | Make sure readpipe without argument can be followed...
|
commit | commitdiff | tree |
2007-03-24 |
Rafael Garcia-Suarez | Make readpipe default to $_
|
commit | commitdiff | tree |
2007-03-23 |
Rafael Garcia-Suarez | Don't use PL_na.
|
commit | commitdiff | tree |
2007-03-23 |
Father Chrysostomos | [perl #41775] Memoize bug (and patch): problem with...
|
commit | commitdiff | tree |
2007-03-23 |
Jerry D. Hedden | Silence compiler warning in util.c
|
commit | commitdiff | tree |
2007-03-23 |
Jari Aalto | Re: [perl #41683] [PATCH] v5.8.8 pod2html -- incorrect...
|
commit | commitdiff | tree |
2007-03-23 |
Rafael Garcia-Suarez | PerlFAQ sync.
|
commit | commitdiff | tree |
2007-03-23 |
Jerry D. Hedden | Cwd doesn't need ppport.h in core
|
commit | commitdiff | tree |
2007-03-23 |
Matthijs van Duin | symbol-exports needed for Data::Alias
|
commit | commitdiff | tree |
2007-03-23 |
Rafael Garcia-Suarez | Convert file to proper line-endings
|
commit | commitdiff | tree |
2007-03-23 |
Rafael Garcia-Suarez | Missing file in MANIFEST
|
commit | commitdiff | tree |
2007-03-23 |
Rafael Garcia-Suarez | Fix path of a test file for running in the core
|
commit | commitdiff | tree |
2007-03-22 |
Rafael Garcia-Suarez | Re: [perl #32687] Encode::is_utf8 on tainted UTF8 string
|
commit | commitdiff | tree |
2007-03-22 |
Rafael Garcia-Suarez | Misc. L<> fixes in core docs : don't link to man pages;
|
commit | commitdiff | tree |
2007-03-22 |
Rafael Garcia-Suarez | Fix a broken link and a meaningless phrase in perldebguts
|
commit | commitdiff | tree |
2007-03-22 |
Rafael Garcia-Suarez | Remove references to perlcc from the core docs.
|
commit | commitdiff | tree |
2007-03-22 |
Rafael Garcia-Suarez | Fix internal POD link
|
commit | commitdiff | tree |
2007-03-22 |
Jarkko Hietaniemi | Re: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bug
|
commit | commitdiff | tree |
2007-03-22 |
Rafael Garcia-Suarez | regexp refcount is an integer, not a pointer
|
commit | commitdiff | tree |
2007-03-22 |
Rafael Garcia-Suarez | Fix error message for re::regnames_iterinit()
|
commit | commitdiff | tree |
2007-03-22 |
Yves Orton | Resolve PL_curpm issues with (??{}) and fix corruption...
|
commit | commitdiff | tree |
2007-03-22 |
Jerry D. Hedden | threads 1.61
|
commit | commitdiff | tree |
2007-03-21 |
Jerry D. Hedden | Sys::Syslog doesn't need ppport.h in core
|
commit | commitdiff | tree |
2007-03-21 |
Jerry D. Hedden | Data::Dumper doesn't need ppport.h in core
|
commit | commitdiff | tree |
2007-03-21 |
Jerry D. Hedden | Compress::Raw::Zlib doesn't need ppport.h in core ...
|
commit | commitdiff | tree |
2007-03-21 |
Jerry D. Hedden | Remove unneeded pragma line from B/t/OptreeCheck.pm
|
commit | commitdiff | tree |
2007-03-21 |
Rafael Garcia-Suarez | Don't install XS::APItest and XS::Typemap
|
commit | commitdiff | tree |
2007-03-20 |
Jerry D. Hedden | Re: ppport.h in core
|
commit | commitdiff | tree |
2007-03-20 |
Rafael Garcia-Suarez | More nits in the PERL5LIB docs, suggested by Andreas.
|
commit | commitdiff | tree |
2007-03-20 |
Yves Orton | feel the the baÃ\9f (encoding problems in the regex engine)
|
commit | commitdiff | tree |
2007-03-19 |
Rafael Garcia-Suarez | Better wording for the return value of select()
|
commit | commitdiff | tree |
2007-03-19 |
Rafael Garcia-Suarez | More adjustments to the PERL5LIB docs by Rick
|
commit | commitdiff | tree |
2007-03-19 |
Rafael Garcia-Suarez | Let %^H be modifiable in eval-strings (bug #41531),
|
commit | commitdiff | tree |
2007-03-19 |
Andreas J. Koenig | Re: Composing @INC from PERL5LIB
|
commit | commitdiff | tree |
2007-03-19 |
Rafael Garcia-Suarez | Adjust timing tolerance in threads tests, by Jerry...
|
commit | commitdiff | tree |
2007-03-19 |
Jari Aalto | Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert...
|
commit | commitdiff | tree |
2007-03-19 |
Marvin Humphrey | Re: perlreguts: Copy-editing and wishlist
|
commit | commitdiff | tree |
2007-03-19 |
Rafael Garcia-Suarez | Upgrade to version.pm 0.71, by John Peacock
|
commit | commitdiff | tree |
2007-03-17 |
Alexey Tourbin | perl5db.t: skip test when /dev/tty is not available
|
commit | commitdiff | tree |
2007-03-16 |
Jari Aalto | Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert...
|
commit | commitdiff | tree |
2007-03-15 |
Rafael Garcia-Suarez | Patch by Abigail to avoid using $& in diagnostics.pm.
|
commit | commitdiff | tree |
2007-03-15 |
Abe Timmerman | Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386...
|
commit | commitdiff | tree |
2007-03-15 |
Rafael Garcia-Suarez | Patch by Gerard Goossen to add madprops to "require...
|
commit | commitdiff | tree |
2007-03-15 |
Rafael Garcia-Suarez | Patch by Gerard Goossen to have nomad print also
|
commit | commitdiff | tree |
2007-03-15 |
Rafael Garcia-Suarez | Don't mention DynaLoader.a in INSTALL,
|
commit | commitdiff | tree |
2007-03-15 |
Rafael Garcia-Suarez | Upgrade to threads::shared 1.08 :
|
commit | commitdiff | tree |
2007-03-15 |
Rafael Garcia-Suarez | Make the isdst argument to asctime and mktime default...
|
commit | commitdiff | tree |
2007-03-14 |
Jari Aalto | Re: [perl #41687] [PATCH] v5.8.8 pod2html -- Add -...
|
commit | commitdiff | tree |
2007-03-14 |
Jari Aalto | [perl #41698] [PATCH] v5.8.8 pod2html -- Add <div>...
|
commit | commitdiff | tree |
2007-03-14 |
Jari Aalto | [perl #41701] [PATCH] v5.8.8. pod2html -- F<filename...
|
commit | commitdiff | tree |
2007-03-14 |
Rafael Garcia-Suarez | De-hardcode a path in a Test::Simple test, so it works
|
commit | commitdiff | tree |
2007-03-14 |
Rafael Garcia-Suarez | Patch by Sébastien Aperghis-Tramoni to avoid encoding
|
commit | commitdiff | tree |
2007-03-14 |
Wolfgang Laun | perlfunc.pod (ref results), perlop.pod (qr// result)
|
commit | commitdiff | tree |
2007-03-13 |
Joshua ben Jore | inform constant.pm about UNITCHECK
|
commit | commitdiff | tree |
2007-03-13 |
Rafael Garcia-Suarez | Need a SPAGAIN here because the stack pointer might...
|
commit | commitdiff | tree |
2007-03-12 |
Rafael Garcia-Suarez | Fix a couple of minor typos in comments
|
commit | commitdiff | tree |
2007-03-12 |
Rafael Garcia-Suarez | Better wording for (?|...) in perlre, from a suggestion...
|
commit | commitdiff | tree |
2007-03-12 |
Rafael Garcia-Suarez | Remove notes about experimental functions in the utf8...
|
commit | commitdiff | tree |
2007-03-12 |
Rafael Garcia-Suarez | warn() without args doesn't take a default message...
|
commit | commitdiff | tree |
2007-03-12 |
Rafael Garcia-Suarez | Like fake scalars, state variables shouldn't get new...
|
commit | commitdiff | tree |
2007-03-09 |
Rafael Garcia-Suarez | Mention Perl::Unsafe::Signals in the core docs en passant.
|
commit | commitdiff | tree |
2007-03-08 |
Rafael Garcia-Suarez | The HePV macro was borked.
|
commit | commitdiff | tree |
2007-03-08 |
Rafael Garcia-Suarez | Warning fix. Since HePV's second argument is supposed
|
commit | commitdiff | tree |
2007-03-08 |
Yves Orton | Re: [PATCH] Tweaks so that miniperl.exe doesnt croak...
|
commit | commitdiff | tree |
2007-03-08 |
Yves Orton | Re: [PATCH] Tweaks so that miniperl.exe doesnt croak...
|
commit | commitdiff | tree |
2007-03-08 |
Andreas J. Koenig | debugger history save and load
|
commit | commitdiff | tree |
2007-03-08 |
Rafael Garcia-Suarez | Better docs for C<no VERSION>
|
commit | commitdiff | tree |
2007-03-08 |
Rafael Garcia-Suarez | Need to extend the stack when using warn() without
|
commit | commitdiff | tree |
2007-03-08 |
Anton Berezin | Default to ELF on FreeBSD when objformat is not there
|
commit | commitdiff | tree |
2007-03-07 |
Rafael Garcia-Suarez | Regenerates internal and external API docs
|
commit | commitdiff | tree |
2007-03-07 |
Rafael Garcia-Suarez | Add the new man page, perlunifaq, in relevant places
|
commit | commitdiff | tree |
2007-03-07 |
Rafael Garcia-Suarez | Syntax nit in ExtUtils::Liblist::Kid, noticed by Yves...
|
commit | commitdiff | tree |
2007-03-07 |
Rafael Garcia-Suarez | Use another method to avoid the "possible interpolation...
|
commit | commitdiff | tree |
2007-03-07 |
Rafael Garcia-Suarez | Localize $! in splainthis() too. (see bug #41717)
|
commit | commitdiff | tree |
2007-03-07 |
Rafael Garcia-Suarez | Better localisation of $_ in diagnostics.
|
commit | commitdiff | tree |
2007-03-07 |
Rafael Garcia-Suarez | Avoid to load the *+ and *- globs too early.
|
commit | commitdiff | tree |
2007-03-06 |
Rafael Garcia-Suarez | Fix error messages returned by S_require_tie_mod. Fix...
|
commit | commitdiff | tree |
2007-03-06 |
Rafael Garcia-Suarez | Fix a small leak on loading *+ and *- globs
|
commit | commitdiff | tree |
2007-03-06 |
Jerry D. Hedden | 'Unknown PerlIO layer "encoding"...' message
|
commit | commitdiff | tree |
2007-03-06 |
Tels | Doc patch about PerlIO::encoding:
|
commit | commitdiff | tree |
next |