p5sagit/p5-mst-13.2.git
2000-02-02 Gurusamy Sarathy adjust notes on use5005threads
2000-02-02 Gurusamy Sarathy fix typo
2000-02-02 Gurusamy Sarathy integrate selected changes from cfgperl (#4899,4900...
2000-02-02 Gurusamy Sarathy PodParser-1.092 update via CPAN (from Brad Appleton)
2000-02-02 Gurusamy Sarathy replace misleading docs with a BUGS section
2000-02-02 Gurusamy Sarathy remove FUD from perlfunc/use (from M J T Guy)
2000-02-02 Gurusamy Sarathy Benchmark displays bogus CPU stats (suggested by Cedric...
2000-02-02 Gurusamy Sarathy fix coredump on C<"x" =~ /x/; print @-> (from Ilya...
2000-02-02 Gurusamy Sarathy flock() pod talks about "adding" in the sense of "or...
2000-02-02 Gurusamy Sarathy fixes for switching files in the debugger (from Ilya...
2000-02-02 Gurusamy Sarathy use warnings rather than fiddling with $^W (from Paul...
2000-02-02 Gurusamy Sarathy dynixptx hints tweak (from Martin J. Bligh <mbligh...
2000-02-02 Gurusamy Sarathy deltanotes on weakrefs and Pod::Parser (from Tuomas...
2000-02-02 Gurusamy Sarathy avoid mismatched type warnings
2000-02-02 Gurusamy Sarathy fix broken abs2rel() (from François Allard <franka...
2000-02-02 Gurusamy Sarathy makefile tweak
2000-02-02 Gurusamy Sarathy future-proof unknown warning categories (from Greg...
2000-02-02 Gurusamy Sarathy doc tweak (from Michael G Schwern <schwern@pobox.com>)
2000-02-02 Gurusamy Sarathy more meaningful message on invalid pattern argument...
2000-02-02 Gurusamy Sarathy XSLoader build patch for VMS (from Craig A. Berry
2000-02-02 Gurusamy Sarathy reword some sections of perlunicode.pod
2000-02-01 Gurusamy Sarathy AIX warning on undefined symbol
2000-02-01 Gurusamy Sarathy HINT_UTF8 is not propagated to the op tree anymore...
2000-02-01 Gurusamy Sarathy export pregexec(), Tk uses it
2000-02-01 Gurusamy Sarathy mark literal utf8 in string literals properly
2000-01-31 Gurusamy Sarathy introduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathy !USING_WIDE() branch is busted in win32_stat()
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 Jarkko Hietaniemi The #4880 was too eager, the $n test is useful too.
2000-01-28 Jarkko Hietaniemi Integrate with Sarathy.
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 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-27 Jarkko Hietaniemi Cppsym update continues.
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 Jarkko Hietaniemi In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
2000-01-26 Jarkko Hietaniemi Continue cpp symbol update.
2000-01-26 Gurusamy Sarathy tweak exports list on Windows
2000-01-26 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-26 Jarkko Hietaniemi s/d_nvpresuv/d_nv_preserves_uv/;
2000-01-26 Jarkko Hietaniemi Update the scan of the cpp symbols.
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...
next