FreeBSD 3.* updates from
[p5sagit/p5-mst-13.2.git] / toke.c
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
2000-03-05 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-05 Gurusamy Sarathy prototype changes for eventually supporting C<binmode...
2000-03-05 Jarkko Hietaniemi the monster cpp expression needs to be on one line to
2000-03-05 Jarkko Hietaniemi IRIX cpp is fussy.
2000-03-05 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-03-05 Gurusamy Sarathy integrate cfgperl contents into mainline; add new tests...
2000-03-05 Jarkko Hietaniemi dethinko
2000-03-05 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-05 Gurusamy Sarathy optimize change#5533 to stick to IVs if constant is...
2000-03-05 Gurusamy Sarathy scan_num() sticks to UVs rather than IVs (now -21474836...
2000-03-05 Jarkko Hietaniemi more cpp cosmetics, logic cleanup
2000-03-05 Jarkko Hietaniemi Reformat the fearful cpp expression to be a little...
2000-03-04 Matthias Urlichs BUG: Integer floatifies? +PATCH: reading BIG integers...
2000-03-03 Gurusamy Sarathy warn about /(?p{})/ (from Simon Cozens)
2000-03-03 Gurusamy Sarathy /(?p{})/ changed to /(??{})/, per Larry's suggestion...
2000-02-26 Gurusamy Sarathy support for version vectors in UNIVERSAL::VERSION(...
2000-02-23 Gurusamy Sarathy per Larry's idea, parse 1.2.3 as v1.2.3; C<require...
2000-02-22 Gurusamy Sarathy change#5205 wasn't quite right; SvCUR() should be SvLEN()
2000-02-22 Gurusamy Sarathy fix memory overrun due to off-by-one in change#5192
2000-02-22 Gurusamy Sarathy improvements for high-bit text literals (from Gisle...
2000-02-22 Gurusamy Sarathy allow C<print v10>, $h{v13.10} etc.
2000-02-21 Gurusamy Sarathy remove dual-valueness of v-strings (i.e., they are...
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathy default mkdir() mode argument to 0777
2000-02-19 Gurusamy Sarathy some rearrangement of the includes for easier "microper...
2000-02-19 Gurusamy Sarathy make comparisons promote to utf8 as necessary (from...
2000-02-15 Gurusamy Sarathy avoid accidental #line directives (from Rick Delaney
2000-02-15 Gurusamy Sarathy fix incompatibility with bison generated parser (from
2000-02-10 Gurusamy Sarathy longstanding bug in parsing "require VERSION", could...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on...
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-02-06 Gurusamy Sarathy fix parse error on C<{ use strict }> and other construc...
2000-02-06 Gurusamy Sarathy allow "\x{12ab}" even without C<use utf8>
2000-02-06 Gurusamy Sarathy support sprintf("v%v", v1.2.3) (works on any string...
2000-02-04 Gurusamy Sarathy fix pad_alloc panic from C<my $w; sub { my($i) = @_...
2000-02-01 Gurusamy Sarathy mark literal utf8 in string literals properly
2000-01-31 Gurusamy Sarathy runtime now looks at the SVf_UTF8 bit on the SV to...
next