summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* Re: STRLEN - what?Andy Dougherty2000-12-051-0/+4
| | | | | | | Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu> Explain STRLEN. p4raw-id: //depot/perl@7997
* Re: [PATCH] The largest hoax of all times?Ilya Zakharevich2000-12-051-8/+24
| | | | | | | | | | | | | | | | | | Date: Tue, 5 Dec 2000 00:40:25 -0500 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu> Subject: Re: [PATCH] The largest hoax of all times? From: Ilya Zakharevich <ilya@math.ohio-state.edu> Date: Mon, 4 Dec 2000 23:55:53 -0500 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu> Subject: Re: [PATCH] The largest hoax of all times? From: Ilya Zakharevich <ilya@math.ohio-state.edu> Date: Tue, 5 Dec 2000 01:28:45 -0500 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu> Fix the unpredictable order of DESTROYs. p4raw-id: //depot/perl@7991
* UTF-8 hash keys, patch from Inaba Hiroto.Jarkko Hietaniemi2000-12-041-4/+4
| | | p4raw-id: //depot/perl@7980
* Re: [ID 20001130.011] expression parsing bug ?Ronald J. Kimball2000-12-011-8/+8
| | | | | | | Message-ID: <20001201162608.B1436@linguist.dartmouth.edu> Reword the diagnostic message. p4raw-id: //depot/perl@7949
* Some help for 20001130.011. Now one gets warnings likeJarkko Hietaniemi2000-12-011-0/+11
| | | | | "Ambiguous -f() resolved as a file test ..." p4raw-id: //depot/perl@7944
* Retract #7941. Forbidding subs m/s/etc is too cruel becauseJarkko Hietaniemi2000-12-011-7/+0
| | | | | that also breaks using them as methods. p4raw-id: //depot/perl@7943
* (Retracted by #7943.)Jarkko Hietaniemi2000-12-011-0/+7
| | | | | Reserve the short named string operator names. p4raw-id: //depot/perl@7941
* Get the three different space character classes right under utf8.Jarkko Hietaniemi2000-12-011-2/+4
| | | p4raw-id: //depot/perl@7940
* Re: question about retlen in utf8.c:Perl_utf8_to_uv()Peter Prymmer2000-11-301-9/+10
| | | | | | | Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com> plus regen perlapi.pod. p4raw-id: //depot/perl@7932
* Tokeniser debuggingSimon Cozens2000-11-291-0/+1
| | | | | Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk> p4raw-id: //depot/perl@7916
* Re: [PATCH 5.7.0] OUT keyword for xsubppIlya Zakharevich2000-11-291-23/+44
| | | | | | | | | | | | | | | Date: Wed, 29 Nov 2000 02:13:14 -0500 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu> OUT keyword nits. Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp From: Ilya Zakharevich <ilya@math.ohio-state.edu> Date: Wed, 29 Nov 2000 03:09:04 -0500 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu> OUT and IN_OUT documentation. p4raw-id: //depot/perl@7915
* One more perltie.pod nit from Casey R. Tweten.Jarkko Hietaniemi2000-11-291-11/+0
| | | p4raw-id: //depot/perl@7910
* Document the known sprintf test failures, exact standardJarkko Hietaniemi2000-11-291-0/+9
| | | | | reference from Dominic Dunlop, NonStop-UX testing from Tom Bates. p4raw-id: //depot/perl@7909
* Re: [PATCH] Updating perltie.pod for arraysCasey R. Tweten2000-11-291-10/+16
| | | | | | | | | | | Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST) Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net> Subject: Re: [PATCH] Updating perltie.pod for arrays From: "Casey R. Tweten" <crt@kiski.net> Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST) Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net> p4raw-id: //depot/perl@7907
* [ID 20001128.002] what's the point of example code if it is buggy?Nicholas Clark2000-11-281-4/+28
| | | | | Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk> p4raw-id: //depot/perl@7904
* Updating perltie.pod for arraysCasey R. Tweten2000-11-281-38/+189
| | | | | Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net> p4raw-id: //depot/perl@7903
* Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)Robin Barker2000-11-281-0/+9
| | | | | Message-Id: <200011271756.RAA22706@tempest.npl.co.uk> p4raw-id: //depot/perl@7902
* Re: perlfaq style changesYitzchak Scott-Thoennes2000-11-273-11/+9
| | | | | | | Message-ID: <KyLI6gzkgiRK092yn@efn.org> plus a note from Ronald Kimball. p4raw-id: //depot/perl@7891
* Adjust the docs to agree with #7875.Jarkko Hietaniemi2000-11-271-15/+8
| | | p4raw-id: //depot/perl@7876
* Overeager visited-positions optimizationsIlya Zakharevich2000-11-221-4/+8
| | | | | Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@7815
* Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]Dominic Dunlop2000-11-211-43/+71
| | | | | | | | Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> va_copy() and the need of it. See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>. p4raw-id: //depot/perl@7793
* DOC PATCH 5.6.0 perlreftutMark-Jason Dominus2000-11-201-1/+1
| | | | | Message-ID: <20001120194506.9505.qmail@plover.com> p4raw-id: //depot/perl@7786
* Integrate perlio:Jarkko Hietaniemi2000-11-201-7/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 7755] Add dummy crlf layer (just as buffer) Correct 1st bug - one layer of indirection. [ 7754] Work-round to Perl_deb_nocontext is no longer required [ 7753] diff -se shows these as different [ 7752] Configure GCC/Win32 build -Duseperlio Fix a couple of gross issues - double-include of ../deb.o in re.dll - win32sck.c needs PerlIO and FILE [ 7751] Special case :crlf and :raw in dummy PerlIO_apply_layers [ 7750] Missing aTHX_ p4raw-link: @7755 on //depot/perlio: 66ecd56be076649bc9da523c12d89e06e353e801 p4raw-link: @7754 on //depot/perlio: 29befd70e124b0c2d1673e9ffa4f201bfa81073b p4raw-link: @7753 on //depot/perlio: 39fb0ac880fd9390e3f92048baaba9392e38eca6 p4raw-link: @7752 on //depot/perlio: 8fada4f68b93131e799325ac5c6f8a949351407d p4raw-link: @7751 on //depot/perlio: 95c70f2077ea14f8e2426dbcac9828b259a86bf2 p4raw-link: @7750 on //depot/perlio: d6efbbad1ae8d76e90821a7418ba77645896b8bf p4raw-id: //depot/perl@7756
| * diff -se shows these as differentNick Ing-Simmons2000-11-191-7/+7
| | | | | | p4raw-id: //depot/perlio@7753
* | podlators 1.05 available Russ Allbery2000-11-191-2/+2
|/ | | | | Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu> p4raw-id: //depot/perl@7748
* Explain in more detail the {} syntax ambiguousity.Nicholas Clark2000-11-181-0/+23
| | | | | | Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error Message-ID: <20001117221028.A88930@plum.flirble.org> p4raw-id: //depot/perl@7731
* Fix for 20000815.006Stephen P. Potter2000-11-171-0/+6
| | | | | | | Message-Id: <200011171357.IAA05122@spotter.yi.org> It's really 20000518.006. p4raw-id: //depot/perl@7726
* Fix for 20000409.001Stephen P. Potter2000-11-171-5/+3
| | | | | Message-Id: <200011171355.IAA05104@spotter.yi.org> p4raw-id: //depot/perl@7725
* Undo #7627 now that we have =head3.Jarkko Hietaniemi2000-11-171-2/+2
| | | p4raw-id: //depot/perl@7724
* Re: 20001101.003 PDLNicholas Clark2000-11-162-23/+30
| | | | | Message-ID: <20001116164825.B93487@plum.flirble.org> p4raw-id: //depot/perl@7717
* Re: [p5p] [PATCH perlpod.pod] Digging into the =headCasey R. Tweten2000-11-161-2/+9
| | | | | Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net> p4raw-id: //depot/perl@7716
* perllocale.pod changesVadim Konovalov2000-11-161-8/+8
| | | | | | From: "Konovalov, Vadim" <vkonovalov@lucent.com> Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com> p4raw-id: //depot/perl@7714
* Add fwalk() probe to the configuration files and regen perltoc.Jarkko Hietaniemi2000-11-161-25/+35
| | | p4raw-id: //depot/perl@7705
* Tweak the definition of the bit complement on UTF-8 data:Yitzchak Scott-Thoennes2000-11-131-0/+12
| | | | | | | | | | | | | | | if none of the characters in the string are > 0xff, the result is a complemented byte string, not a (UTF-8) char string. Based on the summary in Subject: Re: [ID 20000918.005] ~ on wide chars Message-ID: <jSDD6gzkgi/T092yn@efn.org> This should give us the maximum backward (pre-char string) compatibility and utf8 compatibility. The other alternative would be to limit the bit complement to be always byte only, taking the least significant byte of the chars. p4raw-id: //depot/perl@7665
* Document tell() on special streams.Jarkko Hietaniemi2000-11-121-0/+4
| | | p4raw-id: //depot/perl@7661
* [ID 20001112.004] man perlfunc omits tell()'s error returnNicholas Clark2000-11-121-3/+3
| | | | | Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net> p4raw-id: //depot/perl@7658
* Copy the s// information of README.hpux also to the perlrun.Jarkko Hietaniemi2000-11-111-2/+16
| | | p4raw-id: //depot/perl@7652
* More descriptive error for unknown perlio layers.Dominic Dunlop2000-11-111-0/+9
| | | | | | Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do. Message-Id: <p04320401b632c4c3335b@[192.168.1.4]> p4raw-id: //depot/perl@7650
* fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitchRobert Spier2000-11-111-1/+1
| | | | | Message-ID: <14861.32839.491271.985797@rls.cx> p4raw-id: //depot/perl@7648
* README.solarisAndy Dougherty2000-11-103-835/+908
| | | | | Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@7639
* There's no =head3.Jarkko Hietaniemi2000-11-091-2/+2
| | | p4raw-id: //depot/perl@7627
* Fix forH.Merijn Brand2000-11-091-1/+1
| | | | | | Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED) Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7624
* cygwin portFifer, Eric2000-11-071-1/+1
| | | | | | | Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com> Synchronize with Cygwin 1.1.5. p4raw-id: //depot/perl@7597
* perlhack updates from H.Merijn Brand.Jarkko Hietaniemi2000-11-071-27/+61
| | | p4raw-id: //depot/perl@7596
* Tweak #7587.Jarkko Hietaniemi2000-11-071-2/+4
| | | p4raw-id: //depot/perl@7588
* A doc addition for bug id 20001105.019, beware \p.Jarkko Hietaniemi2000-11-071-0/+5
| | | p4raw-id: //depot/perl@7587
* Pod updatesStephen P. Potter2000-11-0736-140/+157
| | | | | Message-Id: <200011062357.SAA18173@spotter.yi.org> p4raw-id: //depot/perl@7585
* %ENV note tweaks from Dan Sugalski.Jarkko Hietaniemi2000-11-061-1/+1
| | | p4raw-id: //depot/perl@7583
* Document %ENV = () portability issues.Jarkko Hietaniemi2000-11-061-1/+4
| | | p4raw-id: //depot/perl@7580
* Re: rsync'ed patches vs. rsync'ed sourceH.Merijn Brand2000-11-061-9/+219
| | | | | Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7572