Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Use long doubles only if they are useful. | Jarkko Hietaniemi | 1999-07-26 | 1 | -1/+1 | |
* | | Back out #3735. Needs more work. | Jarkko Hietaniemi | 1999-07-26 | 1 | -7/+2 | |
|/ | ||||||
* | optimize method name lookup | Chip Salzenberg | 1999-07-26 | 1 | -1/+1 | |
* | setstate stop-gap from Vishal Bhatia | Gurusamy Sarathy | 1999-07-26 | 1 | -1/+1 | |
* | patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia; | Gurusamy Sarathy | 1999-07-26 | 9 | -190/+204 | |
* | INSTALL =~ s/5.006/5.6/; delay loading Errno until needed | Gurusamy Sarathy | 1999-07-26 | 3 | -6/+3 | |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-25 | 2 | -3/+5 | |
|\ | ||||||
| * | applied suggested patch for tracking line numbers correctly in | Hugo van der Sanden | 1999-07-23 | 2 | -3/+3 | |
| * | DProf tweak | Gurusamy Sarathy | 1999-07-20 | 1 | -0/+2 | |
* | | First steps of making builds outside the source | Jarkko Hietaniemi | 1999-07-25 | 1 | -2/+7 | |
* | | Introduce $Config{ldlibpthname} which contains | Jarkko Hietaniemi | 1999-07-23 | 1 | -5/+8 | |
* | | Use Errno more extensively so that error | oracle@pcr8.pcr.com | 1999-07-21 | 3 | -3/+6 | |
|/ | ||||||
* | move DProf things around to where they are supposed to be | Gurusamy Sarathy | 1999-07-20 | 17 | -1294/+1 | |
* | DProf fixups for PERL_IMPLICIT_CONTEXT | Gurusamy Sarathy | 1999-07-20 | 3 | -42/+30 | |
* | move DProf to Devel/DProf | Gurusamy Sarathy | 1999-07-20 | 21 | -0/+0 | |
* | add Devel::DProf v19990108 from CPAN, as it was | Gurusamy Sarathy | 1999-07-20 | 21 | -0/+2407 | |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-18 | 2 | -4/+6 | |
|\ | ||||||
| * | noecho noops (from Nicholas Clark <nick@flirble.org>) | Gurusamy Sarathy | 1999-07-17 | 1 | -3/+5 | |
| * | make CC.pm use a distinct CCPP() macro rather than PP() | Gurusamy Sarathy | 1999-07-17 | 1 | -1/+1 | |
* | | Fixed AIX dynamic loading and AIX shared Perl library. | Jarkko Hietaniemi | 1999-07-14 | 2 | -15/+25 | |
|/ | ||||||
* | fixups for sundry warnings about function pointers | Gurusamy Sarathy | 1999-07-12 | 1 | -5/+5 | |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 14 | -1/+20 | |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -1/+1 | |
* | integrate cfgperl contents | Gurusamy Sarathy | 1999-07-07 | 1 | -1/+1 | |
|\ | ||||||
| * | Integrate with Sarathy; one conflict in t/pragma/warn/recgomp | Jarkko Hietaniemi | 1999-07-07 | 16 | -261/+210 | |
| |\ | ||||||
| * \ | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-07 | 7 | -33/+80 | |
| |\ \ | ||||||
| * | | | There ain't Perl_atonv(). | Jarkko Hietaniemi | 1999-07-06 | 1 | -1/+1 | |
| * | | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 1 | -1/+4 | |
| |\ \ \ | ||||||
| * | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 16 | -88/+229 | |
* | | | | | filetest.t and ByteLoader build tweaks from Peter Prymmer | Gurusamy Sarathy | 1999-07-07 | 1 | -0/+1 | |
* | | | | | 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 | |
| |_|_|/ |/| | | | ||||||
* | | | | 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 | |
* | | | | 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 | 3 | -105/+85 | |
* | | | | Eliminate CONDOPs | Stephen McCamant | 1999-07-07 | 10 | -115/+35 | |
| |_|/ |/| | | ||||||
* | | | adapted suggested patch for IO-1.20x | ian@dial.pipex.com | 1999-07-07 | 1 | -4/+13 | |
* | | | Minor bug fix in pp_require | Vishal Bhatia | 1999-07-07 | 1 | -1/+17 | |
* | | | Devel::Peek | Ilya Zakharevich | 1999-07-06 | 2 | -9/+10 | |
* | | | applied patch after demunging headers with appropriate paths | Vishal Bhatia | 1999-07-06 | 4 | -19/+40 | |
| |/ |/| | ||||||
* | | portability fix for IO::File and FileHandle | Peter Prymmer | 1999-07-06 | 1 | -1/+4 | |
* | | applied slightly tweaked version of suggested patch for | Ilya Zakharevich | 1999-07-06 | 2 | -3/+15 | |
* | | DB_File 1.67 | Paul Marquess | 1999-07-06 | 4 | -38/+198 | |
* | | DBM Filters | Paul Marquess | 1999-07-06 | 8 | -43/+12 | |
* | | slightly tweaked version of suggested patch | Dan Sugalski | 1999-07-06 | 2 | -4/+4 | |
* | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-07-06 | 5 | -1/+11 | |
|\ \ | |/ | ||||||
| * | Integrate with mainperl. | Jarkko Hietaniemi | 1999-07-05 | 5 | -51/+69 | |
| |\ | |/ |/| |