p5sagit/p5-mst-13.2.git
2004-12-09 Rafael Garcia... Upgrade to perldoc 3.14
2004-12-09 Rafael Garcia... Fix test to cope with the previous h2ph change.
2004-12-08 Peter.Dintelmann... [perl #32962] h2ph - use of local() in generated code
2004-12-08 Jos I. Boumans Re: [perl #32949] FileCache only works in "main" package
2004-12-07 Nicholas Clark Avoid getting the stash name twice (at least visually...
2004-12-07 Rafael Garcia... Upgrade to Encode 2.09
2004-12-07 Nicholas Clark Revert part of the change to gv_fullname4(), as the...
2004-12-07 Steve Hay Update AUTHORS (for changes #23200 and #23621)
2004-12-07 Max Maischein Updates to README.win32 (aka perlwin32), with some...
2004-12-06 Rafael Garcia... Upgrade to Term::ANSIColor 1.09
2004-12-06 Rafael Garcia... Small addition to perlsec by Stas Bekman.
2004-12-06 Steve Hay Fix another Win32 breakage caused by change 23554
2004-12-06 Nicholas Clark Break out setting $^X into its own static function...
2004-12-06 Steve Hay Fix typo from change 23554 which screwed up Windows...
2004-12-06 Nicholas Clark sanity check the arguments to runperl(), to try to...
2004-12-06 Nicholas Clark Remove spurious semicolons
2004-12-06 Nicholas Clark Tests for Config.pm much better now - toDONE
2004-12-06 Nicholas Clark Turn gv_fullname3 and gv_efullname3 into macros that...
2004-12-06 H.Merijn Brand New Itanium servers
2004-12-06 Nicholas Clark Check that @INC entries and %Config path entries are...
2004-12-03 Nicholas Clark gv_fullname4() can get rid of the main:: for us.
2004-12-03 Rafael Garcia... $foo::_ was wrongly forced as $main::_.
2004-12-03 Nicholas Clark Remove double checking of acceptable switches on tr...
2004-12-03 Nicholas Clark use (c == '$' || c == '@' || c == '%') instead of strch...
2004-12-03 Nicholas Clark Small code tidy up in gv_fullname4
2004-12-03 Nicholas Clark There are clearer ways of saying m/^[ab]$/ than strchr...
2004-12-03 Nicholas Clark Fix a typo in an assert(). It helps to compile with...
2004-12-03 Nicholas Clark Pull out the duplicateded push @INC, $_ if -e $_ code...
2004-12-02 Craig A. Berry configure.com: no more CONFIG=true
2004-12-01 Nicholas Clark 2 new BeOS files were missing
2004-12-01 Jarkko Hietaniemi Makefile.SH: de-parallelise mktables
2004-12-01 Nicholas Clark &test in constant.t is vestigial, so amputate it.
2004-12-01 Nicholas Clark Tidy up the reference name stringification to save...
2004-12-01 Ingo Weinhold [perl #32717] BeOS specific Updates
2004-12-01 Craig A. Berry add -I../lib to VMS build to find Config_heavy.pl
2004-12-01 Rafael Garcia... MANIFEST.SKIP is missing from the list of files that...
2004-11-30 Nicholas Clark Add placeholders for the new strlcat and strlcpy entries in
2004-11-30 Nicholas Clark Let pod/buildtoc resort the MANIFEST the way it wants it
2004-11-30 Nicholas Clark Add perl586delta.pod to all the necessary makefiles...
2004-11-30 Steve Peters Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd...
2004-11-30 Nicholas Clark Integrate perlhist entries for 5.8.6 and its perldelta...
2004-11-30 Rafael Garcia... Protection against trailing spaces in embed.fnc
2004-11-30 Rafael Garcia... Remove trailing whitespace that found their way in...
2004-11-29 Rafael Garcia... Upgrade to Test::Simple 0.53
2004-11-28 Nicholas Clark Skip generating all the code to deal with "" strings...
2004-11-28 Nicholas Clark Given that there is a pre-built cache, no need for...
2004-11-28 Nicholas Clark The byteorder code doesn't need to be in Config.pm...
2004-11-28 Nicholas Clark Need to stub the public functions to keep some existing...
2004-11-27 Nicholas Clark Generate the precached %Config entries based on some...
2004-11-27 Craig A. Berry Re: getting Config.pm on a diet
2004-11-27 Nicholas Clark Hateful cAsE iNsEnSiTiVe file systems
2004-11-27 Nicholas Clark Put Config.pm on a diet. 3K rather than 32K
2004-11-27 Nicholas Clark Clarify the return values of pos, particularly 0 and...
2004-11-27 Nicholas Clark Document the interaction of PERL_USE_SAVE_PUTENV and
2004-11-26 Steve Peters [perl #32639] [PATCH] Bug in Term::Complete Module...
2004-11-26 Rafael Garcia... Freak out if h2ph has to translate a macro that contain...
2004-11-26 Andy Lester Doc nit for B::Lint
2004-11-26 Nicholas Clark The change to the internal representation introduced...
2004-11-26 Nicholas Clark Make configpm and the generated Config.pm strict and...
2004-11-26 Steve Hay Fix Win32 breakage caused by changes 23535/23542.
2004-11-25 Nicholas Clark Generate the virtual entries at Config.pm build time...
2004-11-25 Nicholas Clark Cheat. (Add a leading newline, and so remove all the...
2004-11-25 Nicholas Clark Add an exists test for the things we loop over
2004-11-25 Nicholas Clark The first entry in the virtual config.sh is special...
2004-11-25 Nicholas Clark Make $Config{libs_nolargefiles} and
2004-11-25 Nicholas Clark Test the currently working virtual %Config entries
2004-11-24 Stas Bekman RC1 pod fix #anchor
2004-11-24 Stas Bekman [patch pod/perlipc] use POSIX; w/o () is a bad idea
2004-11-24 Steve Peters [perl #3242] [PATCH]No error on assignment to $>
2004-11-24 Nicholas Clark Wrap some long lines
2004-11-23 Rafael Garcia... Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong...
2004-11-23 Michael G.... Re: [perl #32486] error in documentation for POSIX...
2004-11-23 Steve Peters [perl #3422] [PATCH] CHECK routine called after syntax...
2004-11-23 Craig A. Berry warnings.t portability tweaks
2004-11-20 Nicholas Clark Assimilate Test-Simple 0.50
2004-11-20 Nicholas Clark genuine possible buffer problems spotted by flawfinder
2004-11-19 Rafael Garcia... Make "err" a weak keyword;
2004-11-19 Chris Lightfoot [perl #32486] error in documentation for POSIX::pipe
2004-11-18 Nicholas Clark Bump version number
2004-11-18 Rafael Garcia... Remaining nit in the deparsing of reversed foreach...
2004-11-18 Rafael Garcia... Fix deparsing of reversed foreach loops,
2004-11-18 Rafael Garcia... Fix deparsing of reversed sort and descending sorts,
2004-11-17 Steve Peters [perl #28929] File::Find follow_fast => 1 loses danglin...
2004-11-17 Rafael Garcia... PerlFAQ sync.
2004-11-17 Rafael Garcia... Fix a couple of typos.
2004-11-17 Michael Schroeder SuSE's perl safe_putenf diff
2004-11-17 Audrey Tang perl5db.pl POD cleanup
2004-11-17 Andy Dougherty Allow more tries for t/op/time.t test 2.
2004-11-16 Steve Hay Make all scripts run by regen.pl write output with...
2004-11-16 Larry Shatzer Jr. s/hierachy/hierarchy/
2004-11-16 Steve Hay Fix Win32 breakage caused by changes to op.c in change...
2004-11-14 Abe Timmerman Add the minitest target to vms buildsystem
2004-11-12 Anno Siegel [perl #32400] Unnecessary warning from constant.pm
2004-11-12 Richard Soderberg [perl #32419] Spelling fixes for perl@23492
2004-11-12 Steve Peters Small documentation fix to ExtUtils::Constant
2004-11-12 Dave Mitchell Add some descriptive text from Larry to op.c on how...
2004-11-10 Yitzchak Scott... Replace a skip by a todo.
2004-11-10 Yitzchak Scott... Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on...
2004-11-09 Rafael Garcia... Adjust test count for non-windows machines
2004-11-09 Jos I. Boumans fix IO::File to support binmode
next