2005-06-28 |
Steve Hay | Stop "Possible use before definition" warning following... |
blob | commitdiff |
2005-06-26 |
Nicholas Clark | Need to pass a my_perl to S_my_localtime to make thread... |
blob | commitdiff | diff to current |
2005-06-24 |
H.Merijn Brand | Workaround localtime edge case where TZ makes time... |
blob | commitdiff | diff to current |
2005-06-23 |
Andy Lester | Pre-YAPC consting fun |
blob | commitdiff | diff to current |
2005-06-23 |
Rafael Garcia-Suarez | Warning suppression. |
blob | commitdiff | diff to current |
2005-06-23 |
Steve Hay | Silence bcc32 compiler warnings following change 24945 |
blob | commitdiff | diff to current |
2005-06-23 |
Andy Lester | Const Boy II: The Localizing |
blob | commitdiff | diff to current |
2005-06-16 |
Andy Lester | Removing /*SUPPRESS xxx*/ |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark | More SvPV consting, including some code cleanup and... |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark | Passing read only values (such as string constants... |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | More SvPV consting |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | Nuke some more n_a, and convert S_gv_ename from char... |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | n_a no more |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | Remove two more unused C<n_a>s |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | Convert POPpx POPpconstx and POPpbytex to use nolen... |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | More SvPV consting |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | More SvPV consting |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | More SvPV consting. |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | Lots of consting |
blob | commitdiff | diff to current |
2005-06-07 |
Andy Lester | Unvoid SvUPGRADE |
blob | commitdiff | diff to current |
2005-06-04 |
Rafael Garcia-Suarez | Simplify the getppid code, by Alexey Tourbin |
blob | commitdiff | diff to current |
2005-06-03 |
Andy Lester | Random consting |
blob | commitdiff | diff to current |
2005-06-02 |
Steve Peters | SvPVX_const() - part 3 ... and const'ing Storable |
blob | commitdiff | diff to current |
2005-06-02 |
Andy Lester | Quotes fixed, see also perl #36079 |
blob | commitdiff | diff to current |
2005-05-30 |
Andy Lester | [PATCH] More embed.fnc strictures, plus consting and... |
blob | commitdiff | diff to current |
2005-05-30 |
Andy Lester | [PATCH] Minor warning squashings |
blob | commitdiff | diff to current |
2005-05-24 |
Andy Lester | embed.fnc cleanup + SvPVX_const usage |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark | Move hv_name, hv_eiter and hv_riter into a new aux... |
blob | commitdiff | diff to current |
2005-05-11 |
Rafael Garcia-Suarez | Include vim/emacs modelines in generated files to open... |
blob | commitdiff | diff to current |
2005-05-10 |
Rafael Garcia-Suarez | Add editor boilerplates to all C files |
blob | commitdiff | diff to current |
2005-05-10 |
Nicholas Clark | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ |
blob | commitdiff | diff to current |
2005-05-09 |
Andy Lester | attributes-two.patch, the next batch |
blob | commitdiff | diff to current |
2005-05-02 |
Rafael Garcia-Suarez | For perls where pids and ppids are cached, when the... |
blob | commitdiff | diff to current |
2005-04-27 |
Rafael Garcia-Suarez | A couple of warning fixes by Gisle |
blob | commitdiff | diff to current |
2005-04-22 |
Steve Hay | Fix my_chsize() for systems having chsize(), broken... |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi | Symbian port of Perl |
blob | commitdiff | diff to current |
2005-04-18 |
Nicholas Clark | SvPV_renew also calls SvLEN_set |
blob | commitdiff | diff to current |
2005-04-18 |
Nicholas Clark | Replace Renew(SvPVX(...)...) with SvPV_renew, which... |
blob | commitdiff | diff to current |
2005-04-11 |
Rafael Garcia-Suarez | Make the four-argument form of select() return undef |
blob | commitdiff | diff to current |
2005-04-05 |
Nicholas Clark | Down with potentially incorrect duplicate prototypes |
blob | commitdiff | diff to current |
2005-03-29 |
Steve Hay | Clean-up some warnings when compiling on Win32 with... |
blob | commitdiff | diff to current |
2005-03-29 |
Steve Hay | Fix PerlLIO_chsize() for platforms that don't have... |
blob | commitdiff | diff to current |
2005-03-25 |
Andy Lester | Consting five |
blob | commitdiff | diff to current |
2005-03-24 |
Andy Lester | Third consting batch |
blob | commitdiff | diff to current |
2005-03-21 |
Andy Lester | More consting goodness |
blob | commitdiff | diff to current |
2005-02-27 |
H.Merijn Brand | Fix for bug [ID 20020227.005] format bug with undefined... |
blob | commitdiff | diff to current |
2005-02-18 |
Nikolai Eipel | Patch for Perlbug #4253 |
blob | commitdiff | diff to current |
2005-01-29 |
Dave Mitchell | [perl #33928] chomp() fails after alarm(), `sleep` |
blob | commitdiff | diff to current |
2005-01-21 |
Yitzchak Scott-Tho... | Re: [PATCH] File::Find dies on find({follow=>1, ..... |
blob | commitdiff | diff to current |
2005-01-14 |
Nicholas Clark | Correct the editor block to match the perl 5 policy... |
blob | commitdiff | diff to current |
2005-01-13 |
Nicholas Clark | Update copyright years. Add an editor block while passi... |
blob | commitdiff | diff to current |
2005-01-09 |
Nicholas Clark | If we know the length of the string constant, save... |
blob | commitdiff | diff to current |
2005-01-09 |
Nicholas Clark | savepv(SvPV(sv,n_a)) is common, and creates an unnecess... |
blob | commitdiff | diff to current |
2005-01-07 |
Robin Barker | to improve -DCHECK_FORMAT |
blob | commitdiff | diff to current |
2005-01-07 |
Nicholas Clark | Stage 1 of utf8 support for soft references. |
blob | commitdiff | diff to current |
2004-12-29 |
Nicholas Clark | Ooops. Fix unitialised variable |
blob | commitdiff | diff to current |
2004-12-29 |
Nicholas Clark | read (and presuambly sysread) would expose the UTF8... |
blob | commitdiff | diff to current |
2004-09-14 |
Chris Heath | Re: [perl #31459] Bug in read() |
blob | commitdiff | diff to current |
2004-07-31 |
Dave Mitchell | Add comment to the top of most .c files explaining... |
blob | commitdiff | diff to current |
2004-07-23 |
Dave Mitchell | remove the return stack PL_retstack, and store return... |
blob | commitdiff | diff to current |
2004-03-16 |
Rafael Garcia-Suarez | Update copyright notices |
blob | commitdiff | diff to current |
2004-03-09 |
Nicholas Clark | Make a temporary copy of the input buffer in pp_send... |
blob | commitdiff | diff to current |
2004-02-09 |
Rafael Garcia-Suarez | Implement stacked filetest operators (-f -w -x $file). |
blob | commitdiff | diff to current |
2004-01-16 |
Dave Mitchell | [perl #8698] format bug with undefined _TOP |
blob | commitdiff | diff to current |
2003-10-21 |
Ilya Zakharevich | Two OS/2 portability patches from Ilya. |
blob | commitdiff | diff to current |
2003-10-05 |
Steve Grazzini | pp_sys.c: pp_waitpid and EINTR |
blob | commitdiff | diff to current |
2003-09-24 |
Olli Savia | [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS |
blob | commitdiff | diff to current |
2003-09-18 |
Ilya Zakharevich | -M -A -C broken |
blob | commitdiff | diff to current |
2003-09-12 |
Jarkko Hietaniemi | It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/, |
blob | commitdiff | diff to current |
2003-09-08 |
Jarkko Hietaniemi | Radu Greab is my hero (the recent cygwin getpw*->pw_comment |
blob | commitdiff | diff to current |
2003-09-08 |
Abhijit Menon-Sen | Clean up pp_readdir() somewhat. |
blob | commitdiff | diff to current |
2003-08-25 |
Marcus Holland-Moritz | more valgrinding: select problem? |
blob | commitdiff | diff to current |
2003-08-22 |
Jarkko Hietaniemi | Oops. Why can't C comments nest? |
blob | commitdiff | diff to current |
2003-08-22 |
Jarkko Hietaniemi | Try to dodge getspnam() in AIX. |
blob | commitdiff | diff to current |
2003-08-21 |
Jarkko Hietaniemi | Fix the syswrite downgrade bug of |
blob | commitdiff | diff to current |
2003-08-12 |
Jarkko Hietaniemi | A better patch from Yitzchak Scott-Thoennes for [perl... |
blob | commitdiff | diff to current |
2003-08-12 |
Jarkko Hietaniemi | Retract #20644 and #20643; on non-microperl non-fcntl |
blob | commitdiff | diff to current |
2003-08-12 |
Jarkko Hietaniemi | Apply much of Ilya's microperl patch, but instead of |
blob | commitdiff | diff to current |
2003-08-12 |
Jarkko Hietaniemi | A generally useful hunk from Ilya's microperl patch. |
blob | commitdiff | diff to current |
2003-08-12 |
Jarkko Hietaniemi | Fix for [perl #23287] segfault in untie. |
blob | commitdiff | diff to current |
2003-07-01 |
Jarkko Hietaniemi | Integrate from perlio: |
blob | commitdiff | diff to current |
2003-06-27 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2003-06-22 |
Jarkko Hietaniemi | Debian fix from Brendan O'Dea: |
blob | commitdiff | diff to current |
2003-06-15 |
Aaron J. Mackey | Remove all magic in untie() |
blob | commitdiff | diff to current |
2003-06-15 |
Ilya Zakharevich | OS2 patches |
blob | commitdiff | diff to current |
2003-06-12 |
Steve Grazzini | Patch for a warning emitted twice, from : |
blob | commitdiff | diff to current |
2003-05-21 |
Nick Ing-Simmons | Work-in-progress - do not integrate yet |
blob | commitdiff | diff to current |
2003-05-17 |
Gurusamy Sarathy | change#16723 broke the ioctl() return value on platforms |
blob | commitdiff | diff to current |
2003-05-03 |
Slaven Rezic | Re: Does filetest work at all? |
blob | commitdiff | diff to current |
2003-05-03 |
Jarkko Hietaniemi | Salvage 'use filetest "access"' from compiletime to... |
blob | commitdiff | diff to current |
2003-05-02 |
Rafael Garcia-Suarez | OpenUNIX 8 support |
blob | commitdiff | diff to current |
2003-04-21 |
Adrian M. Enache | Fix another segfault case (warn called from UNIVERSAL... |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi | Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-03-30 |
Jarkko Hietaniemi | Not all compilers like #ifdefs within cpp macros |
blob | commitdiff | diff to current |
2003-03-30 |
Jarkko Hietaniemi | In IRIX 5.3 the cc is awfully confused about the prototype |
blob | commitdiff | diff to current |
2003-03-12 |
Rafael Garcia-Suarez | Trims slashes from the argument to rmdir(), likewise |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden | Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2003-02-24 |
Jarkko Hietaniemi | PERL_SIGNALS=unsafe enables the old unsafe/immediate... |
blob | commitdiff | diff to current |
2003-01-26 |
Slaven Rezic | Re: truncate using a globref |
blob | commitdiff | diff to current |
2003-01-13 |
Nick Ing-Simmons | Remove workaround for :stdio layer bug now fixed |
blob | commitdiff | diff to current |
next |