integrate vmsperl contents into mainline (where VMS files conflicted,
[p5sagit/p5-mst-13.2.git] / toke.c
1999-09-13 Gurusamy Sarathy avoid assertion failure on C<@a'>
1999-09-06 Jarkko Hietaniemi Fix UV_SIZEOF to UVSIZE; change the overflow tests
1999-09-06 Paul Marquess Another patch for Lexical Warnings
1999-09-06 Gurusamy Sarathy misc tweaks
1999-09-03 Jarkko Hietaniemi Fix from Spider for the sub attributes (there was an...
1999-08-31 Jarkko Hietaniemi \C{} -> \N{} residue.
1999-08-30 Ilya Zakharevich Use \N{named characters} instead of \C.
1999-08-29 Spider Boardman sub : attrlist
1999-08-29 Jarkko Hietaniemi Rename warning to warnings, from Paul Marquess.
1999-08-04 Jarkko Hietaniemi Introduce the charnames pragma.
1999-08-01 Jarkko Hietaniemi 64-bit work. Now 32-bit platforms get a 100% make...
1999-08-01 Jarkko Hietaniemi Reading 64-bit decimal numbers was broken because
1999-07-31 Jarkko Hietaniemi Integer overflow iteration.
1999-07-31 Jarkko Hietaniemi Hack the "integer overflow" code some more.
1999-07-29 Jarkko Hietaniemi Integrate with Sarathy. I overruled on perldelta
1999-07-29 Jarkko Hietaniemi Repent and make overly large integerish
1999-07-29 Gurusamy Sarathy minor tweaks to pods and toke.c comments
1999-07-28 Nathan Torkington Document toke.c.
1999-07-27 Jarkko Hietaniemi Integer constants (0x, 0[0-7], 0b) now overflow fatally,
1999-07-26 Stephen McCamant a more correct fix for change#2744
1999-07-25 Gurusamy Sarathy make map behave like grep wrt indirect object slot...
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-08 Gurusamy Sarathy fixes for logical bugs in the lexwarn patch; other...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-07-05 Peter Prymmer "\e" and "\a" didn't produce right escape under EBCDIC
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-17 Jarkko Hietaniemi Fixed two long-standing locale bugs.
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-06-02 Gurusamy Sarathy remove stray K&R-isms
1999-05-24 Hugo van der Sanden name PL_in_eval bits
1999-05-24 Gurusamy Sarathy minor logic tweak for reserved word warning
1999-05-24 Gurusamy Sarathy oops, some files missing in change#3449
1999-05-24 Gurusamy Sarathy redo change#2061 and parts of change#1169 with code...
1999-05-23 Gurusamy Sarathy remove redundant part of change#1169 superseded by...
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-10 Ilya Zakharevich Self-consistent numeric conversion again
1999-05-09 Hugo van der Sanden Re: ptr to realloced memory in yylex
1999-05-06 Gurusamy Sarathy emit more accurate diagnostic for syntax errors involvi...
1999-05-06 Hugo van der Sanden applied first part of suggested patch (bug described...
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-03-26 Gurusamy Sarathy specify type of bracket in "Unmatched bracket" diagnostic;
1999-03-24 Gurusamy Sarathy better "Illegal %s digit ignored" warnings
1999-03-22 Gurusamy Sarathy update copyright years
1999-03-09 Gurusamy Sarathy fix parsing of here documents in C<eval 's/.../<<FOO/e'>
1999-03-09 Gurusamy Sarathy use yyerror() instead of croak() so that compile-time...
1999-02-28 Gurusamy Sarathy todo item: permit extended control variables a la ...
1999-02-12 Hugo van der Sanden update change#2670 to later version
1999-02-08 Gurusamy Sarathy make qw() into a true list at compile time (slightly...
1999-02-07 Stephen McCamant applied suggested patch; regen perly* and vms/perly*
1999-02-01 Gurusamy Sarathy various win32-ish changes merged from maint-5.005
1999-02-01 Gurusamy Sarathy improved diagnostic on syntax errors at EOL
1999-01-21 Hugo van der Sanden Re: [PATCH 5.005_54] Evalled substitution parsing
1999-01-09 Jarkko Hietaniemi Missing dTHRs added.
1998-12-31 Wilson P. Snyder II REV2: Binary number support
1998-12-29 Ilya Zakharevich Warn on unrecognized alpha escapes.
1998-12-06 Gurusamy Sarathy mention limit on line numbers reported by diagnostics
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-28 Gurusamy Sarathy allow final period in a file (not followed by a newline) to
1998-11-17 Gurusamy Sarathy fix skipspace() to properly account for newlines in...
1998-10-30 Ilya Zakharevich Overloaded <> and deref again
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-28 Gurusamy Sarathy integrate cfgperl into mainline
1998-10-28 Gurusamy Sarathy smarter C<$SIG{FOO} = BAREWORD;> warning
1998-10-28 Jarkko Hietaniemi yylex() parametrization.
1998-10-26 Jarkko Hietaniemi s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
1998-10-25 Gurusamy Sarathy fix C<print $n += 5;> etc.
1998-10-25 Graham Barr Re: '*' prototype does not allow bareword with strict
1998-10-25 Gurusamy Sarathy integrate cfgperl changes back into mainline
1998-10-23 Larry Wall Program with utf8 identifiers fails to compile
1998-10-17 Thomas Dorner POSIX BC2000 port from perl-mvs:
1998-10-17 Jarkko Hietaniemi Integrate mainperl.
1998-10-17 Gisle Aas Core dump from "Missing right brace on \x{}"
1998-10-06 Gurusamy Sarathy remove spurious unused conflicting globals (PL_yy{v...
1998-09-24 Ilya Zakharevich Re: your Regexp.patch dated 21.8 [PATCH]
1998-09-24 Gurusamy Sarathy grandfather deprecated "$$<digit>" no more
1998-09-24 Gurusamy Sarathy move yyglobal decls from perly.c to perlvars.h, regen...
1998-09-23 Mark P Lutz fix problematic typecast in filter_del()
1998-09-23 Ilya Zakharevich patch to support computed regular subexpressions
1998-09-23 Gurusamy Sarathy better CR-handling on shebang line and in formats ...
1998-09-23 Jarkko Hietaniemi apply minimal variant of patch (sent via private mail)
1998-09-23 Ilya Zakharevich support match indices via special variables @- and @+
1998-09-20 Gurusamy Sarathy suppress bogus warning on C<sub x {} x()>
1998-09-17 Gurusamy Sarathy suppress bogus warning on C<sub x {} x()>
1998-08-10 Gurusamy Sarathy various tweaks: fix signed vs. unsigned problems that...
1998-08-09 Gurusamy Sarathy add missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-08 Paul Marquess fix bogus warning on "\x{123}"
1998-08-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-05 Gurusamy Sarathy end pod processing when source file is closed (prevents...
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-07-27 Gurusamy Sarathy integrate 5.005_01 changes from maint
1998-07-26 Gurusamy Sarathy s/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed...
1998-07-26 Gurusamy Sarathy add new files to MANIFEST; add missing prototypes to...
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-21 Gurusamy Sarathy tweak toke.c
1998-07-21 Gurusamy Sarathy workaround C<"foo" "bar"> catenation-intolerant compilers
next