summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | email address changesGurusamy Sarathy1999-12-0117-19/+19
* | | | | | minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-019-45/+40
* | | | | | more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-0157-2616/+6880
* | | | | | rudimentary support for remote debugging, from aeons ago (somewhatGraham TerMarsch1999-12-011-16/+50
* | | | | | Document known limitations of fdopen() on some systems,Chip Salzenberg1999-11-191-2/+13
* | | | | | Undef printf before redirecting it to PerlIO_stdoutf.Chip Salzenberg1999-11-191-0/+1
| |_|_|_|/ |/| | | |
* | | | | Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>Gurusamy Sarathy1999-11-168-47/+888
* | | | | add a synchronous stub fork() for USE_ITHREADS to prove that a simpleGurusamy Sarathy1999-11-159-15/+91
* | | | | cloning the stack (part 1)Gurusamy Sarathy1999-11-154-39/+123
| |_|_|/ |/| | |
* | | | tweak for win32 buildGurusamy Sarathy1999-11-144-2/+8
* | | | cosmetic tweaksGurusamy Sarathy1999-11-1412-149/+276
* | | | fix problem pointer castsGurusamy Sarathy1999-11-143-2/+861
| |_|/ |/| |
* | | sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-1412-57/+85
* | | fix bug in change#4515 (STOP blocks now see @ARGV like the rest)Gurusamy Sarathy1999-11-144-8/+10
| |/ |/|
* | typos in change#4561 and change#4565Gurusamy Sarathy1999-11-132-3/+2
* | revert non-kosher parts of change#4562 (sort order problemsGurusamy Sarathy1999-11-133-224/+1
* | integrate cfgperl changes into mainlineGurusamy Sarathy1999-11-13229-259/+1266
|\ \ | |/