summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * updates to README.vmsCraig A. Berry1999-11-131-13/+14
| * [5.005_62 PATCH] support link() on WinNT and NTFSJan Dubois1999-11-1313-14/+139
| * makedef.pl goofIlya Zakharevich1999-11-131-1/+5
| * [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatTextMichael G. Schwern1999-11-131-1/+3
| * DynaLoader_pm.PL patch (backslashes in strings)Paul Moore1999-11-131-1/+1
| * [ID 19991112.002] patch: Exporter.pm not reporting pathJD Laub1999-11-131-1/+2
| * small patch for perldocBernard Quatermass1999-11-131-3/+5
| * [ID 19991112.004] Bug in IO::Socket (patch included)Scott Gifford1999-11-131-0/+2
| * Applied manually:Craig A. Berry1999-11-135-72/+60
| * Regen Unicode tables to include a warning:Jarkko Hietaniemi1999-11-13188-21/+684
| * was Re: [ID 19991102.003] perl on os390Peter Prymmer1999-11-135-2/+235
| * $Config{myarchname} is not a good architecture identifierJarkko Hietaniemi1999-11-131-2/+3
| * Continue largefileness separation from quadness;Jarkko Hietaniemi1999-11-136-34/+27
| * Try to fix largefileness so that it "works" without a quad IV.Jarkko Hietaniemi1999-11-139-98/+90
| * Undo drift from mainline.Jarkko Hietaniemi1999-11-132-3/+3
* | typoGurusamy Sarathy1999-11-131-1/+1
* | integrate cfgperl contents (op.[ch] needed manual resolve)Gurusamy Sarathy1999-11-1352-609/+1068
|\ \ | |/
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-1312-83/+182
| |\ | |/ |/|
* | cloned interpreters now actually run and pass all but 55/10386Gurusamy Sarathy1999-11-1312-83/+182
| * Turn on largefileness always if available andJarkko Hietaniemi1999-11-1114-106/+161
| * Fix a thinko in 4548.Jarkko Hietaniemi1999-11-111-1/+1
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-1155-841/+2305
| |\ | |/ |/|
* | avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-1119-58/+92
* | another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-1133-384/+473
* | more cleanups for change#4539Gurusamy Sarathy1999-11-105-12/+39
* | remove dead branch/infinite looper in change#3612Gurusamy Sarathy1999-11-101-7/+15
* | IoDIRP may be fake when used in source filters, mark as suchGurusamy Sarathy1999-11-093-15/+23
* | small nits in changes#4538,4539Gurusamy Sarathy1999-11-092-3/+7
* | win32 symbol export tweakGurusamy Sarathy1999-11-083-13/+3
* | preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-0814-65/+151
* | preliminary support for perl_clone() (still needs work inGurusamy Sarathy1999-11-0816-24/+1361
* | more thorough cleanup in perl_destroy()Gurusamy Sarathy1999-11-082-22/+69
* | win32 internal data must be interpreter-localGurusamy Sarathy1999-11-083-78/+59
* | tweak change#4502Gurusamy Sarathy1999-11-082-3/+9
| * Try to do something if st_size, st_uid, st_gid are too big for an IV;Jarkko Hietaniemi1999-11-116-157/+250