| Commit message (Expand) | Author | Age | Files | Lines |
* | applied non-conflicting parts of suggested patch | Charles Bailey | 1999-05-05 | 1 | -7/+57 |
* | make perldoc use backslashed pathnames within system() on win32 | Gurusamy Sarathy | 1999-05-05 | 1 | -1/+1 |
* | specify type of bracket in "Unmatched bracket" diagnostic; | Gurusamy Sarathy | 1999-03-26 | 1 | -10/+10 |
* | better description of "Integer overflow" diagnostic | Gurusamy Sarathy | 1999-03-26 | 1 | -11/+10 |
* | better "Illegal %s digit ignored" warnings | Gurusamy Sarathy | 1999-03-24 | 1 | -3/+12 |
* | Use '!' to mark native integer packings instead of '_'. | Jarkko Hietaniemi | 1999-03-03 | 1 | -3/+3 |
* | broken URLs fixed (from Michael G Schwern <schwern@pobox.com>) | Gurusamy Sarathy | 1999-02-15 | 1 | -2/+4 |
* | support native integers, pack("L_",...) etc. (via private mail) | Jarkko Hietaniemi | 1999-02-15 | 1 | -0/+5 |
* | allow C<select('foo')> to autovivify *foo (SelectSaver expects that) | Gurusamy Sarathy | 1999-02-14 | 1 | -5/+0 |
* | fix ops that are not filehandle constructors to not create GV if it | Gurusamy Sarathy | 1999-02-12 | 1 | -0/+5 |
* | Re: [PATCH 5.005_54] Evalled substitution parsing | Hugo van der Sanden | 1999-01-21 | 1 | -0/+6 |
* | Jumbo Configure update. | Jarkko Hietaniemi | 1999-01-19 | 1 | -0/+4 |
* | sanity check piped opens (tweaked version of patch suggested | Gurusamy Sarathy | 1999-01-17 | 1 | -0/+5 |
* | Warn on unrecognized alpha escapes. | Ilya Zakharevich | 1998-12-29 | 1 | -0/+11 |
* | Integrate from mainperl. | Jarkko Hietaniemi | 1998-12-08 | 1 | -8/+0 |
|\ |
|
| * | fix outdated/incorrect info about arbitrary limits | Gurusamy Sarathy | 1998-12-06 | 1 | -8/+0 |
* | | Fix most of the bad L<> links of | Tom Christiansen | 1998-12-02 | 1 | -1/+1 |
|/ |
|
* | propagate failures in DESTROY() as (optional) warnings | Gurusamy Sarathy | 1998-11-17 | 1 | -0/+12 |
* | restore sanity to "constant" references | Gurusamy Sarathy | 1998-10-21 | 1 | -0/+8 |
* | make warning about glob process failure optional | Gurusamy Sarathy | 1998-10-02 | 1 | -10/+13 |
* | document yet another RE diagnostic, make it consistent with REG_INFTY | Dominic Dunlop | 1998-10-02 | 1 | -0/+8 |
* | various Configure and hints updates (prefer drand48() or random() | Jarkko Hietaniemi | 1998-10-02 | 1 | -9/+9 |
* | big Configure update from Jarkko: sync metaconfig units; d_statblks fix | Gurusamy Sarathy | 1998-09-25 | 1 | -0/+15 |
* | grandfather deprecated "$$<digit>" no more | Gurusamy Sarathy | 1998-09-24 | 1 | -12/+0 |
* | misc pod tweaks | Gurusamy Sarathy | 1998-09-23 | 1 | -1/+1 |
* | (via private mail) | Charles Bailey | 1998-09-23 | 1 | -2/+9 |
* | warn on C<my($foo,$foo)> | Gurusamy Sarathy | 1998-09-23 | 1 | -4/+4 |
* | add test for magic autovivification | M. J. T. Guy | 1998-08-02 | 1 | -1/+1 |
* | better validation of SysV IPC availability | Jarkko Hietaniemi | 1998-08-02 | 1 | -3/+5 |
* | applied patch, add new message to perldeta | Stephen McCamant | 1998-07-22 | 1 | -0/+7 |
* | minor re.pm cleanup | M. J. T. Guy | 1998-07-19 | 1 | -0/+4 |
* | unsubmitted _74 tweaks | Gurusamy Sarathy | 1998-07-14 | 1 | -2/+2 |
* | merge changes#1423,1465 from maintbranch; checkin two missed files | Gurusamy Sarathy | 1998-07-14 | 1 | -2/+7 |
* | applied patch, reformatted long lines in places | Dominic Dunlop | 1998-07-11 | 1 | -0/+12 |
* | merge changes from maintbranch (1354, and relevant part of 1356); all | Gurusamy Sarathy | 1998-07-09 | 1 | -1/+11 |
* | remove dup entry in perldiag | Gurusamy Sarathy | 1998-07-06 | 1 | -7/+3 |
* | more reasonable diagnostic on keyword vs. sub ambiguity | Gurusamy Sarathy | 1998-07-06 | 1 | -15/+16 |
* | update Changes | Gurusamy Sarathy | 1998-07-06 | 1 | -2/+2 |
* | allow eval-groups in patterns only if they C<use re 'eval';> | Gurusamy Sarathy | 1998-07-06 | 1 | -0/+21 |
* | added patch with tweak to doc | Chip Salzenberg | 1998-07-05 | 1 | -1/+16 |
* | applied patch with tweaks to prose | Gisle Aas | 1998-07-04 | 1 | -0/+17 |
* | deprecate use of reserved word "our" (Larry's idea) | Larry Wall | 1998-07-04 | 1 | -0/+9 |
* | Re: [PATCH] Simplified magic_setisa() and improved fields.pm | Gisle Aas | 1998-06-30 | 1 | -0/+12 |
* | improve recursive error messages! | Joshua Pritikin | 1998-06-28 | 1 | -1/+6 |
* | Optimize foreach (1..1000000) | Gisle Aas | 1998-06-28 | 1 | -0/+7 |
* | Insecure $ENV{} message out of step with perldiag | M. J. T. Guy | 1998-06-28 | 1 | -2/+3 |
* | applied patch, tweaked wording | Ilya Zakharevich | 1998-06-21 | 1 | -6/+8 |
* | back out previous change (it breaks PERL_OBJECT) | Gurusamy Sarathy | 1998-06-15 | 1 | -8/+1 |
* | added patch, fixed typo, reworked documentation | Joshua Pritikin | 1998-06-15 | 1 | -1/+8 |
* | [win32] merge changes#1014,1038 from maintbranch | Gurusamy Sarathy | 1998-05-29 | 1 | -0/+6 |