Allow more tries for t/op/time.t test 2.
[p5sagit/p5-mst-13.2.git] / toke.c
2004-10-10 Dave Mitchell Turn regcomp into a list op
2004-10-08 Rafael Garcia-Suarez Make the perl interpreter more tolerant of UTF-16-encod...
2004-09-28 Dave Mitchell the improved -DT output of #23325 could print an uninit...
2004-09-28 Rafael Garcia-Suarez Perl -DT segfaults when parsing a 'use' statement
2004-09-19 Dave Mitchell improve lexer debugging output (-DT)
2004-07-19 Nicholas Clark Turn 2 strcpy()s into memcpy() because we know the...
2004-06-24 Marcus Holland-Moritz Fix for: [perl #2738] perl segfautls on input
2004-05-13 Jarkko Hietaniemi BOM-marked and (BOMless) UTF-16 scripts not working
2004-05-03 Dave Mitchell [perl #28986] perl -e "open m" crashes Perl
2004-04-02 Rafael Garcia-Suarez Fix bug #27940 : \cX escapes weren't working correctly...
2004-03-22 Yitzchak Scott-Tho... Re: [PATCH] warn on !=~
2004-03-20 Yitzchak Scott-Tho... warn on !=~
2004-02-28 Dave Mitchell make the bison-based parser threadsafe and capable...
2004-02-14 Dave Mitchell Switch from byacc to bison and simplify the perly....
2004-02-03 Rafael Garcia-Suarez Implement "my $_".
2004-01-20 Dave Mitchell [perl #24940] "sub foo :unique" segfaults
2004-01-16 LAUN Wolfgang format/write (version 2)
2004-01-05 Rafael Garcia-Suarez Some mandatory syntax warnings emitted by the lexer...
2004-01-04 LAUN Wolfgang Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
2003-10-28 Rafael Garcia-Suarez [PATCH lib/overload.t] TODO tests for bug #24313.
2003-10-15 Rafael Garcia-Suarez Fix bug [perl #24212] : improper error recovery in the
2003-09-23 Rafael Garcia-Suarez Minor nit in a debug message of the tokenizer.
2003-09-09 Rafael Garcia-Suarez One more chance... Elizabeth's change #21107 plus
2003-08-26 Adrian M. Enache Re: [PATCH] valgrind and /#/x
2003-08-15 Jarkko Hietaniemi Integrate from maint:
2003-08-04 Steve Grazzini Re: [perl #23210] parser error with 'print $HANDLE...
2003-07-29 Rafael Garcia-Suarez [perl #22969] fix $hash{utf8bareword}
2003-07-24 Stephen McCamant Fix saving 'V' magic in scan_vstring()
2003-07-10 Chip Salzenberg Restore SIGFPE on exec()
2003-07-09 Jarkko Hietaniemi Fix for the 'print v65' plus safety tweaks from Rafael.
2003-07-09 John Peacock Re: [REPATCH] was Re: [perl #16010] v-strings left...
2003-07-03 Iain Truskett "without parens" vs "without parentheses"
2003-06-05 Yitzchak Scott-Tho... Re: SPUG:-s option doesn't always work!
2003-05-09 Rafael Garcia-Suarez Remove the error messages "Final @ should be \@ or...
2003-04-29 Adrian M. Enache buglet: sub a(;&) { } doesn't work
2003-04-19 Dave Mitchell Re: [PATCH] [perl #21875] Hash ref transformed as a...
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-04-08 Dave Mitchell (vaguely connected with) [perl #21875] Hash ref transfo...
2003-04-05 Jarkko Hietaniemi Heredocs and use encoding didn't work for SJIS;
2003-03-14 Adrian M. Enache Re: [fix] [perl #21575] Bug with print( followed by...
2003-03-09 Jarkko Hietaniemi From Inaba Hiroto: DATA wasn't properly utf8ed
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-26 Inaba Hiroto Re: [PATCH] Re: format, PerlIO and utf8
2003-02-19 Adrian M. Enache Re: [perl #20716] scope error with brackets
2003-02-16 Salvador Fandiño add support for assertions. Updated form of:
2003-02-13 Jarkko Hietaniemi gcc 3.2.1 does not have -Wall faith that tmp
2003-02-10 Adrian M. Enache Re: [perl #20716] [FIX] scope error with brackets
2003-02-08 Jarkko Hietaniemi Signedness nits.
2003-02-05 Inaba Hiroto [Patch] parsing under encoding (Re: [Encode] HEADS...
2003-02-02 Jarkko Hietaniemi Fix and test for [perl #15549 Empty \Q\E not permitted]
2003-01-22 Dave Mitchell Re: difference between my and our before introduction
2003-01-07 Nicholas Clark %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-12-06 Rafael Garcia-Suarez Fix two cases of buffer overflow in the lexer.
2002-12-06 Rafael Garcia-Suarez Suppress a compilation warning reported by Jarkko
2002-12-02 Rafael Garcia-Suarez Fix bug #18573 : in a double-quoted string, a \c not...
2002-12-02 Dave Mitchell allow evals to see the full lexical scope
2002-10-29 Rafael Garcia-Suarez Partial fix of bug [perl #17589] : prevent the parser to
2002-10-24 Dan Kogai The Inaba patch for tr/// vs. use encoding
2002-10-21 Hugo van der Sanden Re: [perl #16184] Unexpected warning when using C<...
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-10-02 Rafael Garcia-Suarez Re: [PATCH] Re: builtin die parsed differently to CORE...
2002-10-02 Jarkko Hietaniemi no [] in tr///
2002-10-02 Dave Mitchell move all pad-related code to its own src file
2002-09-26 Jarkko Hietaniemi enable -ansi -pedantic
2002-09-12 Rafael Garcia-Suarez Fix a syntax incompatibility introduced by the // operator.
2002-08-25 Rafael Garcia-Suarez Fix parsing problems with the // operator.
2002-08-20 John Peacock Version object patch #1
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-08-08 Rafael Garcia-Suarez Fix bug #16080 : an attribute list should end at '}'
2002-08-05 Brent Dax Defined-or patch (cleaned up)
2002-07-09 Jarkko Hietaniemi Missing patch fragment, noted by Hugo.
2002-07-08 Jarkko Hietaniemi Integrate maint patches #17421, #17424:
2002-06-18 Jarkko Hietaniemi Document the "Unicode in package/sub names" problem;
2002-05-31 Jarkko Hietaniemi NetWare update from Ananth Kesari.
2002-05-15 Rafael Garcia-Suarez Re: use of lc module names and warnings
2002-05-11 Jarkko Hietaniemi EBCDIC: the toke.c wariness about UTF-8 (really, UTF...
2002-05-01 Jarkko Hietaniemi Provide the \N{U+HHHH} syntax before we forget.
2002-04-26 Jarkko Hietaniemi The #16182 radiates U32ness.
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-17 Philip Newton @:foo?
2002-03-29 Nick Ing-Simmons Integrate mainline
2002-03-28 Mark-Jason Dominus warning at use of /c modifier with s///
2002-03-28 Mark-Jason Dominus warning at use of /c modifier without /g modifier
2002-03-28 Spider Boardman Re: perl 5.7.3 + XS lvalue subs
2002-03-21 Dave Mitchell -DCRIPPLED_CC RIP
2002-03-12 Clinton A. Pierce Inappropriate termination of POD
2002-03-11 Paul Marquess more warnings tidyup
2002-03-07 Jarkko Hietaniemi As suggested by Anton Tagunov, eq and cmp now obey the
2002-03-04 Paul Marquess taint + deprecated warnings
2002-02-27 Jarkko Hietaniemi Repatch from Robin Barker: anon subs in C<package;...
2002-02-21 Rafael Garcia-Suarez No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
2002-02-12 Jarkko Hietaniemi EBCDIC: this change for \N{} in particular is now
2002-02-08 Chris Nandor CopFILE / MacPerl_MPWFileName
2002-02-02 Jarkko Hietaniemi EBCDIC: the low 256 \N{...} need to be remapped.
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-21 Michael G. Schwern [BUG] /\_/ an unrecognized escape?
2002-01-15 Nick Ing-Simmons Regen embed enable slab for PERL_IMPLICIT_SYS
2002-01-15 Nick Ing-Simmons Integrate rest of mainline
2002-01-15 Rafael Garcia-Suarez [PATCH] Overriding readline() should also override...
next