Do what perl_clone() does for sharedsv functions.
[p5sagit/p5-mst-13.2.git] / toke.c
2001-09-21 Rafael Garcia-Suarez Re: [ID 20010920.007] q and qq does not work after do
2001-09-15 Hugo van der Sanden Re: [ID 20010815.012] Unfortunate interaction between...
2001-09-10 Nicholas Clark Re: the remaining bugs in \x escapes (was Re: [PATCH...
2001-09-09 Rafael Garcia-Suarez Re: [ID 20010810.011] 'use v2b' not allowed with strict
2001-09-05 Nicholas Clark oct 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 Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-12 Jarkko Hietaniemi If you want you can now add -DUSE_UTF8_SCRIPTS to your...
2001-07-31 Mike Guy eval "format foo=" would loop indefinitely; reported in
2001-07-12 Mark-Jason Dominus Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
2001-07-12 Jarkko Hietaniemi Retract #11166 (and #11237).
2001-07-08 Jarkko Hietaniemi Retract #11212.
2001-07-08 Jarkko Hietaniemi Slight tweaks on #11213.
2001-07-08 Simon Cozens Simplify yytoke()
2001-07-08 Graham Barr (Retracted by #11223.)
2001-07-07 Nicholas Clark Re: op/arith.t
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-06 Abhijit Menon-Sen (Retracted by #11285.)
2001-07-02 Robin Houston autosplit into @F
2001-07-02 Abhijit Menon-Sen Re: [PATH] shared -> unique;
2001-07-02 Gurusamy Sarathy win32 fixes: fix various syntax errors ("no preprocesso...
2001-06-26 Artur Bergman [PATH] shared -> unique;
2001-06-25 Abhijit Menon-Sen Re: [ID 20010621.007] readline() not quite as equal...
2001-06-20 Jarkko Hietaniemi Fix for ID 20010619.002 "When building hash, hash keys...
2001-06-20 Jarkko Hietaniemi Integrate change #10739 from maintperl:
2001-06-16 Jarkko Hietaniemi NetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-02 Jarkko Hietaniemi -Wall cleanup continues.
2001-05-31 Nick Ing-Simmons Integrate mainline.
2001-05-31 Abhijit Menon-Sen [PATCH] DEBUG_* macro cleanups
2001-05-31 Jarkko Hietaniemi Salvage bits and pieces from the experimental 'utf8...
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-05-29 Jarkko Hietaniemi Add a test for 20010528.007, fixed in #10272.
2001-05-29 Hugo van der Sanden Re: [ID 20010528.007] "\x{" causes panic:constant overf...
2001-05-28 Spider Boardman Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaul...
2001-05-27 Jarkko Hietaniemi Allow 'eval "v200"' to work (part of 20000323.059)...
2001-05-24 Gisle Aas CORE::GLOBAL::require override happens too early
2001-05-08 Jarkko Hietaniemi Don't forget to whine about \d__\d.
2001-05-08 Jarkko Hietaniemi Allow underscores also in the exponent part.
2001-05-03 Jarkko Hietaniemi Can't croak sans thread context, from Doug MacEachern.
2001-05-03 Ilya Zakharevich Random input test and Perl
2001-05-01 Jarkko Hietaniemi Tune the scan_num() comments to reality.
2001-04-29 Jarkko Hietaniemi Changed the underscore/undebar syntax in numeric constants;
2001-04-01 Jarkko Hietaniemi Protect the workaround hunk more.
2001-04-01 Jarkko Hietaniemi Integrate changes #9493,9494,9495,9496 from maintperl
2001-03-29 Robin Barker printf warning
2001-03-20 Nick Ing-Simmons More EBCDIC stuff:
2001-03-19 Nick Ing-Simmons More EBCDIC fixes.
2001-03-18 Nick Ing-Simmons Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED...
2001-03-18 Nick Ing-Simmons Fix pragma/utf8.t # 15
2001-03-16 Nick Ing-Simmons EBCDIC Fixes.
2001-03-11 Nick Ing-Simmons Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latte...
2001-03-10 Nick Ing-Simmons EBCDIC sanity - phase I
2001-03-09 Peter Prymmer Re: Unicode/EBCDIC
2001-03-05 Jarkko Hietaniemi Retracting \N{U+HHHH}.
2001-03-04 Jarkko Hietaniemi Integrate change #9012 from maintperl into mainline,
2001-03-04 Jarkko Hietaniemi I thought I tested the #9014.
2001-03-04 Jarkko Hietaniemi Add the \N{U+HHHH} syntax.
2001-03-03 Jarkko Hietaniemi UTF8 tr/// fixes from Inaba Hiroto.
2001-03-03 Jarkko Hietaniemi Rewrite REPORT() and REPORT2() (used for -DT) slightly
2001-03-01 Jarkko Hietaniemi Integrate change #8974 from maintperl, fix for bugid...
2001-02-28 Jarkko Hietaniemi Undo qu. Retract #8814, rewrite op/each part of #8615,
2001-02-25 Jarkko Hietaniemi Retract #8929,8930,8932,8933 for now.
2001-02-25 Jarkko Hietaniemi (Retracted by #8395.)
2001-02-18 Jarkko Hietaniemi Fix for "[ID 20010213.005] utf8 + localized hash elems...
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-17 Doug MacEachern [patch] -Wall
2001-02-15 Hugo van der Sanden toke.c cleanup: scan_str()
2001-02-13 Chris Nandor buncha MacPerl patches for bleadperl
2001-02-11 Doug MacEachern Re: [patch] GvSHARED
2001-02-10 Doug MacEachern Re: [patch] GvSHARED
2001-02-08 Charles Bailey SYN SYN
2001-02-08 Nicholas Clark [ID 20010206.010] S_ functions not declared STATIC
2001-02-06 Vadim Konovalov RE: some win32 fixes
2001-01-29 Jarkko Hietaniemi Integrate change #8586 from maint-5.6/perl.
2001-01-28 Jarkko Hietaniemi Patch from Inaba Hiroto:
2001-01-27 Jarkko Hietaniemi Threadedness patch for #8562 from Doug MacEachern.
2001-01-27 Simon Cozens Re: Announce : Tokener reporting patch
2001-01-24 Charles Bailey SYN SYN
2001-01-15 Jarkko Hietaniemi More UTF-8 patches from Inaba Hiroto.
2001-01-12 Robin Barker -Wformat
2001-01-12 Stephen McCamant Consolidated lvalue sub changes
2001-01-12 Roca, Ignasi [Patch perl@8375] pragma/subs.t ......FAILED tests...
2001-01-09 Inaba Hiroto One more patch for UTF8
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-06 Jarkko Hietaniemi IRIX compiler noticed that the bof initialization might be
2001-01-05 Jarkko Hietaniemi Add a note about EBCDIC versus UTF-8 to a potential...
2001-01-05 Jarkko Hietaniemi "\x{FF}\xFF" was broken, the \xFF was appended in its
2001-01-05 Roca, Ignasi strings with \x{..} in the middle are corrupted
2001-01-05 Jarkko Hietaniemi UTF-8 cleanup.
2001-01-05 Jarkko Hietaniemi Unify UTF-8 malformedness handling.
2001-01-04 Roca, Ignasi Corrections for Perl_yylex_r (used by a reentrant parse...
2001-01-04 Roca, Ignasi scanning two hex-constants fails on EBCDIC environment...
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-30 Nick Ing-Simmons Tweak for MULTIPLICITY/USE_PERLIO
2000-12-30 Richard Soderberg RE: perl@8269
2000-12-30 Inaba Hiroto more UTF8 test suites and an UTF8 patch
2000-12-28 Simon Cozens Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort...
2000-12-11 Nick Ing-Simmons Integrate mainline
2000-12-11 Jarkko Hietaniemi Revert the -f ambiguousity patch, seems to cause
next