summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Four special class subs, not three.Jarkko Hietaniemi1999-11-071-3/+3
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-072-5/+9
|\ \ | |/
| * allow $\ to work right when set to a string with embedded nullsGurusamy Sarathy1999-11-052-5/+9
* | More test program maintenance.Jarkko Hietaniemi1999-11-071-9/+13
* | Tidy up the metaconfig test programs.Jarkko Hietaniemi1999-11-071-37/+55
* | So many printfs, so little time.Jarkko Hietaniemi1999-11-065-12/+13
* | Replace the explicit zeros with NOOPs.Jarkko Hietaniemi1999-11-061-3/+3
* | [5.005_62 PATCH] binmode and locale support for -T and -B filetest operatorsJan Dubois1999-11-062-8/+16
* | ...and fewer.Jarkko Hietaniemi1999-11-061-2/+4
* | ...and they are getting fewer.Jarkko Hietaniemi1999-11-062-11/+11
* | More printf miscasts flushed out.Jarkko Hietaniemi1999-11-065-13/+13
* | Crushing the remaining %ld guerillas.Jarkko Hietaniemi1999-11-061-9/+21
* | Update CPAN sites list.Jarkko Hietaniemi1999-11-061-56/+77
* | The -n32 is normally part of $cc, not $ccflags.Jarkko Hietaniemi1999-11-051-1/+1
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-0423-305/+367
|\ \ | |/
| * change#4485 didn't do the right thing for B::BytecodeGurusamy Sarathy1999-11-041-2/+3
| * implement STOP blocks and fix compiler to use them (minimallyGurusamy Sarathy1999-11-0419-274/+331