| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence an uninitialized value warning. | James E Keenan | 2012-10-05 | 1 | -0/+2 |
* | Avoid a "use of uninitialized value" warning from pwent.t | Nicholas Clark | 2011-09-27 | 1 | -0/+4 |
* | Convert t/op/pwent.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-13 | 1 | -109/+113 |
* | C<not> should be C<!> in pwent.t, to fix a precedence bug. | Nicholas Clark | 2011-03-13 | 1 | -2/+2 |
* | In pwent.t, sanitise the logic for opening /etc/passwd, and calling skip_all() | Nicholas Clark | 2011-03-13 | 1 | -17/+16 |
* | Move pwent.t's test for NIS+ earlier, before the "fallback" of /etc/passwd | Nicholas Clark | 2011-03-12 | 1 | -3/+3 |
* | In t/op/pwent.t, create try_prog() for the common 'try this command' logic. | Nicholas Clark | 2011-03-12 | 1 | -35/+20 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
* | [perl #53500] op/pwent.t should use the DirectoryService on OS X | Tom Wyant | 2008-05-18 | 1 | -0/+65 |
* | Leopard has more standard /etc/passwd files than previous | Rafael Garcia-Suarez | 2007-10-29 | 1 | -1/+2 |
* | add niscat (aka NIS 3, aka NIS +) to t/op/pwent | Peter Prymmer | 2002-05-05 | 1 | -0/+12 |
* | Be even more relaxed (re-allow having only one entry). | Jarkko Hietaniemi | 2001-06-26 | 1 | -1/+1 |
* | Relax the group and password tests back to moaning only | Jarkko Hietaniemi | 2001-06-24 | 1 | -1/+1 |
* | The group (and assumedly passwd) databases can have | Jarkko Hietaniemi | 2001-06-23 | 1 | -1/+7 |
* | MPE/iX fixes from Mark Bixby (a Configure fix is also needed.) | Jarkko Hietaniemi | 2001-06-20 | 1 | -1/+1 |
* | Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED) | Paul Schinder | 2001-04-05 | 1 | -2/+7 |
* | Use minimal @INC in tests, most of the time just '../lib', | Mike Guy | 2000-08-29 | 1 | -1/+1 |
* | Do away with array context, from Daniel Chetlin <daniel@chetlin.com> | Jarkko Hietaniemi | 2000-08-08 | 1 | -1/+1 |
* | [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily | Mark Dickinson | 2000-08-04 | 1 | -1/+2 |
* | Use setxxent()/endxxent(). | Jarkko Hietaniemi | 2000-05-02 | 1 | -2/+4 |
* | Test both the scalar and list contexts. | Jarkko Hietaniemi | 2000-05-02 | 1 | -2/+27 |
* | cosmetic testsuite patch | Graham Barr | 1999-07-28 | 1 | -1/+5 |
* | Safeguard against unimplemented functions in pwuid.t and grent.t | Jan Dubois | 1999-05-29 | 1 | -0/+5 |
* | more testsuite smarts (many of them courtesy Ilya) | Gurusamy Sarathy | 1999-05-12 | 1 | -8/+11 |
* | Handle NIS (and NetInfo) more robustly. | Jarkko Hietaniemi | 1999-01-21 | 1 | -38/+73 |
* | Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED) | Alan Champion | 1998-12-01 | 1 | -0/+1 |
* | Mirror #2384. | Jarkko Hietaniemi | 1998-11-29 | 1 | -1/+1 |
* | Better NetInfo behaviour. | Jarkko Hietaniemi | 1998-11-29 | 1 | -2/+2 |
* | Passwd and group file groveling. | Jarkko Hietaniemi | 1998-11-28 | 1 | -11/+38 |
* | Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel) | Gerben Wierda | 1998-11-23 | 1 | -4/+3 |
* | NeXTstep /etc/group and /etc/passwd are used only at boot time, | Gerben Wierda | 1998-11-22 | 1 | -1/+5 |
* | 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t | Jarkko Hietaniemi | 1998-08-08 | 1 | -0/+59 |