summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Return 21533 (with modifications) having found the problemNicholas Clark2003-10-252-16/+57
| | | p4raw-id: //depot/perl@21535
* Back out 21533 because it broke Encode's build in really weird waysNicholas Clark2003-10-252-46/+15
| | | p4raw-id: //depot/perl@21534
* Plan C rough edge smoothing. Criteria for a hash split is nowNicholas Clark2003-10-252-15/+46
| | | | | | | the earlier of "more keys than buckets" (the old test) or linked list too long. Rehash is triggered after a split if the longest linked list is too long. p4raw-id: //depot/perl@21533
* Re: [perl #948] $, untieable?Richard Clamp2003-10-252-1/+32
| | | | | | | | Message-ID: <20031020230249.GA31123@mirth.demon.co.uk> Plus a small fix to t/TEST to recognize the added TODO test as a TODO test. p4raw-id: //depot/perl@21532
* Integrate:Nicholas Clark2003-10-231-1/+1
| | | | | | | | | | | | | | [ 21527] Fix two threads::shared leaks #24061 - AV in shared interpreter wasn't set to AvREAL #24255 - mortals were added to the shared interpreter's tmpstack and never freed. [oops. Also sucked in a typo correction in blead] p4raw-link: @21527 on //depot/perl: aa49c2f8cdfe618e292a459ac4668178f67243bd p4raw-id: //depot/perl@21530 p4raw-edited: from //depot/maint-5.8/perl@21528 'copy' ext/threads/shared/shared.xs (@21330..)
* When it says "add", then, like, you have to p4 add it. D'oh!Nicholas Clark2003-10-231-0/+30
| | | | | (missed the new file in "Update I18N::LangTags from 0.28 to 0.29") p4raw-id: //depot/perl@21528
* Fix two threads::shared leaksDave Mitchell2003-10-231-0/+10
| | | | | | | #24061 - AV in shared interpreter wasn't set to AvREAL #24255 - mortals were added to the shared interpreter's tmpstack and never freed. p4raw-id: //depot/perl@21527
* [PATCH] Update Pod::Perldoc from 3.10 to 3.11Jan Dubois2003-10-239-20/+98
| | | | | | | | | | | Date: Wed, 22 Oct 2003 20:17:07 -0700 Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com> From: Jan Dubois <jand@ActiveState.com> Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29 Date: Wed, 22 Oct 2003 20:26:56 -0700 Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com> p4raw-id: //depot/perl@21526
* utime documentationGisle Aas2003-10-231-6/+13
| | | | | Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com> p4raw-id: //depot/perl@21523
* dup2() not going through PerlLIO abstraction layerJan Dubois2003-10-231-1/+1
| | | | | Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com> p4raw-id: //depot/perl@21522
* patch created by Casey West from:Edward Moy2003-10-221-1/+1
| | | | | | | | Subject: CPAN module problems Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com> (change ld value in hints file) p4raw-id: //depot/perl@21520
* Small email update in AUTHORS.Rafael Garcia-Suarez2003-10-221-1/+1
| | | p4raw-id: //depot/perl@21516
* Add a test.taintwarn makefile target,Rafael Garcia-Suarez2003-10-223-5/+22
| | | | | to run the whole test suite with the -t switch. p4raw-id: //depot/perl@21515
* embedding perlRadu Greab2003-10-216-19/+78
| | | | | Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro> p4raw-id: //depot/perl@21514
* Fix doc bug #23890, as suggested by Himanshu Garg :Rafael Garcia-Suarez2003-10-211-2/+2
| | | | | | in perltoot, $him->fullname should be $him->fullname->as_string when passed to printf. p4raw-id: //depot/perl@21513
* Two OS/2 portability patches from Ilya.Ilya Zakharevich2003-10-215-13/+23
| | | | | | | | | | | | Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2 Date: Thu, 25 Sep 2003 12:09:11 -0700 Message-ID: <20030925190911.GA27028@math.berkeley.edu> Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2 From: Ilya Zakharevich <nospam-abuse@ilyaz.org> Date: Thu, 25 Sep 2003 19:50:45 -0700 Message-ID: <20030926025045.GA27507@math.berkeley.edu> p4raw-id: //depot/perl@21509
* add some missing defines to Devel::PPPortMarcus Holland-Moritz2003-10-202-1/+171
| | | | | | From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2> p4raw-id: //depot/perl@21506
* Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1Slaven Rezic2003-10-201-2/+4
| | | | | Message-ID: <871xt9te7g.fsf@vran.herceg.de> p4raw-id: //depot/perl@21505
* Skip the chflags tests in filetest.t on Darwin.Rafael Garcia-Suarez2003-10-201-2/+2
| | | p4raw-id: //depot/perl@21503
* Plan C rough edge smoothing - forgot to turn on the "has key flags"Nicholas Clark2003-10-171-0/+2
| | | | | | flag on the hash when rehashing. Can turn off the "rehasing" flag if the hash is cleared p4raw-id: //depot/perl@21474
* -u is deprecated.Slaven Rezic2003-10-171-1/+1
| | | | | | Subject: Re: why PERL5LIB is ignored when -T is in effect Message-Id: <1066384951.4964@devpc01.iconmobile.de> p4raw-id: //depot/perl@21473
* The compilation of PerlIO::via may hang on AIX whenRafael Garcia-Suarez2003-10-172-0/+3
| | | | | | compiling with vac at -O3 optimization level. Disable optimization for this module. p4raw-id: //depot/perl@21472
* Plan C for foiling the algorithmic complexity attackNicholas Clark2003-10-169-13/+174
| | | | | | | | | | | (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1), Chip's plan B (do something new inside the hv functions) and introspective sort) Provides infrastructure for hashes to change their hash function if necessary, and code in hsplit to detect pathalogical data and instigate a random rehashing. Needs refinement. Let's see how much smoke it creates. p4raw-id: //depot/perl@21471
* Ensure PL_comppad/curpad point to PL_main_cv's padlist whenDave Mitchell2003-10-163-3/+19
| | | | | | PL_main_root is freed; this may not have been be the case if a thread other than the main one is the last to be destroyed p4raw-id: //depot/perl@21470
* Duplicate 19423 (pathological hashes too easy) into share_hek_flagsNicholas Clark2003-10-161-1/+1
| | | | | (as suggested by Jan Dubois) p4raw-id: //depot/perl@21469
* Re: assert.h breaks perl.hAlexey Tourbin2003-10-161-1/+1
| | | | | Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru> p4raw-id: //depot/perl@21468
* Tie::Hash documentationSlaven Rezic2003-10-161-1/+2
| | | | | Message-Id: <1066327055.1428@devpc01.iconmobile.de> p4raw-id: //depot/perl@21467
* Further tweak on change #21464.Rafael Garcia-Suarez2003-10-161-1/+1
| | | | | p4raw-link: @21464 on //depot/perl: 90490ea37d61f90b0b2139a2d0285dc6e6aeee8b p4raw-id: //depot/perl@21466
* perl -h tweak [PATCH]Gisle Aas2003-10-161-4/+4
| | | | | Message-Id: <lrn0c11pho.fsf@caliper.activestate.com> p4raw-id: //depot/perl@21464
* Perlfaq1 : take notice that 5.8.1 is now released.Rafael Garcia-Suarez2003-10-151-3/+3
| | | p4raw-id: //depot/perl@21456
* PerlFAQ sync. (only actual changes)Rafael Garcia-Suarez2003-10-151-2/+2
| | | p4raw-id: //depot/perl@21454
* Typos.Rafael Garcia-Suarez2003-10-151-2/+2
| | | p4raw-id: //depot/perl@21453
* Fix bug [perl #24212] : improper error recovery in theRafael Garcia-Suarez2003-10-152-2/+14
| | | | | tokenizer after an unknown filetest operator. p4raw-id: //depot/perl@21452
* Update MIME::Base64 and Digest::MD5 from the CPAN version.Rafael Garcia-Suarez2003-10-1512-52/+150
| | | p4raw-id: //depot/perl@21451
* Add support for Linux abstract unix domain sockets to Socket.pm.Rafael Garcia-Suarez2003-10-152-10/+33
| | | | | | Based on a idea by Alex Hudson. (Basically those are unix domain sockets whose name has a '\0' as first character.) p4raw-id: //depot/perl@21450
* SIGN => 1 support for MakeMakerAudrey Tang2003-10-153-2/+68
| | | | | Message-Id: <1066127547.65845.35.camel@localhost> p4raw-id: //depot/perl@21449
* Rewrite #21447.Abhijit Menon-Sen2003-10-151-4/+3
| | | p4raw-id: //depot/perl@21448
* [patch pod/perliol.pod]Stas Bekman2003-10-151-0/+5
| | | | | Message-Id: <3F8C9D59.3040403@stason.org> p4raw-id: //depot/perl@21447
* Duplicate 19423 (pathological hashes too easy) into hv_store_entNicholas Clark2003-10-141-2/+2
| | | | | (the routine used by perl level HV operations) p4raw-id: //depot/perl@21446
* Changes #20819 and #20996 break compatibility with perl 5.6.0Marcus Holland-Moritz2003-10-131-2/+2
| | | | | | From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2> p4raw-id: //depot/perl@21445
* [perl #24189] Incorrect comment in perldoc strictIain Spoon Truskett2003-10-131-1/+1
| | | | | | From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org> Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org> p4raw-id: //depot/perl@21442
* Internals::hash_seed() returns wrong valueJan Dubois2003-10-131-1/+1
| | | | | Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com> p4raw-id: //depot/perl@21441
* [perl #24122] setreuid and friends borked on darwin/osx pxm@nubz.org2003-10-121-2/+7
| | | | | | From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org> p4raw-id: //depot/perl@21440
* Tie::Hash documentationSlaven Rezic2003-10-121-5/+5
| | | | | Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de> p4raw-id: //depot/perl@21439
* Re: [perl #24122] setreuid and friends borked on darwin/osxSlaven Rezic2003-10-121-0/+6
| | | | | Message-ID: <87ekxq6n0t.fsf@vran.herceg.de> p4raw-id: //depot/perl@21438
* Minor nit in perlrun, spotted by Art Haas.Rafael Garcia-Suarez2003-10-121-6/+6
| | | p4raw-id: //depot/perl@21437
* threads::async + some cleanupElizabeth Mattijsen2003-10-101-10/+4
| | | | | Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]> p4raw-id: //depot/perl@21436
* Make everyone stop posting to p5p about 0e0.Abhijit Menon-Sen2003-10-101-3/+0
| | | p4raw-id: //depot/perl@21435
* Put all pre-processor #s on the first column (some compilers are picky)Nicholas Clark2003-10-097-34/+34
| | | | | [perl #24167] `#' comment signs not at the very beginning of a line p4raw-id: //depot/perl@21433
* Suppress the test file t/op/nothr5005.t and integrate its tests intoRafael Garcia-Suarez2003-10-093-68/+32
| | | | | | t/op/args.t, now that 5005threads have been removed. Port t/op/args.t to t/test.pl. p4raw-id: //depot/perl@21432