This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Must have a return.
[perl5.git] / toke.c
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-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 Jarkko HietaniemiIntegrate maintperl changes #12268 and #12669;
2001-10-22 Jarkko HietaniemiIntegrate changes #12549 and #12550 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-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
2001-07-12 Jarkko HietaniemiRetract #11166 (and #11237).
2001-07-08 Jarkko HietaniemiRetract #11212.
2001-07-08 Jarkko HietaniemiSlight tweaks on #11213.
2001-07-08 Simon CozensSimplify yytoke()
2001-07-08 Graham Barr(Retracted by #11223.)
2001-07-07 Nicholas ClarkRe: op/arith.t
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-06 Abhijit Menon-Sen(Retracted by #11285.)
2001-07-02 Robin Houstonautosplit into @F
2001-07-02 Abhijit Menon-SenRe: [PATH] shared -> unique;
2001-07-02 Gurusamy Sarathywin32 fixes: fix various syntax errors ("no preprocesso...
2001-06-26 Artur Bergman[PATH] shared -> unique;
2001-06-25 Abhijit Menon-SenRe: [ID 20010621.007] readline() not quite as equal...
2001-06-20 Jarkko HietaniemiFix for ID 20010619.002 "When building hash, hash keys...
2001-06-20 Jarkko HietaniemiIntegrate change #10739 from maintperl:
2001-06-16 Jarkko HietaniemiNetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-02 Jarkko Hietaniemi-Wall cleanup continues.
2001-05-31 Nick Ing-SimmonsIntegrate mainline.
2001-05-31 Abhijit Menon-Sen[PATCH] DEBUG_* macro cleanups
2001-05-31 Jarkko HietaniemiSalvage bits and pieces from the experimental 'utf8...
2001-05-30 Jarkko HietaniemiMore -Wall sweeping.
2001-05-29 Jarkko HietaniemiAdd a test for 20010528.007, fixed in #10272.
2001-05-29 Hugo van der SandenRe: [ID 20010528.007] "\x{" causes panic:constant overf...
2001-05-28 Spider BoardmanRe: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaul...
2001-05-27 Jarkko HietaniemiAllow 'eval "v200"' to work (part of 20000323.059)...
2001-05-24 Gisle AasCORE::GLOBAL::require override happens too early
2001-05-08 Jarkko HietaniemiDon't forget to whine about \d__\d.
2001-05-08 Jarkko HietaniemiAllow underscores also in the exponent part.
2001-05-03 Jarkko HietaniemiCan't croak sans thread context, from Doug MacEachern.
2001-05-03 Ilya ZakharevichRandom input test and Perl
2001-05-01 Jarkko HietaniemiTune the scan_num() comments to reality.
2001-04-29 Jarkko HietaniemiChanged the underscore/undebar syntax in numeric constants;
2001-04-01 Jarkko HietaniemiProtect the workaround hunk more.
2001-04-01 Jarkko HietaniemiIntegrate changes #9493,9494,9495,9496 from maintperl
2001-03-29 Robin Barkerprintf warning
2001-03-20 Nick Ing-SimmonsMore EBCDIC stuff:
2001-03-19 Nick Ing-SimmonsMore EBCDIC fixes.
2001-03-18 Nick Ing-SimmonsPrefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED...
2001-03-18 Nick Ing-SimmonsFix pragma/utf8.t # 15
2001-03-16 Nick Ing-SimmonsEBCDIC Fixes.
2001-03-11 Nick Ing-SimmonsAudit #ifdef EBCDIC and #ifndef ASCIIish, replace latte...
2001-03-10 Nick Ing-SimmonsEBCDIC sanity - phase I
2001-03-09 Peter PrymmerRe: Unicode/EBCDIC
2001-03-05 Jarkko HietaniemiRetracting \N{U+HHHH}.
2001-03-04 Jarkko HietaniemiIntegrate change #9012 from maintperl into mainline,
2001-03-04 Jarkko HietaniemiI thought I tested the #9014.
2001-03-04 Jarkko HietaniemiAdd the \N{U+HHHH} syntax.
2001-03-03 Jarkko HietaniemiUTF8 tr/// fixes from Inaba Hiroto.
2001-03-03 Jarkko HietaniemiRewrite REPORT() and REPORT2() (used for -DT) slightly
2001-03-01 Jarkko HietaniemiIntegrate change #8974 from maintperl, fix for bugid...
2001-02-28 Jarkko HietaniemiUndo qu. Retract #8814, rewrite op/each part of #8615,
2001-02-25 Jarkko HietaniemiRetract #8929,8930,8932,8933 for now.
2001-02-25 Jarkko Hietaniemi(Retracted by #8395.)
2001-02-18 Jarkko HietaniemiFix for "[ID 20010213.005] utf8 + localized hash elems...
next