summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* avoid DProf entering dl_unload_file() (from Alan Burlison)Gurusamy Sarathy2000-03-012-3/+2
* consolidated VMS patches (from Craig A. BerryGurusamy Sarathy2000-03-012-1/+18
* Fcntl de-cut-and-pasto.Doug MacEachern2000-03-011-2/+2
* oops, change#5382 didn't really fix the typoGurusamy Sarathy2000-03-011-1/+1
* avoid warning on type-mismatchGurusamy Sarathy2000-03-011-1/+1
* fix bug in change#5381Gurusamy Sarathy2000-03-011-2/+3
* unload extension shared objects when exiting, implementedGurusamy Sarathy2000-03-014-8/+102
* more adjustments needed for change#5342 under use5005threadsGurusamy Sarathy2000-02-291-4/+4
* More AIX fixes from Steven Hirsch.Jarkko Hietaniemi2000-02-282-4/+10
* AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com>Jarkko Hietaniemi2000-02-282-6/+45
* Integrate mainlineCharles Bailey2000-02-281-1/+2
|\
| * tweak comment about core glob()Gurusamy Sarathy2000-02-271-1/+2
* | Support case-sensitive symbols usage in linkerCharles Bailey2000-02-282-1/+8
|/
* Rhapsody/Darwin patches from Wilfredo Sanchez.Jarkko Hietaniemi2000-02-261-7/+14
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-252-3/+7
|\
| * more Compiler tweaks for useithreadsGurusamy Sarathy2000-02-252-3/+7
* | Remove more cruft from IO.Jarkko Hietaniemi2000-02-241-4/+0
|/
* Remove &IO::EINPROGRESS now that IO uses Errno anywayJarkko Hietaniemi2000-02-232-8/+3
* Streamline #5218 even more.Jarkko Hietaniemi2000-02-231-12/+7
* Streamline #5218.Jarkko Hietaniemi2000-02-231-1/+1
* Trying to connect to an already open socket may give EISCONN.Jarkko Hietaniemi2000-02-231-3/+12
* Fix prototype conflicts with POSIX.pm.Jarkko Hietaniemi2000-02-221-147/+16
* Add socklen_t probe; Configure maintenance.Jarkko Hietaniemi2000-02-221-1/+1
* remove vestiges of older attribute syntaxGurusamy Sarathy2000-02-221-1/+1
* use same treatment for EINVAL as for ETIMEDOUTGurusamy Sarathy2000-02-221-6/+8
* detypoGurusamy Sarathy2000-02-211-1/+1
* undo accidental deleteGurusamy Sarathy2000-02-212-0/+7
* get Compiler "working" under useithreadsGurusamy Sarathy2000-02-215-46/+134
* IO::Socket now sets $!, avoids eval/die (patch from Graham BarrGurusamy Sarathy2000-02-202-56/+77
* mention portability caveat about C<use Errno 'EFOO'>Gurusamy Sarathy2000-02-201-6/+18
* more B fixups to cope with empty GVs (these can only happen in pads)Gurusamy Sarathy2000-02-193-10/+30
* avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>Gurusamy Sarathy2000-02-191-6/+8
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-195-21/+539
|\
| * Integrate with Sarathy.Jarkko Hietaniemi2000-02-171-7/+0
| |\
| * | HP-UX 64-bitness/largefile fixes.Jarkko Hietaniemi2000-02-161-1/+1
| * | Fcntl: more O_ constants, move SEEK_ to @EXPORT_OKJarkko Hietaniemi2000-02-164-20/+538
* | | POSIX::strftime gets the date wrong (from John TobeyGurusamy Sarathy2000-02-191-2/+8
* | | Compiler fixups from Jan DuboisGurusamy Sarathy2000-02-183-62/+118
| |/ |/|
* | avoid warnings due to redefined NULLGurusamy Sarathy2000-02-161-7/+0
|/
* Probe for <sys/utsname.h>.Jarkko Hietaniemi2000-02-151-2/+1
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-155-1/+241
|\
| * add XS version of Sys::Hostname (from Greg BaconGurusamy Sarathy2000-02-155-1/+241
* | Integrate with Sarathy.Jarkko Hietaniemi2000-02-155-2/+5
|\ \ | |/
| * fix leaks in *DBM_File; safemalloc()ed things need to be freed withGurusamy Sarathy2000-02-155-2/+5
* | silly compilers don't know that croak() exitsJarkko Hietaniemi2000-02-141-0/+6
|/
* fix uninitialized memory reads found by purifyGurusamy Sarathy2000-02-111-4/+4
* mention threads status in podGurusamy Sarathy2000-02-071-1/+7
* use builtin __CYGWIN__ rather than -DCYGWIN (from Eric FiferGurusamy Sarathy2000-02-063-4/+4
* reduce memory consumption of POSIX.pm (from Ilya Zakharevich)Gurusamy Sarathy2000-02-061-178/+181
* Use <syslog.h>, not <sys/syslog.h>.Jarkko Hietaniemi2000-02-041-1/+3