summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* Make writing user-defined character properties nicer.Jarkko Hietaniemi2002-04-211-7/+13
| | | p4raw-id: //depot/perl@16054
* One more way to do character class subtraction.Jarkko Hietaniemi2002-04-211-3/+6
| | | p4raw-id: //depot/perl@16052
* Typo in pod/perltrap.podAndrey Sapozhnikov2002-04-211-4/+10
| | | | | | | Message-ID: <3CC021EC.5080005@icb.chel.su> (tweaked a bit) p4raw-id: //depot/perl@16045
* Typo tweaks.Jarkko Hietaniemi2002-04-211-2/+2
| | | p4raw-id: //depot/perl@16042
* Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixedMark-Jason Dominus2002-04-201-10/+12
| | | | | Message-ID: <20020420073628.324.qmail@plover.com> p4raw-id: //depot/perl@16031
* Re: perl@16005Stas Bekman2002-04-201-1/+7
| | | | | | Message-ID: <3CC0F769.1010705@stason.org> (with a minor formatting nit) p4raw-id: //depot/perl@16024
* perlunicode.pod typosAndreas König2002-04-201-7/+6
| | | | | Message-ID: <m3vgamoheu.fsf@anima.de> p4raw-id: //depot/perl@16021
* Fill in the PERLIO sections.Nick Ing-Simmons2002-04-201-24/+116
| | | p4raw-id: //depot/perlio@16018
* User-defined character properties were unintentionallyJarkko Hietaniemi2002-04-202-2/+82
| | | | | removed, noticed by Dan Kogai. p4raw-id: //depot/perl@16012
* warn on ref open without perlioRafael Garcia-Suarez2002-04-191-0/+10
| | | | | | | Message-ID: <20020418231744.A24159@rafael> (with one nit, the skip message needed "# " prefix) p4raw-id: //depot/perl@16004
* Snip away an obsolete section noticed by Benjamin Goldberg.Jarkko Hietaniemi2002-04-191-4/+0
| | | p4raw-id: //depot/perl@15999
* Typo in pod/perldebtut.podAbigail2002-04-181-1/+1
| | | | | Message-Id: <20020418150945.389.qmail@foad.org> p4raw-id: //depot/perl@15996
* z/OS situation update.Jarkko Hietaniemi2002-04-181-4/+5
| | | p4raw-id: //depot/perl@15995
* [PATCH 5.7.3 docs] The question deals with a bug that was fixedMark-Jason Dominus2002-04-181-34/+22
| | | | | | | | | | | Date: Thu, 18 Apr 2002 09:38:17 -0400 Message-ID: <20020418133817.22436.qmail@plover.com> Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient From: Mark-Jason Dominus <mjd@plover.com> Date: Thu, 18 Apr 2002 09:54:50 -0400 Message-ID: <20020418135450.22999.qmail@plover.com> p4raw-id: //depot/perl@15992
* Documents for Merijn and lots of XXXs for NI-S :-)Jarkko Hietaniemi2002-04-162-8/+52
| | | p4raw-id: //depot/perl@15957
* Small patch: detypo and style changePhilip Newton2002-04-161-3/+3
| | | | | Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com> p4raw-id: //depot/perl@15952
* Some UTF-8 todos.Jarkko Hietaniemi2002-04-161-3/+10
| | | p4raw-id: //depot/perl@15948
* Let's not promise too much: use utf8 only works on identifierJarkko Hietaniemi2002-04-161-4/+3
| | | | | | | | | names, not package or subroutine names (admittedly limited [1], but that's what the Camel says, and that's what we are going to stick to for 5.8.0). Also document that use vars does not do utf8. [1] The obvious problem in both is that package and subroutine names need to mappable to the filesystem. p4raw-id: //depot/perl@15947
* Add CJK READMEs from Autrijus Tang, Dan Kogai, andJarkko Hietaniemi2002-04-163-86/+268
| | | | | Jungshik Shin. Regen toc. p4raw-id: //depot/perl@15944
* Re: [ID 20020412.005] Dancing ??sHugo van der Sanden2002-04-151-1/+5
| | | | | Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk> p4raw-id: //depot/perl@15936
* Chip didn't time travel.Abigail2002-04-151-1/+1
| | | | | Message-Id: <20020415154022.1554.qmail@foad.org> p4raw-id: //depot/perl@15931
* Fixed URL for the Alpha editor.Jarkko Hietaniemi2002-04-131-2/+2
| | | p4raw-id: //depot/perl@15901
* FAQ sync.Jarkko Hietaniemi2002-04-131-1/+1
| | | p4raw-id: //depot/perl@15895
* z/OS tally update.Jarkko Hietaniemi2002-04-131-3/+4
| | | p4raw-id: //depot/perl@15894
* s.Jarkko Hietaniemi2002-04-131-1/+1
| | | p4raw-id: //depot/perl@15891
* Phrasing fixes by Nicholas ClarkRafael Garcia-Suarez2002-04-131-8/+8
| | | p4raw-id: //depot/perl@15890
* More POD fixes and typosRafael Garcia-Suarez2002-04-131-6/+6
| | | p4raw-id: //depot/perl@15889
* Re: UTF-8 and DB_File ?Andreas König2002-04-131-4/+71
| | | | | Message-ID: <m3ads7j0pm.fsf@anima.de> p4raw-id: //depot/perl@15888
* Discuss the magic of \w in security terms.Jarkko Hietaniemi2002-04-122-1/+45
| | | p4raw-id: //depot/perl@15876
* Add a warning about the symbolic methods andJarkko Hietaniemi2002-04-121-0/+17
| | | | | symbolic sub refs not being checked for taint. p4raw-id: //depot/perl@15875
* Move up restricted hashes a bit.Jarkko Hietaniemi2002-04-121-4/+8
| | | p4raw-id: //depot/perl@15871
* Now using Unicode 3.2.0.Jarkko Hietaniemi2002-04-121-1/+1
| | | p4raw-id: //depot/perl@15870
* FAQ patch from mjd regarding Tie::File.Jarkko Hietaniemi2002-04-111-5/+6
| | | p4raw-id: //depot/perl@15868
* More NT Unicode information from Jan Dubois.Jarkko Hietaniemi2002-04-111-0/+5
| | | p4raw-id: //depot/perl@15865
* Add one perltodo item (and move bunch of them to better spot),Jarkko Hietaniemi2002-04-112-23/+42
| | | | | add sysopen() to "Functions for filehandles, files, or directories". p4raw-id: //depot/perl@15864
* Japanese language is jaPhilip Newton2002-04-101-1/+1
| | | | | Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com> p4raw-id: //depot/perl@15849
* Retract the UTF-8 filenames patch. This may beJarkko Hietaniemi2002-04-095-32/+0
| | | | | | better dealt with in Perl level, a la File::Spec (since the whole mess is strongly filesystem-specific). p4raw-id: //depot/perl@15835
* FAQ sync.Jarkko Hietaniemi2002-04-092-9/+9
| | | p4raw-id: //depot/perl@15832
* perlhist.pod doesn't mention 5.7.3.Abigail2002-04-091-0/+1
| | | | | Message-Id: <20020409134658.A18986@gatekeeper.osp.nl> p4raw-id: //depot/perl@15824
* Small perldelta tweaks.Jarkko Hietaniemi2002-04-091-13/+14
| | | p4raw-id: //depot/perl@15821
* FAQ sync. (Ignoring the few URL differences for now.)Jarkko Hietaniemi2002-04-088-59/+52
| | | p4raw-id: //depot/perl@15813
* example in pod/perllexwarn.podSlaven Rezic2002-04-081-2/+3
| | | | | Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de> p4raw-id: //depot/perl@15804
* docco fixesStas Bekman2002-04-081-11/+28
| | | | | Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org> p4raw-id: //depot/perl@15799
* Duh. If the input is a stream of UTF-8 bytes, all that'sJarkko Hietaniemi2002-04-071-1/+0
| | | | | | needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus. Now, where was my coffee mug... p4raw-id: //depot/perl@15779
* There was no nice way of getting in UTF-8 filenames:Jarkko Hietaniemi2002-04-075-0/+33
| | | | | | | | now one can use in the (new) three-arg form of readdir() and in File::Glob import a ":utf8" to transparently accept the filenames as Unicode. Note that only :utf8 is supported, not fancier stuff like :encoding(foobar) p4raw-id: //depot/perl@15776
* Regen toc.Jarkko Hietaniemi2002-04-061-504/+1118
| | | p4raw-id: //depot/perl@15768
* Explain the "gaps" in the UTF-8 encoding.Jarkko Hietaniemi2002-04-061-0/+5
| | | p4raw-id: //depot/perl@15761
* Make hv_notallowed a static as suggested by Nicholas Clark;Jarkko Hietaniemi2002-04-061-10/+9
| | | | | | and synchronize the nomenclature to talk about restricted (not fixed) hashes. p4raw-id: //depot/perl@15758
* Re: the dirty half dozen (Re: perl@15662)Nicholas Clark2002-04-061-13/+0
| | | | | | | Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net> (with the last one reversed) p4raw-id: //depot/perl@15757
* [perlunicode] A nasty doc bug causing the real one!Dan Kogai2002-04-061-1/+1
| | | | | Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp> p4raw-id: //depot/perl@15755