summaryrefslogtreecommitdiff
path: root/lib/Shell.pm
Commit message (Collapse)AuthorAgeFilesLines
* Shell.pm: pod rewrite and new mini-feature $Shell::rawLAUN Wolfgang2004-06-011-56/+84
| | | | | Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at> p4raw-id: //depot/perl@22883
* Bump version numbers of moules affected by change #22258Dave Mitchell2004-02-281-1/+1
| | | | | | (removing /tmp and other insecurities) p4raw-link: @22258 on //depot/perl: 2359510ddb135dcc6e80153f51cff0a97b20b597 p4raw-id: //depot/perl@22409
* update fix to Shell.pm in change #22254: make /dev/null portableDave Mitchell2004-02-011-2/+5
| | | | | p4raw-link: @22254 on //depot/perl: c4a2e7a54bf494cff88f7c7c033f6b017d36f653 p4raw-id: //depot/perl@22259
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-1/+1
| | | | | | | Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258
* Patch for Shell.pmManuel Valente2004-02-011-3/+10
| | | | | | | Message-Id: <4016AB72.1080503@idealx.com> New option for Shell.pm to discard stderr instead of capturing it p4raw-id: //depot/perl@22254
* Allow to create more than one Shell object :Stéphane Payrard2003-07-051-2/+2
| | | | | | Subject: [patch] Shell.pm fix Message-ID: <20030704231650.GA19701@stefp.dyndns.org> p4raw-id: //depot/perl@20003
* Shell.pm object methods brokenDan Brook2002-10-221-0/+1
| | | | | Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com> p4raw-id: //depot/perl@18044
* avoid v-strings with require/useRonald J. Kimball2001-09-211-1/+1
| | | | | Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@12113
* Change use|require 5.005_64 to use|require 5.6.1.Jarkko Hietaniemi2001-09-161-1/+1
| | | p4raw-id: //depot/perl@12041
* Bump up version numbers.Jarkko Hietaniemi2001-09-161-1/+1
| | | | | | | | | | | TODO 1: double check that pre-5.6.1 CPAN.pm:s don't try to download 5.8.0 because of the version numbers. Mainly this means using _00 in the core version numbers. TODO 2: the "use 5.005_64" in many modules needs to be changed to, say, "use 5.6.1". p4raw-id: //depot/perl@12040
* Tweten->WestCasey West2001-04-171-1/+1
| | | | | Message-ID: <20010416121122.B14554@stupid.geeknest.com> p4raw-id: //depot/perl@9719
* Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO InterfaceCasey R. Tweten2000-08-171-18/+55
| | | | | Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net> p4raw-id: //depot/perl@6666
* fix typos; avoid use constant for lowercase constants (producesGurusamy Sarathy2000-01-241-2/+2
| | | | | warnings now) p4raw-id: //depot/perl@4874
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-1/+2
| | | p4raw-id: //depot/perl@4860
* support C<use Shell> on Windows (reworked a patch suggestedGurusamy Sarathy1999-09-251-11/+48
| | | | | by Jenda Krynicky <Jenda@McCann.cz>) p4raw-id: //depot/perl@4229
* Warning from calls using "use Shell"Tim Bunce1997-08-071-1/+1
| | | | (this is the same change as commit a5bda13b0ef005fbbd13265a362caff51359bbc6, but as applied)
* perl 5.002perl-5.002Andy Dougherty1996-02-281-0/+49
| | | | | [editor's note: changes seem to be mostly module updates, documentation changes and some perl API macro additions]
* 5.002 beta 1Larry Wall1995-11-211-2/+32
| | | | | | | | | | | | | | | | | | | | | If you're adventurous, have a look at ftp://ftp.sems.com/pub/outgoing/perl5.0/perl5.002beta1.tar.gz Many thanks to Andy for doing the integration. Obviously, if you consult the bugs database, you'll note there are still plenty of buglets that need fixing, and several enhancements that I've intended to put in still haven't made it in (Hi, Tim and Ilya). But I think it'll be pretty stable. And you can start to fiddle around with prototypes (which are, of course, still totally undocumented). Packrats, don't worry too much about readvertising this widely. Nowadays we're on a T1 here, so our bandwidth is okay. Have the appropriate amount of jollity. Larry
* perl 5.000perl-5.000Larry Wall1994-10-171-0/+47
[editor's note: this commit combines approximate 4 months of furious releases of Andy Dougherty and Larry Wall - see pod/perlhist.pod for details. Andy notes that; Alas neither my "Irwin AccuTrack" nor my DC 600A quarter-inch cartridge backup tapes from that era seem to be readable anymore. I guess 13 years exceeds the shelf life for that backup technology :-(. ]