This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix POPSTACK panics that ensued from bad interaction between
[perl5.git] / pod / perldiag.pod
1999-10-13 Gurusamy Sarathypod nits from various perl porters
1999-10-13 Gurusamy Sarathytypos and language goofs pointed out by Hugo van der...
1999-10-07 Gurusamy Sarathyfix setpgrp vs getpgrp and POSIX vs BSD confusion ...
1999-10-03 Michael G. SchwernA better version of #4296.
1999-10-03 Michael G. Schwern(Replaced by #4297.)
1999-09-30 Gurusamy Sarathyre-add missing "Out of memory!" entry
1999-09-27 Ilya ZakharevichMalloc fixes and docs
1999-09-25 Larry WallRe: [PATCH 5.005_61] "our" declarations
1999-09-23 Ilya Zakharevichchange "#" to a comment starter in pack templates;...
1999-09-14 Gurusamy Sarathychange some filenames to be 8.3-friendly
1999-09-13 Jarkko HietaniemiIntegrate with Sarathy.
1999-09-13 Tom Phoenix[DOCPATCH] Server errors and perldiag
1999-09-13 Gurusamy Sarathyadd -DPERL_Y2KWARN build option that will generate...
1999-09-06 Gurusamy Sarathyoptional warning on join(/foo/...) (reworked suggested...
1999-09-05 Gurusamy Sarathyinitial implementation of lvalue subroutines (slightly...
1999-09-01 Colin Kuskie[REPATCH 5.005_61] Re: perldiag.pod omissions
1999-08-30 Jarkko HietaniemiRetract #3922 (Rule #1 was invoked).
1999-08-30 Ilya ZakharevichUse \N{named characters} instead of \C.
1999-08-29 Spider Boardmansub : attrlist
1999-08-29 Jarkko HietaniemiRename warning to warnings, from Paul Marquess.
1999-08-29 Jarkko HietaniemiImplement 64-bit vec().
1999-08-20 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-08-19 Jarkko HietaniemiDon't document ill-defined vec() bits cases
1999-08-19 Jarkko HietaniemiRemoved duplicated code (in pp.c and mg.c) by introducing
1999-08-06 Nathan TorkingtonProtect against pack/unpack repeat count overflows,
1999-08-05 Jarkko HietaniemiFix regex charclass parsing so that bogus ranges
1999-08-05 Ilya ZakharevichDeprecate /^/ implictly meaning /^/m.
1999-08-04 Jarkko HietaniemiIntroduce the charnames pragma.
1999-08-01 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-07-29 Jarkko HietaniemiRepent and make overly large integerish
1999-07-29 Gurusamy Sarathyminor tweaks to pods and toke.c comments
1999-07-27 Jarkko HietaniemiInteger constants (0x, 0[0-7], 0b) now overflow fatally,
1999-07-27 Ilya Zakharevichapplied suggested patch; added missing prototype changes to
1999-07-26 Ian Phillipps(Version 2) Extending unpack to deal with counted strings
1999-07-23 Gurusamy Sarathyemit warning about function calls that were encountered...
1999-07-19 Gurusamy Sarathyremove several doubled (and tripled!) entries
1999-07-19 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-07-18 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-18 Gurusamy Sarathymissing perldiag entry (from Dan Sugalski <sugalskd...
1999-07-10 Jarkko HietaniemiChange t/pragma/warn oct()/hex() overflow tests to...
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy. perldiag.pod required manual...
1999-07-07 Gurusamy Sarathyintegrate cfgperl contents
1999-07-07 Charles Baileyapplied new parts of suggested patch
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy; one conflict in t/pragma/warn...
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-07 Gurusamy Sarathybetter diagnostics on read operations from write-only
1999-07-06 Jarkko HietaniemiPOSIX [[:character class:]] support for standard, locale,
1999-07-04 Jarkko HietaniemiIntegrate with mainperl.
1999-07-04 Gurusamy Sarathyremove misleading info on defined(&func), unclutter...
1999-05-28 Mark-Jason DominusPATCH (5.005_57): defined(@a) now deprecated
1999-05-25 Gurusamy Sarathyavoid enumerating @INC contents in diagnostic if @INC...
1999-05-20 Gurusamy Sarathyvarious little nits
1999-05-17 Gurusamy Sarathyintegrate cfgperl changes into mainline
1999-05-17 Gurusamy Sarathyemit more appropriate diagnostic for failed glob (variant
1999-05-16 Mark-Jason DominusDOC PATCH (5.005_55): Error message missing from perldi...
1999-05-10 Gurusamy Sarathy"weak" references internals, still needs perlguts docum...
1999-05-10 Ilya ZakharevichRe: [PATCH 5.005_56] Make open(F,"command |") return...
1999-05-05 Charles Baileyapplied non-conflicting parts of suggested patch
1999-05-05 Gurusamy Sarathymake perldoc use backslashed pathnames within system...
1999-03-26 Gurusamy Sarathyspecify type of bracket in "Unmatched bracket" diagnostic;
1999-03-26 Gurusamy Sarathybetter description of "Integer overflow" diagnostic
1999-03-24 Gurusamy Sarathybetter "Illegal %s digit ignored" warnings
1999-03-03 Jarkko HietaniemiUse '!' to mark native integer packings instead of...
1999-02-15 Gurusamy Sarathybroken URLs fixed (from Michael G Schwern <schwern...
1999-02-15 Jarkko Hietaniemisupport native integers, pack("L_",...) etc. (via priva...
1999-02-14 Gurusamy Sarathyallow C<select('foo')> to autovivify *foo (SelectSaver...
1999-02-12 Gurusamy Sarathyfix ops that are not filehandle constructors to not...
1999-01-21 Hugo van der SandenRe: [PATCH 5.005_54] Evalled substitution parsing
1999-01-19 Jarkko HietaniemiJumbo Configure update.
1999-01-17 Gurusamy Sarathysanity check piped opens (tweaked version of patch...
1998-12-29 Ilya ZakharevichWarn on unrecognized alpha escapes.
1998-12-08 Jarkko HietaniemiIntegrate from mainperl.
1998-12-06 Gurusamy Sarathyfix outdated/incorrect info about arbitrary limits
1998-12-02 Tom ChristiansenFix most of the bad L<> links of
1998-11-17 Gurusamy Sarathypropagate failures in DESTROY() as (optional) warnings
1998-10-21 Gurusamy Sarathyrestore sanity to "constant" references
1998-10-02 Gurusamy Sarathymake warning about glob process failure optional
1998-10-02 Dominic Dunlopdocument yet another RE diagnostic, make it consistent...
1998-10-02 Jarkko Hietaniemivarious Configure and hints updates (prefer drand48...
1998-09-25 Gurusamy Sarathybig Configure update from Jarkko: sync metaconfig units...
1998-09-24 Gurusamy Sarathygrandfather deprecated "$$<digit>" no more
1998-09-23 Gurusamy Sarathymisc pod tweaks
1998-09-23 Charles Bailey(via private mail)
1998-09-23 Gurusamy Sarathywarn on C<my($foo,$foo)>
1998-08-02 M. J. T. Guyadd test for magic autovivification
1998-08-02 Jarkko Hietaniemibetter validation of SysV IPC availability
1998-07-22 Stephen McCamantapplied patch, add new message to perldeta
1998-07-19 M. J. T. Guyminor re.pm cleanup
1998-07-14 Gurusamy Sarathyunsubmitted _74 tweaks
1998-07-14 Gurusamy Sarathymerge changes#1423,1465 from maintbranch; checkin two...
1998-07-11 Dominic Dunlopapplied patch, reformatted long lines in places
1998-07-09 Gurusamy Sarathymerge changes from maintbranch (1354, and relevant...
1998-07-06 Gurusamy Sarathyremove dup entry in perldiag
1998-07-06 Gurusamy Sarathymore reasonable diagnostic on keyword vs. sub ambiguity
1998-07-06 Gurusamy Sarathyupdate Changes
1998-07-06 Gurusamy Sarathyallow eval-groups in patterns only if they C<use re...
1998-07-05 Chip Salzenbergadded patch with tweak to doc
1998-07-04 Gisle Aasapplied patch with tweaks to prose
1998-07-04 Larry Walldeprecate use of reserved word "our" (Larry's idea)
next