This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
more sleep needed from slow systems (from Peter Haworth)
[perl5.git] / toke.c
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
2000-01-31 Gurusamy Sarathyruntime now looks at the SVf_UTF8 bit on the SV to...
2000-01-26 Gurusamy Sarathyrevised attribute syntax: C<my $foo :a :b :c>, C<my...
2000-01-26 Gurusamy Sarathys/STOP/CHECK/ blocks
2000-01-26 Gurusamy Sarathychange#3744 should have made grep more like map instead...
2000-01-26 Gurusamy Sarathyfix parse failure of (my $foo : bar) and similar (from...
2000-01-23 Gurusamy Sarathydisallow our($foo::bar)
2000-01-22 Gurusamy Sarathy#line directives without a filename leave the file...
2000-01-22 Gurusamy Sarathyadd patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-14 Gurusamy Sarathynailed "our" declarations, and better warnings on duplicate
1999-12-30 Gurusamy Sarathyleave DATA open in binmode if __END__ line doesn't...
1999-12-30 Gurusamy Sarathyenable the PERL_BINMODE_SCRIPTS behavior by default...
1999-12-30 Gurusamy SarathyCR-LF support broken for formats
1999-12-28 Gurusamy Sarathytypecasts needed
1999-12-26 Gurusamy Sarathyfix typos
1999-12-24 Gurusamy Sarathysupport for v5.5.640 style version numbers
1999-12-18 Gurusamy Sarathyfix from Larry for parsing C<{ 0x1 => 'foo'}> as an
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-09 Gurusamy Sarathyavoid mismatched expectation <-> int types for C++...
1999-12-08 Larry Wallpatch to fix parser bug in C<${h{${a[0]}}} = 13>
1999-12-08 Gurusamy Sarathyuse SAVEINT() rather than SAVEDESTRUCTOR() for saving...
1999-12-08 Gurusamy Sarathylongstanding typo in lexer: PL_lex_expect was not properly
1999-12-04 Gurusamy Sarathymake weak keyword check look for defined(&lock), not
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-14 Gurusamy Sarathysundry cleanups for cloned interpreters (only known...
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-11-09 Gurusamy SarathyIoDIRP may be fake when used in source filters, mark...
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-04 Gurusamy Sarathyimplement STOP blocks and fix compiler to use them...
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-04 Jarkko HietaniemiIncremental Mac integration from Matthias.
1999-11-04 Gurusamy Sarathyremove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-11-02 Jarkko HietaniemiInitial integration of the MacPerl changes form Matthias.
1999-11-01 Gurusamy Sarathymacros for COP.cop_filegv access
1999-10-26 Gurusamy Sarathywarnings and const violations identified by compiling...
1999-10-24 Gurusamy Sarathyremove unused interpreter globals
1999-10-12 Gurusamy Sarathyvarious cleanups
1999-10-10 Gurusamy Sarathyrevert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-08 Larry Walladd suggested patch =~ s/NOTOP/OP_NOT/ with tests
1999-10-06 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-10-04 Gurusamy Sarathysome compatibility macros were busted
1999-10-02 Jarkko HietaniemiUntangle the IV_IS_QUAD jungle by introduding
1999-09-29 Charles Baileyresync with mainline
1999-09-25 Larry WallRe: [PATCH 5.005_61] "our" declarations
1999-09-24 Gurusamy Sarathyavoid infinite recursive exec()s of perl.exe when shebang
1999-09-20 Gurusamy Sarathyqueue errors due to strictures rather than printing...
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
next