| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ‘require func()’ work with .pm abs pathv5.14.0-RC3 | Father Chrysostomos | 2011-05-11 | 1 | -1/+15 |
* | Make BEGIN {require 5.12.0} behave as documented. | Nicholas Clark | 2010-11-25 | 1 | -1/+4 |
* | Fix -DPERL_NO_UTF16_FILTER | Eric Brine | 2009-11-30 | 1 | -3/+6 |
* | Force OP_REQUIRE to scalar context at the end of ck_require and don't let it ... | Gerard Goossen | 2009-11-21 | 1 | -2/+1 |
* | Add a TODO test for "require" always being in scalar context. | Gerard Goossen | 2009-11-21 | 1 | -2/+4 |
* | Move the test for require 5.11.0 not loading strictures to require.t from use.t | Nicholas Clark | 2009-10-09 | 1 | -1/+7 |
* | Print the encoding name as part of the test, rather than on a separate line. | Nicholas Clark | 2009-10-09 | 1 | -3/+1 |
* | Refactor bytes_to_utf16() into a more generic routine that also handles UTF-8 | Nicholas Clark | 2009-10-09 | 1 | -8/+15 |
* | Move tests for use for "new style version numbers" to use.t from require.t | Nicholas Clark | 2009-10-09 | 1 | -9/+1 |
* | Move &do_require to the top of require.t, so that @a is the first lexical. | Nicholas Clark | 2009-10-08 | 1 | -7/+7 |
* | Move the test for RT #49472 to op/attrs.t from comp/require.t | Nicholas Clark | 2009-10-08 | 1 | -15/+1 |
* | Avoid using bytes in require.t, as pack "C0U" does what we need. | Nicholas Clark | 2009-10-08 | 1 | -2/+1 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
* | [perl #49472] Attributes + Unkown Error | Dave Mitchell | 2008-02-09 | 1 | -1/+15 |
* | Tests for the .pmc functionality. | Nicholas Clark | 2007-10-09 | 1 | -4/+63 |
* | do $file; won't propagate errors from die, as do is an implicit eval. | Nicholas Clark | 2007-01-08 | 1 | -2/+2 |
* | require should ignore directories found when searching @INC not just | Gisle Aas | 2006-03-16 | 1 | -1/+1 |
* | Explain better how that test count works. | Rafael Garcia-Suarez | 2006-01-18 | 1 | -3/+4 |
* | New t/comp/require.t tests should go before the conditional exit. | Nicholas Clark | 2006-01-18 | 1 | -9/+10 |
* | Regression test for change #26881 | Rafael Garcia-Suarez | 2006-01-17 | 1 | -1/+10 |
* | Don't code the absolute number of tests for the UTF8/EBCDIC case; much | Nicholas Clark | 2006-01-06 | 1 | -1/+1 |
* | comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to | Nicholas Clark | 2005-12-16 | 1 | -11/+14 |
* | Added test for change #26373. | Steve Peters | 2005-12-15 | 1 | -2/+13 |
* | Bring bleadperl up to version.pm | John Peacock | 2005-06-13 | 1 | -1/+1 |
* | Revert change 23843. | Rafael Garcia-Suarez | 2005-01-24 | 1 | -10/+8 |
* | Re: [perl #31924] %INC caching failure-case problem | Rick Delaney | 2005-01-21 | 1 | -8/+10 |
* | Final version object core patch? | John Peacock | 2004-08-04 | 1 | -1/+1 |
* | Re: require patch breaks locale | Rick Delaney | 2003-10-09 | 1 | -1/+1 |
* | (was Re: require() does not behave aas documented) | Rick Delaney | 2003-10-06 | 1 | -2/+38 |
* | Fix test count, by Abe Timmerman. | Rafael Garcia-Suarez | 2003-06-28 | 1 | -1/+1 |
* | Fix [perl #21742] : | Rafael Garcia-Suarez | 2003-06-25 | 1 | -3/+3 |
* | Revert change #19126, a poor attempt at fixing bug #21742. | Marcus Holland-Moritz | 2003-06-16 | 1 | -1/+2 |
* | Fix bug #21742. require should be always invoked in | Rafael Garcia-Suarez | 2003-04-01 | 1 | -2/+18 |
* | If expecting UTF-8, probably not expecting UTF-16. | Jarkko Hietaniemi | 2002-03-28 | 1 | -3/+4 |
* | cleaner close on tests, take 2 | Andreas König | 2001-12-29 | 1 | -1/+1 |
* | Drop all the unnecessary "use utf8" clauses and some of | Jarkko Hietaniemi | 2001-08-12 | 1 | -1/+0 |
* | more tests (was Re: Perl5.7.* Unicode/EBCDIC status.) | Peter Prymmer | 2001-03-30 | 1 | -2/+9 |
* | Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO. | Nick Ing-Simmons | 2000-12-09 | 1 | -1/+2 |
* | Use minimal @INC in tests, most of the time just '../lib', | Mike Guy | 2000-08-29 | 1 | -1/+2 |
* | require.t needs binmode() to work on windows | Gurusamy Sarathy | 2000-08-02 | 1 | -0/+1 |
* | The swallow_bom() saga continues. The #23 of require.t | Jarkko Hietaniemi | 2000-07-31 | 1 | -9/+10 |
* | Get UTF16 BOMs working. Patch from | M. J. T. Guy | 2000-07-25 | 1 | -1/+2 |
* | integrate cfgperl changes#6261..6266 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+11 |
* | do FILE should not see outside lexicals (from Rick Delaney | Gurusamy Sarathy | 2000-03-08 | 1 | -2/+13 |
* | per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and | Gurusamy Sarathy | 2000-02-23 | 1 | -3/+3 |
* | adjust for lost fp precision in require version check | Gurusamy Sarathy | 2000-02-22 | 1 | -5/+5 |
* | remove dual-valueness of v-strings (i.e., they are pure strings | Gurusamy Sarathy | 2000-02-21 | 1 | -10/+10 |
* | longstanding bug in parsing "require VERSION", could reallocate | Gurusamy Sarathy | 2000-02-10 | 1 | -1/+19 |
* | support for v5.5.640 style version numbers | Gurusamy Sarathy | 1999-12-24 | 1 | -1/+51 |
* | applied suggested patch, modulo superseded parts | Charles Bailey | 1999-03-24 | 1 | -1/+1 |