| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix DBM filters | Paul Marquess | 2002-08-22 | 1 | -0/+43 |
* | Integrate #16971 from maint-5.6; | Jarkko Hietaniemi | 2002-06-01 | 1 | -0/+14 |
* | make the gettimeofday() implementation in Time::HiRes available | Gurusamy Sarathy | 2002-05-08 | 1 | -0/+1 |
* | setbuf / setvbuf are not PerlIO_ concepts | Nick Ing-Simmons | 2002-05-02 | 1 | -6/+6 |
* | Integrate mainline | Nick Ing-Simmons | 2002-01-25 | 1 | -0/+9 |
* | A mostly-stable version of "new" Win32 signal/kill support. | Nick Ing-Simmons | 2002-01-11 | 1 | -0/+2 |
* | Missed the =head1 additions. | Jarkko Hietaniemi | 2002-01-03 | 1 | -0/+6 |
* | from the non-ANSI comment police (was: it won't compile on win32) | H.Merijn Brand | 2001-12-29 | 1 | -1/+1 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -1/+1 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -6/+5 |
* | Tweak the XSFUNCTION, from Doug MacEachern, as suggested | Jarkko Hietaniemi | 2001-06-25 | 1 | -1/+1 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -0/+39 |
* | Re: ext/ + -Wall | Doug MacEachern | 2001-06-13 | 1 | -4/+1 |
* | Hide __attribute__((unused)) behind PERL_UNUSED_DECL as | Jarkko Hietaniemi | 2001-06-13 | 1 | -1/+1 |
* | Re: ext/ + -Wall | Doug MacEachern | 2001-06-13 | 1 | -5/+21 |
* | Use __attribute__((unused)) to silence -Wall on unused ax. | Jarkko Hietaniemi | 2001-06-13 | 1 | -1/+4 |
* | use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -8/+119 |
* | enable function wrappers for access to globals under MULTIPLICITY | Gurusamy Sarathy | 2000-01-24 | 1 | -4/+2 |
* | add patch for printf-style format typechecks (from Robin Barker | Gurusamy Sarathy | 2000-01-22 | 1 | -1/+1 |
* | optimize XSUBs to use targets if the -nooptimize xsubpp option is | Gurusamy Sarathy | 1999-12-28 | 1 | -0/+3 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -0/+1 |
* | [5.005_62 PATCH] support link() on WinNT and NTFS | Jan Dubois | 1999-11-13 | 1 | -0/+1 |
* | support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on | Gurusamy Sarathy | 1999-10-17 | 1 | -1/+1 |
* | File::Glob fixes for Windows | Gurusamy Sarathy | 1999-10-14 | 1 | -1/+1 |
* | Fix #endif. | Jarkko Hietaniemi | 1999-09-26 | 1 | -1/+1 |
* | add include guard | Gurusamy Sarathy | 1999-09-23 | 1 | -0/+5 |
* | s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS | Gurusamy Sarathy | 1999-09-10 | 1 | -0/+3 |
* | deadcode removal | Gurusamy Sarathy | 1999-08-29 | 1 | -2/+0 |
* | win32 tweaks | Gurusamy Sarathy | 1999-08-20 | 1 | -1/+1 |
* | support USE_THREADS+MULTIPLICITY; source compat tweaks for | Gurusamy Sarathy | 1999-08-20 | 1 | -8/+7 |
* | rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>) | Gurusamy Sarathy | 1999-08-01 | 1 | -1/+1 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -19/+14 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -59/+6 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -13/+11 |
* | EXTERN_C declarations for global arrays in various | Gurusamy Sarathy | 1999-06-12 | 1 | -1/+1 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -14/+10 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -4/+4 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -1/+1 |
* | additional cleanups for cygwin32 port | Fifer, Eric | 1999-05-17 | 1 | -2/+0 |
* | cygwin32 update (untested adaptation of patch against 5.005_03) | Alexander Smishlajev | 1999-05-10 | 1 | -1/+7 |
* | correct places that said newSVpv() when they meant newSVpvn() | Gurusamy Sarathy | 1999-04-04 | 1 | -0/+2 |
* | support POSIX::uname() via win32_uname() | Gurusamy Sarathy | 1999-03-24 | 1 | -0/+1 |
* | remove OVERLOAD conditionals | Jan Dubois | 1999-02-12 | 1 | -8/+4 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -3/+3 |
* | phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration | Gurusamy Sarathy | 1998-11-22 | 1 | -17/+198 |
* | integrate changes#2120,2168,2218 from maint-5.005; | Gurusamy Sarathy | 1998-11-08 | 1 | -0/+68 |
* | change case of PERL_OBJECT filenames, consistent with the rest | Gurusamy Sarathy | 1998-07-21 | 1 | -3/+3 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -13/+8 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -6/+12 |