This seems to be a stage sane and stable enough to checkin.
[p5sagit/p5-mst-13.2.git] / toke.c
2000-12-11 Nick Ing-Simmons Integrate mainline
2000-12-11 Jarkko Hietaniemi Revert the -f ambiguousity patch, seems to cause
2000-12-09 Nick Ing-Simmons Did not get that has_utf8/this_utf8 fix right last...
2000-12-09 Nick Ing-Simmons Typo/thinko in S_scan_const() - seeing high bit sets...
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-04 Jarkko Hietaniemi Integrate perlio:
2000-12-04 Nick Ing-Simmons Quieten some noise in Win32 builds:
2000-12-03 Jarkko Hietaniemi Make uv_to_utf8() to zero-terminate its output buffer,
2000-12-02 Mike Guy Re: [ID 20001130.011] expression parsing bug ?
2000-12-01 Jarkko Hietaniemi Some help for 20001130.011. Now one gets warnings...
2000-12-01 Jarkko Hietaniemi Retract #7941. Forbidding subs m/s/etc is too cruel...
2000-12-01 Jarkko Hietaniemi (Retracted by #7943.)
2000-11-30 Robin Barker toke.c perlio.c -Wformat nits
2000-11-29 Simon Cozens Tokeniser debugging
2000-11-22 Jarkko Hietaniemi Go 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. Tweten Overrideable keys, each, pop, push, shift, splice,...
2000-11-06 Jarkko Hietaniemi glibc5 detection by __GNU_LIBRARY__.
2000-11-06 David Dyck Fix for
2000-11-05 Jarkko Hietaniemi A fix of sorts for 20000329.026, a better error message
2000-10-29 Simon Cozens Make \x{...} consistently produce UTF-8.
2000-10-28 Jarkko Hietaniemi The reëntrant version shouldn't be needed unless USE_PU...
2000-10-25 Jarkko Hietaniemi Continue the internal UTF-8 API tweaking.
2000-10-25 Jarkko Hietaniemi Allow poking holes at the UTF-8 decoding strictness.
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-20 Roca, Ignasi Make scan_num() reëntrant, as suggested in
2000-10-20 Roca, Ignasi Reëntrancy fix.
2000-10-20 Charles Bailey SYN SYN
2000-10-13 Jarkko Hietaniemi Allow @+ and @- to be doublequoted, from Simon Cozens.
2000-09-30 Gisle Aas Re: Trapping by opmask sets strange parser state [PATCH]
2000-09-30 Nick Ing-Simmons Re-instate Perl_utf8_to_uv without checking parameter...
2000-09-15 Jarkko Hietaniemi Fix for the charnames.t failures from Spider Boardman.
2000-09-14 Spider Boardman Re: perl@7078
2000-09-14 Robin Barker continued -Wformat support
2000-09-14 Jarkko Hietaniemi Batch of UTF-8 patches from Simon Cozens.
2000-09-14 Casey R. Tweten Allow chop() and chomp() to be overridden.
2000-09-07 Hugo van der Sanden Re: [ID 20000905.001] Assertion failed: file "toke...
2000-09-01 Spider Boardman Drop unused argument.
2000-08-06 Jarkko Hietaniemi Have symbols for the IoTYPEs.
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-01 Jarkko Hietaniemi BOM patching from Simon Cozens.
2000-07-31 Jarkko Hietaniemi The swallow_bom() saga continues. The #23 of require.t
2000-07-30 Jarkko Hietaniemi A new version of the "remove UPPERACSE string comparison"
2000-07-29 Jarkko Hietaniemi Tune the comments and hopefully stop a memory leak.
2000-07-28 Jarkko Hietaniemi Back out #6454, doesn't seem to work.
2000-07-27 Jarkko Hietaniemi Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
2000-07-25 M. J. T. Guy Get UTF16 BOMs working. Patch from
2000-07-14 Gurusamy Sarathy PERL_OBJECT build tweaks
2000-07-14 Gurusamy Sarathy inconsistent types needs casts
2000-07-14 Gurusamy Sarathy typecasts needed for change#6394
2000-07-14 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-07-14 Gurusamy Sarathy enable UTF-16 filter by default if relevant BOM is...
2000-07-14 Jarkko Hietaniemi Fix the BOM bug: not a byteorder bug, a signedness...
2000-07-13 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-11 Gurusamy Sarathy tweak for build failure under multiplicity
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6325..6373 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6261..6266 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl change#6250 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6220..6222 into mainline
2000-07-11 H.Merijn Brand Re: format bug report [Patch]
2000-07-11 Mark-Jason Dominus Be less forgiving about ambiguous and illegal tr ranges.
2000-07-07 Jarkko Hietaniemi Fix the alignment problem in Crays ([ID 20000612.002]).
2000-07-04 Jarkko Hietaniemi Win32 patches for cfgperl from Sarathy.
2000-06-28 Simon Cozens Re: [PATCH cfgperl] BOMs away!
2000-06-28 Doug MacEachern Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
2000-06-27 David Dyck Do no -warn on \_, only on \alpha.
2000-06-23 Simon Cozens Remove tr///CU (the feature is to be obsoleted by bette...
2000-06-03 Jarkko Hietaniemi Integrate with Sarathy.
2000-06-02 Gurusamy Sarathy fix small eval"" memory leaks under USE_ITHREADS
2000-05-31 Jarkko Hietaniemi Single-quoted utf8 patch from Simon Cozens.
2000-05-30 Jarkko Hietaniemi Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untou...
2000-05-28 Gurusamy Sarathy MacOS support, part 1 (from Matthias Neeracher
2000-05-28 Gurusamy Sarathy downgrade fatal error on C<"foo@nosucharray.com"> to...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-07 Gurusamy Sarathy reverse() and quotemeta() weren't preserving utf8-ness...
2000-05-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-04 Gurusamy Sarathy tokeq() could read unallocated field in argument
2000-05-04 Jarkko Hietaniemi The logic of choosing strtol/strtoul/strtoll/strtoull...
2000-05-02 Gurusamy Sarathy change#3798 broke the meaning of "\0_7_7", tr/\0_/...
2000-04-30 Gurusamy Sarathy extend "Unrecognized escape" warning to \8, \9, and...
2000-04-28 Gurusamy Sarathy fix line renumbering bug in C<eval qq[#line 10 "X"...
2000-04-28 Gurusamy Sarathy qw(a\\b) must be parsed like 'a\\b', i.e., backslash...
2000-04-27 Gurusamy Sarathy autoquote barewords followed by newline and arrow properly
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu...
2000-03-21 Gurusamy Sarathy make parenthetic warnings look consistent; make diagnos...
2000-03-20 Gurusamy Sarathy change#5797 didn't do the right thing for "\xff\N{WHITE...
2000-03-19 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-03-19 Gurusamy Sarathy produce better error message when \N{...} is used without
2000-03-18 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-18 Gurusamy Sarathy queued errors may not be displayed after the PL_error_c...
2000-03-18 Jarkko Hietaniemi Use the newSVuv().
2000-03-18 Gurusamy Sarathy make "\N{...}" enable utf8-ness correctly
2000-03-13 Gurusamy Sarathy don't check for errno after Atof() (atof() doesn't...
2000-03-12 Gurusamy Sarathy Larry's patch to disallow CORE::Snark, with perldiag...
2000-03-11 Jarkko Hietaniemi Use Atof() instead of bare strtod(); ditto for Atol...
2000-03-06 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-06 Gurusamy Sarathy 64-bit build fix on VMS (from Dan Sugalski)
2000-03-06 Gurusamy Sarathy integrate cfgperl changes into mainline
next