2000-08-06 |
Jarkko Hietaniemi |
Have symbols for the IoTYPEs. |
blob | commitdiff |
2000-08-01 |
Jarkko Hietaniemi |
BOM patching from Simon Cozens. |
blob | commitdiff | diff to current |
2000-07-31 |
Jarkko Hietaniemi |
The swallow_bom() saga continues. The #23 of require.t |
blob | commitdiff | diff to current |
2000-07-30 |
Jarkko Hietaniemi |
A new version of the "remove UPPERACSE string comparison" |
blob | commitdiff | diff to current |
2000-07-29 |
Jarkko Hietaniemi |
Tune the comments and hopefully stop a memory leak. |
blob | commitdiff | diff to current |
2000-07-28 |
Jarkko Hietaniemi |
Back out #6454, doesn't seem to work. |
blob | commitdiff | diff to current |
2000-07-27 |
Jarkko Hietaniemi |
Remove EQ, NE, GT, LT, GE, LE (they have been deprecated |
blob | commitdiff | diff to current |
2000-07-25 |
M. J. T. Guy |
Get UTF16 BOMs working. Patch from |
blob | commitdiff | diff to current |
2000-07-14 |
Gurusamy Sarathy |
PERL_OBJECT build tweaks |
blob | commitdiff | diff to current |
2000-07-14 |
Gurusamy Sarathy |
inconsistent types needs casts |
blob | commitdiff | diff to current |
2000-07-14 |
Gurusamy Sarathy |
typecasts needed for change#6394 |
blob | commitdiff | diff to current |
2000-07-14 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
2000-07-14 |
Gurusamy Sarathy |
enable UTF-16 filter by default if relevant BOM is... |
blob | commitdiff | diff to current |
2000-07-14 |
Jarkko Hietaniemi |
Fix the BOM bug: not a byteorder bug, a signedness... |
blob | commitdiff | diff to current |
2000-07-13 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
tweak for build failure under multiplicity |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6325..6373 into mainline |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6293..6324 into mainline |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6261..6266 into mainline |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl change#6250 into mainline |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6220..6222 into mainline |
blob | commitdiff | diff to current |
2000-07-11 |
H.Merijn Brand |
Re: format bug report [Patch] |
blob | commitdiff | diff to current |
2000-07-11 |
Mark-Jason Dominus |
Be less forgiving about ambiguous and illegal tr ranges. |
blob | commitdiff | diff to current |
2000-07-07 |
Jarkko Hietaniemi |
Fix the alignment problem in Crays ([ID 20000612.002]). |
blob | commitdiff | diff to current |
2000-07-04 |
Jarkko Hietaniemi |
Win32 patches for cfgperl from Sarathy. |
blob | commitdiff | diff to current |
2000-06-28 |
Simon Cozens |
Re: [PATCH cfgperl] BOMs away! |
blob | commitdiff | diff to current |
2000-06-28 |
Doug MacEachern |
Re: [PATCH] support 'my __PACKAGE__ $obj = ...' |
blob | commitdiff | diff to current |
2000-06-27 |
David Dyck |
Do no -warn on \_, only on \alpha. |
blob | commitdiff | diff to current |
2000-06-23 |
Simon Cozens |
Remove tr///CU (the feature is to be obsoleted by bette... |
blob | commitdiff | diff to current |
2000-06-03 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-06-02 |
Gurusamy Sarathy |
fix small eval"" memory leaks under USE_ITHREADS |
blob | commitdiff | diff to current |
2000-05-31 |
Jarkko Hietaniemi |
Single-quoted utf8 patch from Simon Cozens. |
blob | commitdiff | diff to current |
2000-05-30 |
Jarkko Hietaniemi |
Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untou... |
blob | commitdiff | diff to current |
2000-05-28 |
Gurusamy Sarathy |
MacOS support, part 1 (from Matthias Neeracher |
blob | commitdiff | diff to current |
2000-05-28 |
Gurusamy Sarathy |
downgrade fatal error on C<"foo@nosucharray.com"> to... |
blob | commitdiff | diff to current |
2000-05-23 |
Charles Bailey |
Resync with mainline prior to post-5.6.0 updates |
blob | commitdiff | diff to current |
2000-05-07 |
Gurusamy Sarathy |
reverse() and quotemeta() weren't preserving utf8-ness... |
blob | commitdiff | diff to current |
2000-05-04 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-05-04 |
Gurusamy Sarathy |
tokeq() could read unallocated field in argument |
blob | commitdiff | diff to current |
2000-05-04 |
Jarkko Hietaniemi |
The logic of choosing strtol/strtoul/strtoll/strtoull... |
blob | commitdiff | diff to current |
2000-05-02 |
Gurusamy Sarathy |
change#3798 broke the meaning of "\0_7_7", tr/\0_/... |
blob | commitdiff | diff to current |
2000-04-30 |
Gurusamy Sarathy |
extend "Unrecognized escape" warning to \8, \9, and... |
blob | commitdiff | diff to current |
2000-04-28 |
Gurusamy Sarathy |
fix line renumbering bug in C<eval qq[#line 10 "X"... |
blob | commitdiff | diff to current |
2000-04-28 |
Gurusamy Sarathy |
qw(a\\b) must be parsed like 'a\\b', i.e., backslash... |
blob | commitdiff | diff to current |
2000-04-27 |
Gurusamy Sarathy |
autoquote barewords followed by newline and arrow properly |
blob | commitdiff | diff to current |
2000-04-24 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-04-24 |
Gurusamy Sarathy |
POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu... |
blob | commitdiff | diff to current |
2000-03-21 |
Gurusamy Sarathy |
make parenthetic warnings look consistent; make diagnos... |
blob | commitdiff | diff to current |
2000-03-20 |
Gurusamy Sarathy |
change#5797 didn't do the right thing for "\xff\N{WHITE... |
blob | commitdiff | diff to current |
2000-03-19 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
2000-03-19 |
Gurusamy Sarathy |
produce better error message when \N{...} is used without |
blob | commitdiff | diff to current |
2000-03-18 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-03-18 |
Gurusamy Sarathy |
queued errors may not be displayed after the PL_error_c... |
blob | commitdiff | diff to current |
2000-03-18 |
Jarkko Hietaniemi |
Use the newSVuv(). |
blob | commitdiff | diff to current |
2000-03-18 |
Gurusamy Sarathy |
make "\N{...}" enable utf8-ness correctly |
blob | commitdiff | diff to current |
2000-03-13 |
Gurusamy Sarathy |
don't check for errno after Atof() (atof() doesn't... |
blob | commitdiff | diff to current |
2000-03-12 |
Gurusamy Sarathy |
Larry's patch to disallow CORE::Snark, with perldiag... |
blob | commitdiff | diff to current |
2000-03-11 |
Jarkko Hietaniemi |
Use Atof() instead of bare strtod(); ditto for Atol... |
blob | commitdiff | diff to current |
2000-03-06 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-03-06 |
Gurusamy Sarathy |
64-bit build fix on VMS (from Dan Sugalski) |
blob | commitdiff | diff to current |
2000-03-06 |
Gurusamy Sarathy |
integrate cfgperl changes into mainline |
blob | commitdiff | diff to current |
2000-03-05 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-03-05 |
Gurusamy Sarathy |
prototype changes for eventually supporting C<binmode... |
blob | commitdiff | diff to current |
2000-03-05 |
Jarkko Hietaniemi |
the monster cpp expression needs to be on one line to |
blob | commitdiff | diff to current |
2000-03-05 |
Jarkko Hietaniemi |
IRIX cpp is fussy. |
blob | commitdiff | diff to current |
2000-03-05 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-03-05 |
Gurusamy Sarathy |
fixes for most warnings identified by gcc -Wall |
blob | commitdiff | diff to current |
2000-03-05 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline; add new tests... |
blob | commitdiff | diff to current |
2000-03-05 |
Jarkko Hietaniemi |
dethinko |
blob | commitdiff | diff to current |
2000-03-05 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-03-05 |
Gurusamy Sarathy |
optimize change#5533 to stick to IVs if constant is... |
blob | commitdiff | diff to current |
2000-03-05 |
Gurusamy Sarathy |
scan_num() sticks to UVs rather than IVs (now -21474836... |
blob | commitdiff | diff to current |
2000-03-05 |
Jarkko Hietaniemi |
more cpp cosmetics, logic cleanup |
blob | commitdiff | diff to current |
2000-03-05 |
Jarkko Hietaniemi |
Reformat the fearful cpp expression to be a little... |
blob | commitdiff | diff to current |
2000-03-04 |
Matthias Urlichs |
BUG: Integer floatifies? +PATCH: reading BIG integers... |
blob | commitdiff | diff to current |
2000-03-03 |
Gurusamy Sarathy |
warn about /(?p{})/ (from Simon Cozens) |
blob | commitdiff | diff to current |
2000-03-03 |
Gurusamy Sarathy |
/(?p{})/ changed to /(??{})/, per Larry's suggestion... |
blob | commitdiff | diff to current |
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 |
next |