summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* typo in flag checksGurusamy Sarathy1999-11-161-14/+14
| | | p4raw-id: //depot/utfperl@4593
* Integrate own changes to mainline.Nick Ing-Simmons1999-10-242-3/+9
|\ | | | | p4raw-id: //depot/utfperl@4445
| * Avoid creating GV with NULL name when vivifying nameless scalars.Nick Ing-Simmons1999-10-241-2/+8
| | | | | | | | | | (Fix/workround for [ID19991024.001]) p4raw-id: //depot/perl@4444
| * typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)Gurusamy Sarathy1999-10-241-1/+1
| | | | | | p4raw-id: //depot/perl@4442
| * test in change#4428 needs strict interpretation of C modulusGurusamy Sarathy1999-10-241-1/+2
| | | | | | | | | | p4raw-link: @4428 on //depot/perl: 4bb9f687ed0930c988c412c4c28bd2a535612894 p4raw-id: //depot/perl@4441
| * don't allow SIGCHLD to be ignored at startup, or wait*() andGurusamy Sarathy1999-10-243-10/+44
| | | | | | | | | | $? break p4raw-id: //depot/perl@4440
| * typo, doc tweakGurusamy Sarathy1999-10-242-3/+3
| | | | | | p4raw-id: //depot/perl@4438
| * allow get() and reftype() functions to be imported (fromGurusamy Sarathy1999-10-241-17/+30
| | | | | | | | | | Spider Boardman) p4raw-id: //depot/perl@4437
| * suppress scalar leak messages for known leaks (fromGurusamy Sarathy1999-10-243-1/+287
| | | | | | | | | | Robin Barker <rmb1@cise.npl.co.uk>) p4raw-id: //depot/perl@4436
| * VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)Gurusamy Sarathy1999-10-241-1/+1
| | | | | | p4raw-id: //depot/perl@4435
| * relax range checking if they ask for it (from John L. AllenGurusamy Sarathy1999-10-241-8/+41
| | | | | | | | | | <allen@grumman.com>) p4raw-id: //depot/perl@4434
| * README nits pointed out by Chris Nandor <pudge@pobox.com>Gurusamy Sarathy1999-10-242-37/+15
| | | | | | p4raw-id: //depot/perl@4433
| * Re: [PATCH 5.005_62] OS/2 improvementsIlya Zakharevich1999-10-2427-147/+433
| | | | | | | | | | Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@4432
| * install all README.foo with pod content as podfoo.podGurusamy Sarathy1999-10-242-21/+32
| | | | | | p4raw-id: //depot/perl@4431
| * @INC needs ../libGurusamy Sarathy1999-10-241-0/+5
| | | | | | p4raw-id: //depot/perl@4430
| * fix accidental C modulo semantics on integer-valued operationsGurusamy Sarathy1999-10-232-4/+15
| | | | | | | | | | (e.g. caused C<length("abc") % -10> to return 3 rather than -7) p4raw-id: //depot/perl@4428
* | Follow that camel ... another sync.Nick Ing-Simmons1999-10-2442-247/+905
| | | | | | p4raw-id: //depot/utfperl@4443
* | Resolve mainline before possible hacking operertunity this weekendNick Ing-Simmons1999-10-2333-454/+1176
|\ \ | |/ | | p4raw-id: //depot/utfperl@4424
| * sv_vcatpvfn() bug: fell through to assuming intsize of 'q' forGurusamy Sarathy1999-10-221-5/+8
| | | | | | | | | | C<"%ld", long_val> p4raw-id: //depot/perl@4421
| * win32_utime() on directories should use localtime() ratherGurusamy Sarathy1999-10-221-5/+5
| | | | | | | | | | than gmtime() (from Jan Dubois) p4raw-id: //depot/perl@4420
| * add test for change#4417Gurusamy Sarathy1999-10-201-1/+4
| | | | | | | | | | p4raw-link: @4417 on //depot/perl: 970c490586e0f01dd70401842b590223949989af p4raw-id: //depot/perl@4418
| * avoid coredump on C<sort { my $c; return $a cmp $b } ...>Gurusamy Sarathy1999-10-201-1/+1
| | | | | | p4raw-id: //depot/perl@4417
| * fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)Gurusamy Sarathy1999-10-201-1/+2
| | | | | | p4raw-id: //depot/perl@4416
| * disable optimizing troublesome ops in change#3612Gurusamy Sarathy1999-10-203-19/+35
| | | | | | | | | | | | | | (from Ilya Zakharevich) p4raw-link: @3612 on //depot/perl: b162f9ead0a98db35cdcfc8c889e344c040c8d8e p4raw-id: //depot/perl@4415
| * skip unreadable directory test when running as rootGurusamy Sarathy1999-10-201-9/+13
| | | | | | p4raw-id: //depot/perl@4414
| * perl_mutex n/a if !USE_THREADSGurusamy Sarathy1999-10-191-1/+1
| | | | | | p4raw-id: //depot/perl@4409
| * added intro to source filters from Paul MarquessGurusamy Sarathy1999-10-183-0/+577
| | | | | | p4raw-id: //depot/perl@4406
| * missing manpagesGurusamy Sarathy1999-10-181-0/+2
| | | | | | p4raw-id: //depot/perl@4405
| * pod updates from Tom ChristiansenGurusamy Sarathy1999-10-183-160/+201
| | | | | | p4raw-id: //depot/perl@4404
| * PL_malloc_mutex needs to be global, not per-interpreterGurusamy Sarathy1999-10-175-8/+21
| | | | | | | | | | (malloc.c has static data) p4raw-id: //depot/perl@4403
| * support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-1711-237/+292
| | | | | | | | | | windows p4raw-id: //depot/perl@4402
| * serious bug introduced by G_VOID changes in 5.003_96: scalarGurusamy Sarathy1999-10-172-1/+8
| | | | | | | | | | | | eval"" did not pop stack correctly; C<$a = eval "(1,2)x1"> is one symptom of the problem p4raw-id: //depot/perl@4401
| * remove FileHandle from list of PodParser dependencies (theGurusamy Sarathy1999-10-174-7/+7
| | | | | | | | | | difference is 20 files vs 6 files loaded!) p4raw-id: //depot/perl@4400
* | Pre-trip resolveNick Ing-Simmons1999-10-174-8/+16
|\ \ | |/ | | p4raw-id: //depot/utfperl@4399
| * make installperl ignore RCS files (from Michael G SchwernGurusamy Sarathy1999-10-172-6/+8
| | | | | | | | | | <schwern@pobox.com>) p4raw-id: //depot/perl@4398
| * another bug in change#3386 (CATCH_SET wasn't reverted correctly)Gurusamy Sarathy1999-10-161-1/+1
| | | | | | | | | | p4raw-link: @3386 on //depot/perl: 312caa8e97f1c7ee342a9895c2f0e749625b4929 p4raw-id: //depot/perl@4397
| * assumption about @_ always being non-REAL doesn't hold whenGurusamy Sarathy1999-10-161-1/+7
| | | | | | | | | | | | debugger is running; DB::sub() can call arbitrary stuff that modifies @_ at will p4raw-id: //depot/perl@4395
* | Resolve utfperl branch against mainline as of _62Nick Ing-Simmons1999-10-16161-2252/+8116
|\ \ | |/ | | p4raw-id: //depot/utfperl@4394
| * OS/2 support bits (from Ilya Zakharevich)Gurusamy Sarathy1999-10-164-5/+12
| | | | | | p4raw-id: //depot/perl@4393
| * here be 5.005_62Gurusamy Sarathy1999-10-153-3/+31
| | | | | | p4raw-id: //depot/perl@4391
| * lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;Gurusamy Sarathy1999-10-154-5/+10
| | | | | | | | | | | | | | | | avoid tickling it in Pod::Man for now; other nits in Pod::* p4raw-link: @4081 on //depot/perl: cd06dffe59d60ee6a2fdd7c81f8cef42c7026b36 p4raw-id: //depot/perl@4390
| * disable internal globbing for miniperl (or build breaks outGurusamy Sarathy1999-10-154-4/+18
| | | | | | | | | | in a rash of failed dependencies) p4raw-id: //depot/perl@4389
| * integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-155-7/+249
| |\ | | | | | | p4raw-id: //depot/perl@4387
| | * Integrate with Sarathy.Jarkko Hietaniemi1999-10-1417-177/+238
| | |\ | | | | | | | | p4raw-id: //depot/cfgperl@4381
| | * | Warn inside character classes about unknown backslash escapesJarkko Hietaniemi1999-10-144-7/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (that are not caught earlier because of being completely unknown, such as \m), such as \z (because they make do sense inside regexen, but not inside character classes). p4raw-id: //depot/cfgperl@4380
| * | | various little goofs in change#4385Gurusamy Sarathy1999-10-152-10/+11
| | | | | | | | | | | | | | | | | | | | p4raw-link: @4385 on //depot/perl: 95136addeff6f7c87c13a96a62f5eaafb9bafdcf p4raw-id: //depot/perl@4386
| * | | win32_*dir() cleanup; win32_readdir() iterates as necessaryGurusamy Sarathy1999-10-152-72/+101
| | | | | | | | | | | | | | | | | | | | rather than win32_opendir() reading all files up front (untested) p4raw-id: //depot/perl@4385
| * | | Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)Gurusamy Sarathy1999-10-152-6/+53
| | | | | | | | | | | | p4raw-id: //depot/perl@4384
| * | | include info about Perl Mongers in perlfaq2 (from David H. AdlerGurusamy Sarathy1999-10-151-2/+20
| | | | | | | | | | | | | | | | | | | | <dha@panix.com>) p4raw-id: //depot/perl@4383
| * | | Prevent "Out of memory" error in POSIX's strftime()Jan Dubois1999-10-151-9/+16
| | |/ | |/| | | | | | | | | | Message-ID: <380f61ae.18202914@smtprelay.t-online.de> p4raw-id: //depot/perl@4382