summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | fix bug in change#3728 that might free COPs prematurely;Gurusamy Sarathy1999-07-255-41/+63
* | | | fix little utf8 nits in testsuite; add patch from Ilya that curesGurusamy Sarathy1999-07-256-1/+6
* | | | applied suggested patch for tracking line numbers correctly inHugo van der Sanden1999-07-2313-7/+59
* | | | avoid useless use of target for pp_each(); also fixes bugs due toGurusamy Sarathy1999-07-234-9/+21
* | | | emit warning about function calls that were encountered too earlyGurusamy Sarathy1999-07-233-2/+29
* | | | DProf tweakGurusamy Sarathy1999-07-201-0/+2
| |_|/ |/| |
* | | another DProf build tweakGurusamy Sarathy1999-07-201-8/+6
* | | move DProf things around to where they are supposed to beGurusamy Sarathy1999-07-2026-125/+66
* | | DProf fixups for PERL_IMPLICIT_CONTEXTGurusamy Sarathy1999-07-203-42/+30
* | | move DProf to Devel/DProfGurusamy Sarathy1999-07-2026-29/+49
* | | add Devel::DProf v19990108 from CPAN, as it wasGurusamy Sarathy1999-07-2022-0/+2427
* | | C<union any> needs no PERL_OBJECT-treatmentGurusamy Sarathy1999-07-201-9/+0
* | | fix problem in default buildGurusamy Sarathy1999-07-202-3/+7
| |/ |/|
* | win32 nitsGurusamy Sarathy1999-07-192-3/+5
* | don't display tid from main thread (or testsuite breaks)Gurusamy Sarathy1999-07-192-5/+10
* | remove several doubled (and tripled!) entriesGurusamy Sarathy1999-07-191-72/+0
* | integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-1913-294/+360
|\ \ | |/
| * Integrate with Sarathy.Jarkko Hietaniemi1999-07-1857-777/+1613
| |\
| * | Fix the bin/oct/hex constant overflow tests forJarkko Hietaniemi1999-07-151-12/+18
| * | Fixed AIX dynamic loading and AIX shared Perl library.Jarkko Hietaniemi1999-07-149-270/+286
| * | The regexec.c change of #3606 caused a core dump in fbm_instr()Jarkko Hietaniemi1999-07-141-0/+2
| * | Integrate with Sarathy.Jarkko Hietaniemi1999-07-1373-4454/+3240
| |\ \
| * \ \ Integrate with Sarathy.Jarkko Hietaniemi1999-07-112-5/+70
| |\ \ \
| * | | | More manual sync.Jarkko Hietaniemi1999-07-111-7/+5
| * | | | Manual synchronization with Sarathy (some filesJarkko Hietaniemi1999-07-113-7/+17
| * | | | Change t/pragma/warn oct()/hex() overflow tests to use %ConfigJarkko Hietaniemi1999-07-103-21/+36
| * | | | Integrate with Sarathy.Jarkko Hietaniemi1999-07-0845-1792/+8968
| |\ \ \ \
| * | | | | Integrate with Sarathy. perldiag.pod required manual editing.Jarkko Hietaniemi1999-07-0720-102/+644
* | | | | | avoid bug in win32_str_os_error() (from Jan Dubois)Gurusamy Sarathy1999-07-192-3/+52
| |_|_|_|/ |/| | | |
* | | | | [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enoughPeter Prymmer1999-07-184-2/+83
* | | | | display thread id in diagnostics (suggested by Dan Sugalski)Gurusamy Sarathy1999-07-182-2/+13
* | | | | missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)Gurusamy Sarathy1999-07-181-0/+6
* | | | | cache [NIUP]V conversions of defined READONLY valuesIlya Zakharevich1999-07-181-66/+29
* | | | | Some lib/ExtUtils/Manifest.pm POD fixesJan Dubois1999-07-181-18/+19
* | | | | remove spurious newSTATEOP() that causes goto to enter one too manyGurusamy Sarathy1999-07-184-13/+35
* | | | | detypo, update ChangesGurusamy Sarathy1999-07-182-1/+115
* | | | | mention the -Minteger effect on modulus (from Nathan Torkington)Gurusamy Sarathy1999-07-181-0/+11
* | | | | ensure __END__ appears on a line by itself in wrappedGurusamy Sarathy1999-07-182-2/+3
* | | | | noecho noops (from Nicholas Clark <nick@flirble.org>)Gurusamy Sarathy1999-07-171-3/+5
* | | | | make CC.pm use a distinct CCPP() macro rather than PP()Gurusamy Sarathy1999-07-172-1/+2
* | | | | tiny bug in vars.pm (from John Dlugosz)Gurusamy Sarathy1999-07-171-1/+1
* | | | | applied suggested patch, along with later tweakJan Dubois1999-07-171-11/+56
* | | | | avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)Gurusamy Sarathy1999-07-171-2/+0
* | | | | Segfaults if $^PIlya Zakharevich1999-07-178-9/+26
* | | | | use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5Gurusamy Sarathy1999-07-171-19/+31
* | | | | allow $foo{$x} and $bar[$i] for (\$) prototypeGurusamy Sarathy1999-07-172-5/+17
* | | | | fix vec() on magic valuesIan Phillipps1999-07-172-0/+13
* | | | | make system() return -1 and set $! if exec of child failedIlya Zakharevich1999-07-1710-5/+74
* | | | | File descriptor leak in do_exec3Ilya Zakharevich1999-07-171-1/+2
* | | | | a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;Gurusamy Sarathy1999-07-171-468/+706