| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of a few more hardcoded string lengths. | Gisle Aas | 2006-01-04 | 5 | -16/+16 |
* | Update copyright year. | Steve Peters | 2006-01-04 | 1 | -1/+1 |
* | Fix some compilation warnings | Rafael Garcia-Suarez | 2006-01-04 | 1 | -2/+2 |
* | Get rid of a few more hardcoded string lengths. | Gisle Aas | 2006-01-04 | 4 | -8/+8 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 17 | -152/+155 |
* | Removed unused part of string passed to sv_catpvn(). | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | Updates to various configurations courtesy of Jarkko. | Steve Peters | 2006-01-04 | 7 | -2/+153 |
* | Don't warn about invalid dirhandles in DirHandle::DESTROY(). | Steve Peters | 2006-01-04 | 1 | -1/+4 |
* | Make Borland and MinGW happy with change 26379 | Steve Hay | 2006-01-04 | 1 | -1/+1 |
* | Fix typo in comment. | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | Introduce STR_WITH_LEN macro in the form suggested by Chip. | Gisle Aas | 2006-01-04 | 2 | -1/+4 |
* | Workaround Win32 compiler bugs following change 26395 | Steve Hay | 2006-01-04 | 1 | -1/+5 |
* | Silence compiler warning; ref change 26598 | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | Added snprintf() and vsnprintf() to configure.com as 'undef'. | Steve Peters | 2006-01-04 | 1 | -0/+2 |
* | Add warnings for the various other *dir() functions when attempted | Steve Peters | 2006-01-04 | 2 | -10/+47 |
* | Add snprintf() and vsnprintf() to the various Win32 configuration | Steve Peters | 2006-01-04 | 8 | -0/+56 |
* | Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug | Mike Guy | 2006-01-03 | 1 | -0/+5 |
* | If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise | Nicholas Clark | 2006-01-03 | 1 | -2/+5 |
* | Attemting to readdir() something that isn't a dirhandle should cause | Steve Peters | 2006-01-03 | 2 | -2/+12 |
* | Fix release mode builds following change 26598 | Steve Hay | 2006-01-03 | 1 | -2/+10 |
* | perldiag.pod additions to go with change #26602. | Steve Peters | 2006-01-03 | 1 | -0/+6 |
* | Add probe for snprintf () and vsnprintf () | Steve Peters | 2006-01-03 | 3 | -2/+25 |
* | Update perldelta, up to change 25344 more or less. | Rafael Garcia-Suarez | 2006-01-03 | 1 | -1/+26 |
* | Bad symbols that are pretending to be dirhandles, should say they | Steve Peters | 2006-01-03 | 1 | -2/+15 |
* | Sync perlfaq. | Rafael Garcia-Suarez | 2006-01-03 | 10 | -65/+84 |
* | silence some compiler warnings | Dave Mitchell | 2006-01-03 | 2 | -7/+11 |
* | Re: [patch] optimized constant subs are cool, teach B::Concise about them | Jim Cromie | 2006-01-03 | 3 | -24/+103 |
* | Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs | Stephen McCamant | 2006-01-03 | 1 | -1/+3 |
* | [patch@26561] utf8.c const issue. | John E. Malmberg | 2006-01-03 | 1 | -1/+1 |
* | [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz | Andreas König | 2006-01-03 | 2 | -6/+29 |
* | ithreads: SVs that were only on the tmps stack leaked | Dave Mitchell | 2006-01-03 | 1 | -0/+14 |
* | The two never used NOTYET switch ops can go. | Nicholas Clark | 2006-01-02 | 1 | -40/+0 |
* | stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors | Dave Mitchell | 2006-01-02 | 1 | -4/+0 |
* | More missing AUTHORS | Nicholas Clark | 2006-01-02 | 2 | -2/+10 |
* | patch@26561 & earlier - buffer overrun in VMS.C | John E. Malmberg | 2006-01-02 | 1 | -1/+1 |
* | Erk! craigb's changes come out of p4 with ^Ms as line endings. | Nicholas Clark | 2006-01-02 | 1 | -10/+27 |
* | More missing AUTHORS | Nicholas Clark | 2006-01-02 | 2 | -3/+26 |
* | Fix up missing and duplicate AUTHORS | Nicholas Clark | 2006-01-02 | 2 | -6/+34 |
* | Re: [patch] optimized constant subs are cool, teach B::Concise about them | Jim Cromie | 2006-01-02 | 4 | -94/+508 |
* | Since we no longer autovivify stashes (change #26370), we need | Rafael Garcia-Suarez | 2006-01-02 | 2 | -2/+19 |
* | Documentation fix for File::Temp::new | pm@capmon.dk | 2006-01-02 | 1 | -2/+2 |
* | Happy New Year. (It's not just embed.pl). | Nicholas Clark | 2006-01-02 | 4 | -6/+6 |
* | Note that the "unlink"ing directories is attempted when running as a | Steve Peters | 2006-01-02 | 2 | -8/+9 |
* | Typo fix in the description of change 26370. | Nicholas Clark | 2006-01-02 | 1 | -1/+1 |
* | add svt_local slot to magic vtable, and fix local $shared | Dave Mitchell | 2006-01-02 | 3 | -13/+38 |
* | Add 2006 to the copyright years in the header generated by embed.pl | Nicholas Clark | 2006-01-02 | 1 | -1/+1 |
* | [patch] comment grammar and indentation, spurious tab | Jim Cromie | 2006-01-02 | 1 | -5/+5 |
* | [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz | Andreas König | 2006-01-02 | 1 | -2/+2 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 14 | -15/+15 |
* | Get rid of length argument for the FEATURE_IS_ENABLED() macro. | Gisle Aas | 2006-01-01 | 1 | -10/+10 |