2004-07-26 |
Steve Hay |
Windows-related updates to Porting/repository.pod |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Dave Mitchell |
make -Dl log runops loop entry and exit, and jump level... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Dave Mitchell |
document that -i messes soft as well hard hard links. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Dave Mitchell |
make a note in perlrun that -i doesn't preserve UNIX... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Dave Mitchell |
[perl #30733] memory leak in array delete |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Dave Mitchell |
remove binary compat from #23156 (remove PL_retstack) |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Dave Mitchell |
remove the return stack PL_retstack, and store return... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Nicholas Clark |
Build the perldelta copying command for the main Unix... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Nicholas Clark |
Grab perl585delta.pod from maint and |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Rafael Garcia... |
Upgrade to Cwd 2.20 |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Rafael Garcia... |
Sort perldiag. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Jim Cromie |
Re: "Too late for -T" could be more descriptive |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Rafael Garcia... |
Email change for Steffen Mueller. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Rafael Garcia... |
Grammar fix by Paul Johnson. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Nicholas Clark |
Config::config_re and config_sh would report the byteor... |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Jos I. Boumans |
Mention common dynaloader errors in perldiag.pod |
commit | commitdiff | tree | snapshot |
2004-07-21 |
Rick Delaney |
Re: [perl #30688] Empty slice arg with ($;$) prototype |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Tels |
[perl #30609] [PATCH] BigInt v1.71 - first try |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Nicholas Clark |
Turn 2 strcpy()s into memcpy() because we know the... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Nicholas Clark |
Clarify that it's only Mac OS *Classic* that uses 1904... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Nicholas Clark |
Typo fix from Julian Gilbey, forwarded upstream from... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Steve Hay |
Use VirtualAlloc() more flexibly when using it to mimic... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Nicholas Clark |
glob('*.c') to find documentation is dangerous when... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Nicholas Clark |
Encourage compilers to tail call optimise in sv_savepv... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Nicholas Clark |
Rebuild perlapi.pod |
commit | commitdiff | tree | snapshot |
2004-07-16 |
H.Merijn Brand |
Be sure HP-UX' ANSI C compiler's PATH is found *before* |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Nicholas Clark |
oslevel can fail on AIX, but the output generated would... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Nicholas Clark |
Some calls to PerlMemShared_alloc() aren't checking... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Nicholas Clark |
threads.xs doesn't check the return value of the thread... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Nicholas Clark |
Assimilate Cwd 2.19 |
commit | commitdiff | tree | snapshot |
2004-07-15 |
H.Merijn Brand |
Trailing semi-colon are not allowed on #ifdef's in... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Nicholas Clark |
Abigail notes that a re-entrant regexp engine is a... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Nicholas Clark |
for (reverse @foo) now iterates in reverse in place. |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Nicholas Clark |
Optimise for (reverse ...) |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Nicholas Clark |
Now optimising for $a (reverse ...) |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Nicholas Clark |
The optrees for C<for $_ (...)> and C<for (...)> differ... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Nicholas Clark |
This seems to be needed to get COW working on Win32 |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Nicholas Clark |
"That's the way to do it" |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Nicholas Clark |
Optimise foreach my $i (reverse ...) |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Yitzchak Scott... |
split doc clarification |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Nicholas Clark |
Numeric comparison operators mustn't compare addresses... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Nicholas Clark |
Lots of tests for for reverse ... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Nicholas Clark |
Some thoughts on foreach reverse |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Nicholas Clark |
s/sort/split/; - my mistake spotted by Dave. |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Nicholas Clark |
Optimise list context reverse sort to reverse as part... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Nicholas Clark |
Work around evil compiler bug on OS X. (Sucks all memory) |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Nicholas Clark |
check that reverse (sort (@a), @b) etc work. |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Nicholas Clark |
Check that non-optimimisable sort comparisons work... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Nicholas Clark |
Test reverse sort as the return from a function in... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Nicholas Clark |
Also test reverse sort in scalar context |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Nicholas Clark |
A proper, working, stable optimisation for sort {$b... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Rafael Garcia... |
Tweak to change #23089, as suggested by Tim Bunce |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Nicholas Clark |
Generalised "how many in list context" would be useful |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Nicholas Clark |
The current optimisation for sort {$b cmp $a} is bogus... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
LAUN Wolfgang |
Re: [perl #30568] splice generates undef? [PATCH] |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Nicholas Clark |
Check each line of config_re output. |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Nicholas Clark |
no_plan support in test.pl |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Andrew Pimlott |
Re: debugger 'R'estart and open database connections |
commit | commitdiff | tree | snapshot |
2004-07-13 |
John Peacock |
was Re: UNIVERSAL::VERSION causing "Use of uninitialize... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Nicholas Clark |
Bodge to make Tk work - like the UTF8 flag, the READONL... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Nick Ing-Simmons |
NI-S: IMHO utf8_upgrade is just changing representation... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Nick Ing-Simmons |
Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len) |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Nicholas Clark |
A decent benchmark would be useful. But it is vague. |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Nicholas Clark |
Finding a way to put "I'm MAINT" in perl -v is a TODO |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Nicholas Clark |
Store weak references. |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Nicholas Clark |
Dual lifing and dists is a TODO |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Nicholas Clark |
Resurrect the TODO items about Unicode filenames and... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Nicholas Clark |
Perl_mode_from_discipline must update len. (else SEGV) |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Dave Rolsky |
Bug with NEXT when called from an eval block |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Jarkko Hietaniemi |
Re: Segfault using HTML::Entities |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Nicholas Clark |
A more honest TODO |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Nicholas Clark |
dor and // fulfil a TODO |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Craig A. Berry |
prime_env_iter and zero-length values on VMS |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Nicholas Clark |
Randal notes: |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Rafael Garcia... |
Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Nicholas Clark |
First stab at explaining that CLONE may get more parame... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Nicholas Clark |
hv_store was not passing hash onwards (spotted by Dave) |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Marcus Holland... |
Failing matches don't reset numbered variables. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Nicholas Clark |
Integrate: |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Nicholas Clark |
Stop ENV_IS_CASELESS hv.c picking up the wrong hash... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Nicholas Clark |
A tool to check the AUTHORS file |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Nicholas Clark |
Add some missing authors and remove 1 duplicate |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Nicholas Clark |
There was no need to bump $Text::ParseWords::VERSION... |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Rafael Garcia... |
Update tests and $VERSION for change 23046 |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Stephen McCamant |
Re: [perl #30504] B::Deparse scoping problem with for... |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Nicholas Clark |
Bump $B::Deparse::VERSION |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Nicholas Clark |
t/op/tie.t test 23 is failing when run with utf8 everyw... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Craig A. Berry |
_vms_abs_path on non-directories |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Nicholas Clark |
/usr/bin/locale steadfastly delivers 8 bit output indep... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Marcus Holland... |
More microperl tweaks. |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Rafael Garcia... |
Maintainer change for Safe |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Rafael Garcia... |
Bump version number of Safe for CPAN release |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Rafael Garcia... |
Upgrade to I18N::LangTags 0.33 |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Dave Mitchell |
[perl #30258] utf8 POPSTACK crash on split execution |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Marcus Holland... |
The microperl config didn't know about usemallocwrap... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Marcus Holland... |
Check for definedness of sv before calling sv_derived_f... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Nicholas Clark |
Bump version numbers |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Nicholas Clark |
Assert that we aren't leaking memory. |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Graham Barr |
Sync to libnet-1.19 |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Abigail |
Documenting undefined behaviour of $i = $i ++. |
commit | commitdiff | tree | snapshot |
next |