p5sagit/p5-mst-13.2.git
2009-01-08 Abigail Fixed spelling of 'uncondtional', as reported by Ronald...
2009-01-08 John Malmberg Make File::Copy detect Unix compatibility mode on VMS.
2009-01-08 Rafael Garcia... Use a slightly more paranoid regex
2009-01-08 David Golden sort MANIFEST
2009-01-07 Steffen Mueller CPAN.pm on CPAN is considered upstream
2009-01-07 John Malmberg VMS feature logical name fixes
2009-01-07 John Malmberg VMS thread context fixes
2009-01-06 Abigail Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-01-06 David Golden Add David Golden (DAGOLDEN) to AUTHORS
2009-01-06 Abigail Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-01-06 Abigail Updated the 'some statistics for the other subdirectori...
2009-01-06 Abigail Avoid wrapping long lines when displaying as man page
2009-01-06 Steffen Mueller Sync with Filter::Simple 0.84 which has a CPAN-relevant...
2009-01-06 Abigail Calculated patch sizes for the modern era.
2009-01-06 Abigail Update data for 5.7.3 release
2009-01-06 Abigail Remove duplicate entry
2009-01-06 Abigail Added 21st century data to 'SELECTED RELEASE SIZES'
2009-01-06 Rafael Garcia... Require a space or a newline after a "#line XXX" directive
2009-01-06 Rafael Garcia... Add a --checkout / -c flag to git-find-p4-change
2009-01-06 Rafael Garcia... Remove a couple of p4-specific utilities
2009-01-06 Rafael Garcia... Delete the largely obsolete Porting/patching.pod
2009-01-06 Rafael Garcia... Use git instead of p4 for the --opened option of Portin...
2009-01-06 Rafael Garcia... Remove notes about -v from perltodo
2009-01-06 Rafael Garcia... Move .bat gitignores with their unix counterparts
2009-01-06 Rafael Garcia... Merge t/.gitignore in main git ignore file
2009-01-06 Craig A. Berry On VMS, run make_patchnum.pl, not make_patchnum.com
2009-01-05 Max Maischein Add lib/CORE/ to .gitignore (needed on Windows)
2009-01-05 Steffen Mueller Update AutoLoader to 5.68.
2009-01-05 Rafael Garcia... Emit less PERL_ARGS_ASSERT_* macros
2009-01-05 Rafael Garcia... "rm -f" better in "make clean" targets
2009-01-05 Rafael Garcia... Upgrade to Time::HiRes 1.9719
2009-01-05 Rafael Garcia... Bump two module versions after Haiku port
2009-01-05 Ingo Weinhold Adjustments to POSIX for the Haiku port
2009-01-05 Nicholas Clark Update copyright year to 2009.
2009-01-05 Rafael Garcia... Correct vim modeline
2009-01-05 Rafael Garcia... Typo fix in stock PERL_PATCHNUM definition
2009-01-05 Craig A. Berry UNKNOWN should not have been a bareword at e9be352
2009-01-05 John Malmberg VMS posix exit fixes
2009-01-05 Craig A. Berry Make time64.c's internal copy function names more reada...
2009-01-04 Yves Orton eliminate double stringification, the defines as done...
2009-01-04 Yves Orton add better pod and headers, and clean up some whitespac...
2009-01-04 Yves Orton eliminate make_patchnum.sh, and make the build process...
2009-01-04 Yves Orton this seems to work, still not using the perl version...
2009-01-04 Yves Orton doesnt quite work yet, but provisional steps towards...
2009-01-04 Max Maischein Added stuff so that perl.exe now builds clean with...
2009-01-04 Max Maischein Added config.w32 to win32/.gitignore
2009-01-04 Max Maischein Added win32/.gitignore to ignore stuff from the Windows...
2009-01-04 Max Maischein Add more documentation to make_patchnum.pl
2009-01-04 Yves Orton eliminate .patchnum and related infrastrcuture from...
2009-01-04 Max Maischein Message about making make_patchnum.pl Perl 5.005 compat...
2009-01-04 Yves Orton move subs from bottom to top, and add a vim and shebang...
2009-01-04 Yves Orton various changes
2009-01-04 Kenichi Ishigaki Almost a literal conversion of make_patchnum.sh
2009-01-04 Yves Orton prepare for refactoring to perl
2009-01-04 Yves Orton modified make_patchnum.sh script
2009-01-04 David Mitchell bump ExtUtils/MM.pm version number after change 34630...
2009-01-04 David Mitchell bump Errno version number after change 34630 (add Haiku...
2009-01-04 Slaven Rezic Another regexp failure with utf8-flagged string and...
2009-01-04 David Mitchell make Dumper.xs work with 5.10.x
2009-01-03 Nicholas Clark Remove duplicate return in S_mro_get_linear_isa_c3...
2009-01-03 Rafael Garcia... Merge branch 'blead' of camel:/gitroot/perl into blead
2009-01-03 Nicholas Clark Changing get_isa_hash() to static means that it needs...
2009-01-03 Rafael Garcia... Merge branch 'schwern/y2038' into blead
2009-01-03 Michael G.... Update from y2038
2009-01-03 Michael G.... Apply bleadperl@34470 by hand while waiting for the...
2009-01-03 Michael G.... Turn quads on in the VC configurations.
2009-01-03 Michael G.... Update from y2038.
2009-01-03 Michael G.... Update from y2038
2009-01-03 Michael G.... Fix gmtime() and localtime() so they can pop times...
2009-01-03 Michael G.... We are no longer bound by the limits of the tm struct.
2009-01-03 Michael G.... Fix pulling a large time off the stack by using a real...
2009-01-03 Michael G.... Remove the AIX work around code. Instead it should...
2009-01-03 Michael G.... Rename localtime64.[ch] to time64.[ch] to mirror change...
2009-01-03 Michael G.... Everything should now work with negative times, so...
2009-01-03 Michael G.... Update some docs to explain that Perl no longer has...
2009-01-03 Michael G.... Update from y2038
2009-01-03 Michael G.... Update from y2038
2009-01-03 Michael G.... Fix the test plan on gmtime
2009-01-03 Michael G.... We are no longer slaves to the vagaries of time_t.
2009-01-03 Michael G Schwern Update from y2038 project.
2009-01-03 Michael G Schwern Update from y2038
2009-01-03 Michael G Schwern Pull in changes from y2038
2009-01-03 Michael G Schwern Update from y2038 project.
2009-01-03 Michael G Schwern Fix the overflow warning to just check for an error.
2009-01-03 Michael G Schwern Update from y2038.
2009-01-03 Michael G Schwern Write down the logic behind the localtime vs gmtime...
2009-01-03 Michael G Schwern Cleaning up the Time::gmtime and Time::localtime tests...
2009-01-03 Michael G Schwern Change the way the check_tm assertion function is compi...
2009-01-03 Michael G Schwern Remove all of localtime64's own includes. Perl's alread...
2009-01-03 Michael G Schwern Update from the latest y2038.
2009-01-03 Michael G Schwern Update to the latest version of the y2038 code.
2009-01-03 Michael G Schwern Patch in a 64 bit clean gmtime_r() and localtime_r...
2009-01-03 David Mitchell add -d option to Porting/cmpVERSION.pl to display diffs
2009-01-03 David Mitchell some more Porting/ script documentation
2009-01-03 David Mitchell Add some basic decriptions and/or usage info to some...
2009-01-03 Nicholas Clark get_isa_hash() is only used in S_isa_lookup(), so it...
2009-01-03 Nicholas Clark Following change 34356, which decoupled get_isa_hash...
2009-01-03 Ben Morrow Fix a thinko in regression test for [perl #54956]
2009-01-03 Paul Fenwick Subject: [PATCH] Update autodie to 1.998
2009-01-02 Yuval Kogman a test for Paul Evan's qr leak
next