p5sagit/p5-mst-13.2.git
2000-01-31 Gurusamy Sarathy runtime now looks at the SVf_UTF8 bit on the SV to...
2000-01-31 Gurusamy Sarathy remove caller.pm from change#3534 (flawed idea)
2000-01-31 Gurusamy Sarathy fix factual regression (-e doesn't create temporary...
2000-01-30 Gurusamy Sarathy introduce $^V (eq chr($revision) . chr($version) ....
2000-01-28 Gurusamy Sarathy implement -follow option in find2perl (from Helmut...
2000-01-28 Gurusamy Sarathy document what chdir() without an argument does (from...
2000-01-28 Gurusamy Sarathy README.cygwin update (from Eric Fifer <EFifer@sanwaint...
2000-01-28 Gurusamy Sarathy avoid leaking lexicals into program being debugged...
2000-01-28 Gurusamy Sarathy perldelta note about export list changes
2000-01-28 Gurusamy Sarathy alias realpath() to abs_path() (from Tom Christiansen)
2000-01-28 Gurusamy Sarathy more exported symbols needed for build on windows
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-27 Gurusamy Sarathy document unimplemented status of forking pipe open...
2000-01-27 Gurusamy Sarathy add missing flag in change#4892
2000-01-27 Gurusamy Sarathy various pod nits identified by installhtml (all fixed...
2000-01-26 Gurusamy Sarathy typo
2000-01-26 Gurusamy Sarathy update p4 tool
2000-01-26 Gurusamy Sarathy revised attribute syntax: C<my $foo :a :b :c>, C<my...
2000-01-26 Gurusamy Sarathy pod typos and warnings (from Abigail <abigail@delanet...
2000-01-26 Gurusamy Sarathy s/STOP/CHECK/ blocks
2000-01-26 Gurusamy Sarathy tweak exports list on Windows
2000-01-26 Gurusamy Sarathy allow '--' to terminate argument processing (suggested by
2000-01-26 Gurusamy Sarathy change#3744 should have made grep more like map instead...
2000-01-26 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-01-26 Gurusamy Sarathy fix parse failure of (my $foo : bar) and similar (from...
2000-01-26 Gurusamy Sarathy avoid failure if directories already read by rmtree...
2000-01-25 Gurusamy Sarathy typo in change#4892
2000-01-25 Gurusamy Sarathy eliminate need for perl95.exe on Windows 9x by working...
2000-01-25 Gurusamy Sarathy produce redeclaration warning on C<our $foo; { our...
2000-01-25 Gurusamy Sarathy update Makefile notes on the now deprecated USE_5005THR...
2000-01-25 Jarkko Hietaniemi Misedit in #4888.
2000-01-25 Jarkko Hietaniemi UNICOS/mk patches. Removing the _CRAYMPP test may be
2000-01-25 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-25 Gurusamy Sarathy consistently use MAX_PATH+1 buffer sizes
2000-01-25 Gurusamy Sarathy workaround for rename('x','X') bug in Windows NT
2000-01-25 Gurusamy Sarathy windows build fixups from uniform DLL name change to...
2000-01-25 Gurusamy Sarathy more fixes for warnings from change#4840
2000-01-24 Gurusamy Sarathy assorted little nits
2000-01-24 Gurusamy Sarathy add new warnings to perldelta
2000-01-24 Stephane Payrard <patch> avoid division by 0 in Benchmark.pm
2000-01-24 Gurusamy Sarathy force linkage of the function wrappers for globals...
2000-01-24 Gurusamy Sarathy enable function wrappers for access to globals under...
2000-01-24 Jarkko Hietaniemi perlhist update.
2000-01-24 Jarkko Hietaniemi Updates on the large file support status.
2000-01-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-24 Gurusamy Sarathy fix typos; avoid use constant for lowercase constants...
2000-01-24 Gurusamy Sarathy avoid warnings when there's no subs to autosplit
2000-01-24 Jarkko Hietaniemi Create a tool for converting a config_h.SH into a VOS...
2000-01-24 Gurusamy Sarathy typos in change#4623
2000-01-24 Jarkko Hietaniemi Sync metaconfig units to comply with the typo fixes...
2000-01-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-23 Gurusamy Sarathy on windows, set seek position to end for files opened...
2000-01-23 Gurusamy Sarathy change#4866 was flawed; revert and add better fix for...
2000-01-23 Gurusamy Sarathy optimize away runtime code for our($foo) (also avoid...
2000-01-23 Gurusamy Sarathy DB_File 1.72 update from Paul Marquess <paul.marquess...
2000-01-23 Gurusamy Sarathy system('VAR123=foo cmd') wasn't invoking shell (de...
2000-01-23 Gurusamy Sarathy fix misclassified warnings
2000-01-23 Gurusamy Sarathy document bareword prototype incompatibility
2000-01-23 Gurusamy Sarathy faulty edit
2000-01-23 Gurusamy Sarathy s/use vars/our/g modules that aren't independently...
2000-01-23 Gurusamy Sarathy fix diagnostics to report "our" vs "my" correctly
2000-01-23 Gurusamy Sarathy set api_version to 5.5.0 (binary compatibility needs...
2000-01-23 Gurusamy Sarathy disallow our($foo::bar)
2000-01-23 Gurusamy Sarathy dprofpp can't find Devel::DProf::VERSION due to change...
2000-01-23 Gurusamy Sarathy new test (from Michael G Schwern <schwern@pobox.com>)
2000-01-23 Gurusamy Sarathy add PREREQ_PM to default template (suggested by Michael...
2000-01-23 Gurusamy Sarathy cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
2000-01-23 Gurusamy Sarathy mark some extensions as "special versions" to avoid...
2000-01-23 Gurusamy Sarathy prefer POSIX::uname() rather than syscalls, which requi...
2000-01-23 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-01-23 Gurusamy Sarathy fix localization in while BLOCK when there is a continu...
2000-01-23 Gurusamy Sarathy fix scope cleanup when next jumps to a continue block...
2000-01-23 Gurusamy Sarathy don't warn about masked lexical in C<if (my $x = 1...
2000-01-23 Gurusamy Sarathy avoid warnings in change#4839
2000-01-22 Gurusamy Sarathy Configure typos (from Ray Phillips <r.phillips@mailbox...
2000-01-22 Gurusamy Sarathy wrong category for exec() warning
2000-01-22 Gurusamy Sarathy fix line continuations in argument lists (from Helmut...
2000-01-22 Gurusamy Sarathy CGI.pm upgraded to v2.56 from CPAN
2000-01-22 Gurusamy Sarathy avoid warnings due to lack of forward declarations
2000-01-22 Gurusamy Sarathy heavy cleanup of Pod::Html bug fixes (from Wolfgang...
2000-01-22 Gurusamy Sarathy better Carp reporting within subclassed modules (from...
2000-01-22 Gurusamy Sarathy truncate(FH) flushes FH before truncating it
2000-01-22 Gurusamy Sarathy #line directives without a filename leave the file...
2000-01-22 Gurusamy Sarathy add patch for printf-style format typechecks (from...
2000-01-22 John Tobey [ID 19991216.006] [PATCH 5.005_63] Reloading modules...
2000-01-22 Gurusamy Sarathy fix deeply nested closures that have no references...
2000-01-21 Gurusamy Sarathy add $VERSION
2000-01-21 Gurusamy Sarathy fix bug in dumping self-referential scalars
2000-01-21 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-21 Gurusamy Sarathy patch to report warnings on bogus filehandles passed...
2000-01-21 Gurusamy Sarathy typo fix
2000-01-21 Gurusamy Sarathy notes about $^H and %^H from Ilya Zakharevich; substantial
2000-01-21 Gurusamy Sarathy support for C<exists &func> (from Spider Boardman)
2000-01-21 Gurusamy Sarathy mention the fact that open(my $foo, ...) covers all...
2000-01-21 Ilya Zakharevich h2xs goof and a depessimization
2000-01-20 Gurusamy Sarathy INSTALL updates from Andy Dougherty
2000-01-20 Gurusamy Sarathy sv_true() has a superfluous test
2000-01-19 Jarkko Hietaniemi More robust inc_version_list from Andy.
2000-01-19 Jarkko Hietaniemi Add NV_PRESERVES_UV.
2000-01-19 Jarkko Hietaniemi Integrate with Sarathy.
next