Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>; | Gurusamy Sarathy | 1999-07-17 | 1 | -468/+706 |
* | pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon | Gurusamy Sarathy | 1999-07-17 | 17 | -148/+186 |
* | backout redundant change#3628 | Gurusamy Sarathy | 1999-07-17 | 2 | -1/+172 |
* | minor efficiency tweak | Gurusamy Sarathy | 1999-07-14 | 1 | -0/+9 |
* | fixups for sundry warnings about function pointers | Gurusamy Sarathy | 1999-07-12 | 14 | -68/+65 |
* | tweaks for win32/borland | Gurusamy Sarathy | 1999-07-12 | 3 | -2/+6 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 69 | -4395/+3180 |
* | change#3612 was buggy and failed to build Tk; applied Ilya's | Gurusamy Sarathy | 1999-07-11 | 2 | -5/+70 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 38 | -1712/+8840 |
* | sundry cleanups for clean build on windows | Gurusamy Sarathy | 1999-07-08 | 5 | -17/+58 |
* | fixes for logical bugs in the lexwarn patch; other tweaks to avoid | Gurusamy Sarathy | 1999-07-08 | 12 | -63/+70 |
* | integrate cfgperl contents | Gurusamy Sarathy | 1999-07-07 | 49 | -768/+4515 |
|\ | |||||
| * | Sync regcomp warn with reality. | Jarkko Hietaniemi | 1999-07-07 | 1 | -4/+17 |
| * | Integrate with Sarathy; one conflict in t/pragma/warn/recgomp | Jarkko Hietaniemi | 1999-07-07 | 89 | -1314/+3124 |
| |\ | |||||
| * \ | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-07 | 33 | -115/+320 |
| |\ \ | |||||
| * | | | Some new files of #3624 missing from MANIFEST. | Jarkko Hietaniemi | 1999-07-06 | 1 | -0/+5 |
| * | | | POSIX [[:character class:]] support for standard, locale, | Jarkko Hietaniemi | 1999-07-06 | 46 | -726/+4325 |
| * | | | Mention EPOC and SOCKS. | Jarkko Hietaniemi | 1999-07-06 | 1 | -5/+9 |
| * | | | There ain't Perl_atonv(). | Jarkko Hietaniemi | 1999-07-06 | 1 | -1/+1 |
| * | | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 1 | -1/+1 |
| |\ \ \ | |||||
| * | | | | Tweak for #3613. | Jarkko Hietaniemi | 1999-07-06 | 1 | -2/+3 |
| * | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 11 | -428/+553 |
| |\ \ \ \ | |||||
| * | | | | | Allow for deep ext directories. | Nathan Kurz | 1999-07-06 | 1 | -27/+29 |
| * | | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 49 | -548/+1060 |
| * | | | | | Put back the cygwin32 Configure fix of 3582 undone by 3597. | Jarkko Hietaniemi | 1999-07-06 | 1 | -7/+14 |
* | | | | | | filetest.t and ByteLoader build tweaks from Peter Prymmer | Gurusamy Sarathy | 1999-07-07 | 2 | -2/+5 |
* | | | | | | change#1889 mistakenly removed F_SETLK | Gurusamy Sarathy | 1999-07-07 | 1 | -0/+6 |
* | | | | | | B::Deparse update | Stephen McCamant | 1999-07-07 | 1 | -54/+294 |
* | | | | | | Re: [ID 19990705.001] Overloading boolean conversion | Ilya Zakharevich | 1999-07-07 | 2 | -2/+19 |
* | | | | | | missing PerlIO_reopen() (suggested by sam@daemoninc.com) | Gurusamy Sarathy | 1999-07-07 | 1 | -0/+1 |
* | | | | | | applied new parts of suggested patch | Charles Bailey | 1999-07-07 | 13 | -42/+177 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | MakeMaker support for pod2html | Jan Dubois | 1999-07-07 | 3 | -54/+284 |
* | | | | | fix undocumented IO::Handle functions as suggested | Gurusamy Sarathy | 1999-07-07 | 1 | -6/+6 |
* | | | | | prohibit thread join()ing itself (from Dan Sugalski) | Gurusamy Sarathy | 1999-07-07 | 1 | -0/+2 |
* | | | | | Compiler and XSUBS | Vishal Bhatia | 1999-07-07 | 1 | -29/+58 |
* | | | | | mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax | Gurusamy Sarathy | 1999-07-07 | 1 | -0/+1 |
* | | | | | add B::PV::{LEN,CUR} | Doug MacEachern | 1999-07-07 | 1 | -0/+8 |
* | | | | | slightly modified version of suggested patch | Steven N. Hirsch | 1999-07-07 | 1 | -6/+16 |
* | | | | | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 63 | -765/+2414 |
* | | | | | Patch to JPL example program | Brian Jepson | 1999-07-07 | 1 | -2/+6 |
* | | | | | Eliminate CONDOPs | Stephen McCamant | 1999-07-07 | 20 | -443/+333 |
| |_|_|/ |/| | | | |||||
* | | | | adapted suggested patch for IO-1.20x | ian@dial.pipex.com | 1999-07-07 | 1 | -4/+13 |
* | | | | PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com> | Gurusamy Sarathy | 1999-07-07 | 1 | -1/+1 |
* | | | | memleak in optimizer | Hugo van der Sanden | 1999-07-07 | 5 | -5/+25 |
* | | | | add do-not-edit caveats for files generated by opcode.pl | Gurusamy Sarathy | 1999-07-07 | 4 | -0/+39 |
* | | | | better diagnostics on read operations from write-only | Gurusamy Sarathy | 1999-07-07 | 8 | -44/+117 |
* | | | | make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested | Gurusamy Sarathy | 1999-07-07 | 1 | -0/+1 |
* | | | | Minor bug fix in pp_require | Vishal Bhatia | 1999-07-07 | 1 | -1/+17 |
* | | | | installperl should write normal messages to STDOUT, not STDERR | Gurusamy Sarathy | 1999-07-07 | 1 | -13/+13 |
* | | | | BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net) | Gurusamy Sarathy | 1999-07-07 | 1 | -0/+1 |