summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Oops. Forgot to mention the threads fix.perl-5.8.5Nicholas Clark2004-07-191-0/+6
| | | p4raw-id: //depot/maint-5.8/perl@23139
* Update the perldelta.Nicholas Clark2004-07-191-6/+5
| | | p4raw-id: //depot/maint-5.8/perl@23138
* Update ChangesNicholas Clark2004-07-192-1/+157
| | | p4raw-id: //depot/maint-5.8/perl@23137
* Integrate:Nicholas Clark2004-07-191-1/+1
| | | | | | | | | [ 23042] Bump $B::Deparse::VERSION p4raw-link: @23042 on //depot/perl: 6cb271b22aafa3e578dd67cc48ab658f6d61b7a2 p4raw-id: //depot/maint-5.8/perl@23136 p4raw-integrated: from //depot/perl@23042 'merge in' ext/B/B/Deparse.pm (@23010..)
* New sample config files.Nicholas Clark2004-07-172-29/+29
| | | p4raw-id: //depot/maint-5.8/perl@23134
* Integrate:Nicholas Clark2004-07-172-7/+30
| | | | | | | | | | | | | [ 23120] threads.xs doesn't check the return value of the thread creation call. D'oh! This gives SEGVs if the OS fails to create another thread. Cause of problem located by Nigel Sandever p4raw-link: @23120 on //depot/perl: d94006e83fb3a18ffb59fd5cb41bc7ab9d73a7f6 p4raw-id: //depot/maint-5.8/perl@23133 p4raw-integrated: from //depot/perl@23132 'copy in' ext/threads/threads.pm (@23019..) p4raw-integrated: from //depot/perl@23120 'copy in' ext/threads/threads.xs (@22918..)
* Integrate:Yitzchak Scott-Thoennes2004-07-163-849/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 23072] dor and // fulfil a TODO Correct a deviation from the Nicholas Clark style guide. [ 23073] A more honest TODO [ 23077] Resurrect the TODO items about Unicode filenames and Unicode %ENV Rant a bit more about POD -> HTML [ 23078] Dual lifing and dists is a TODO [ 23081] Finding a way to put "I'm MAINT" in perl -v is a TODO [ 23082] A decent benchmark would be useful. But it is vague. [ 23094] Generalised "how many in list context" would be useful [ 23103] s/sort/split/; - my mistake spotted by Dave. [ 23104] Some thoughts on foreach reverse [ 23107] Subject: [PATCH] split doc clarification Message-Id: <20040714171936.GA1092@efn.org> [ 23115] for (reverse @foo) now iterates in reverse in place. (Just the TODO change) [ 23116] Abigail notes that a re-entrant regexp engine is a todo [ 23129] Typo fix from Julian Gilbey, forwarded upstream from Debian by Brendan O'Dea [ 23130] Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses 1970 p4raw-link: @23130 on //depot/perl: ef4d88dbc62415c6922ee52abf857500451ce7d9 p4raw-link: @23129 on //depot/perl: bb2f379c4efa4641a7ec56364e78a5483eb0b2e2 p4raw-link: @23116 on //depot/perl: cee7ab8446e54171b9b94826ab5be2a5e24717d1 p4raw-link: @23115 on //depot/perl: e682d7b7fae5a50c5afb147f913a4e88d7261606 p4raw-link: @23107 on //depot/perl: ab7ee80f77caf2fe052e7d3d8de31097ada2baae p4raw-link: @23104 on //depot/perl: a5c75c1d181494e06a58988f267a8b3d081df483 p4raw-link: @23103 on //depot/perl: 60cb11a8de37fb2d6b164364e3bb7cdc6724a2c4 p4raw-link: @23094 on //depot/perl: 0c13e809ed4d404a11e0397efa6d6cb6bbb30d3e p4raw-link: @23082 on //depot/perl: d10fc4726b5a3070fe99b0b94bc8ef4d44cd4bbe p4raw-link: @23081 on //depot/perl: 89007cb3b367466c897ea44de3bf589824f66dd6 p4raw-link: @23078 on //depot/perl: 969e704ba5232fa0b254fa8b53740042a33809cf p4raw-link: @23077 on //depot/perl: 938c8732ceb115a707f725327a631eb35319ba87 p4raw-link: @23073 on //depot/perl: cd793d32bae0d3b42e0c38fe944828bcfc96d2aa p4raw-link: @23072 on //depot/perl: 0eec9087369ddc054372e9a09dbe6b4aefafd9a4 p4raw-id: //depot/maint-5.8/perl@23132 p4raw-integrated: from //depot/perl@23131 'copy in' pod/perluniintro.pod (@22540..) 'edit in' pod/perlfunc.pod (@23107..) pod/perltodo.pod (@23115..)
* Integrate:Nicholas Clark2004-07-162-3/+13
| | | | | | | | | | | | | | | [ 23051] Add some missing authors and remove 1 duplicate [ 23127] glob('*.c') to find documentation is dangerous when run in unclean trees, so isntead use MANIFEST to only scan the legitimate source files. p4raw-link: @23127 on //depot/perl: 69e39a9aeaf661e41da7db0001d9c91f3c2c89c7 p4raw-link: @23051 on //depot/perl: 1fa274e723b2a6cc579f684c3c92992016a8667c p4raw-id: //depot/maint-5.8/perl@23131 p4raw-integrated: from //depot/perl@23119 'copy in' AUTHORS (@22649..) autodoc.pl (@22875..)
* Integrate:Nicholas Clark2004-07-153-3/+7
| | | | | | | | | [ 23118] Assimilate Cwd 2.19 p4raw-link: @23118 on //depot/perl: 7ada78df9739acac44e6c9a8f1e08c978571e2a0 p4raw-id: //depot/maint-5.8/perl@23119 p4raw-integrated: from //depot/perl@23110 'copy in' ext/Cwd/Changes (@22991..) ext/Cwd/t/cwd.t lib/Cwd.pm (@23029..)
* Integrate:Craig A. Berry2004-07-141-1/+15
| | | | | | | | | | | [ 23071] Subject: [PATCH] prime_env_iter and zero-length values on VMS From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <40EE1CB9.8030407@mac.com> p4raw-link: @23071 on //depot/perl: ff79d39dc75833c4d7014282008680632389529f p4raw-id: //depot/maint-5.8/perl@23110 p4raw-integrated: from //depot/perl@23087 'merge in' vms/vms.c (@22544..)
* Integrate:Nicholas Clark2004-07-123-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 23076] Perl_mode_from_discipline must update len. (else SEGV) Diagnosis and patch from clkao [ 23083] Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len) Can now handle the case is_utf8_string(NULL,0) again. Why do we have code dup for Perl_is_utf8_string_loc() ? [ 23084] NI-S: IMHO utf8_upgrade is just changing representation not the value so it has no business calling SvSETMAGIC. [ 23085] Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too many meanings. const const vs mutable in this case. p4raw-link: @23085 on //depot/perl: d52b7888e9c3eb0ccb038b7c44075ba28e8fefa6 p4raw-link: @23084 on //depot/perl: 7a5fa8a2cb05d06ee722842024d6960f349f483b p4raw-link: @23083 on //depot/perl: 61468b033262a3098f06f5437d4f3f1f301cacb3 p4raw-link: @23076 on //depot/perl: 18a33fb59fd6afeb2aae93e4a139e231623b401f p4raw-id: //depot/maint-5.8/perl@23087 p4raw-edited: from //depot/perl@23086 'edit in' sv.c (@23084..) p4raw-integrated: from //depot/perl@23086 'copy in' utf8.c (@22764..) 'merge in' doio.c (@22741..)
* Disarm the release candidateNicholas Clark2004-07-121-1/+1
| | | p4raw-id: //depot/maint-5.8/perl@23086
* Remove the Safe $VERSION FIXME.Nicholas Clark2004-07-111-3/+2
| | | | | Comment on the rearrangement of lib/unicore p4raw-id: //depot/maint-5.8/perl@23080
* Need to copy the correct perldelta.Nicholas Clark2004-07-081-1/+1
| | | | | | Also need to fix Makefile.SH to work out what to copy using pod.lst (Spotted by Randal) p4raw-id: //depot/maint-5.8/perl@23070
* This is RC2. Maybe this one will last longer.Nicholas Clark2004-07-082-2/+2
| | | p4raw-id: //depot/maint-5.8/perl@23069
* Update ChangesNicholas Clark2004-07-082-0/+40
| | | p4raw-id: //depot/maint-5.8/perl@23068
* Rebuild toc. Resort MANIFESTNicholas Clark2004-07-082-72/+150
| | | p4raw-id: //depot/maint-5.8/perl@23067
* Integrate:Nicholas Clark2004-07-082-5/+8
| | | | | | | | | | | | | | | | | | | [ 23062] First stab at explaining that CLONE may get more parameters in future. More eloquent rewording desired. Patches welcome. [ 23065] Randal notes: "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there *is* a "perldoc perl583delta" properly. This is because perl584delta still thinks it's the perldelta p4raw-link: @23065 on //depot/perl: 5b304f34b36893c60dc4bd13dac6eee82bfce4c6 p4raw-link: @23062 on //depot/perl: 38e4e52d5683a57a270cdfb0cd26315320d2b453 p4raw-id: //depot/maint-5.8/perl@23066 p4raw-integrated: from //depot/perl@23064 'copy in' pod/perlmod.pod (@21832..) pod/perl584delta.pod (@22736..)
* Integrate:Nicholas Clark2004-07-081-0/+2
| | | | | | | | | [ 23063] Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef as an argument. p4raw-link: @23063 on //depot/perl: 808c356fac3636c92b02c9645ce5534d6ad58b38 p4raw-id: //depot/maint-5.8/perl@23064 p4raw-integrated: from //depot/perl@23057 'merge in' sv.c (@23018..)
* This is RC1Nicholas Clark2004-07-062-1/+2
| | | p4raw-id: //depot/maint-5.8/perl@23057
* Update ChangesNicholas Clark2004-07-062-1/+334
| | | p4raw-id: //depot/maint-5.8/perl@23056
* Cargo cult 5.8.5 upgradeNicholas Clark2004-07-0623-123/+124
| | | p4raw-id: //depot/maint-5.8/perl@23055
* Another tweakNicholas Clark2004-07-061-1/+1
| | | p4raw-id: //depot/maint-5.8/perl@23054
* Improvements suggested by JarkkoNicholas Clark2004-07-061-7/+7
| | | p4raw-id: //depot/maint-5.8/perl@23053
* Fixup change 22979 in the ChangeLog *properly* (so that tools parseNicholas Clark2004-07-061-7/+7
| | | | | it) p4raw-id: //depot/maint-5.8/perl@23050
* Back out 22997 as it causes Net::DNS to spin forever in 05-rr-txt.tNicholas Clark2004-07-052-21/+20
| | | p4raw-id: //depot/maint-5.8/perl@23049
* Change 23035 wasn't meant to integrate t/op/threads.t to maintNicholas Clark2004-07-051-61/+0
| | | p4raw-id: //depot/maint-5.8/perl@23045
* I missed the libnet upgrade. I almost missed Steve Hay reminding me ofNicholas Clark2004-07-051-0/+4
| | | | | this. p4raw-id: //depot/maint-5.8/perl@23044
* Things noticed by Ronald J Kimball and Steve HayNicholas Clark2004-07-051-2/+7
| | | p4raw-id: //depot/maint-5.8/perl@23043
* Integrate:Craig A. Berry2004-07-052-14/+28
| | | | | | | | | | | [ 23029] Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <40E704AA.4090801@mac.com> p4raw-link: @23029 on //depot/perl: 9d7d97294754b044f4b4bee93dbdfb1d82ffe0d7 p4raw-id: //depot/maint-5.8/perl@23041 p4raw-integrated: from //depot/perl@23039 'copy in' lib/Cwd.pm (@22991..) ext/Cwd/t/cwd.t (@22993..)
* Integrate:Nicholas Clark2004-07-044-15/+46
| | | | | | | | | | | | | | | [ 23022] The microperl config didn't know about usemallocwrap yet. [ 23027] More microperl tweaks. p4raw-link: @23027 on //depot/perl: ad5a63fe9396219f88b25d62a50a1bc7fb7f0c96 p4raw-link: @23022 on //depot/perl: 6f980a54574e0bf71b1f27e663d5e95cbb8a2612 p4raw-id: //depot/maint-5.8/perl@23039 p4raw-integrated: from //depot/perl@23038 'copy in' Makefile.micro (@20646..) README.micro (@20651..) p4raw-integrated: from //depot/perl@23022 'ignore' uconfig.h uconfig.sh (@22334..)
* Integrate:Nicholas Clark2004-07-0412-12/+12
| | | | | | | | | | | | | | | | | | | [ 23019] Bump version numbers [ 23025] Bump version number of Safe for CPAN release p4raw-link: @23025 on //depot/perl: 1fa3ce9ee33c5a6790400175c834f30a6408f81f p4raw-link: @23019 on //depot/perl: ff270adde2ed532b630356e4973f5a74e6152498 p4raw-id: //depot/maint-5.8/perl@23038 p4raw-integrated: from //depot/perl@23037 'copy in' ext/File/Glob/Glob.pm (@20686..) ext/threads/threads.pm (@22646..) ext/XS/APItest/APItest.pm (@22783..) lib/File/Copy.pm (@22804..) lib/diagnostics.pm (@22848..) ext/Opcode/Safe.pm lib/Carp.pm (@22898..) lib/utf8.pm (@22902..) lib/Text/Wrap.pm (@22903..) lib/charnames.pm (@22972..) lib/Text/ParseWords.pm (@22997..) 'merge in' lib/autouse.pm (@21650..)
* Integrate:Abigail2004-07-044-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | [ 23010] More caveats in B::Deparse's documentation (suggested by Yves Orton) [ 23011] Note that sv_2mortal isn't just "increase reference count by 1, and mark that it needs a deferred recount" [ 23014] Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++. Message-ID: <20040630100021.GA23752@abigail.nl> [ 23026] Maintainer change for Safe p4raw-link: @23026 on //depot/perl: 8577d3ae96899bac4092bfa95d3d1591dde1dbd3 p4raw-link: @23014 on //depot/perl: b033823e2923b62e3c7a923af9208bf9b9e23040 p4raw-link: @23011 on //depot/perl: 37d2ac1837312847ffa94e41a7233dcd5cd4c1fe p4raw-link: @23010 on //depot/perl: b64ba24ccbc4997863a040c844f7277cafb08de3 p4raw-id: //depot/maint-5.8/perl@23037 p4raw-integrated: from //depot/perl@23036 'copy in' Porting/Maintainers.pl (@22822..) 'merge in' ext/B/B/Deparse.pm (@22642..) pod/perlop.pod (@22936..) p4raw-integrated: from //depot/perl@23011 'merge in' sv.c (@23006..)
* Integrate:Jeff Pinyan2004-07-042-1/+7
| | | | | | | | | | [ 22995] Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org> p4raw-link: @22995 on //depot/perl: f81125e29831a3ead69d58ca3d58559654ea06d2 p4raw-id: //depot/maint-5.8/perl@23036 p4raw-integrated: from //depot/perl@23035 'copy in' t/op/regmesg.t (@21591..) 'merge in' regcomp.c (@22712..)
* Integrate:Andy Dougherty2004-07-0420-22/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 22994] More @INC test fixes [ 22998] Correct detection of absent modules. Based on Subject: [PATCH] Config{extensions} uses filesystem names as extensions Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu> with improvements from Marcus Holland-Moritz [ 23028] /usr/bin/locale steadfastly delivers 8 bit output independent of LC_ALL. So when perl's expecting utf8, things don't quite work right. This has become visible since fix 22842 p4raw-link: @23028 on //depot/perl: d281a6ac99b66dc149fbd56ba67cd73e3e87afb9 p4raw-link: @22998 on //depot/perl: 98641f606c65e71cca89f9a694e2796b5a21cbd8 p4raw-link: @22994 on //depot/perl: 996dc718da1f4671fb1ddb6550d03837abe87d27 p4raw-id: //depot/maint-5.8/perl@23035 p4raw-branched: from //depot/perl@23034 'branch in' t/op/threads.t (@22446..) p4raw-integrated: from //depot/perl@23034 'copy in' lib/locale.t (@19662..) t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t (@22424..) t/io/crlf.t (@22947..) ext/Devel/PPPort/t/test.t (@22953..) ext/threads/shared/t/disabled.t (@22954..) ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t (@22956..) lib/PerlIO/via/t/QuotedPrint.t (@22957..) lib/h2xs.t (@22965..) lib/DB.t lib/Dumpvalue.t lib/dumpvar.t (@22967..) 'merge in' lib/Tie/RefHash.t (@22966..) lib/autouse.t lib/overload.t (@22967..)
* Integrate:Nicholas Clark2004-07-042-20/+32
| | | | | | | | | | | | | | | | | [ 22992] Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text Use the suggested regex fix, plus some tests. [ 22997] Cleanup the main regex in Text::ParseWords and make the parse_line() routine faster. Add a Unicode test case. p4raw-link: @22997 on //depot/perl: 429b060a3290b7ecf98534144fcaf0fb46b2afe3 p4raw-link: @22992 on //depot/perl: a8c6c617075a77facc3560cfdaa8948a894f9baf p4raw-id: //depot/maint-5.8/perl@23034 p4raw-integrated: from //depot/perl@22997 'copy in' lib/Text/ParseWords.pm (@22992..) p4raw-integrated: from //depot/perl@22992 'ignore' lib/Text/ParseWords.t (@10676..)
* Integrate:Nicholas Clark2004-07-045-5/+35
| | | | | | | | | | | | | | | | | | | [ 22990] Fix for: [perl #2738] perl segfautls on input The parser was incorrectly accepting <> as a subroutine prototype and newATTRSUB didn't validate the proto argument before accessing op_sv. [ 23006] [perl #30509] use encoding and "eq" cause memory leak Perl_sv_eq() was creating a temp and not always freeing it p4raw-link: @23006 on //depot/perl: 0a1bd7acb04f7cfb7bc0973e9fa8f84b971137e7 p4raw-link: @22990 on //depot/perl: 8e742a20f09cb882e499103f4c5f4964764f2a86 p4raw-id: //depot/maint-5.8/perl@23033 p4raw-edited: from //depot/perl@23032 'edit in' t/comp/parser.t (@22372..) p4raw-integrated: from //depot/perl@23032 'merge in' toke.c (@22818..) op.c (@22839..) pod/perldiag.pod (@22969..) p4raw-integrated: from //depot/perl@23006 'merge in' sv.c (@22945..)
* Integrate:Nicholas Clark2004-07-0413-271/+150
| | | | | | | | | | | | | | | | | | | | | | | | | [ 22942] Upgrade to Locale::Maketext 1.09 p4raw-link: @22942 on //depot/perl: 1189c2455625fa7630a612bc6b2c4ce3a215a4bc p4raw-id: //depot/maint-5.8/perl@23032 p4raw-branched: from //depot/perl@23031 'branch in' lib/Locale/Maketext/t/01_about_verbose.t lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t lib/Locale/Maketext/t/40_super.t lib/Locale/Maketext/t/50_super.t lib/Locale/Maketext/t/60_super.t lib/Locale/Maketext/t/90_utf8.t p4raw-deleted: from //depot/perl@23031 'delete in' lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t (@19149..) lib/Locale/Maketext/t/90utf8.t (@19987..) lib/Locale/Maketext/t/04super.t lib/Locale/Maketext/t/05super.t (@22126..) lib/Locale/Maketext/t/06super.t (@22204..) p4raw-integrated: from //depot/perl@23031 'copy in' lib/Locale/Maketext/README (@22126..) lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog (@22204..) p4raw-integrated: from //depot/perl@22942 'merge in' MANIFEST (@22941..)
* Integrate:Nicholas Clark2004-07-045-32/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 22946] Upgrade to I18N::LangTags 0.31. [ 22964] Upgrade to I18N::LangTags 0.32 [ 23001] Stop 80_all_env.t failing when LC_ALL is set [ 23024] Upgrade to I18N::LangTags 0.33 (this would have all been part of the previous change but http://www.google.com/search?btnI=again&q=perforce+fails+bah ) p4raw-link: @23024 on //depot/perl: 66ee8a1ca11aa02dcc73e69fb12f718ad1e38cc7 p4raw-link: @23001 on //depot/perl: d8b6d0f352bde4073cdc4efb9df88467905e4ff6 p4raw-link: @22964 on //depot/perl: 8fcd89ecada0e6697e7afc9f417751d97c9e70dc p4raw-link: @22946 on //depot/perl: 8575f5e6a8b0b4cbc4c8e4c30f15a255a153e404 p4raw-id: //depot/maint-5.8/perl@23031 p4raw-integrated: from //depot/perl@23030 'copy in' lib/I18N/LangTags/t/10_http.t (@22941..) lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog (@22964..) p4raw-integrated: from //depot/perl@23001 'ignore' lib/I18N/LangTags/t/80_all_env.t (@22964..) p4raw-integrated: from //depot/perl@22946 'ignore' lib/I18N/LangTags/Detect.pm (@22941..)
* Integrate:Nicholas Clark2004-07-0412-24/+759
| | | | | | | | | | | | | | | | | | | | | | | [ 22941] Upgrade to I18N::LangTags 0.30. p4raw-link: @22941 on //depot/perl: 8000a3fa7bb45bbd1016a26c76a82389badfc8ce p4raw-id: //depot/maint-5.8/perl@23030 p4raw-branched: from //depot/perl@23020 'branch in' lib/I18N/LangTags/t/01_about_verbose.t lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t lib/I18N/LangTags/t/50_super.t lib/I18N/LangTags/t/55_supers_strict.t p4raw-deleted: from //depot/perl@23020 'delete in' lib/I18N/LangTags/t/01test.t (@20230..) lib/I18N/LangTags/t/02decency.t (@21528..) p4raw-integrated: from //depot/perl@23020 'copy in' lib/I18N/LangTags/List.pm (@21526..) p4raw-branched: from //depot/perl@22941 'branch in' lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/80_all_env.t p4raw-integrated: from //depot/perl@22941 'copy in' lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog (@21526..) 'merge in' MANIFEST (@22916..)
* Integrate:Nicholas Clark2004-07-016-16/+29
| | | | | | | | | | [ 23016] Sync to libnet-1.19 p4raw-link: @23016 on //depot/perl: 9714c66736b4a0b2235cb81bc9b77bbb7dd528fd p4raw-id: //depot/maint-5.8/perl@23020 p4raw-integrated: from //depot/perl@23017 'copy in' lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t (@22686..)
* Back 22969 out of maint. (reinstate the "Tied variable freed whileNicholas Clark2004-06-303-17/+12
| | | | | | still in use" error for the moment, as my change causes interesting bugs under utf8 locales) p4raw-id: //depot/maint-5.8/perl@23017
* Integrate:Nicholas Clark2004-06-3017-65/+92
| | | | | | | | | | | | | | | | | | [ 23002] Assimilate Locale-Codes-2.07 p4raw-link: @23002 on //depot/perl: 356373a2d8b3989a5bd4c75cba13144296e37c1d p4raw-id: //depot/maint-5.8/perl@23015 p4raw-integrated: from //depot/perl@23013 'copy in' lib/Locale/Codes/t/constants.t lib/Locale/Codes/t/currency.t (@10676..) lib/Locale/Codes/t/all.t (@14746..) lib/Locale/Constants.pm lib/Locale/Constants.pod lib/Locale/Currency.pod lib/Locale/Script.pod (@14770..) lib/Locale/Codes/t/uk.t (@15161..) lib/Locale/Language.pod (@15566..) lib/Locale/Codes/t/country.t (@16765..) lib/Locale/Codes/ChangeLog lib/Locale/Codes/README lib/Locale/Country.pod (@17571..) lib/Locale/Country.pm lib/Locale/Currency.pm lib/Locale/Language.pm lib/Locale/Script.pm (@20699..)
* Integrate:Nicholas Clark2004-06-305-66/+235
| | | | | | | | | | | | | | | | | | | | | | [ 22988] Upgrade to Cwd 2.17_03 [ 22991] Upgrade to Cwd 2.18 (with local changes to cwd.t, to adapt it to the core) [ 22993] Fix the Cwd tests for the core. p4raw-link: @22993 on //depot/perl: 39f7733f7d919f26b78bb3c93d85c8b5806102bc p4raw-link: @22991 on //depot/perl: 7832186692f2b5bb0ae5b8a911736baf4ab3ff87 p4raw-link: @22988 on //depot/perl: 09122b95120d497042cb9df9ebb06ebcfca423aa p4raw-id: //depot/maint-5.8/perl@23013 p4raw-integrated: from //depot/perl@23012 'copy in' ext/Cwd/t/taint.t (@21972..) ext/Cwd/Cwd.xs (@22020..) ext/Cwd/Changes (@22988..) p4raw-integrated: from //depot/perl@22991 'ignore' ext/Cwd/t/cwd.t (@22482..) p4raw-integrated: from //depot/perl@22988 'ignore' lib/Cwd.pm (@22482..)
* Integrate:Craig A. Berry2004-06-307-7/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 22935] Assert SvTYPE is at least PGMV whenever accessing SvSTASH (the Storable.xs part) [ 22943] Storable should cope if the string to thaw happens to be utf8 encoded And anything with bytes >=256 is corrupt [ 22944] Change 22516 forgot to add make_overload.pl to generate test data (submitted from the pub via wireless, bluetooth and then GPRS out to the Internet) [ 22968] Subject: [PATCH] Storable signedness nit From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <40D3AAC7.6030407@mac.com> p4raw-link: @22968 on //depot/perl: d0b2dd844be335e164b2ecfe0ede82808372fbba p4raw-link: @22944 on //depot/perl: 2b2a4664da7980c277c65f9377a7c7e38a1858c3 p4raw-link: @22943 on //depot/perl: fa523c3aebaa750d8df9401d8df709a481d30174 p4raw-link: @22935 on //depot/perl: 2649f2c19a9dc4cac2cf535de25fe7b36dee8328 p4raw-id: //depot/maint-5.8/perl@23012 p4raw-branched: from //depot/perl@23009 'branch in' ext/Storable/t/make_overload.pl p4raw-integrated: from //depot/perl@23009 'copy in' ext/Storable/t/utf8.t (@16953..) ext/Storable/ChangeLog ext/Storable/README ext/Storable/Storable.pm (@22536..) 'merge in' MANIFEST (@22942..) p4raw-integrated: from //depot/perl@22935 'edit in' ext/Storable/Storable.xs (@22536..)
* Integrate:Nicholas Clark2004-06-292-2/+10
| | | | | | | | | | | | | | | | | | | | | | [ 22996] Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org> Date: 25 Jun 2004 09:39:51 -0000 Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org> and From: Andy Dougherty <doughera@lafayette.edu> Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT) Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu> [ 23007] HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI 11.00 and on are ANSI by default for /opt/ansic/bin Error was introduced by #22975 in re-enabling 10.01 p4raw-link: @23007 on //depot/perl: 17ad866aff02c2981c62916ae8d9737d2b10d9fd p4raw-link: @22996 on //depot/perl: 59bcd2675b4d9d9def0f3ce528f98c2f096c4bfc p4raw-id: //depot/maint-5.8/perl@23009 p4raw-integrated: from //depot/perl@23005 'copy in' hints/solaris_2.sh (@22585..) hints/hpux.sh (@22975..)
* Draft 1 of perl585delta.Nicholas Clark2004-06-281-1/+175
| | | p4raw-id: //depot/maint-5.8/perl@23005
* Document h2ph changes in perldeltaRafael Garcia-Suarez2004-06-281-0/+8
| | | p4raw-id: //depot/maint-5.8/perl@23004
* Correct the changelog entry for 22979Nicholas Clark2004-06-281-20/+39
| | | p4raw-id: //depot/maint-5.8/perl@23003
* Update Changes. Almost time for 5.8.5Nicholas Clark2004-06-272-1/+488
| | | p4raw-id: //depot/maint-5.8/perl@23000