| Commit message (Expand) | Author | Age | Files | Lines |
* | Consting and localizing: Part LXVIII | Andy Lester | 2005-11-07 | 1 | -119/+82 |
* | Re: A surprising segfault | SADAHIRO Tomoyuki | 2005-11-05 | 1 | -6/+10 |
* | pp_semop can fit within Perl_pp_shmwrite(). | Nicholas Clark | 2005-11-04 | 1 | -13/+3 |
* | The remaining special logic in pp_syswrite can be moved into pp_send, | Nicholas Clark | 2005-11-04 | 1 | -32/+37 |
* | Fix a Win32 linker error following change #25972 | Steve Hay | 2005-11-04 | 1 | -4/+4 |
* | Merge msgsnd, msgrcv with Perl_pp_shmwrite(). | Nicholas Clark | 2005-11-04 | 1 | -27/+14 |
* | ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged | Nicholas Clark | 2005-11-04 | 1 | -125/+74 |
* | PERL_EFF_ACCESS_[RWX]_OK can go. | Nicholas Clark | 2005-11-04 | 1 | -15/+8 |
* | The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so | Nicholas Clark | 2005-11-04 | 1 | -20/+16 |
* | bad semicolon in pp_ftrowned | Andy Lester | 2005-11-04 | 1 | -1/+1 |
* | Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil, | Nicholas Clark | 2005-11-03 | 1 | -20/+41 |
* | Avoiding source code duplication for the lstat() on filehandle %s | Nicholas Clark | 2005-11-03 | 1 | -3/+3 |
* | unlink chmod utime kill can be merged into Perl_pp_chown(). | Nicholas Clark | 2005-11-02 | 1 | -41/+1 |
* | Move the conditonal compiles that report absence of kill and chown | Nicholas Clark | 2005-11-02 | 1 | -8/+0 |
* | Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned. | Nicholas Clark | 2005-11-02 | 1 | -48/+34 |
* | Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into | Nicholas Clark | 2005-11-02 | 1 | -101/+38 |
* | Avoid a pad panic by attempting to use dTARGET; in an op that didn't | Nicholas Clark | 2005-11-02 | 1 | -3/+6 |
* | Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis | Nicholas Clark | 2005-11-02 | 1 | -57/+24 |
* | All the ops that are simply C<return some_other_op();> can be bypassed | Nicholas Clark | 2005-10-31 | 1 | -140/+0 |
* | Simplify the implementation of the "unimplemented" message in the | Nicholas Clark | 2005-10-31 | 1 | -60/+4 |
* | Etta James presents: More consting | Andy Lester | 2005-10-31 | 1 | -47/+34 |
* | Most platforms don't actually need PL_pidstatus, or the associated | Nicholas Clark | 2005-10-26 | 1 | -0/+2 |
* | allow "" as select bitmask [PATCH] | Gisle Aas | 2005-10-21 | 1 | -5/+5 |
* | wrong maxlen in sselect [PATCH] | Gisle Aas | 2005-10-21 | 1 | -3/+7 |
* | blead 25801: Symbian batch of today | Jarkko Hietaniemi | 2005-10-19 | 1 | -3/+17 |
* | another Symbian update: Alan's fault :-) | Jarkko Hietaniemi | 2005-10-17 | 1 | -2/+2 |
* | Re: $^CHILD_ERROR_NATIVE issues (with attachment) | Gisle Aas | 2005-10-04 | 1 | -5/+5 |
* | assorted blead build help for VMS (mostly ithreads-related) | Craig A. Berry | 2005-10-02 | 1 | -1/+1 |
* | Revert change #24223 : select() will continue | Rafael Garcia-Suarez | 2005-09-16 | 1 | -4/+1 |
* | patch@25279 VMS error handling and const fixes | John E. Malmberg | 2005-08-10 | 1 | -11/+11 |
* | Various patches by John E. Malmberg to fix data | Rafael Garcia-Suarez | 2005-08-01 | 1 | -4/+4 |
* | tidy up DieNull and DIE_NULL | Robin Barker | 2005-07-28 | 1 | -1/+1 |
* | blead help for VMS | Craig A. Berry | 2005-07-24 | 1 | -4/+4 |
* | support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-20 | 1 | -2/+2 |
* | Final (hopefully) fix for fchdir | Steve Peters | 2005-07-19 | 1 | -1/+1 |
* | Re: AIX 5.2 localtime bug attack | Campo Weijerman | 2005-07-18 | 1 | -2/+4 |
* | The continuing plod through embed.fnc | Andy Lester | 2005-07-18 | 1 | -7/+9 |
* | Re: fchmod, fchown, fchdir | Gisle Aas | 2005-07-16 | 1 | -7/+42 |
* | make the expensive ckWARN() be called as late as possible | Dave Mitchell | 2005-07-13 | 1 | -4/+3 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -2/+2 |
* | [perl #36470] 'undef $@; die' gives uninint value warning | Dave Mitchell | 2005-07-06 | 1 | -1/+4 |
* | the PAD_SET_CUR macro expanded too much for AIX compilers | Dave Mitchell | 2005-07-01 | 1 | -1/+2 |
* | Make warnings.t pass with -DPERL_DONT_CREATE_GVSV | Nicholas Clark | 2005-06-29 | 1 | -1/+1 |
* | Stop "Possible use before definition" warning following change 24997 | Steve Hay | 2005-06-28 | 1 | -2/+2 |
* | Need to pass a my_perl to S_my_localtime to make threaded builds build. | Nicholas Clark | 2005-06-26 | 1 | -2/+2 |
* | Workaround localtime edge case where TZ makes time go beyond | H.Merijn Brand | 2005-06-24 | 1 | -0/+51 |
* | Pre-YAPC consting fun | Andy Lester | 2005-06-23 | 1 | -2/+2 |
* | Warning suppression. | Rafael Garcia-Suarez | 2005-06-23 | 1 | -1/+1 |
* | Silence bcc32 compiler warnings following change 24945 | Steve Hay | 2005-06-23 | 1 | -2/+2 |
* | Const Boy II: The Localizing | Andy Lester | 2005-06-23 | 1 | -46/+34 |