| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert change #29098 (that introduced a new warning, | Rafael Garcia-Suarez | 2006-11-24 | 1 | -5/+0 |
* | New UTF-8 warning : Variable length character upgraded in print. | SADAHIRO Tomoyuki | 2006-10-24 | 1 | -0/+5 |
* | compiler warning noreturn | Robin Barker | 2006-10-13 | 1 | -1/+6 |
* | fix bad free in do_exec3() | Dave Mitchell | 2006-10-09 | 1 | -4/+6 |
* | Re: Change 28877: [PATCH] deal with some gcc warnings | Jarkko Hietaniemi | 2006-09-25 | 1 | -2/+0 |
* | deal with some gcc warnings | Jarkko Hietaniemi | 2006-09-21 | 1 | -0/+2 |
* | Fix one genuine unitialised code path spotted by gcc, and a signed/ | Nicholas Clark | 2006-09-17 | 1 | -1/+3 |
* | doio.c: vararg NULLs must be cast right | Jarkko Hietaniemi | 2006-08-10 | 1 | -2/+2 |
* | Change stat() and -X filetests so that they treat *FILE{IO} | Steve Peters | 2006-07-28 | 1 | -0/+5 |
* | Clear up most of the VC6 compiler warnings in the following smoke: | Steve Hay | 2006-07-27 | 1 | -0/+1 |
* | Restoring change #28523 accidentilly reverted with change #28528. | Steve Peters | 2006-07-10 | 1 | -1/+1 |
* | Convert some low hanging fruit to my_strlcpy/my_strlcat. | Steve Peters | 2006-07-10 | 1 | -4/+3 |
* | Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/ | Steve Peters | 2006-07-10 | 1 | -56/+13 |
* | Fix a signed/unsigned warning | Rafael Garcia-Suarez | 2006-07-10 | 1 | -1/+1 |
* | fix type mismatch warning caused by return statement lurking in DIE macro | Craig A. Berry | 2006-07-04 | 1 | -1/+1 |
* | Allow stat() and -X file tests work on dirhandles. | Steve Peters | 2006-07-03 | 1 | -15/+24 |
* | Add error checks after execing PL_cshname or PL_sh_path | Jan Dubois | 2006-06-09 | 1 | -17/+17 |
* | more accumulated cleanups | Andy Lester | 2006-06-06 | 1 | -14/+9 |
* | strlcat aaargh | Jarkko Hietaniemi | 2006-05-19 | 1 | -12/+12 |
* | clean up loops in doio.c and dump.c | Andy Lester | 2006-05-03 | 1 | -10/+23 |
* | It should never be possible for SvGMAGICAL() to be true on SVt_IV. | Nicholas Clark | 2006-04-29 | 1 | -1/+1 |
* | print couldn't correctly handle surprises from UTF-8 overloading. | Nicholas Clark | 2006-04-29 | 1 | -10/+27 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -1/+3 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -2/+2 |
* | [perl #38709] Opening '|-' triggers unjustified taint check | Martin Hasch | 2006-04-24 | 1 | -1/+1 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -1/+1 |
* | Re: threads and VMS | John E. Malmberg | 2006-03-05 | 1 | -1/+1 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -1/+1 |
* | patch@27236 vms glob/readdir/chdir EFS/long filename support | John E. Malmberg | 2006-02-20 | 1 | -83/+8 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -14/+14 |
* | Handle unused args | Andy Lester | 2006-02-08 | 1 | -1/+2 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -3/+3 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -6/+6 |
* | gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning | Nicholas Clark | 2006-02-02 | 1 | -3/+4 |
* | Yet more instances of gv_fetchpv... that should be GV_ADD rather than | Nicholas Clark | 2006-02-02 | 1 | -3/+3 |
* | Make Perl_gv_fetchpvn_flags actually heed the passed in length. | Nicholas Clark | 2006-01-31 | 1 | -1/+1 |
* | Call gv_fetchpvn_flags where we already know the length. | Nicholas Clark | 2006-01-28 | 1 | -1/+2 |
* | Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags. | Nicholas Clark | 2006-01-28 | 1 | -3/+3 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -1/+1 |
* | Suppress "statement not reached" warning from the Sun C compiler. | Gisle Aas | 2006-01-18 | 1 | -1/+2 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -12/+10 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+20 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+1 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -3/+3 |
* | chg 26486 removes last use of NGROUPS, so remove the macro-def | Jim Cromie | 2005-12-26 | 1 | -3/+0 |
* | Obviously, Perl_ingroup() is also using 256k of stack memory on Linux. | Steve Peters | 2005-12-26 | 1 | -4/+12 |
* | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather | Nicholas Clark | 2005-12-20 | 1 | -1/+1 |
* | Move and const some definitions of variables used to save errno. | Nicholas Clark | 2005-12-17 | 1 | -11/+11 |
* | In Perl_apply, the name of the op can be found from PL_op_name, instead | Nicholas Clark | 2005-12-15 | 1 | -8/+3 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -1/+1 |