2007-04-04 |
Nicholas Clark |
A test for reset. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Nicholas Clark |
Get further through the build with read-only optrees... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Rafael Garcia... |
Symbol export nit, found by Yves |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Yves Orton |
Re: pmdynflags and thread safety |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Yves Orton |
ext\ExtUtils\t\Embed.t fails test when upgrading a... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Jarkko Hietaniemi |
Re: [PATCH] microperl plus missing config vars |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Gerard Goossen |
Re: [PATCH] MAD prototype checking |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Gerard Goossen |
Re: [PATCH] MAD disable constant inlining |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Rafael Garcia... |
C++ compilation patch by Jarkko |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Nicholas Clark |
We may not even have a list of slabs when Perl_Slab_Fre... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Nicholas Clark |
Cleanups for PERL_DEBUG_READONLY_OPS debugging code... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Jerry D. Hedden |
Allow testing of DBM_Filter with any *DBM_File |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Nicholas Clark |
For Perl_Slab_Alloc(), eliminate the unused parameter... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Jerry D. Hedden |
Don't install dbm_filter_util.pl |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Nicholas Clark |
The op slab allocator can call calloc() instead of... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Nicholas Clark |
Add a new compile option PERL_DEBUG_READONLY_OPS which... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Christian Winter |
perlfunc.pod: Lexical visibility hint in require docu |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Craig A. Berry |
Update name of Perl executable on VMS following #30414. |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Craig A. Berry |
Mark new regex glob test as a TODO on VMS. |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Steffen Müller |
README.$OS URLs |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Jarkko Hietaniemi |
Symbian sync |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Jarkko Hietaniemi |
microperl plus missing config vars |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Dave Mitchell |
Make parser_free() be called slightly later, |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Dave Mitchell |
Eliminate the use of PL_curforce outside of toke.c |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Dave Mitchell |
Eliminate the use of PL_bufend outside of toke.c: |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Dave Mitchell |
free backtrack track when on unexpected exit, eg /... |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Dave Mitchell |
fix $^R scoping bug. |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Nicholas Clark |
Rearrange members of structures to reduce memory size... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Nicholas Clark |
Integrate: |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Nicholas Clark |
Reorder the members of various regexp structs to reduce... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Craig A. Berry |
Fix URL rot in README.vms |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Craig A. Berry |
Make Perl_vms_start_glob return the input pattern when... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Nicholas Clark |
precomp in struct regexp can be const char *. |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Rafael Garcia... |
Fix bug #42224, perl -MO=Deparse -e 'print readpipe... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Rafael Garcia... |
Fix the error message "Can't call method "DOES" on... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Rafael Garcia... |
Don't use utf8.pm in the test (avoiding embedding utf8... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Abhijit Menon-Sen |
This was released as 2.16. |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Abhijit Menon-Sen |
Add new hints files. |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Nicholas Clark |
Bump File::Glob's VERSION to go with change 30103. |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Nicholas Clark |
Remove the never-used numeric and character switch... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Nicholas Clark |
A logical rearrangement of ops, to get the post 5.005... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Nicholas Clark |
Oops. Failed to remove the now obsolete comment about... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Nicholas Clark |
Remove the restriction that op_custom has to be the... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Rafael Garcia... |
When dup'ing a filehandle, retain the :utf8 layer |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Rafael Garcia... |
Add two deprecation warnings: |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Jarkko Hietaniemi |
cflags.SH: 30327 wasn't portable Bourne (avoid '!:... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Steve Peters |
Upgrade to CGI.pm-3.28 |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Jerry D. Hedden |
Shorten 'skipping...' test message |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Rafael Garcia... |
Back out changes 30762 and 30763 |
commit | commitdiff | tree | snapshot |
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 |
next |