summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-2612-35/+38
* win32 tweakGurusamy Sarathy1999-10-251-0/+1
* remove inconsistent tainting behavior of sprintf("%e",...)Gurusamy Sarathy1999-10-243-48/+6
* remove unused interpreter globalsGurusamy Sarathy1999-10-2415-213/+41
* Avoid creating GV with NULL name when vivifying nameless scalars.Nick Ing-Simmons1999-10-241-2/+8
* typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)Gurusamy Sarathy1999-10-241-1/+1
* test in change#4428 needs strict interpretation of C modulusGurusamy Sarathy1999-10-241-1/+2
* don't allow SIGCHLD to be ignored at startup, or wait*() andGurusamy Sarathy1999-10-243-10/+44
* typo, doc tweakGurusamy Sarathy1999-10-242-3/+3
* allow get() and reftype() functions to be imported (fromGurusamy Sarathy1999-10-241-17/+30
* suppress scalar leak messages for known leaks (fromGurusamy Sarathy1999-10-243-1/+287
* VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)Gurusamy Sarathy1999-10-241-1/+1
* relax range checking if they ask for it (from John L. AllenGurusamy Sarathy1999-10-241-8/+41
* README nits pointed out by Chris Nandor <pudge@pobox.com>Gurusamy Sarathy1999-10-242-37/+15
* Re: [PATCH 5.005_62] OS/2 improvementsIlya Zakharevich1999-10-2427-147/+433
* install all README.foo with pod content as podfoo.podGurusamy Sarathy1999-10-242-21/+32
* @INC needs ../libGurusamy Sarathy1999-10-241-0/+5
* fix accidental C modulo semantics on integer-valued operationsGurusamy Sarathy1999-10-232-4/+15
* sv_vcatpvfn() bug: fell through to assuming intsize of 'q' forGurusamy Sarathy1999-10-221-5/+8
* win32_utime() on directories should use localtime() ratherGurusamy Sarathy1999-10-221-5/+5
* add test for change#4417Gurusamy Sarathy1999-10-201-1/+4
* avoid coredump on C<sort { my $c; return $a cmp $b } ...>Gurusamy Sarathy1999-10-201-1/+1
* fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)Gurusamy Sarathy1999-10-201-1/+2
* disable optimizing troublesome ops in change#3612Gurusamy Sarathy1999-10-203-19/+35
* skip unreadable directory test when running as rootGurusamy Sarathy1999-10-201-9/+13
* perl_mutex n/a if !USE_THREADSGurusamy Sarathy1999-10-191-1/+1
* added intro to source filters from Paul MarquessGurusamy Sarathy1999-10-183-0/+577
* missing manpagesGurusamy Sarathy1999-10-181-0/+2
* pod updates from Tom ChristiansenGurusamy Sarathy1999-10-183-160/+201
* PL_malloc_mutex needs to be global, not per-interpreterGurusamy Sarathy1999-10-175-8/+21
* support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-1711-237/+292
* serious bug introduced by G_VOID changes in 5.003_96: scalarGurusamy Sarathy1999-10-172-1/+8
* remove FileHandle from list of PodParser dependencies (theGurusamy Sarathy1999-10-174-7/+7
* make installperl ignore RCS files (from Michael G SchwernGurusamy Sarathy1999-10-172-6/+8
* another bug in change#3386 (CATCH_SET wasn't reverted correctly)Gurusamy Sarathy1999-10-161-1/+1
* assumption about @_ always being non-REAL doesn't hold whenGurusamy Sarathy1999-10-161-1/+7
* OS/2 support bits (from Ilya Zakharevich)Gurusamy Sarathy1999-10-164-5/+12
* here be 5.005_62Gurusamy Sarathy1999-10-153-3/+31
* lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;Gurusamy Sarathy1999-10-154-5/+10
* disable internal globbing for miniperl (or build breaks outGurusamy Sarathy1999-10-154-4/+18
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-155-7/+249
|\
| * Integrate with Sarathy.Jarkko Hietaniemi1999-10-1417-177/+238
| |\
| * | Warn inside character classes about unknown backslash escapesJarkko Hietaniemi1999-10-144-7/+44
* | | various little goofs in change#4385Gurusamy Sarathy1999-10-152-10/+11
* | | win32_*dir() cleanup; win32_readdir() iterates as necessaryGurusamy Sarathy1999-10-152-72/+101
* | | Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)Gurusamy Sarathy1999-10-152-6/+53
* | | include info about Perl Mongers in perlfaq2 (from David H. AdlerGurusamy Sarathy1999-10-151-2/+20
* | | Prevent "Out of memory" error in POSIX's strftime()Jan Dubois1999-10-151-9/+16
| |/ |/|
* | clarify significance of parens for "x" (from M.J.T. GuyGurusamy Sarathy1999-10-141-4/+5
* | make timelocal work better when time is close to the epochGurusamy Sarathy1999-10-141-1/+1