This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make "make install" by default silent. A new "install-verbose"
[perl5.git] / toke.c
2000-08-06 Jarkko HietaniemiHave symbols for the IoTYPEs.
2000-08-01 Jarkko HietaniemiBOM patching from Simon Cozens.
2000-07-31 Jarkko HietaniemiThe swallow_bom() saga continues. The #23 of require.t
2000-07-30 Jarkko HietaniemiA new version of the "remove UPPERACSE string comparison"
2000-07-29 Jarkko HietaniemiTune the comments and hopefully stop a memory leak.
2000-07-28 Jarkko HietaniemiBack out #6454, doesn't seem to work.
2000-07-27 Jarkko HietaniemiRemove EQ, NE, GT, LT, GE, LE (they have been deprecated
2000-07-25 M. J. T. GuyGet UTF16 BOMs working. Patch from
2000-07-14 Gurusamy SarathyPERL_OBJECT build tweaks
2000-07-14 Gurusamy Sarathyinconsistent types needs casts
2000-07-14 Gurusamy Sarathytypecasts needed for change#6394
2000-07-14 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-07-14 Gurusamy Sarathyenable UTF-16 filter by default if relevant BOM is...
2000-07-14 Jarkko HietaniemiFix the BOM bug: not a byteorder bug, a signedness...
2000-07-13 Jarkko HietaniemiIntegrate with Sarathy.
2000-07-11 Gurusamy Sarathytweak for build failure under multiplicity
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6325..6373 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6261..6266 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl change#6250 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6220..6222 into mainline
2000-07-11 H.Merijn BrandRe: format bug report [Patch]
2000-07-11 Mark-Jason DominusBe less forgiving about ambiguous and illegal tr ranges.
2000-07-07 Jarkko HietaniemiFix the alignment problem in Crays ([ID 20000612.002]).
2000-07-04 Jarkko HietaniemiWin32 patches for cfgperl from Sarathy.
2000-06-28 Simon CozensRe: [PATCH cfgperl] BOMs away!
2000-06-28 Doug MacEachernRe: [PATCH] support 'my __PACKAGE__ $obj = ...'
2000-06-27 David DyckDo no -warn on \_, only on \alpha.
2000-06-23 Simon CozensRemove tr///CU (the feature is to be obsoleted by bette...
2000-06-03 Jarkko HietaniemiIntegrate with Sarathy.
2000-06-02 Gurusamy Sarathyfix small eval"" memory leaks under USE_ITHREADS
2000-05-31 Jarkko HietaniemiSingle-quoted utf8 patch from Simon Cozens.
2000-05-30 Jarkko HietaniemiTweak NV_PRESERVES_UV*, vms/subconfigure.com left untou...
2000-05-28 Gurusamy SarathyMacOS support, part 1 (from Matthias Neeracher
2000-05-28 Gurusamy Sarathydowngrade fatal error on C<"foo@nosucharray.com"> to...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-07 Gurusamy Sarathyreverse() and quotemeta() weren't preserving utf8-ness...
2000-05-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-05-04 Gurusamy Sarathytokeq() could read unallocated field in argument
2000-05-04 Jarkko HietaniemiThe logic of choosing strtol/strtoul/strtoll/strtoull...
2000-05-02 Gurusamy Sarathychange#3798 broke the meaning of "\0_7_7", tr/\0_/...
2000-04-30 Gurusamy Sarathyextend "Unrecognized escape" warning to \8, \9, and...
2000-04-28 Gurusamy Sarathyfix line renumbering bug in C<eval qq[#line 10 "X"...
2000-04-28 Gurusamy Sarathyqw(a\\b) must be parsed like 'a\\b', i.e., backslash...
2000-04-27 Gurusamy Sarathyautoquote barewords followed by newline and arrow properly
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy SarathyPOSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu...
2000-03-21 Gurusamy Sarathymake parenthetic warnings look consistent; make diagnos...
2000-03-20 Gurusamy Sarathychange#5797 didn't do the right thing for "\xff\N{WHITE...
2000-03-19 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-03-19 Gurusamy Sarathyproduce better error message when \N{...} is used without
2000-03-18 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-18 Gurusamy Sarathyqueued errors may not be displayed after the PL_error_c...
2000-03-18 Jarkko HietaniemiUse the newSVuv().
2000-03-18 Gurusamy Sarathymake "\N{...}" enable utf8-ness correctly
2000-03-13 Gurusamy Sarathydon't check for errno after Atof() (atof() doesn't...
2000-03-12 Gurusamy SarathyLarry's patch to disallow CORE::Snark, with perldiag...
2000-03-11 Jarkko HietaniemiUse Atof() instead of bare strtod(); ditto for Atol...
2000-03-06 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-06 Gurusamy Sarathy64-bit build fix on VMS (from Dan Sugalski)
2000-03-06 Gurusamy Sarathyintegrate cfgperl changes into mainline
2000-03-05 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-05 Gurusamy Sarathyprototype changes for eventually supporting C<binmode...
2000-03-05 Jarkko Hietaniemithe monster cpp expression needs to be on one line to
2000-03-05 Jarkko HietaniemiIRIX cpp is fussy.
2000-03-05 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-03-05 Gurusamy Sarathyintegrate cfgperl contents into mainline; add new tests...
2000-03-05 Jarkko Hietaniemidethinko
2000-03-05 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-05 Gurusamy Sarathyoptimize change#5533 to stick to IVs if constant is...
2000-03-05 Gurusamy Sarathyscan_num() sticks to UVs rather than IVs (now -21474836...
2000-03-05 Jarkko Hietaniemimore cpp cosmetics, logic cleanup
2000-03-05 Jarkko HietaniemiReformat the fearful cpp expression to be a little...
2000-03-04 Matthias UrlichsBUG: Integer floatifies? +PATCH: reading BIG integers...
2000-03-03 Gurusamy Sarathywarn about /(?p{})/ (from Simon Cozens)
2000-03-03 Gurusamy Sarathy/(?p{})/ changed to /(??{})/, per Larry's suggestion...
2000-02-26 Gurusamy Sarathysupport for version vectors in UNIVERSAL::VERSION(...
2000-02-23 Gurusamy Sarathyper Larry's idea, parse 1.2.3 as v1.2.3; C<require...
2000-02-22 Gurusamy Sarathychange#5205 wasn't quite right; SvCUR() should be SvLEN()
2000-02-22 Gurusamy Sarathyfix memory overrun due to off-by-one in change#5192
2000-02-22 Gurusamy Sarathyimprovements for high-bit text literals (from Gisle...
2000-02-22 Gurusamy Sarathyallow C<print v10>, $h{v13.10} etc.
2000-02-21 Gurusamy Sarathyremove dual-valueness of v-strings (i.e., they are...
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathydefault mkdir() mode argument to 0777
2000-02-19 Gurusamy Sarathysome rearrangement of the includes for easier "microper...
2000-02-19 Gurusamy Sarathymake comparisons promote to utf8 as necessary (from...
2000-02-15 Gurusamy Sarathyavoid accidental #line directives (from Rick Delaney
2000-02-15 Gurusamy Sarathyfix incompatibility with bison generated parser (from
2000-02-10 Gurusamy Sarathylongstanding bug in parsing "require VERSION", could...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathystringify "\x{FFF}" to utf8 correctly; set SvUTF8 on...
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-02-06 Gurusamy Sarathyfix parse error on C<{ use strict }> and other construc...
2000-02-06 Gurusamy Sarathyallow "\x{12ab}" even without C<use utf8>
2000-02-06 Gurusamy Sarathysupport sprintf("v%v", v1.2.3) (works on any string...
2000-02-04 Gurusamy Sarathyfix pad_alloc panic from C<my $w; sub { my($i) = @_...
2000-02-01 Gurusamy Sarathymark literal utf8 in string literals properly
next