summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* FAQ sync.Jarkko Hietaniemi2001-10-232-84/+124
| | | p4raw-id: //depot/perl@12608
* Fix multicharacter titlecase (ucfirst).Jarkko Hietaniemi2001-10-231-4/+5
| | | p4raw-id: //depot/perl@12601
* Undeprecating $]Michael G. Schwern2001-10-221-4/+3
| | | | | Message-ID: <20011022034838.B1676@blackrider> p4raw-id: //depot/perl@12566
* Integrate from perlio; restructuring.Jarkko Hietaniemi2001-10-211-34/+34
|\ | | | | p4raw-id: //depot/perl@12554
| * PerlIO layer table as PL_perlio (per-interpreter)Nick Ing-Simmons2001-10-211-20/+20
| | | | | | p4raw-id: //depot/perlio@12544
* | Implement multicharacter case mappings where a singleJarkko Hietaniemi2001-10-212-14/+39
| | | | | | | | | | Unicode character can be mapped into several. p4raw-id: //depot/perl@12546
* | Prettyprinting.Jarkko Hietaniemi2001-10-211-125/+129
| | | | | | p4raw-id: //depot/perl@12543
* | perlpodspec and perlpod rewrite, draft 3 "final"Sean M. Burke2001-10-215-219/+2510
|/ | | | | Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net> p4raw-id: //depot/perl@12542
* Upgrade to podlators 1.11, from Russ Allbery.Jarkko Hietaniemi2001-10-202-7/+28
| | | p4raw-id: //depot/perl@12535
* Integrate perlio:Jarkko Hietaniemi2001-10-201-26/+26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 12530] Fixed in two places - p4 resolve [ 12529] Fix for ithreads/stdio build [ 12525] Avoid calling (now non-existant) Perl_sv_setsv(), by calling Perl_sv_setsv_flags directly. [ 12524] Add a new flag character 'm' to embed.pl set to represent "functions" which are really macros. Use it foe the troublesome sv_setsv() etc. macros in sv.h - changing latter to define sv_setsv rather than sv_setsv_macro etc. [ 12523] Add comments explaining why win32.h/embed.h are included where they are in perl.h [ 12522] Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not being used yet. [ 12511] Fix gross win32 build issues p4raw-link: @12530 on //depot/perlio: ed1c0269a31901e89fe8c0090d5c6cb7881eeb2f p4raw-link: @12529 on //depot/perlio: e0fa5af24242618e2201252ebce12dfc87892dd1 p4raw-link: @12525 on //depot/perlio: 485caab953a6ba703128628417a156139b8e7a26 p4raw-link: @12524 on //depot/perlio: af3c7592a74e7782bf0779c3272ee86140fadf53 p4raw-link: @12523 on //depot/perlio: 66a93824ccd37b2948fb857056747c3314d2a08c p4raw-link: @12522 on //depot/perlio: aa98ed8a09f34fb745cd31d496ab825619d2c82d p4raw-link: @12511 on //depot/perlio: a0ae667081b123207d4d0f2b6e6b7a5597859a57 p4raw-id: //depot/perl@12531
| * Add a new flag character 'm' to embed.pl set to representNick Ing-Simmons2001-10-201-26/+26
| | | | | | | | | | | | | | "functions" which are really macros. Use it foe the troublesome sv_setsv() etc. macros in sv.h - changing latter to define sv_setsv rather than sv_setsv_macro etc. p4raw-id: //depot/perlio@12524
* | C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.Abhijit Menon-Sen2001-10-191-5/+5
|/ | | | | (See #12499) p4raw-id: //depot/perl@12508
* Regen toc.Jarkko Hietaniemi2001-10-191-1/+15
| | | p4raw-id: //depot/perl@12505
* Tiny tweaks.Jarkko Hietaniemi2001-10-191-1/+2
| | | p4raw-id: //depot/perl@12504
* Re: perlintro.podAbe Timmerman2001-10-191-1/+1
| | | | | Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com> p4raw-id: //depot/perl@12503
* Slight reorganisation of references.Abhijit Menon-Sen2001-10-191-19/+18
| | | p4raw-id: //depot/perl@12502
* Unicode categories continue:Jarkko Hietaniemi2001-10-192-99/+95
| | | | | | | | implement Category=, Script=, Block= (these are based on an upcoming update of TR#18) Fix a bug where we got two In categories named "old italic", and another where shortcut for the Is categories wasn't taken. p4raw-id: //depot/perl@12500
* a small patch to perlintro.pod.Audrey Tang2001-10-191-13/+13
| | | | | | Message-Id: <20011019014551.A35625@not.autrijus.org> (Applied by hand with nits.) p4raw-id: //depot/perl@12499
* More documented In categories.Jarkko Hietaniemi2001-10-181-0/+2
| | | p4raw-id: //depot/perl@12495
* try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems Charles Lane2001-10-181-22/+22
| | | | | Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12491
* PATCH perl.pod: Suggested reorganization of table of contentsMark-Jason Dominus2001-10-181-38/+53
| | | | | Message-Id: <20011018102535.19264.qmail@plover.com> p4raw-id: //depot/perl@12490
* Regen toc.Jarkko Hietaniemi2001-10-183-26/+182
| | | p4raw-id: //depot/perl@12488
* Add perlintro, from Skud.Jarkko Hietaniemi2001-10-181-0/+645
| | | p4raw-id: //depot/perl@12487
* FAQ sync.Jarkko Hietaniemi2001-10-188-53/+44
| | | p4raw-id: //depot/perl@12486
* Regen doc with perlmodstyle added.Jarkko Hietaniemi2001-10-173-50/+182
| | | p4raw-id: //depot/perl@12470
* perlmodstyle as a patchKirrily Robert2001-10-171-0/+731
| | | | | Message-ID: <20011016224723.A20673@infotrope.net> p4raw-id: //depot/perl@12468
* for perlhack.pod - no p5p archive on deja/googleIan Phillipps2001-10-171-1/+5
| | | | | | | Message-ID: <20010906110939.A914@homer.diplex.co.uk> Mention also the develooper p5p archive. p4raw-id: //depot/perl@12467
* [PATCH] Doc patch on here-docs (perlop and perldata)David H. Adler2001-10-162-128/+135
| | | | | | | | | | | Date: Tue, 16 Oct 2001 11:59:35 -0400 Message-ID: <20011016115935.A13078@panix.com> Subject: [ PATCH ] perldata patch, revised From: "David H. Adler" <dha@panix.com> Date: Tue, 16 Oct 2001 18:26:49 -0400 Message-ID: <20011016182649.C23970@panix.com> p4raw-id: //depot/perl@12464
* Skeleton of "PerlIO_dup" coded.Nick Ing-Simmons2001-10-161-24/+24
| | | | | Still-passes all tests non-threaded (well it would wouldn't it!) p4raw-id: //depot/perlio@12451
* Fix scoping problem with FATAL warningsPaul Marquess2001-10-141-0/+6
| | | | | Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk> p4raw-id: //depot/perl@12434
* Rewrite mktables from scratch.Jarkko Hietaniemi2001-10-131-61/+80
| | | | | | | | | | | | | | | | | | | - Cleaner. - Faster: 15-20 seconds as opposed to several minutes. - More dynamic: the names of the various categories such as the linebreak ones are dynamic, not static. - Is.pl: long names for the general category properties are now available. - Ranges (<... ,First>, <..., Last>) from the general categories work now. - No more mktables.PL because the mktables.PL is not and never has been run to create a mktables. - syllables.txt and Is/Syl*.pl removed: non-standard (not part of the Unicode), and the whole concept is being reworked (http://syllabary.sourceforge.net/), the old way wouldn't even work with the new Syllables.txt (it would result in 1000+ new categories) p4raw-id: //depot/perl@12427
* Re: New module XML::CleanAndreas König2001-10-131-1/+1
| | | | | Message-ID: <m37ku0t0my.fsf@anima.de> p4raw-id: //depot/perl@12425
* FAQ sync.Jarkko Hietaniemi2001-10-122-11/+43
| | | p4raw-id: //depot/perl@12420
* Re: New module XML::CleanAndreas König2001-10-121-1/+2
| | | | | Message-Id: <m3elo9uv58.fsf@anima.de> p4raw-id: //depot/perl@12403
* , Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}Rafael Garcia-Suarez2001-10-091-4/+5
| | | | | Message-ID: <20011009221026.A8579@rafael> p4raw-id: //depot/perl@12384
* Re: [PATCH mg.c gv.c and others] ${^TAINT}Ronald J. Kimball2001-10-091-1/+1
| | | | | Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@12370
* FAQ sync.Jarkko Hietaniemi2001-10-082-4/+62
| | | p4raw-id: //depot/perl@12369
* Re: [PATCH mg.c gv.c and others] ${^TAINT}Michael G. Schwern2001-10-081-0/+5
| | | | | Message-ID: <20011008170014.L17083@blackrider> p4raw-id: //depot/perl@12367
* perlfunc/selectNicholas Clark2001-10-051-1/+1
| | | | | Message-Id: <20011005113358.Z38756@plum.flirble.org> p4raw-id: //depot/perl@12339
* Retract #12313 and #12249.Jarkko Hietaniemi2001-10-047-888/+690
| | | p4raw-id: //depot/perl@12338
* Yet more Unicode properties.Jarkko Hietaniemi2001-10-042-107/+140
| | | p4raw-id: //depot/perl@12334
* Unicode properties: fix L& (the #12319 didn't allow L&,Jarkko Hietaniemi2001-10-031-2/+2
| | | | | | only IsL&) and Inherited (negative lookahead good); add tests for Common, Inherited, and L&. p4raw-id: //depot/perl@12320
* (retracted by #12338)Casey West2001-10-036-447/+632
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: [PATCH] Code clean up for perlboot.pod Date: Tue, 2 Oct 2001 19:24:43 -0400 Message-ID: <20011002192443.B2163@stupid.geeknest.com> Subject: [PATCH] Code clean up for perlbot.diff From: Casey West <casey@geeknest.com> Date: Tue, 2 Oct 2001 19:25:22 -0400 Message-ID: <20011002192522.C2163@stupid.geeknest.com> Subject: [PATCH] Code clean up for perlcall.pod From: Casey West <casey@geeknest.com> Date: Tue, 2 Oct 2001 19:25:57 -0400 Message-ID: <20011002192557.D2163@stupid.geeknest.com> Subject: [PATCH] Code clean up for perldata.pod From: Casey West <casey@geeknest.com> Date: Tue, 2 Oct 2001 19:26:29 -0400 Message-ID: <20011002192629.E2163@stupid.geeknest.com> Subject: [PATCH] Code clean up for perldbmfilter.pod From: Casey West <casey@geeknest.com> Date: Tue, 2 Oct 2001 19:26:59 -0400 Message-ID: <20011002192659.F2163@stupid.geeknest.com> Subject: [PATCH] Code clean up for perlebcdic.pod From: Casey West <casey@geeknest.com> Date: Tue, 2 Oct 2001 19:27:37 -0400 Message-ID: <20011002192737.G2163@stupid.geeknest.com> p4raw-id: //depot/perl@12313
* FAQ sync.Jarkko Hietaniemi2001-10-021-20/+33
| | | p4raw-id: //depot/perl@12311
* Also the ^Is is optional.Jarkko Hietaniemi2001-10-011-6/+7
| | | p4raw-id: //depot/perl@12293
* sortsv not in place anymore, noticed by John P. Linderman.Jarkko Hietaniemi2001-10-011-1/+1
| | | p4raw-id: //depot/perl@12291
* Further tweaks to the Unicode properties.Jarkko Hietaniemi2001-10-011-8/+18
| | | p4raw-id: //depot/perl@12286
* Patch to put qsortsv in the public APIBrian Ingerson2001-09-301-22/+34
| | | | | Message-ID: <20010929174113.A30223@ttul.org> p4raw-id: //depot/perl@12276
* additional docs and testsRafael Garcia-Suarez2001-09-302-1/+6
| | | | | Message-ID: <20010929235448.A5017@rafael> p4raw-id: //depot/perl@12275
* FAQ sync.Jarkko Hietaniemi2001-09-304-62/+128
| | | p4raw-id: //depot/perl@12274