| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate perlio: | Jarkko Hietaniemi | 2002-01-19 | 1 | -3/+10 |
|\ |
|
| * | Split out core of sv_magic() into sv_magicext(). | Nick Ing-Simmons | 2002-01-18 | 1 | -3/+10 |
* | | Don't do socketpair udp unless you've got all what it takes. | Jarkko Hietaniemi | 2002-01-19 | 1 | -1/+7 |
|/ |
|
* | const-ness fix in savepv's passing of NULL | Nick Ing-Simmons | 2002-01-15 | 1 | -3/+3 |
* | Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds! | Nick Ing-Simmons | 2002-01-14 | 1 | -4/+26 |
* | If we do have socketpair(), make my_socketpair() | Jarkko Hietaniemi | 2002-01-04 | 1 | -0/+9 |
* | Missed the =head1 additions. | Jarkko Hietaniemi | 2002-01-03 | 1 | -0/+11 |
* | Win32 stuff: | Nick Ing-Simmons | 2001-12-30 | 1 | -22/+26 |
* | VOS tweaks from Paul Green. | Jarkko Hietaniemi | 2001-12-29 | 1 | -0/+6 |
* | Pod whitespace cleanup, round 0. | coral@eekeek.org | 2001-12-29 | 1 | -2/+2 |
* | socketpair tweaks from Nicholas Clark. | Jarkko Hietaniemi | 2001-12-29 | 1 | -3/+5 |
* | Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK) | Nicholas Clark | 2001-12-26 | 1 | -3/+3 |
* | No AF_UNIX in BeOS. | Jarkko Hietaniemi | 2001-12-26 | 1 | -1/+5 |
* | Re: Not OK 13881 | John Peacock | 2001-12-25 | 1 | -0/+19 |
* | socketpair emulation | Nicholas Clark | 2001-12-23 | 1 | -0/+221 |
* | OS/2 build | Ilya Zakharevich | 2001-12-19 | 1 | -0/+3 |
* | alarm.t with -Uuseperlio fix | Nick Ing-Simmons | 2001-12-19 | 1 | -2/+2 |
* | Fix for alarm() breaking into wait*(). | Nick Ing-Simmons | 2001-12-17 | 1 | -6/+9 |
* | Various small nits found by DJGPP build. | Jarkko Hietaniemi | 2001-12-02 | 1 | -1/+1 |
* | change#3373 introduced a handle leak in backticks and piped open()s | Gurusamy Sarathy | 2001-11-25 | 1 | -0/+2 |
* | $$ readonly, take two | Michael G. Schwern | 2001-11-25 | 1 | -1/+4 |
* | v-strings as Objects Step 1 | John Peacock | 2001-11-15 | 1 | -0/+73 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -1/+1 |
* | [patch] my_setenv speedup + fixes | Doug MacEachern | 2001-11-10 | 1 | -11/+32 |
* | Integrate change #12752 from maintperl; | Jarkko Hietaniemi | 2001-10-29 | 1 | -0/+3 |
* | Integrate maintperl changes #12268 and #12669; | Jarkko Hietaniemi | 2001-10-26 | 1 | -1/+2 |
* | Integrate macperl changes from Chris Nandor: | Jarkko Hietaniemi | 2001-09-26 | 1 | -4/+4 |
* | Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C... | Hugo van der Sanden | 2001-09-15 | 1 | -2/+1 |
* | Fix Cwd::getcwd() not being tainted, as noticed | Jarkko Hietaniemi | 2001-09-04 | 1 | -0/+4 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -11/+11 |
* | Pluggable optimizer | Simon Cozens | 2001-08-01 | 1 | -0/+2 |
* | util.c: return required in Perl_my_fork | Craig A. Berry | 2001-07-23 | 1 | -0/+1 |
* | Make perl fork()-safe (in a slightly limited way) even on | Gurusamy Sarathy | 2001-07-20 | 1 | -15/+51 |
* | More accurate line numbers in messages | Paul Johnson | 2001-07-12 | 1 | -2/+45 |
* | fix the binary compatibility issue when building with/without | Gurusamy Sarathy | 2001-07-05 | 1 | -0/+31 |
* | Re: POINTERRIGOR | Andy Dougherty | 2001-07-03 | 1 | -28/+0 |
* | rename s/sv_getcwd/getcwd_sv/ for better conformance to existing | Gurusamy Sarathy | 2001-07-02 | 1 | -2/+2 |
* | Fixes compile errors in four files | Richard Soderberg | 2001-06-29 | 1 | -2/+2 |
* | DJGPP patches from Laszlo Molnar. | Jarkko Hietaniemi | 2001-06-26 | 1 | -3/+28 |
* | Patcho fix. | Nick Ing-Simmons | 2001-06-22 | 1 | -1/+1 |
* | Re: Automated smoke report for patch 10764 (truncated) | Doug MacEachern | 2001-06-22 | 1 | -28/+21 |
* | Off-by-one. I'm so classic. | Jarkko Hietaniemi | 2001-06-21 | 1 | -1/+1 |
* | Replace our implementation of realpath() with OpenBSD's | Jarkko Hietaniemi | 2001-06-20 | 1 | -147/+0 |
* | No point in going into memory-saving contortions | Jarkko Hietaniemi | 2001-06-20 | 1 | -17/+29 |
* | After some reading I don't think we can blindly | Jarkko Hietaniemi | 2001-06-20 | 1 | -48/+39 |
* | s/typos// | Abhijit Menon-Sen | 2001-06-19 | 1 | -3/+3 |
* | Re: [ID 20010618.006] some end-anchored regexps hang when using study | Hugo van der Sanden | 2001-06-19 | 1 | -0/+6 |
* | -Wall strays. | Jarkko Hietaniemi | 2001-06-16 | 1 | -1/+1 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -6/+6 |
* | splitting util.c | Hugo van der Sanden | 2001-06-13 | 1 | -1199/+0 |