| Commit message (Expand) | Author | Age | Files | Lines |
* | optional warning on join(/foo/...) (reworked suggested patch | Gurusamy Sarathy | 1999-09-06 | 1 | -0/+7 |
* | initial implementation of lvalue subroutines (slightly fixed | Gurusamy Sarathy | 1999-09-05 | 1 | -0/+17 |
* | [REPATCH 5.005_61] Re: perldiag.pod omissions | Colin Kuskie | 1999-09-01 | 1 | -5/+14 |
* | Retract #3922 (Rule #1 was invoked). | Jarkko Hietaniemi | 1999-08-30 | 1 | -4/+0 |
* | Use \N{named characters} instead of \C. | Ilya Zakharevich | 1999-08-30 | 1 | -2/+2 |
* | sub : attrlist | Spider Boardman | 1999-08-29 | 1 | -2/+51 |
* | Rename warning to warnings, from Paul Marquess. | Jarkko Hietaniemi | 1999-08-29 | 1 | -3/+6 |
* | Implement 64-bit vec(). | Jarkko Hietaniemi | 1999-08-29 | 1 | -1/+5 |
* | Don't document ill-defined vec() bits cases | Jarkko Hietaniemi | 1999-08-19 | 1 | -2/+2 |
* | Removed duplicated code (in pp.c and mg.c) by introducing | Jarkko Hietaniemi | 1999-08-19 | 1 | -0/+5 |
* | Protect against pack/unpack repeat count overflows, | Nathan Torkington | 1999-08-06 | 1 | -0/+10 |
* | Fix regex charclass parsing so that bogus ranges | Jarkko Hietaniemi | 1999-08-05 | 1 | -1/+2 |
* | Deprecate /^/ implictly meaning /^/m. | Ilya Zakharevich | 1999-08-05 | 1 | -0/+4 |
* | Introduce the charnames pragma. | Jarkko Hietaniemi | 1999-08-04 | 1 | -0/+15 |
* | Repent and make overly large integerish | Jarkko Hietaniemi | 1999-07-29 | 1 | -46/+18 |
* | Integer constants (0x, 0[0-7], 0b) now overflow fatally, | Jarkko Hietaniemi | 1999-07-27 | 1 | -10/+59 |
* | applied suggested patch; added missing prototype changes to | Ilya Zakharevich | 1999-07-27 | 1 | -0/+6 |
* | (Version 2) Extending unpack to deal with counted strings | Ian Phillipps | 1999-07-26 | 1 | -0/+25 |
* | emit warning about function calls that were encountered too early | Gurusamy Sarathy | 1999-07-23 | 1 | -0/+10 |
* | remove several doubled (and tripled!) entries | Gurusamy Sarathy | 1999-07-19 | 1 | -72/+0 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-07-19 | 1 | -6/+33 |
|\ |
|
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-18 | 1 | -0/+6 |
| |\
| |/
|/| |
|
| * | Change t/pragma/warn oct()/hex() overflow tests to use %Config | Jarkko Hietaniemi | 1999-07-10 | 1 | -3/+3 |
| * | Integrate with Sarathy. perldiag.pod required manual editing. | Jarkko Hietaniemi | 1999-07-07 | 1 | -3/+50 |
* | | missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>) | Gurusamy Sarathy | 1999-07-18 | 1 | -0/+6 |
* | | integrate cfgperl contents | Gurusamy Sarathy | 1999-07-07 | 1 | -9/+11 |
|\ \
| |/ |
|
| * | Integrate with Sarathy; one conflict in t/pragma/warn/recgomp | Jarkko Hietaniemi | 1999-07-07 | 1 | -2/+2 |
| |\ |
|
| * \ | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-07 | 1 | -6/+6 |
| |\ \ |
|
| * | | | POSIX [[:character class:]] support for standard, locale, | Jarkko Hietaniemi | 1999-07-06 | 1 | -9/+11 |
| * | | | Integrate with mainperl. | Jarkko Hietaniemi | 1999-07-04 | 1 | -2/+2 |
* | | | | applied new parts of suggested patch | Charles Bailey | 1999-07-07 | 1 | -0/+46 |
| |_|/
|/| | |
|
* | | | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -2/+2 |
| |/
|/| |
|
* | | better diagnostics on read operations from write-only | Gurusamy Sarathy | 1999-07-07 | 1 | -6/+6 |
* | | remove misleading info on defined(&func), unclutter deprecation | Gurusamy Sarathy | 1999-07-04 | 1 | -2/+2 |
|/ |
|
* | PATCH (5.005_57): defined(@a) now deprecated | Mark-Jason Dominus | 1999-05-28 | 1 | -0/+12 |
* | avoid enumerating @INC contents in diagnostic if @INC was never | Gurusamy Sarathy | 1999-05-25 | 1 | -7/+9 |
* | various little nits | Gurusamy Sarathy | 1999-05-20 | 1 | -9/+1 |
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 1999-05-17 | 1 | -0/+5 |
|\ |
|
| * | DOC PATCH (5.005_55): Error message missing from perldiag.pod | Mark-Jason Dominus | 1999-05-16 | 1 | -0/+5 |
* | | emit more appropriate diagnostic for failed glob (variant | Gurusamy Sarathy | 1999-05-17 | 1 | -2/+2 |
|/ |
|
* | "weak" references internals, still needs perlguts documentation | Gurusamy Sarathy | 1999-05-10 | 1 | -0/+20 |
* | Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no) | Ilya Zakharevich | 1999-05-10 | 1 | -0/+4 |
* | 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 |