| Commit message (Expand) | Author | Age | Files | Lines |
* | BeOS has times() tick of 1000000, not CLK_TCK (1000) | Jarkko Hietaniemi | 2001-12-26 | 1 | -0/+4 |
* | socketpair emulation | Nicholas Clark | 2001-12-23 | 1 | -1/+1 |
* | No link(), no need to dSP. | Jarkko Hietaniemi | 2001-12-12 | 1 | -2/+1 |
* | chdir() with an empty tainted argument on Win32 | Abe Timmerman | 2001-12-02 | 1 | -0/+1 |
* | system and taintedness | Radu Greab | 2001-11-26 | 1 | -0/+10 |
* | $$ readonly, take two | Michael G. Schwern | 2001-11-25 | 1 | -1/+4 |
* | All of syswrite/send/sendto need to return character counts, | Jarkko Hietaniemi | 2001-11-18 | 1 | -3/+2 |
* | syswrite() was still returning byte counts, not character counts. | Jarkko Hietaniemi | 2001-11-18 | 1 | -0/+3 |
* | skip "might be used uninitialized". | Jarkko Hietaniemi | 2001-11-15 | 1 | -2/+3 |
* | A bool is not a pointer. | Jarkko Hietaniemi | 2001-11-14 | 1 | -1/+1 |
* | Fix for the :utf8 read() bug noticed by Matt Sergeant: | Jarkko Hietaniemi | 2001-11-13 | 1 | -3/+16 |
* | vmsish fix, ieee rand() cleanup | Charles Lane | 2001-10-19 | 1 | -0/+3 |
* | Oh, bother. In Tru64 cc -std1 was looking rather nice | Jarkko Hietaniemi | 2001-10-17 | 1 | -20/+20 |
* | (retracted by #12485) | Jarkko Hietaniemi | 2001-10-17 | 1 | -5/+5 |
* | coredump fix in pp_accept() | Anton Berezin | 2001-10-17 | 1 | -3/+2 |
* | (retracted by #12485) | Jarkko Hietaniemi | 2001-10-17 | 1 | -15/+15 |
* | Deprecating chdir(undef)/chdir('') | Michael G. Schwern | 2001-09-25 | 1 | -11/+16 |
* | pp_chdir Win32 fix | Michael G. Schwern | 2001-09-21 | 1 | -2/+4 |
* | Re: [BUG?] chdir(undef) == chdir() probably a bug | Michael G. Schwern | 2001-09-17 | 1 | -19/+14 |
* | Silence the remaing format warning | Robin Barker | 2001-09-07 | 1 | -1/+1 |
* | Custom Ops | Simon Cozens | 2001-08-27 | 1 | -1/+1 |
* | Re: Can't localize *FH, then tie it | Abhijit Menon-Sen | 2001-08-12 | 1 | -28/+63 |
* | Get rid of indread, from Abhijit Menon-Sen. | Jarkko Hietaniemi | 2001-08-11 | 1 | -9/+0 |
* | Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY | Abhijit Menon-Sen | 2001-08-08 | 1 | -0/+1 |
* | Make perl fork()-safe (in a slightly limited way) even on | Gurusamy Sarathy | 2001-07-20 | 1 | -12/+3 |
* | fix PTHREAD_ATFORK croaking too early, too often | Coral | 2001-07-17 | 1 | -0/+4 |
* | Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"? | Barrie Slaymaker | 2001-07-12 | 1 | -5/+0 |
* | Small fix to pp_gmtime | Artur Bergman | 2001-07-11 | 1 | -3/+5 |
* | Re: [PATH] shared -> unique; | Abhijit Menon-Sen | 2001-07-02 | 1 | -3/+3 |
* | gcc -Wall lint after #11051. | Jarkko Hietaniemi | 2001-06-30 | 1 | -1/+0 |
* | Code cleanup based on turning off the -woffs in IRIX. | Jarkko Hietaniemi | 2001-06-30 | 1 | -5/+0 |
* | Microperl findings. | Jarkko Hietaniemi | 2001-06-25 | 1 | -62/+62 |
* | Re: [PATCH 5.6.1] misprints | Ilya Zakharevich | 2001-06-25 | 1 | -1/+1 |
* | RETURN requires dSP in pp_sys.c | Craig A. Berry | 2001-06-25 | 1 | -1/+2 |
* | Undo the filetests part of #10900, under multiplicity | Jarkko Hietaniemi | 2001-06-24 | 1 | -20/+20 |
* | Misplaces dSPs and the like revealed by MPE/iX and Cygwin. | Jarkko Hietaniemi | 2001-06-24 | 1 | -70/+66 |
* | Patch: pp_system() bounces out of Cygwin subsystem | Brian Jepson | 2001-06-24 | 1 | -1/+1 |
* | The #10881 was too vigorous in pp_system() in moving 'unused' | Jarkko Hietaniemi | 2001-06-24 | 1 | -2/+2 |
* | Remove tautology in error messages | Mike Guy | 2001-06-24 | 1 | -7/+7 |
* | Re: [PATCH 5.6.1] pp_sys.c warnings | Ilya Zakharevich | 2001-06-24 | 1 | -14/+23 |
* | MPE/iX prototype nits from Mark Bixby. | Jarkko Hietaniemi | 2001-06-22 | 1 | -2/+2 |
* | Security tweak on readlink(). | Jarkko Hietaniemi | 2001-06-20 | 1 | -1/+1 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -0/+4 |
* | gcc -Wall nits picked out by a non-UNIX system | Jarkko Hietaniemi | 2001-06-12 | 1 | -58/+56 |
* | Integrate change #10412 from maintperl; locale is now | Jarkko Hietaniemi | 2001-06-03 | 1 | -1/+1 |
* | Salvage bits and pieces from the experimental 'utf8 everywhere' | Jarkko Hietaniemi | 2001-05-31 | 1 | -2/+2 |
* | Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden, | Jarkko Hietaniemi | 2001-05-30 | 1 | -2/+2 |
* | IV/UV casting fixes from Nicholas Clark. | Jarkko Hietaniemi | 2001-05-24 | 1 | -2/+2 |
* | [LARGE!] symbolic magic | Dave Mitchell | 2001-05-20 | 1 | -18/+22 |
* | If wait() or waitpid() ends due to EINTR despatch perl interrupt handler | Nick Ing-Simmons | 2001-05-09 | 1 | -0/+12 |