summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* provide explicit functions timegm_nocheck() and timelocal_nocheck()Gurusamy Sarathy1999-12-041-12/+23
* better implementation of change#3326; open(local $foo,...) nowGurusamy Sarathy1999-12-044-117/+285
* pod nitsGurusamy Sarathy1999-12-032-54/+55
* change#4431 was flawedGurusamy Sarathy1999-12-031-3/+4
* pod embellishments from Nathan TorkingtonGurusamy Sarathy1999-12-032-28/+35
* perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)Gurusamy Sarathy1999-12-031-1/+1
* test tweak for VMS (from Craig A. Berry)Gurusamy Sarathy1999-12-031-1/+1
* patchls tweak from Andreas KoenigGurusamy Sarathy1999-12-031-2/+5
* don't mess with the umask()Gurusamy Sarathy1999-12-035-10/+0
* support -a switch to append bytecode to an existing file and makeGurusamy Sarathy1999-12-032-2/+13
* document incompatible perl4 vec() vs bitwise ops interaction trapGurusamy Sarathy1999-12-031-0/+24
* use PerlIO abstraction rather than straight stdio (fromGurusamy Sarathy1999-12-031-8/+18
* avoid warning in IO::Select::exists() if socket doesn't existGurusamy Sarathy1999-12-031-1/+3
* two small patches from Peter Prymmer <pvhp@forte.com>Gurusamy Sarathy1999-12-033-4/+5
* implement /[:ascii:]/ on ebcdic machinesPeter Prymmer1999-12-031-0/+12
* Windows build tweaks due to change#4623Gurusamy Sarathy1999-12-033-3/+16
* add missing fileGurusamy Sarathy1999-12-031-0/+158
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-0326-73/+75
* revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)Gurusamy Sarathy1999-12-037-700/+131
* caveat about thread-safety of extensionsGurusamy Sarathy1999-12-021-2/+10
* XS documentation patches suggested by Ilya, severally adjustedGurusamy Sarathy1999-12-022-203/+670
* re-add missing Unicode database masterGurusamy Sarathy1999-12-021-0/+10617
* applied suggested patch with prototype changesIlya Zakharevich1999-12-026-30/+700
* fixes for bugs in change#4586 and OS/2 pod tweak, from IlyaGurusamy Sarathy1999-12-023-16/+44
* various documentation tweaks suggested by M. J. T. GuyGurusamy Sarathy1999-12-024-4/+11
* various File::Glob fixes for DOSISH platformsPaul Moore1999-12-029-33/+206
* allow XSUBs and prototyped subroutines to be used with sort() (tweakedGurusamy Sarathy1999-12-024-60/+221
* ignore yet another known scalar leakGurusamy Sarathy1999-12-021-1/+2
* avoid potential stack extension bug in pp_unpack() (spotted by Ilya)Gurusamy Sarathy1999-12-021-3/+4
* a somewhat tweaked version of suggested patchIlya Zakharevich1999-12-021-10/+54
* more accurate require() pseudocode (from James P. WilliamsGurusamy Sarathy1999-12-011-1/+2
* avoid "Callback called exit" error on intentional exit()Gurusamy Sarathy1999-12-016-3/+14
* find_byclass() prototype was incoherentGurusamy Sarathy1999-12-011-7/+4
* better documentation for goto &NAME (from M. J. T. Guy)Gurusamy Sarathy1999-12-011-7/+14
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-12-01214-1608/+4278
|\
| * Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.Jarkko Hietaniemi1999-11-222-4/+4
| * Replace #4596 with the change done in 5.005_03.Jarkko Hietaniemi1999-11-211-1/+1
| * Skip processing a file if the file to be opened is '-'Jarkko Hietaniemi1999-11-211-1/+1
| * VMS patches from Peter Prymmer.Jarkko Hietaniemi1999-11-215-166/+206
| * The find_byclass prototype is already in proto.h.Jarkko Hietaniemi1999-11-181-3/+0
| * Regen Configure.Jarkko Hietaniemi1999-11-165-19/+42
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-1620-86/+1087
| |\
| * \ Integrate with Sarathy.Jarkko Hietaniemi1999-11-1515-153/+1145
| |\ \
| * | | Ilya's "hopscotch" patch, reworked by Ilya to fit.Jarkko Hietaniemi1999-11-145-331/+423
| * | | Integrate with Sarathy.Jarkko Hietaniemi1999-11-1416-65/+95
| |\ \ \
| * | | | The separation of 64-bitness and largefileness continuesJarkko Hietaniemi1999-11-146-893/+1028
| * | | | Another Unicode update.Jarkko Hietaniemi1999-11-14192-198/+2429
| * | | | Change #4576 accidentally leaked also parts ofJarkko Hietaniemi1999-11-132-399/+64
| * | | | Integrate with Sarathy.Jarkko Hietaniemi1999-11-137-291/+402
| |\ \ \ \
* | | | | | avoid PTR->IV cast warningsGurusamy Sarathy1999-12-013-3/+3