2000-03-03 |
Gurusamy Sarathy |
/(?p{})/ changed to /(??{})/, per Larry's suggestion... |
blob | commitdiff |
2000-02-26 |
Gurusamy Sarathy |
support for version vectors in UNIVERSAL::VERSION(... |
blob | commitdiff | diff to current |
2000-02-23 |
Gurusamy Sarathy |
per Larry's idea, parse 1.2.3 as v1.2.3; C<require... |
blob | commitdiff | diff to current |
2000-02-22 |
Gurusamy Sarathy |
change#5205 wasn't quite right; SvCUR() should be SvLEN() |
blob | commitdiff | diff to current |
2000-02-22 |
Gurusamy Sarathy |
fix memory overrun due to off-by-one in change#5192 |
blob | commitdiff | diff to current |
2000-02-22 |
Gurusamy Sarathy |
improvements for high-bit text literals (from Gisle... |
blob | commitdiff | diff to current |
2000-02-22 |
Gurusamy Sarathy |
allow C<print v10>, $h{v13.10} etc. |
blob | commitdiff | diff to current |
2000-02-21 |
Gurusamy Sarathy |
remove dual-valueness of v-strings (i.e., they are... |
blob | commitdiff | diff to current |
2000-02-20 |
Gurusamy Sarathy |
lexical warnings update, ability to inspect bitmask... |
blob | commitdiff | diff to current |
2000-02-20 |
Gurusamy Sarathy |
default mkdir() mode argument to 0777 |
blob | commitdiff | diff to current |
2000-02-19 |
Gurusamy Sarathy |
some rearrangement of the includes for easier "microper... |
blob | commitdiff | diff to current |
2000-02-19 |
Gurusamy Sarathy |
make comparisons promote to utf8 as necessary (from... |
blob | commitdiff | diff to current |
2000-02-15 |
Gurusamy Sarathy |
avoid accidental #line directives (from Rick Delaney |
blob | commitdiff | diff to current |
2000-02-15 |
Gurusamy Sarathy |
fix incompatibility with bison generated parser (from |
blob | commitdiff | diff to current |
2000-02-10 |
Gurusamy Sarathy |
longstanding bug in parsing "require VERSION", could... |
blob | commitdiff | diff to current |
2000-02-09 |
Charles Bailey |
Resync with mainline |
blob | commitdiff | diff to current |
2000-02-08 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-02-07 |
Gurusamy Sarathy |
stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on... |
blob | commitdiff | diff to current |
2000-02-06 |
Gurusamy Sarathy |
set SvUTF8 on vectors only if there are chars > 127... |
blob | commitdiff | diff to current |
2000-02-06 |
Gurusamy Sarathy |
fix parse error on C<{ use strict }> and other construc... |
blob | commitdiff | diff to current |
2000-02-06 |
Gurusamy Sarathy |
allow "\x{12ab}" even without C<use utf8> |
blob | commitdiff | diff to current |
2000-02-06 |
Gurusamy Sarathy |
support sprintf("v%v", v1.2.3) (works on any string... |
blob | commitdiff | diff to current |
2000-02-04 |
Gurusamy Sarathy |
fix pad_alloc panic from C<my $w; sub { my($i) = @_... |
blob | commitdiff | diff to current |
2000-02-01 |
Gurusamy Sarathy |
mark literal utf8 in string literals properly |
blob | commitdiff | diff to current |
2000-01-31 |
Gurusamy Sarathy |
runtime now looks at the SVf_UTF8 bit on the SV to... |
blob | commitdiff | diff to current |
2000-01-26 |
Gurusamy Sarathy |
revised attribute syntax: C<my $foo :a :b :c>, C<my... |
blob | commitdiff | diff to current |
2000-01-26 |
Gurusamy Sarathy |
s/STOP/CHECK/ blocks |
blob | commitdiff | diff to current |
2000-01-26 |
Gurusamy Sarathy |
change#3744 should have made grep more like map instead... |
blob | commitdiff | diff to current |
2000-01-26 |
Gurusamy Sarathy |
fix parse failure of (my $foo : bar) and similar (from... |
blob | commitdiff | diff to current |
2000-01-23 |
Gurusamy Sarathy |
disallow our($foo::bar) |
blob | commitdiff | diff to current |
2000-01-22 |
Gurusamy Sarathy |
#line directives without a filename leave the file... |
blob | commitdiff | diff to current |
2000-01-22 |
Gurusamy Sarathy |
add patch for printf-style format typechecks (from... |
blob | commitdiff | diff to current |
2000-01-20 |
Charles Bailey |
Quick integration of mainline changes to date |
blob | commitdiff | diff to current |
2000-01-14 |
Gurusamy Sarathy |
nailed "our" declarations, and better warnings on duplicate |
blob | commitdiff | diff to current |
1999-12-30 |
Gurusamy Sarathy |
leave DATA open in binmode if __END__ line doesn't... |
blob | commitdiff | diff to current |
1999-12-30 |
Gurusamy Sarathy |
enable the PERL_BINMODE_SCRIPTS behavior by default... |
blob | commitdiff | diff to current |
1999-12-30 |
Gurusamy Sarathy |
CR-LF support broken for formats |
blob | commitdiff | diff to current |
1999-12-28 |
Gurusamy Sarathy |
typecasts needed |
blob | commitdiff | diff to current |
1999-12-26 |
Gurusamy Sarathy |
fix typos |
blob | commitdiff | diff to current |
1999-12-24 |
Gurusamy Sarathy |
support for v5.5.640 style version numbers |
blob | commitdiff | diff to current |
1999-12-18 |
Gurusamy Sarathy |
fix from Larry for parsing C<{ 0x1 => 'foo'}> as an |
blob | commitdiff | diff to current |
1999-12-12 |
Gurusamy Sarathy |
integrate mainline changes |
blob | commitdiff | diff to current |
1999-12-09 |
Gurusamy Sarathy |
avoid mismatched expectation <-> int types for C++... |
blob | commitdiff | diff to current |
1999-12-08 |
Larry Wall |
patch to fix parser bug in C<${h{${a[0]}}} = 13> |
blob | commitdiff | diff to current |
1999-12-08 |
Gurusamy Sarathy |
use SAVEINT() rather than SAVEDESTRUCTOR() for saving... |
blob | commitdiff | diff to current |
1999-12-08 |
Gurusamy Sarathy |
longstanding typo in lexer: PL_lex_expect was not properly |
blob | commitdiff | diff to current |
1999-12-04 |
Gurusamy Sarathy |
make weak keyword check look for defined(&lock), not |
blob | commitdiff | diff to current |
1999-12-01 |
Gurusamy Sarathy |
more complete pseudo-fork() support for Windows |
blob | commitdiff | diff to current |
1999-11-14 |
Gurusamy Sarathy |
sundry cleanups for cloned interpreters (only known... |
blob | commitdiff | diff to current |
1999-11-11 |
Gurusamy Sarathy |
another change towards a shareable optree: avoid pointe... |
blob | commitdiff | diff to current |
1999-11-09 |
Gurusamy Sarathy |
IoDIRP may be fake when used in source filters, mark... |
blob | commitdiff | diff to current |
1999-11-04 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-11-04 |
Gurusamy Sarathy |
implement STOP blocks and fix compiler to use them... |
blob | commitdiff | diff to current |
1999-11-04 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-11-04 |
Jarkko Hietaniemi |
Incremental Mac integration from Matthias. |
blob | commitdiff | diff to current |
1999-11-04 |
Gurusamy Sarathy |
remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore |
blob | commitdiff | diff to current |
1999-11-02 |
Jarkko Hietaniemi |
Initial integration of the MacPerl changes form Matthias. |
blob | commitdiff | diff to current |
1999-11-01 |
Gurusamy Sarathy |
macros for COP.cop_filegv access |
blob | commitdiff | diff to current |
1999-10-26 |
Gurusamy Sarathy |
warnings and const violations identified by compiling... |
blob | commitdiff | diff to current |
1999-10-24 |
Gurusamy Sarathy |
remove unused interpreter globals |
blob | commitdiff | diff to current |
1999-10-12 |
Gurusamy Sarathy |
various cleanups |
blob | commitdiff | diff to current |
1999-10-10 |
Gurusamy Sarathy |
revert SAVEDESTRUCTOR() to accepting void(*)(void*... |
blob | commitdiff | diff to current |
1999-10-08 |
Larry Wall |
add suggested patch =~ s/NOTOP/OP_NOT/ with tests |
blob | commitdiff | diff to current |
1999-10-06 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
1999-10-06 |
Gurusamy Sarathy |
make die/warn and other diagnostics go to wherever... |
blob | commitdiff | diff to current |
1999-10-04 |
Gurusamy Sarathy |
some compatibility macros were busted |
blob | commitdiff | diff to current |
1999-10-02 |
Jarkko Hietaniemi |
Untangle the IV_IS_QUAD jungle by introduding |
blob | commitdiff | diff to current |
1999-09-29 |
Charles Bailey |
resync with mainline |
blob | commitdiff | diff to current |
1999-09-25 |
Larry Wall |
Re: [PATCH 5.005_61] "our" declarations |
blob | commitdiff | diff to current |
1999-09-24 |
Gurusamy Sarathy |
avoid infinite recursive exec()s of perl.exe when shebang |
blob | commitdiff | diff to current |
1999-09-20 |
Gurusamy Sarathy |
queue errors due to strictures rather than printing... |
blob | commitdiff | diff to current |
1999-09-18 |
Nick Ing-Simmons |
Re-integrate mainline |
blob | commitdiff | diff to current |
1999-09-13 |
Gurusamy Sarathy |
avoid assertion failure on C<@a'> |
blob | commitdiff | diff to current |
1999-09-06 |
Jarkko Hietaniemi |
Fix UV_SIZEOF to UVSIZE; change the overflow tests |
blob | commitdiff | diff to current |
1999-09-06 |
Paul Marquess |
Another patch for Lexical Warnings |
blob | commitdiff | diff to current |
1999-09-06 |
Gurusamy Sarathy |
misc tweaks |
blob | commitdiff | diff to current |
1999-09-03 |
Jarkko Hietaniemi |
Fix from Spider for the sub attributes (there was an... |
blob | commitdiff | diff to current |
1999-08-31 |
Jarkko Hietaniemi |
\C{} -> \N{} residue. |
blob | commitdiff | diff to current |
1999-08-30 |
Ilya Zakharevich |
Use \N{named characters} instead of \C. |
blob | commitdiff | diff to current |
1999-08-29 |
Spider Boardman |
sub : attrlist |
blob | commitdiff | diff to current |
1999-08-29 |
Jarkko Hietaniemi |
Rename warning to warnings, from Paul Marquess. |
blob | commitdiff | diff to current |
1999-08-04 |
Jarkko Hietaniemi |
Introduce the charnames pragma. |
blob | commitdiff | diff to current |
1999-08-01 |
Jarkko Hietaniemi |
64-bit work. Now 32-bit platforms get a 100% make... |
blob | commitdiff | diff to current |
1999-08-01 |
Jarkko Hietaniemi |
Reading 64-bit decimal numbers was broken because |
blob | commitdiff | diff to current |
1999-07-31 |
Jarkko Hietaniemi |
Integer overflow iteration. |
blob | commitdiff | diff to current |
1999-07-31 |
Jarkko Hietaniemi |
Hack the "integer overflow" code some more. |
blob | commitdiff | diff to current |
1999-07-29 |
Jarkko Hietaniemi |
Integrate with Sarathy. I overruled on perldelta |
blob | commitdiff | diff to current |
1999-07-29 |
Jarkko Hietaniemi |
Repent and make overly large integerish |
blob | commitdiff | diff to current |
1999-07-29 |
Gurusamy Sarathy |
minor tweaks to pods and toke.c comments |
blob | commitdiff | diff to current |
1999-07-28 |
Nathan Torkington |
Document toke.c. |
blob | commitdiff | diff to current |
1999-07-27 |
Jarkko Hietaniemi |
Integer constants (0x, 0[0-7], 0b) now overflow fatally, |
blob | commitdiff | diff to current |
1999-07-26 |
Stephen McCamant |
a more correct fix for change#2744 |
blob | commitdiff | diff to current |
1999-07-25 |
Gurusamy Sarathy |
make map behave like grep wrt indirect object slot... |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy |
more PERL_OBJECT cleanups (changes still untested on... |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy |
fixes for logical bugs in the lexwarn patch; other... |
blob | commitdiff | diff to current |
1999-07-07 |
Paul Marquess |
lexical warnings update (warning.t fails one test |
blob | commitdiff | diff to current |
1999-07-06 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-07-06 |
Dan Sugalski |
slightly tweaked version of suggested patch |
blob | commitdiff | diff to current |
1999-07-05 |
Peter Prymmer |
"\e" and "\a" didn't produce right escape under EBCDIC |
blob | commitdiff | diff to current |
1999-06-27 |
Gurusamy Sarathy |
somewhat untested PERL_OBJECT cleanups (C++isms mostly |
blob | commitdiff | diff to current |
next |