| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | regen after #24627 | H.Merijn Brand | 2005-05-30 | 1 | -0/+17 |
* | Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead) | Jarkko Hietaniemi | 2005-05-30 | 4 | -4/+35 |
* | Teeny optimization in S_hv_magic_check | Andy Lester | 2005-05-30 | 1 | -0/+1 |
* | [PATCH] More embed.fnc strictures, plus consting and localizing | Andy Lester | 2005-05-30 | 8 | -154/+196 |
* | Minor grammar fix by Uri Guttman | Rafael Garcia-Suarez | 2005-05-30 | 1 | -1/+1 |
* | perlrun.pod -w description typo | Offer Kaye | 2005-05-30 | 1 | -1/+1 |
* | [PATCH] Minor warning squashings | Andy Lester | 2005-05-30 | 9 | -89/+90 |
* | Need a cast to avoid a compiler warning. | Nicholas Clark | 2005-05-30 | 1 | -1/+1 |
* | Goodbye xav_arylen. You won't be missed that much. | Nicholas Clark | 2005-05-29 | 9 | -12/+31 |
* | compiler awareness week | Craig A. Berry | 2005-05-29 | 1 | -1/+1 |
* | Change the IV to a union. | Nicholas Clark | 2005-05-29 | 6 | -142/+118 |
* | Teach buildtoc about README.openbsd, and regenerate various makefiles. | Nicholas Clark | 2005-05-29 | 5 | -17/+25 |
* | Restort into bulidtoc's preferred order | Nicholas Clark | 2005-05-29 | 1 | -13/+13 |
* | VMS build update for blead | Craig A. Berry | 2005-05-29 | 6 | -12/+12 |
* | Re: t/uni/class.t has a lot to warn about | Jarkko Hietaniemi | 2005-05-28 | 1 | -7/+9 |
* | Re: [PATCH] Do not install change logs, READMEs, etc... | Michael G. Schwern | 2005-05-27 | 1 | -1/+1 |
* | In assert(), we mustn't stringify the message as part of the first | Nicholas Clark | 2005-05-27 | 1 | -2/+2 |
* | is() is better than ok() | Nicholas Clark | 2005-05-27 | 1 | -23/+23 |
* | Fix failing Cwd tests on Win32 | Steve Hay | 2005-05-27 | 1 | -4/+2 |
* | Skip signals and core dump tests on Win32 | Steve Hay | 2005-05-27 | 1 | -11/+18 |
* | Fix more Win32 linker errors caused by change 24561 | Steve Hay | 2005-05-27 | 3 | -4/+12 |
* | Do not install change logs, READMEs, etc... | Michael G. Schwern | 2005-05-27 | 1 | -0/+6 |
* | add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF | Jarkko Hietaniemi | 2005-05-27 | 1 | -2/+2 |
* | Get the HEK once only in the hot code (class method calls) | Nicholas Clark | 2005-05-27 | 2 | -5/+23 |
* | Re: [perl #35420] localtime corruption | Michael G. Schwern | 2005-05-27 | 2 | -0/+15 |
* | Documentation nits and fixes for Sv*_set() macros | Steve Peters | 2005-05-27 | 2 | -18/+26 |
* | Fix some Win32 link errors | Steve Hay | 2005-05-26 | 3 | -2/+3 |
* | Rename the members of the SV head union to avoid pre-processor | Nicholas Clark | 2005-05-26 | 4 | -62/+62 |
* | -Wall is intolerably noisy with icc. | Abhijit Menon-Sen | 2005-05-26 | 1 | -0/+1 |
* | bytes.pm doesn't check undefined subroutine calling | SADAHIRO Tomoyuki | 2005-05-26 | 2 | -3/+11 |
* | Store the package name as a shared HEK. | Nicholas Clark | 2005-05-26 | 10 | -49/+66 |
* | We know how big the global string table will be, so use that | Nicholas Clark | 2005-05-26 | 1 | -1/+1 |
* | It helps to set the total keys correctly when duplicating a hash. | Nicholas Clark | 2005-05-26 | 2 | -2/+20 |
* | More possible re-order dependencies solved | H.Merijn Brand | 2005-05-26 | 2 | -12/+16 |
* | Updated lint infrastructure | Andy Lester | 2005-05-26 | 6 | -65/+37 |
* | MPE/iX has no lchown() | Jarkko Hietaniemi | 2005-05-26 | 1 | -0/+1 |
* | Added Porting/config_h.pl | H.Merijn Brand | 2005-05-25 | 1 | -0/+1 |
* | Reordering config_h.SH after metaconfig now semi automated | H.Merijn Brand | 2005-05-25 | 3 | -98/+134 |
* | Export Perl_hek_dup, which duplicates shared hash keys. | Nicholas Clark | 2005-05-25 | 4 | -0/+23 |
* | Track the mapping between source shared hash keys and target shared | Nicholas Clark | 2005-05-25 | 9 | -13/+39 |
* | Replace all uses of HvNAME with the appropriate HvNAME_get or | Nicholas Clark | 2005-05-25 | 4 | -7/+9 |
* | I think for now these have to be disabled by default. | Nicholas Clark | 2005-05-25 | 2 | -2/+2 |
* | Update description of Term::ReadLine and fix typo | perlbug@veggiechinese.net | 2005-05-25 | 1 | -5/+4 |
* | Initialising the hash seed needs to be early in case anything | Nicholas Clark | 2005-05-24 | 1 | -2/+3 |
* | Reorder the union to cause Win32 compilers to use void * alignment for | Nicholas Clark | 2005-05-24 | 4 | -10/+10 |
* | xsubpp, ParseXS: allow other suffix beyond .c | Jarkko Hietaniemi | 2005-05-24 | 2 | -5/+12 |
* | Clarification on the behaviour of qw// and x : | Yitzchak Scott-Thoennes | 2005-05-24 | 1 | -3/+3 |
* | Leaking is bad, m'kay. | Nicholas Clark | 2005-05-24 | 2 | -4/+5 |
* | Remove Perl_ck_* functions from public API | Rafael Garcia-Suarez | 2005-05-24 | 3 | -84/+43 |
* | Correct the description of pte_arenaroot | Nicholas Clark | 2005-05-24 | 1 | -1/+1 |