This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate Memoize 0.64. Few tweaks were required in
[perl5.git] / toke.c
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...
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-17 Doug MacEachern[patch] -Wall
2001-02-15 Hugo van der Sandentoke.c cleanup: scan_str()
2001-02-13 Chris Nandorbuncha MacPerl patches for bleadperl
2001-02-11 Doug MacEachernRe: [patch] GvSHARED
2001-02-10 Doug MacEachernRe: [patch] GvSHARED
2001-02-08 Charles BaileySYN SYN
2001-02-08 Nicholas Clark[ID 20010206.010] S_ functions not declared STATIC
2001-02-06 Vadim KonovalovRE: some win32 fixes
2001-01-29 Jarkko HietaniemiIntegrate change #8586 from maint-5.6/perl.
2001-01-28 Jarkko HietaniemiPatch from Inaba Hiroto:
2001-01-27 Jarkko HietaniemiThreadedness patch for #8562 from Doug MacEachern.
2001-01-27 Simon CozensRe: Announce : Tokener reporting patch
2001-01-24 Charles BaileySYN SYN
2001-01-15 Jarkko HietaniemiMore UTF-8 patches from Inaba Hiroto.
2001-01-12 Robin Barker-Wformat
2001-01-12 Stephen McCamantConsolidated lvalue sub changes
2001-01-12 Roca, Ignasi[Patch perl@8375] pragma/subs.t ......FAILED tests...
2001-01-09 Inaba HirotoOne more patch for UTF8
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-06 Jarkko HietaniemiIRIX compiler noticed that the bof initialization might be
2001-01-05 Jarkko HietaniemiAdd 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, Ignasistrings with \x{..} in the middle are corrupted
2001-01-05 Jarkko HietaniemiUTF-8 cleanup.
2001-01-05 Jarkko HietaniemiUnify UTF-8 malformedness handling.
2001-01-04 Roca, IgnasiCorrections for Perl_yylex_r (used by a reentrant parse...
2001-01-04 Roca, Ignasiscanning two hex-constants fails on EBCDIC environment...
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-30 Nick Ing-SimmonsTweak for MULTIPLICITY/USE_PERLIO
2000-12-30 Richard SoderbergRE: perl@8269
2000-12-30 Inaba Hirotomore UTF8 test suites and an UTF8 patch
2000-12-28 Simon CozensRe: [ID 19991001.003] sort(sub(arg)) misparsed as sort...
2000-12-11 Nick Ing-SimmonsIntegrate mainline
2000-12-11 Jarkko HietaniemiRevert the -f ambiguousity patch, seems to cause
2000-12-09 Nick Ing-SimmonsDid not get that has_utf8/this_utf8 fix right last...
2000-12-09 Nick Ing-SimmonsTypo/thinko in S_scan_const() - seeing high bit sets...
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-04 Jarkko HietaniemiIntegrate perlio:
2000-12-04 Nick Ing-SimmonsQuieten some noise in Win32 builds:
2000-12-03 Jarkko HietaniemiMake uv_to_utf8() to zero-terminate its output buffer,
2000-12-02 Mike GuyRe: [ID 20001130.011] expression parsing bug ?
2000-12-01 Jarkko HietaniemiSome help for 20001130.011. Now one gets warnings...
2000-12-01 Jarkko HietaniemiRetract #7941. Forbidding subs m/s/etc is too cruel...
2000-12-01 Jarkko Hietaniemi(Retracted by #7943.)
2000-11-30 Robin Barkertoke.c perlio.c -Wformat nits
2000-11-29 Simon CozensTokeniser debugging
2000-11-22 Jarkko HietaniemiGo ahead and #include <unistd.h> in perl.h.
2000-11-14 Yitzchak Scott-Tho... [ID 20001113.003] utf8_to_uv on malformed utf returns...
2000-11-08 Casey R. TwetenOverrideable keys, each, pop, push, shift, splice,...
2000-11-06 Jarkko Hietaniemiglibc5 detection by __GNU_LIBRARY__.
2000-11-06 David DyckFix for
2000-11-05 Jarkko HietaniemiA fix of sorts for 20000329.026, a better error message
2000-10-29 Simon CozensMake \x{...} consistently produce UTF-8.
2000-10-28 Jarkko HietaniemiThe reëntrant version shouldn't be needed unless USE_PU...
2000-10-25 Jarkko HietaniemiContinue the internal UTF-8 API tweaking.
2000-10-25 Jarkko HietaniemiAllow poking holes at the UTF-8 decoding strictness.
2000-10-24 Jarkko HietaniemiMake the UTF-8 decoding stricter and more verbose when
2000-10-20 Roca, IgnasiMake scan_num() reëntrant, as suggested in
2000-10-20 Roca, IgnasiReëntrancy fix.
2000-10-20 Charles BaileySYN SYN
next