2005-11-26 |
Steve Peters | Hmmm...strftime() does work on Win32, but tzset() is... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Steve Peters | Additional tests for B and POSIX. The POSIX ones conce... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Nicholas Clark | Move report_uninit() and its static supporting function... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Yves Orton | perlpod documentation discrepancy in 5.8.6 ( and maybe... |
commit | commitdiff | tree | snapshot |
2005-11-24 |
SADAHIRO Tomoyuki | Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Enrico Sorcinelli | Document new perldoc -L switch |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Rafael Garcia... | Delete a README made redundant by change 26200. |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Vadim Konovalov | perlce touches |
commit | commitdiff | tree | snapshot |
2005-11-23 |
SADAHIRO Tomoyuki | XS-assisted SWASHGET (esp. for t/uni/class.t speedup) |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Rafael Garcia... | Notes in perlstyle about POD formatting, by Sébastien |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Nicholas Clark | Note the URL describing the vast riches awaiting us. |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Dave Mitchell | include PERL_TRACK_MEMPOOL in perl -V output |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Dave Mitchell | [perl #37725] perl segfaults on reversed array reference |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Robin Houston | [DOC PATCH] Sort subs *can* now be recursive |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Rafael Garcia... | Use the system's free to dealloc a PV allocated by... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Robin Houston | Re: [PATCH] concat interacts badly with magic |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Enrico Sorcinelli | Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10) |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Rafael Garcia... | Revert change #26185, which could have some unwanted... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Jan Dubois | RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Andy Lester | ff_chop.patch redux |
commit | commitdiff | tree | snapshot |
2005-11-22 |
John E. Malmberg | patch@26180 - t/op/pat.t : Can't reset %ENV on VMS |
commit | commitdiff | tree | snapshot |
2005-11-22 |
John E. Malmberg | patch@26180 - t/op/array.t : Can't reset %ENV on VMS |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Robin Houston | concat interacts badly with magic |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Nicholas Clark | Flip the sign of the value in body details offset,... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
H.Merijn Brand | Thread failures on AIX (and others) caused by interleav... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Rafael Garcia... | Upgrade to Time::HiRes 1.83 |
commit | commitdiff | tree | snapshot |
2005-11-20 |
Nicholas Clark | Eliminate two more strlen()s, by using the return value... |
commit | commitdiff | tree | snapshot |
2005-11-20 |
Rafael Garcia... | Declarations must come first, or some compilers aren... |
commit | commitdiff | tree | snapshot |
2005-11-20 |
Andy Lester | Pulling ancient RCS comments |
commit | commitdiff | tree | snapshot |
2005-11-20 |
Jan Dubois | Reworked PERL_TRACK_MEMPOOL patch |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Steve Peters | Down with "warning: code has no effect" |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Steve Peters | Cleaning up some warnings generated by "gcc -W" |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Steve Peters | Upgrade to PathTools-3.14 |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Nicholas Clark | Norman observed that a couple of macros could make... |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Nicholas Clark | With -DPURFIY we change the flags so that everything... |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Nicholas Clark | Map the HE arena onto SV type 0 (SVt_NULL). |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Nicholas Clark | Remove all the now unused new_XFOO()/del_XFOO() macros |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Nicholas Clark | sv_clear can manipulate the arena array directly too. |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Nicholas Clark | We only need to zero new bodies for upgrades. sv_dup... |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Nicholas Clark | Merge the arms of the switch. The decision about what... |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Nicholas Clark | Eliminate new_body_length from sv_dup. Replace SvTYPE... |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Nicholas Clark | Eliminate new_body_offset from sv_dup() |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Nicholas Clark | Merge the last remaining case duplication in sv_upgrade |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Nicholas Clark | Eliminate new_body_length from sv_upgrade |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Nicholas Clark | Eliminate new_body_offset from sv_upgrade |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Nicholas Clark | new_body_inline doesn't need to be passed the root... |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Rafael Garcia... | Tabs are still required in the MANIFEST |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Nicholas Clark | Add a flag to the body details of which types come... |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Nicholas Clark | Simplify the expression for the upgrade logic for SVt_IV. |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Steve Peters | Adding README.linux to the MANIFEST |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Nicholas Clark | const and static for the const static private table. |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Nicholas Clark | Rename sv_upgrade's parameter mt to new_type. |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Andreas König | Dumpvalue doc patch |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Steve Peters | Initial, albeit hackish, support for the alpha version... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Nicholas Clark | All that can be in the first switch statement of sv_upg... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Nicholas Clark | "Can you see what it is yet?" |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Nicholas Clark | Add the size of the structure to copy as a field in... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Nicholas Clark | Merge sizeof_body_by_svtype and offset_by_svtype into... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Nicholas Clark | Move the location of the definition of the arena slot... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Andy Lester | Sort subs now in embed.fnc |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Nicholas Clark | s/SvTYPE(sv)/old_type/ in sv_upgrade because we already... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Rafael Garcia... | It's clearer to use "morphing" than "polymorphing"... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Peter Dintelmann | [perl #37694] segfault with PerlIO::get_layers() |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Nicholas Clark | Oi gcc, No! sizeof(void) is an error. *Not* 1. |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Nicholas Clark | PL_pte_root and PL_pte_arenaroot can be exterminated... |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Jim Cromie | Re: eliminate discreet arenaroots |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Vadim Konovalov | for wince |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Hugo van der... | Re: [perl #37688] Unexpected regex failure. |
commit | commitdiff | tree | snapshot |
2005-11-15 |
SADAHIRO Tomoyuki | Re: [perl #37616] Bug in &= (string) and/or m// |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Yitzchak Scott... | Re: Cygwin status, maint and blead |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Nicholas Clark | Remove the two register keywords from auto variables... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Nicholas Clark | More PERL_POISON - poison SvANY() and SvREFCNT() in... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Nicholas Clark | Mark all places where perl needs to look at a possibly... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Steve Peters | Removed reference to the non-existent C<Opcode::Custom>. |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Rafael Garcia... | The warning "Field too wide in 'u' format in pack"... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Nicholas Clark | Provide a crude way for specifying the command line for |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Rafael Garcia... | A better fix for [perl #35847] File::Find not performin... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Rafael Garcia... | Don't warn about lack of docs for functions that appear... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Rafael Garcia... | Fix indentation of apidoc for sv_2pvutf8 |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Rafael Garcia... | Suppress gcc warnings when ignoring the return value... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Gisle Aas | Missing ; in Storable.xs |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Paul Marquess | Compress::Zlib |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Steve Hay | Fix code-before-declaration in boot_Storable added... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Yitzchak Scott... | consting perlbug breaking in blead & maint |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Nicholas Clark | Fix breakages that prevended -DPERL_POISON from compiling. |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Nicholas Clark | Integrate: |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Gisle Aas | Re: [PATCH] Enhanced Storable::read_magic() |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Steve Peters | Upgrade to Locale-Maketext-1.10. As change #25547... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Peter Dintelmann | [perl #37657] segfault with binmode ":pop" |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Nicholas Clark | Make B's tests skip correctly when PerlIO is not config... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Andy Lester | mathoms prototypes aren't prototypes |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Steve Peters | Andy Lester maintains Locale::Maketext now. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Nicholas Clark | Change 26063 got one conditional the wrong way round. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Nicholas Clark | Make the removal of references to AvFLAGS in the B... |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Steve Peters | const'ing Netdb_host_t broke HP-UX and created warnings... |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Nicholas Clark | 26085 was wrong. Undo it. |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Paul Marquess | DB_File 1.814 |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Gisle Aas | Storable 0.1 compatibility |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Nicholas Clark | Correct the version-dependant expression for the number... |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Andy Lester | Const & local: Special Victims Unit |
commit | commitdiff | tree | snapshot |
next |