p5sagit/p5-mst-13.2.git
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 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 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 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 Gurusamy Sarathy typos in change#4623
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.
2000-01-19 Gurusamy Sarathy regen win32/config*
2000-01-18 Jarkko Hietaniemi Policy patch from Andy for installation directories,
2000-01-18 Jarkko Hietaniemi Move _GNU_SOURCE into config_h.SH awaay from Configure
2000-01-18 Gurusamy Sarathy integrate cfgperl changes into mainline
2000-01-18 Jarkko Hietaniemi metaconfig todo note from Andy.
2000-01-18 Jarkko Hietaniemi More -V.
2000-01-18 Jarkko Hietaniemi More compile-time options shown with -V.
2000-01-17 Jarkko Hietaniemi Add -D_GNU_SOURCE into ccflags for gcc (for now to...
2000-01-16 Jarkko Hietaniemi strtoll works better ternary.
2000-01-16 Jarkko Hietaniemi Know strtoll.
2000-01-16 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-16 Jarkko Hietaniemi Continue qgcvt work; closer now but not yet there.
2000-01-15 Jarkko Hietaniemi Metaconfig and Porting patches from Andy; start using...
2000-01-15 Jarkko Hietaniemi Metaconfig and Porting patches from Andy; start using...
2000-01-14 Gurusamy Sarathy minor optimization (avoid double sv_upgrade() for ...
2000-01-14 Gurusamy Sarathy add note about "our"
2000-01-14 Gurusamy Sarathy nailed "our" declarations, and better warnings on duplicate
2000-01-14 Gurusamy Sarathy avoid spurious "Useless use of variable" warning on...
2000-01-14 Gurusamy Sarathy doc typo
2000-01-13 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-13 Gurusamy Sarathy clearer docs for change#4796; faster av_exists()
2000-01-13 Gurusamy Sarathy support delete() and exists() on array, tied array...
2000-01-11 Gurusamy Sarathy extend site_perl changes change#4773 to vendor_perl...
2000-01-11 Gurusamy Sarathy rework INSTALL to reflect new logic for versioning...
2000-01-11 Gurusamy Sarathy test for change#4792
2000-01-11 Gurusamy Sarathy pseudo forked children inherit environment correctly
2000-01-10 Gurusamy Sarathy test tweak
2000-01-10 Gurusamy Sarathy check for USE_ITHREADS sanity was too restrictive
2000-01-10 Gurusamy Sarathy add workaround for textmode read() bug in MSVCRT; make...
2000-01-10 Gurusamy Sarathy EPOC port update (from Olaf Flebbe <O.Flebbe@science...
2000-01-10 Gurusamy Sarathy pod typos (from Abigail <abigail@delanet.com>)
2000-01-10 Gurusamy Sarathy failing RE test added (from Robert Cunningham <rkc...
2000-01-10 Gurusamy Sarathy terminate -s switch processing only on C<-->, not on...
2000-01-10 Gurusamy Sarathy useithreads needs usemultiplicity
2000-01-10 Gurusamy Sarathy use $Config{version} rather than $] where appropriate
2000-01-10 Gurusamy Sarathy enable fork.t on windows
2000-01-10 Gurusamy Sarathy broken test for use5005threads
2000-01-09 Gurusamy Sarathy more windows build tweaks
next