2007-03-28 |
John P. Linderman |
: perlguts.pod |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Jarkko Hietaniemi |
stop the cargo cult of (MEM_SIZE)~0 |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Rafael Garcia... |
Compress::Zlib isn't a good example of extra modules, |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Rafael Garcia... |
Fix return value of state assignment ($x=state $y=$z). |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Jarkko Hietaniemi |
util.c [PATCH] perlhack.pod (Was: Re: threads crashes... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
H.Merijn Brand |
Documented the PA-RISC End-Of_Life plan; more servers... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Nicholas Clark |
In struct regexp replace the two arrays of I32s accesse... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Gerard Goossen |
add p55.t MAD tests, and convert renamed mad/nomad... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Gerard Goossen |
Rename mad/nomad to mad/Nomad.pm |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Nicholas Clark |
Move the declaration of two variables into the only... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Rafael Garcia... |
Nit to change 30762 by Gisle. |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Yitzchak Scott... |
Re: substr($megabytes, 30) = |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Rafael Garcia... |
Make the warning "interpreted as function" a bit less... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Rafael Garcia... |
say() should parse exactly like print() |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Rafael Garcia... |
Remove the object_compatibility placeholder in the... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Rafael Garcia... |
On Linux, don't compile with -DTHREADS_HAVE_PIDS if the |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Nicholas Clark |
Simplify the logic in Perl_re_dup() - copy the structur... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Nicholas Clark |
Change 30753 forgot to remove 2 now unused variables. |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Nicholas Clark |
Looks like re_dup has been leaking references on 2... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Nicholas Clark |
A more efficient copy in Perl_reg_temp_copy() |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Marcus Holland... |
Re: The performance problem of 30678 |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Rafael Garcia... |
Make readline() default to *ARGV. |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Rafael Garcia... |
Now that readpipe defaults to $_, I should update the... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Rafael Garcia... |
Make sure readpipe without argument can be followed... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Rafael Garcia... |
Make readpipe default to $_ |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Nicholas Clark |
startp and endp can allocate their array of I32s from... |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Nicholas Clark |
It's possible to write the dup of struct reg_substr_dat... |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Rafael Garcia... |
Don't use PL_na. |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Father Chrysostomos |
[perl #41775] Memoize bug (and patch): problem with... |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Marcus Holland... |
Upgrade to Devel::PPPort 3.11_01 |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Nicholas Clark |
Move CHECK_WORD in regcomp.c to a more generic memEQs... |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Jerry D. Hedden |
Silence compiler warning in util.c |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Nicholas Clark |
Change 30080 was wrong to swap the BEGIN test to memEQ |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Jari Aalto |
Re: [perl #41683] [PATCH] v5.8.8 pod2html -- incorrect... |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Rafael Garcia... |
PerlFAQ sync. |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Jerry D. Hedden |
Cwd doesn't need ppport.h in core |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Matthijs van... |
symbol-exports needed for Data::Alias |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Rafael Garcia... |
Convert file to proper line-endings |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Rafael Garcia... |
Missing file in MANIFEST |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Rafael Garcia... |
Fix path of a test file for running in the core |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Steve Peters |
Upgrade to CPAN-1.88_79 |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Steve Peters |
Upgrade to Test-Simple-0.70 |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Steve Peters |
Re-sorting the MANIFEST after the mess made of it with the |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Steve Peters |
Perforce appararently didn't like integrating this... |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Yves Orton |
fix instalhtml and Pod::HTML issues. |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Steve Peters |
Additional test file edits needed for Pod-Simple-3... |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Steve Peters |
Upgrade to Pod-Simple-3.05. |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Nicholas Clark |
Can use memEQ instead of strnEQ in CHECK_WORD() |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Rafael Garcia... |
Re: [perl #32687] Encode::is_utf8 on tainted UTF8 string |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Steve Hay |
Make sure Win32CORE.pm gets cleaned up |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Rafael Garcia... |
Misc. L<> fixes in core docs : don't link to man pages; |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Jerry D. Hedden |
Fix to threads::shared t/waithires.t |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Rafael Garcia... |
Fix a broken link and a meaningless phrase in perldebguts |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Rafael Garcia... |
Remove references to perlcc from the core docs. |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Rafael Garcia... |
Fix internal POD link |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Nicholas Clark |
Re-order the flags values for struct refcounted_he... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Jarkko Hietaniemi |
Re: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bug |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Rafael Garcia... |
regexp refcount is an integer, not a pointer |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Rafael Garcia... |
Fix error message for re::regnames_iterinit() |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Yves Orton |
Resolve PL_curpm issues with (??{}) and fix corruption... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Jerry D. Hedden |
threads 1.61 |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Gerard Goossen |
fix MAD compilation of C-style for loop |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Steve Peters |
Silence a couple of warnings caused by change #30672. |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Nicholas Clark |
Adjust test count for 5.8.x |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Steve Peters |
Make gcc warn in case code is not C++ compatible. |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Nicholas Clark |
Only use proxy constant subroutines for 5.9.x. |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Jerry D. Hedden |
Change 30661 could result in undefined variable |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Nicholas Clark |
Add some PERL_MEM* defines to the -V output that were... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Nicholas Clark |
Remove the (sometimes) unused variable from change... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Steve Peters |
Pod fix to h2ph from John Morrissey on the Debian bug... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Nicholas Clark |
Don't try to set the NV on a typeglob-in-action. Should... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Nicholas Clark |
AVs and HVs never had the NV slot. (Not that this error... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Jerry D. Hedden |
Sys::Syslog doesn't need ppport.h in core |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Jerry D. Hedden |
Data::Dumper doesn't need ppport.h in core |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Jerry D. Hedden |
Compress::Raw::Zlib doesn't need ppport.h in core ... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Jerry D. Hedden |
Remove unneeded pragma line from B/t/OptreeCheck.pm |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Rafael Garcia... |
Don't install XS::APItest and XS::Typemap |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Nicholas Clark |
In safecalloc, use the system calloc() for the non... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Jerry D. Hedden |
Re: ppport.h in core |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Michael Stevens |
my email address changed |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Rafael Garcia... |
More nits in the PERL5LIB docs, suggested by Andreas. |
commit | commitdiff | tree | snapshot |
2007-03-20 |
Yves Orton |
feel the the baß (encoding problems in the regex engine) |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Rafael Garcia... |
Better wording for the return value of select() |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Rafael Garcia... |
More adjustments to the PERL5LIB docs by Rick |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Rafael Garcia... |
Let %^H be modifiable in eval-strings (bug #41531), |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Andreas J.... |
Re: Composing @INC from PERL5LIB |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Rafael Garcia... |
Adjust timing tolerance in threads tests, by Jerry... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Nicholas Clark |
PerlIO_exportFILE() and PerlIO_releaseFILE() should... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Jari Aalto |
Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Marvin Humphrey |
Re: perlreguts: Copy-editing and wishlist |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Rafael Garcia... |
Upgrade to version.pm 0.71, by John Peacock |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Dave Mitchell |
minor code simplification made possible by change ... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Dave Mitchell |
When restoring localised values, call set only on conta... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Dave Mitchell |
move magic container/value test into separate function |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Nicholas Clark |
The test case applied in change 29502 really should... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Andreas J.... |
29044 broke Fatal.pm |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Nicholas Clark |
PerlIO_importFILE() should increase the reference count... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Alexey Tourbin |
perl5db.t: skip test when /dev/tty is not available |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Nicholas Clark |
Test case from Karl Chen in RT #41831 |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Nicholas Clark |
Remove the other 4 bits of MAD code designed to abort... |
commit | commitdiff | tree | snapshot |
next |