summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* s/z/tz/Jarkko Hietaniemi2001-08-091-1/+1
| | | p4raw-id: //depot/perl@11625
* Article nit.Jarkko Hietaniemi2001-08-091-1/+1
| | | p4raw-id: //depot/perl@11624
* Rename lib/unicode files to lib/unicore to avoidJarkko Hietaniemi2001-08-091-1/+1
| | | | | | conflicts between core lib/unicode and Unicode:: files in case-ignoring filesystems. p4raw-id: //depot/perl@11623
* Introduce more floating point classifying APIs;Jarkko Hietaniemi2001-08-091-194/+82
| | | | | | | | | | | | | try to define (most importantly) Perl_is{inf,nan}(x). For this first cut, assume none such APIs exist in non-UNIXoid platforms-- this is of course too unkind: Win32 rumoredly has _fpclass() and _isnan(), and VMS/VOS very probably have some of the APIs available. The only thing Perl uses at the moment is Perl_isnan() (has been in use for a while now). NOTE: the Win32 and NetWare config_h.?c need regenerating. p4raw-id: //depot/perl@11618
* better VMS docs for $?, exit(), and system()Craig A. Berry2001-08-082-1/+17
| | | | | Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01> p4raw-id: //depot/perl@11610
* Update the magazine information.Jarkko Hietaniemi2001-08-071-12/+19
| | | p4raw-id: //depot/perl@11609
* With permission, change the licensing of the docs byJarkko Hietaniemi2001-08-0713-71/+27
| | | | | TomC (and Gnat) to comply with the rest of Perl. p4raw-id: //depot/perl@11607
* Advertise File::Temp, don't advertise POSIX::tmpnam().Jarkko Hietaniemi2001-08-061-21/+14
| | | p4raw-id: //depot/perl@11596
* Add PerlCE to the docs.Jarkko Hietaniemi2001-08-024-2/+112
| | | p4raw-id: //depot/perl@11550
* [ID 20010801.039] perlre.pod message typoAudrey Tang2001-08-011-1/+1
| | | | | Message-Id: <200108012048.f71Km2r79890@geb.elixus.org> p4raw-id: //depot/perl@11540
* Regen perlapi.Jarkko Hietaniemi2001-07-311-7/+10
| | | p4raw-id: //depot/perl@11522
* Regen toc.Jarkko Hietaniemi2001-07-311-36/+26
| | | p4raw-id: //depot/perl@11520
* [ID 20010621.004] Typo in perlobj.podAudrey Tang2001-07-311-1/+1
| | | | | Message-Id: <20010621235648.A57340@not.autrijus.org> p4raw-id: //depot/perl@11513
* Re: [ID 20010529.002] typos in man page perlre Stephen P. Potter2001-07-311-1/+1
| | | | | Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org> p4raw-id: //depot/perl@11511
* split()'s unused captures should be undef, not ''Jeff Pinyan2001-07-291-0/+9
| | | | | Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@11475
* $^N foolery as wellJeff Pinyan2001-07-291-4/+2
| | | | | Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@11474
* [DOC PATCH bleadperl] perlport.pod and C<..">>"...>Philip Newton2001-07-281-1/+2
| | | | | Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu> p4raw-id: //depot/perl@11472
* Doc fix for perlguts / threadingArthur Bergman2001-07-261-2/+2
| | | | | Message-Id: <B7845DD6.2812%arthur@contiller.se> p4raw-id: //depot/perl@11471
* add io/fs.t to vmsperl test suitePeter Prymmer2001-07-241-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com> p4raw-id: //depot/perl@11465
* Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>Larry Shatzer, Jr.2001-07-231-2/+2
| | | p4raw-id: //depot/perl@11454
* Re: [PATCH: perl@11373] pod fixups for pod/perlhack.podPeter Prymmer2001-07-221-8/+8
| | | | | Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com> p4raw-id: //depot/perl@11442
* Integrate change #11408 from macperl.Jarkko Hietaniemi2001-07-211-13/+10
| | | | | | | p4raw-link: @11408 on //depot/maint-5.6/macperl: dbb4888cf530f5a0f1689f26b30cde9e6c537f71 p4raw-id: //depot/perl@11433 p4raw-integrated: from //depot/maint-5.6/macperl@11432 'merge in' README.macos (@11199..) pod/perlport.pod (@11263..)
* [DOC PATCH bleadperl] its vs it's in perlhack.podPhilip Newton2001-07-191-1/+1
| | | | | Message-Id: <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk> p4raw-id: //depot/perl@11411
* Doc patch: perlre should mention perlrequick and perlretutMark-Jason Dominus2001-07-181-4/+14
| | | | | Message-Id: <20010717175920.8177.qmail@plover.com> p4raw-id: //depot/perl@11402
* Sections on writing tests & patching core modsMichael G. Schwern2001-07-171-16/+118
| | | | | Message-Id: <20010716182031.A1128@blackrider> p4raw-id: //depot/perl@11397
* make printf refer to sprintfGwyn Judd2001-07-171-3/+4
| | | | | Message-Id: <20010717205558.A3107@thislove> p4raw-id: //depot/perl@11396
* patch to add DEL to [:cntrl:]Jeffrey Friedl2001-07-141-1/+2
| | | | | Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com> p4raw-id: //depot/perl@11371
* Add information about gcc 3.0 basic block profiling.Jarkko Hietaniemi2001-07-132-24/+98
| | | p4raw-id: //depot/perl@11366
* Bump the version to 5.7.2.Jarkko Hietaniemi2001-07-131-0/+1
| | | p4raw-id: //depot/perl@11354
* Remove unicode::distinct, as per Inaba Hiroto.Jarkko Hietaniemi2001-07-132-43/+46
| | | p4raw-id: //depot/perl@11342
* Paging for Dr Octothorpe.Jarkko Hietaniemi2001-07-131-1/+1
| | | p4raw-id: //depot/perl@11341
* cut-n-paste error noticed by mjd.Jarkko Hietaniemi2001-07-121-1/+1
| | | p4raw-id: //depot/perl@11340
* update the octal situation in perlfaq4.podPeter Prymmer2001-07-121-5/+22
| | | | | Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com> p4raw-id: //depot/perl@11339
* Add HAS_PTHREAD_ATFORK.Jarkko Hietaniemi2001-07-121-1/+1
| | | p4raw-id: //depot/perl@11334
* informational tweaks to perl572delta.podPeter Prymmer2001-07-121-3/+9
| | | | | Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com> p4raw-id: //depot/perl@11331
* Typo spotted by Philip Newton.Jarkko Hietaniemi2001-07-121-1/+1
| | | p4raw-id: //depot/perl@11326
* Add README.uts from Hal Morris.Jarkko Hietaniemi2001-07-124-12/+23
| | | p4raw-id: //depot/perl@11324
* Regen Configure, modlib, toc.Jarkko Hietaniemi2001-07-122-20/+22
| | | p4raw-id: //depot/perl@11320
* AIX doc update.Jarkko Hietaniemi2001-07-121-5/+7
| | | p4raw-id: //depot/perl@11318
* Rename Unicode::UCD to UnicodeCD to avoidJarkko Hietaniemi2001-07-121-1/+1
| | | | | messups with case-insensitive filesystems. p4raw-id: //depot/perl@11307
* Update the AIX known problems section.Jarkko Hietaniemi2001-07-121-6/+7
| | | p4raw-id: //depot/perl@11302
* Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin testMark-Jason Dominus2001-07-122-19/+0
| | | | | | | Message-ID: <20010712045931.8543.qmail@plover.com> Remove the chmod/umask leading zero warning. p4raw-id: //depot/perl@11290
* Retract #11166 (and #11237).Jarkko Hietaniemi2001-07-121-12/+15
| | | p4raw-id: //depot/perl@11285
* Use reentrant API glibcArtur Bergman2001-07-121-33/+33
| | | | | Message-ID: <B772A6AD.2288%artur@contiller.se> p4raw-id: //depot/perl@11283
* Threadsafe PMOPs! We might still win this war.Artur Bergman2001-07-111-33/+33
| | | | | | | Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev> Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup(). p4raw-id: //depot/perl@11274
* Integrate #11263 from macperl; macos and macosx updates.Jarkko Hietaniemi2001-07-111-14/+7
| | | | | p4raw-id: //depot/perl@11271 p4raw-integrated: from //depot/maint-5.6/macperl@11270 'merge in' pod/perlport.pod (@11007..)
* [DOC PATCH] Pluggable runopsPaul Johnson2001-07-111-0/+17
| | | | | Message-ID: <20010710215328.B26577@pjcj.net> p4raw-id: //depot/perl@11268
* doc patch; times() in scalar contextMark-Jason Dominus2001-07-111-0/+2
| | | | | Message-ID: <20010710180117.12477.qmail@plover.com> p4raw-id: //depot/perl@11265
* Regen toc and modlib.Jarkko Hietaniemi2001-07-102-30/+169
| | | p4raw-id: //depot/perl@11261
* Mention package; deprecation and the Win32 problems.Jarkko Hietaniemi2001-07-101-1/+11
| | | p4raw-id: //depot/perl@11257