This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / toke.c
2003-03-10 Nicholas ClarkIntegrate:
2003-03-09 Jarkko HietaniemiIntegrate:
2003-03-02 Jarkko HietaniemiIntegrate:
2003-02-28 Jarkko HietaniemiMore lexical patches merged by Dave Mitchell.
2003-02-28 Jarkko HietaniemiThe Great Pad Run of '02
2003-02-26 Jarkko HietaniemiIntegrate:
2003-02-13 Jarkko HietaniemiIntegrate:
2003-02-06 Jarkko HietaniemiIntegrate:
2003-02-02 Jarkko HietaniemiIntegrate:
2002-12-09 Jarkko HietaniemiIntegrate:
2002-12-02 Jarkko HietaniemiIntegrate:
2002-11-04 Jarkko HietaniemiThe first big import towards 5.8.1, @18078. Please...
2002-10-29 Rafael Garcia-SuarezPartial fix of bug [perl #17589] : prevent the parser to
2002-10-24 Dan KogaiThe Inaba patch for tr/// vs. use encoding
2002-10-21 Hugo van der SandenRe: [perl #16184] Unexpected warning when using C<...
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-02 Rafael Garcia-SuarezRe: [PATCH] Re: builtin die parsed differently to CORE...
2002-10-02 Jarkko Hietaniemino [] in tr///
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-09-26 Jarkko Hietaniemienable -ansi -pedantic
2002-09-12 Rafael Garcia-SuarezFix a syntax incompatibility introduced by the // operator.
2002-08-25 Rafael Garcia-SuarezFix parsing problems with the // operator.
2002-08-20 John PeacockVersion object patch #1
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-08 Rafael Garcia-SuarezFix bug #16080 : an attribute list should end at '}'
2002-08-05 Brent DaxDefined-or patch (cleaned up)
2002-07-14 Chris NandorIntegrate perl
2002-07-09 Jarkko HietaniemiMissing patch fragment, noted by Hugo.
2002-07-08 Jarkko HietaniemiIntegrate maint patches #17421, #17424:
2002-06-22 Chris NandorIntegrate perl
2002-06-18 Jarkko HietaniemiDocument the "Unicode in package/sub names" problem;
2002-05-31 Chris NandorIntegrate perl
2002-05-31 Jarkko HietaniemiNetWare update from Ananth Kesari.
2002-05-17 Chris NandorIntegrate perl
2002-05-15 Rafael Garcia-SuarezRe: use of lc module names and warnings
2002-05-11 Jarkko HietaniemiEBCDIC: the toke.c wariness about UTF-8 (really, UTF...
2002-05-08 Chris NandorIntegrate with perl
2002-05-01 Jarkko HietaniemiProvide the \N{U+HHHH} syntax before we forget.
2002-04-26 Jarkko HietaniemiThe #16182 radiates U32ness.
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-17 Philip Newton@:foo?
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-28 Mark-Jason Dominuswarning at use of /c modifier with s///
2002-03-28 Mark-Jason Dominuswarning at use of /c modifier without /g modifier
2002-03-28 Spider BoardmanRe: perl 5.7.3 + XS lvalue subs
2002-03-21 Dave Mitchell-DCRIPPLED_CC RIP
2002-03-12 Clinton A. PierceInappropriate termination of POD
2002-03-11 Paul Marquessmore warnings tidyup
2002-03-07 Jarkko HietaniemiAs suggested by Anton Tagunov, eq and cmp now obey the
2002-03-04 Paul Marquesstaint + deprecated warnings
2002-02-27 Jarkko HietaniemiRepatch from Robin Barker: anon subs in C<package;...
2002-02-21 Rafael Garcia-SuarezNo OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
2002-02-12 Jarkko HietaniemiEBCDIC: this change for \N{} in particular is now
2002-02-08 Chris NandorCopFILE / MacPerl_MPWFileName
2002-02-08 Chris NandorRedo CopFILE / MacPerl_MPWFIleName patch
2002-02-07 Chris NandorUse correct Mac filenames in error messages, caller()
2002-02-02 Jarkko HietaniemiEBCDIC: the low 256 \N{...} need to be remapped.
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-21 Michael G. Schwern[BUG] /\_/ an unrecognized escape?
2002-01-15 Nick Ing-SimmonsRegen embed enable slab for PERL_IMPLICIT_SYS
2002-01-15 Nick Ing-SimmonsIntegrate rest of mainline
2002-01-15 Rafael Garcia-Suarez[PATCH] Overriding readline() should also override...
2002-01-14 Nick Ing-SimmonsUse PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-10 Gisle AasRe: [PATCH] No 'once' warnings for variables declared...
2002-01-10 Gisle AasNo 'once' warnings for variables declared with our
2002-01-06 Sam TregarBad prototype detection now an optional warning
2002-01-04 Rafael Garcia-Suarezwarn if not CORE::dump
2002-01-02 Sam TregarBad prototype detection changed from error to warning
2001-12-31 Sam TregarRe: [PATCH] Basic bad prototype detection
2001-12-31 Sam TregarBasic bad prototype detection
2001-12-17 Rafael Garcia-Suarez[PATCH] Re: chomp/chop prototype changed?
2001-12-12 Jarkko HietaniemiFixes for casting problems detected on a SuSE 7.2 Itanium,
2001-11-29 Rafael Garcia-Suarezautosplit into @F fix
2001-11-15 John Peacockv-strings as Objects Step 1
2001-11-15 Rafael Garcia-SuarezRe: [ID 20011114.118] chop and chomp bind too tightly
2001-11-14 Jarkko HietaniemiAdd comments to mark where $^X is being handled.
2001-11-08 Rafael Garcia-Suarez-s on #! line
2001-11-07 Mark-Jason DominusRe: [ID 20011106.083] $dbline[$i] == 0 generates warnings
2001-11-01 Jarkko HietaniemiComment tweaks.
2001-10-31 Jarkko HietaniemiMake sv_recode_to_utf8() a real API: the encoding
2001-10-31 Jarkko HietaniemiEnable -Mencoding=foobar also for string literals.
2001-10-26 Chris NandorIntegrate a buncha things from maintperl.
2001-10-26 Jarkko HietaniemiIntegrate maintperl changes #12268 and #12669;
2001-10-22 Jarkko HietaniemiIntegrate changes #12549 and #12550 from maintperl;
2001-10-21 Chris NandorIntegrate from maintperl
2001-10-17 Jarkko HietaniemiOh, bother. In Tru64 cc -std1 was looking rather nice
2001-10-17 Jarkko Hietaniemi(retracted by #12485)
2001-09-21 Rafael Garcia-SuarezRe: [ID 20010920.007] q and qq does not work after do
2001-09-15 Hugo van der SandenRe: [ID 20010815.012] Unfortunate interaction between...
2001-09-15 Gurusamy Sarathyenable most warnings for windows build; fix the various...
2001-09-10 Nicholas ClarkRe: the remaining bugs in \x escapes (was Re: [PATCH...
2001-09-09 Rafael Garcia-SuarezRe: [ID 20010810.011] 'use v2b' not allowed with strict
2001-09-05 Nicholas Clarkoct and hex in glorious 64 bit (with less bugs) (was...
2001-09-04 Rafael Garcia-Suarez'main' *is* a reserved word
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-12 Jarkko HietaniemiIf you want you can now add -DUSE_UTF8_SCRIPTS to your...
2001-07-31 Mike Guyeval "format foo=" would loop indefinitely; reported in
2001-07-12 Mark-Jason DominusRe: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
next