This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
indent nested =items properly (suggested by Bill Fenner
[perl5.git] / toke.c
1999-09-25 Larry WallRe: [PATCH 5.005_61] "our" declarations
1999-09-24 Gurusamy Sarathyavoid infinite recursive exec()s of perl.exe when shebang
1999-09-20 Gurusamy Sarathyqueue errors due to strictures rather than printing...
1999-09-13 Gurusamy Sarathyavoid assertion failure on C<@a'>
1999-09-06 Jarkko HietaniemiFix UV_SIZEOF to UVSIZE; change the overflow tests
1999-09-06 Paul MarquessAnother patch for Lexical Warnings
1999-09-06 Gurusamy Sarathymisc tweaks
1999-09-03 Jarkko HietaniemiFix from Spider for the sub attributes (there was an...
1999-08-31 Jarkko Hietaniemi\C{} -> \N{} residue.
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-04 Jarkko HietaniemiIntroduce the charnames pragma.
1999-08-01 Jarkko Hietaniemi64-bit work. Now 32-bit platforms get a 100% make...
1999-08-01 Jarkko HietaniemiReading 64-bit decimal numbers was broken because
1999-07-31 Jarkko HietaniemiInteger overflow iteration.
1999-07-31 Jarkko HietaniemiHack the "integer overflow" code some more.
1999-07-29 Jarkko HietaniemiIntegrate with Sarathy. I overruled on perldelta
1999-07-29 Jarkko HietaniemiRepent and make overly large integerish
1999-07-29 Gurusamy Sarathyminor tweaks to pods and toke.c comments
1999-07-28 Nathan TorkingtonDocument toke.c.
1999-07-27 Jarkko HietaniemiInteger constants (0x, 0[0-7], 0b) now overflow fatally,
1999-07-26 Stephen McCamanta more correct fix for change#2744
1999-07-25 Gurusamy Sarathymake map behave like grep wrt indirect object slot...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-08 Gurusamy Sarathyfixes for logical bugs in the lexwarn patch; other...
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-07-05 Peter Prymmer"\e" and "\a" didn't produce right escape under EBCDIC
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-17 Jarkko HietaniemiFixed two long-standing locale bugs.
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-06-02 Gurusamy Sarathyremove stray K&R-isms
1999-05-24 Hugo van der Sandenname PL_in_eval bits
1999-05-24 Gurusamy Sarathyminor logic tweak for reserved word warning
1999-05-24 Gurusamy Sarathyoops, some files missing in change#3449
1999-05-24 Gurusamy Sarathyredo change#2061 and parts of change#1169 with code...
1999-05-23 Gurusamy Sarathyremove redundant part of change#1169 superseded by...
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-10 Ilya ZakharevichSelf-consistent numeric conversion again
1999-05-09 Hugo van der SandenRe: ptr to realloced memory in yylex
1999-05-06 Gurusamy Sarathyemit more accurate diagnostic for syntax errors involvi...
1999-05-06 Hugo van der Sandenapplied first part of suggested patch (bug described...
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-03-26 Gurusamy Sarathyspecify type of bracket in "Unmatched bracket" diagnostic;
1999-03-24 Gurusamy Sarathybetter "Illegal %s digit ignored" warnings
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-03-09 Gurusamy Sarathyfix parsing of here documents in C<eval 's/.../<<FOO/e'>
1999-03-09 Gurusamy Sarathyuse yyerror() instead of croak() so that compile-time...
1999-02-28 Gurusamy Sarathytodo item: permit extended control variables a la ...
1999-02-12 Hugo van der Sandenupdate change#2670 to later version
1999-02-08 Gurusamy Sarathymake qw() into a true list at compile time (slightly...
1999-02-07 Stephen McCamantapplied suggested patch; regen perly* and vms/perly*
1999-02-01 Gurusamy Sarathyvarious win32-ish changes merged from maint-5.005
1999-02-01 Gurusamy Sarathyimproved diagnostic on syntax errors at EOL
1999-01-21 Hugo van der SandenRe: [PATCH 5.005_54] Evalled substitution parsing
1999-01-09 Jarkko HietaniemiMissing dTHRs added.
1998-12-31 Wilson P. Snyder IIREV2: Binary number support
1998-12-29 Ilya ZakharevichWarn on unrecognized alpha escapes.
1998-12-06 Gurusamy Sarathymention limit on line numbers reported by diagnostics
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-28 Gurusamy Sarathyallow final period in a file (not followed by a newline) to
1998-11-17 Gurusamy Sarathyfix skipspace() to properly account for newlines in...
1998-10-30 Ilya ZakharevichOverloaded <> and deref again
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-28 Gurusamy Sarathyintegrate cfgperl into mainline
1998-10-28 Gurusamy Sarathysmarter C<$SIG{FOO} = BAREWORD;> warning
1998-10-28 Jarkko Hietaniemiyylex() parametrization.
1998-10-26 Jarkko Hietaniemis/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
1998-10-25 Gurusamy Sarathyfix C<print $n += 5;> etc.
1998-10-25 Graham BarrRe: '*' prototype does not allow bareword with strict
1998-10-25 Gurusamy Sarathyintegrate cfgperl changes back into mainline
1998-10-23 Larry WallProgram with utf8 identifiers fails to compile
1998-10-17 Thomas DornerPOSIX BC2000 port from perl-mvs:
1998-10-17 Jarkko HietaniemiIntegrate mainperl.
1998-10-17 Gisle AasCore dump from "Missing right brace on \x{}"
1998-10-06 Gurusamy Sarathyremove spurious unused conflicting globals (PL_yy{v...
1998-09-24 Ilya ZakharevichRe: your Regexp.patch dated 21.8 [PATCH]
1998-09-24 Gurusamy Sarathygrandfather deprecated "$$<digit>" no more
1998-09-24 Gurusamy Sarathymove yyglobal decls from perly.c to perlvars.h, regen...
1998-09-23 Mark P Lutzfix problematic typecast in filter_del()
1998-09-23 Ilya Zakharevichpatch to support computed regular subexpressions
1998-09-23 Gurusamy Sarathybetter CR-handling on shebang line and in formats ...
1998-09-23 Jarkko Hietaniemiapply minimal variant of patch (sent via private mail)
1998-09-23 Ilya Zakharevichsupport match indices via special variables @- and @+
1998-09-20 Gurusamy Sarathysuppress bogus warning on C<sub x {} x()>
1998-09-17 Gurusamy Sarathysuppress bogus warning on C<sub x {} x()>
1998-08-10 Gurusamy Sarathyvarious tweaks: fix signed vs. unsigned problems that...
1998-08-09 Gurusamy Sarathyadd missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-08 Paul Marquessfix bogus warning on "\x{123}"
1998-08-08 Gurusamy Sarathyintegrate maint-5.005 changes into mainline
1998-08-05 Gurusamy Sarathyend pod processing when source file is closed (prevents...
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-07-27 Gurusamy Sarathyintegrate 5.005_01 changes from maint
1998-07-26 Gurusamy Sarathys/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed...
1998-07-26 Gurusamy Sarathyadd new files to MANIFEST; add missing prototypes to...
next