summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tweak exports list on WindowsGurusamy Sarathy2000-01-263-12/+11
* allow '--' to terminate argument processing (suggested byGurusamy Sarathy2000-01-261-39/+50
* change#3744 should have made grep more like map instead of theGurusamy Sarathy2000-01-262-3/+71
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-01-2613-1616/+3422
|\
| * Misedit in #4888.Jarkko Hietaniemi2000-01-251-1/+1
| * UNICOS/mk patches. Removing the _CRAYMPP test may beJarkko Hietaniemi2000-01-254-3/+26
| * Integrate with Sarathy.Jarkko Hietaniemi2000-01-2523-1023/+1434
| |\
| * | <patch> avoid division by 0 in Benchmark.pmStephane Payrard2000-01-241-1/+1
| * | perlhist update.Jarkko Hietaniemi2000-01-241-4/+6
| * | Updates on the large file support status.Jarkko Hietaniemi2000-01-241-7/+11
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-01-247-14/+16
| |\ \
| * | | Create a tool for converting a config_h.SH into a VOS config.h.Jarkko Hietaniemi2000-01-245-1601/+3273
| * | | Sync metaconfig units to comply with the typo fixes of #4869.Jarkko Hietaniemi2000-01-241-1/+1
| * | | Integrate with Sarathy.Jarkko Hietaniemi2000-01-24121-1513/+2140
| |\ \ \
* | | | | fix parse failure of (my $foo : bar) and similar (from SpiderGurusamy Sarathy2000-01-261-2/+18
* | | | | avoid failure if directories already read by rmtree() areGurusamy Sarathy2000-01-261-9/+11
* | | | | typo in change#4892Gurusamy Sarathy2000-01-251-2/+2
* | | | | eliminate need for perl95.exe on Windows 9x by working around CRTGurusamy Sarathy2000-01-255-190/+80
* | | | | produce redeclaration warning on C<our $foo; { our $foo; ... }>Gurusamy Sarathy2000-01-254-21/+73
* | | | | update Makefile notes on the now deprecated USE_5005THREADS andGurusamy Sarathy2000-01-252-45/+62
| |_|_|/ |/| | |
* | | | consistently use MAX_PATH+1 buffer sizesGurusamy Sarathy2000-01-251-19/+19
* | | | workaround for rename('x','X') bug in Windows NTGurusamy Sarathy2000-01-252-27/+45
* | | | windows build fixups from uniform DLL name change to perl56.dllGurusamy Sarathy2000-01-253-86/+39
* | | | more fixes for warnings from change#4840Gurusamy Sarathy2000-01-251-6/+8
* | | | assorted little nitsGurusamy Sarathy2000-01-245-19/+19
* | | | add new warnings to perldeltaGurusamy Sarathy2000-01-243-7/+313
* | | | force linkage of the function wrappers for globals in change#4878Gurusamy Sarathy2000-01-244-4/+81
* | | | enable function wrappers for access to globals under MULTIPLICITYGurusamy Sarathy2000-01-2411-859/+914
| |_|/ |/| |
* | | fix typos; avoid use constant for lowercase constants (producesGurusamy Sarathy2000-01-244-10/+10
* | | avoid warnings when there's no subs to autosplitGurusamy Sarathy2000-01-241-2/+4
* | | typos in change#4623Gurusamy Sarathy2000-01-242-2/+2
| |/ |/|
* | on windows, set seek position to end for files opened in append modeGurusamy Sarathy2000-01-231-4/+16
* | change#4866 was flawed; revert and add better fix for warningGurusamy Sarathy2000-01-232-12/+5
* | optimize away runtime code for our($foo) (also avoid warnings)Gurusamy Sarathy2000-01-231-1/+9
* | DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>Gurusamy Sarathy2000-01-234-82/+154
* | system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patchGurusamy Sarathy2000-01-231-1/+1
* | fix misclassified warningsGurusamy Sarathy2000-01-231-3/+3
* | document bareword prototype incompatibilityGurusamy Sarathy2000-01-232-3/+21
* | faulty editGurusamy Sarathy2000-01-231-0/+1
* | s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-2366-120/+140
* | fix diagnostics to report "our" vs "my" correctlyGurusamy Sarathy2000-01-232-20/+35
* | set api_version to 5.5.0 (binary compatibility needs to get testedGurusamy Sarathy2000-01-231-1/+5
* | disallow our($foo::bar)Gurusamy Sarathy2000-01-232-0/+10
* | dprofpp can't find Devel::DProf::VERSION due to change#4852Gurusamy Sarathy2000-01-231-2/+2
* | new test (from Michael G Schwern <schwern@pobox.com>)Gurusamy Sarathy2000-01-232-0/+38
* | add PREREQ_PM to default template (suggested by Michael G SchwernGurusamy Sarathy2000-01-231-8/+11
* | cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-233-6/+8
* | mark some extensions as "special versions" to avoid CPAN indexerGurusamy Sarathy2000-01-232-2/+4
* | prefer POSIX::uname() rather than syscalls, which require attemptingGurusamy Sarathy2000-01-231-16/+16
* | integrate cfgperl contents into mainlineGurusamy Sarathy2000-01-237-345/+415
|\ \ | |/