summaryrefslogtreecommitdiff
path: root/lib/FindBin.pm
Commit message (Collapse)AuthorAgeFilesLines
* FindBin doesn't need to use Config;Nicholas Clark2009-06-131-2/+1
|
* VMS-specific tweak to FindBin for when $0 returns a unix-style filespec.Craig A. Berry2007-04-281-2/+2
| | | p4raw-id: //depot/perl@31105
* For FindBin to work as advertised on VMS, $FindBin::BinCraig A. Berry2007-01-271-1/+11
| | | | | must be in unix syntax. p4raw-id: //depot/perl@30037
* FindBin.pm: better fix for PATH entriesAlexey Tourbin2006-10-251-16/+11
| | | | | Message-ID: <20061025100255.GE7821@localhost.localdomain> p4raw-id: //depot/perl@29103
* Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)José Pedro Oliveira2005-06-081-2/+6
| | | | | Message-ID: <42A5FE8E.3020608@di.uminho.pt> p4raw-id: //depot/perl@24753
* Improve FindBin discovery of current directory, based on :José Pedro Oliveira2005-06-041-14/+20
| | | | | | | | Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379) Message-ID: <4283B050.6080805@di.uminho.pt> Plus POD fixes p4raw-id: //depot/perl@24704
* Error in the latest FindBin patch, noticed by NicholasRafael Garcia-Suarez2005-05-031-1/+1
| | | p4raw-id: //depot/perl@24379
* Fix for [perl #34252] Access rights in FindBin::BinRafael Garcia-Suarez2005-05-031-3/+5
| | | | | | At least on my platform, Cwd::getcwd doesn't find the current directory if it has no access to it. Try harder with Cwd::cwd. p4raw-id: //depot/perl@24375
* perl 5.8.0, FindBin::againSlaven Rezic2003-12-271-5/+15
| | | | | Message-ID: <873cjy31rp.fsf@vran.herceg.de> p4raw-id: //depot/perl@21968
* Message-Id: <3BC31E56.60805@stason.org>Stas Bekman2001-10-101-1/+15
| | | p4raw-id: //depot/perl@12395
* 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
* Bad lishp in change 11084Philip Newton2001-07-031-1/+1
| | | | | Message-Id: <200107030706.KAA04596@taas.iki.fi> p4raw-id: //depot/perl@11118
* OS/2 cwdIlya Zakharevich2001-07-021-3/+3
| | | | | Message-ID: <20010702062117.A1401@math.ohio-state.edu> p4raw-id: //depot/perl@11084
* still more multiline match cleanups (from Greg Bacon)Gurusamy Sarathy2000-03-011-1/+1
| | | p4raw-id: //depot/perl@5408
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-1/+1
| | | | | | | | | (change#4043 fixed the need for that) Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] XSLoader.pm p4raw-link: @4043 on //depot/cfgperl: 09bef84370e90d727656ea11ba5ee8be80e361d3 p4raw-id: //depot/perl@4623
* Update FindBin from maint-5.005.Jarkko Hietaniemi1999-02-021-14/+13
| | | p4raw-id: //depot/cfgperl@2799
* various tweaks for clean build and test on win32Gurusamy Sarathy1999-01-171-3/+3
| | | p4raw-id: //depot/perl@2632
* undo change#2571; C<use File::Spec> insteadGurusamy Sarathy1999-01-171-22/+4
| | | | | p4raw-link: @2571 on //depot/cfgperl: d5e6d479963de089122e954c00ec89b003ac06e4 p4raw-id: //depot/perl@2624
* FindBin.pm on Win32 systemsSlaven Rezic1999-01-061-1/+1
| | | | | | To: perlbug@perl.com Message-Id: <199901042201.XAA01875@cabulja.herceg.de> p4raw-id: //depot/cfgperl@2571
* [win32] Fix $ENV{Path} in FindBin.pmGurusamy Sarathy1997-12-301-2/+2
| | | p4raw-id: //depot/win32/perl@390
* Major changes to the DOS/djgpp port (including threading):Molnar Laszlo1997-12-171-1/+1
| | | | | Subject: Re: dos-djgpp port not in perl 5.004_54 p4raw-id: //depot/perl@373
* [inseparable changes from match from perl-5.003_97e to perl-5.003_97f]Perl 5 Porters1997-04-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CORE LANGUAGE CHANGES Subject: New operator systell() From: Chip Salzenberg <chip@perl.com> Files: doio.c ext/Opcode/Opcode.pm keywords.pl opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/op/sysio.t toke.c Subject: Allow constant sub to be optimized when called with parens From: Chip Salzenberg <chip@perl.com> Files: toke.c Subject: Make {,un}pack fail on invalid pack types From: Chip Salzenberg <chip@perl.com> Files: pod/perldiag.pod pp.c CORE PORTABILITY Subject: Fix bitwise ops and {,un}pack() on Cray CPUs From: Chip Salzenberg <chip@perl.com> Files: pp.c Subject: VMS update From: Charles Bailey <bailey@hmivax.humgen.upenn.edu> Files: lib/Cwd.pm lib/File/Path.pm lib/FindBin.pm vms/perly_c.vms vms/vms.c vms/writemain.pl Subject: Win32 update (three patches) From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: lib/Cwd.pm lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm lib/File/Basename.pm win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c win32/win32iop.h DOCUMENTATION Subject: Document size restrictions for packed integers From: Jarkko Hietaniemi <Jarkko.Hietaniemi@cc.hut.fi> Files: pod/perlfunc.pod LIBRARY AND EXTENSIONS Subject: Fix bug in Opcode when (maxo & 15) > 8 From: Chip Salzenberg <chip@perl.com> Files: ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs
* Fix FindBin under Win32, and document successNick Ing-Simmons1997-04-041-87/+35
| | | | | private-msgid: 199704051504.QAA09507@ni-s.u-net.com Signed-off-by: Nick Ing-Simmons <nik@tiuk.ti.com>
* [inseparable changes from patch from perl5.003_07 to perl5.003_08]Perl 5 Porters1996-11-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CORE LANGUAGE CHANGES Subject: Bitwise op sign rationalization From: Chip Salzenberg <chip@atlantic.net> Files: op.c opcode.pl pod/perlop.pod pod/perltoc.pod pp.c pp.h pp_hot.c proto.h sv.c t/op/bop.t Make bitwise ops result in unsigned values, unless C<use integer> is in effect. Includes initial support for UVs. Subject: Defined scoping for C<my> in control structures From: Chip Salzenberg <chip@atlantic.net> Files: op.c perly.c perly.c.diff perly.h perly.y proto.h toke.c Finally defines semantics of "my" in control expressions, like the condition of "if" and "while". In all cases, scope of a "my" var extends to the end of the entire control structure. Also adds new construct "for my", which automatically declares the control variable "my" and limits its scope to the loop. Subject: Fix ++/-- after int conversion (e.g. 'printf "%d"') From: Chip Salzenberg <chip@atlantic.net> Files: pp.c pp_hot.c sv.c This patch makes Perl correctly ignore SvIVX() if either NOK or POK is true, since SvIVX() may be a truncated or overflowed version of the real value. Subject: Make code match Camel II re: functions that use $_ From: Paul Marquess <pmarquess@bfsec.bt.co.uk> Files: opcode.pl Subject: Provide scalar context on left side of "->" From: Chip Salzenberg <chip@atlantic.net> Files: perly.c perly.y Subject: Quote bearword package/handle FOO in "funcname FOO => 'bar'" From: Chip Salzenberg <chip@atlantic.net> Files: toke.c OTHER CORE CHANGES Subject: Warn on overflow of octal and hex integers From: Chip Salzenberg <chip@atlantic.net> Files: proto.h toke.c util.c Subject: If -w active, warn for commas and hashes ('#') in qw() From: Chip Salzenberg <chip@atlantic.net> Files: toke.c Subject: Fixes for pack('w') From: Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de> Files: pp.c t/op/pack.t Subject: More complete output from sv_dump() From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: sv.c Subject: Major '..' and debugger patches From: Ilya Zakharevich <ilya@math.ohio-state.edu> Files: lib/perl5db.pl op.c pp_ctl.c scope.c scope.h Subject: Fix for formline() From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: global.sym mg.c perl.h pod/perldiag.pod pp_ctl.c proto.h sv.c t/op/write.t Subject: Fix stack botch in untie and binmode From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: pp_sys.c Subject: Complete EMBED, including symbols from interp.sym From: Chip Salzenberg <chip@atlantic.net> Files: MANIFEST embed.pl ext/DynaLoader/dlutils.c ext/SDBM_File/sdbm/sdbm.h global.sym handy.h malloc.c perl.h pp_sys.c proto.h regexec.c toke.c util.c x2p/Makefile.SH x2p/a2p.h x2p/handy.h x2p/util.h New define EMBEDMYMALLOC makes embedding total by avoiding "Mymalloc" etc. Subject: Support old embedding for people who want it From: Chip Salzenberg <chip@atlantic.net> Files: MANIFEST Makefile.SH old_embed.pl old_global.sym PORTABILITY Subject: Miscellaneous VMS fixes From: Charles Bailey <bailey@HMIVAX.HUMGEN.UPENN.EDU> Files: lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm lib/Math/Complex.pm lib/Time/Local.pm lib/timelocal.pl perl.h perl_exp.SH proto.h t/TEST t/io/read.t t/lib/findbin.t t/lib/getopt.t util.c utils/h2xs.PL vms/Makefile vms/config.vms vms/descrip.mms vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs vms/perlvms.pod vms/test.com vms/vms.c Subject: DJGPP patches (MS-DOS) From: "Douglas E. Wegscheid" <wegscd@whirlpool.com> Files: doio.c dosish.h ext/SDBM_File/sdbm/sdbm.c handy.h lib/AutoSplit.pm lib/Cwd.pm lib/File/Find.pm malloc.c perl.c perl.h pp_sys.c proto.h sv.c util.c Subject: Patch to make Perl work under AmigaOS From: "Norbert Pueschel" <pueschel@imsdd.meb.uni-bonn.de> Files: MANIFEST hints/amigaos.sh installman lib/File/Basename.pm lib/File/Find.pm pod/pod2man.PL pp_sys.c util.c
* Documentation patch to the FindBin moduleGisle Aas1996-09-201-2/+2
|
* Pod typos, pod2man bugs, and miscellaneous installation commentsJoseph S. Myers1996-09-201-3/+3
| | | | | Here is a patch for various typos and other defects in the Perl 5.003_05 pods, including the pods embedded in library modules.
* Clean up docmentation installation errors.Perl 5 Porters1996-08-241-2/+2
|
* Add FindBin library modulePerl 5 Porters1996-06-211-0/+232