summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* kludge our way around warnings on C<use POSIX; use IO::File;>Gurusamy Sarathy2000-03-141-1/+4
* regen perltoc, other pod nitsGurusamy Sarathy2000-03-141-2/+2
* reference miscount in Devel::Peek that causes debugger toGurusamy Sarathy2000-03-141-1/+1
* lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-131-1/+1
* final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-132-6/+8
* make Dump() call the XSUB implementation transparently (modifiedGurusamy Sarathy2000-03-082-31/+17
* omit XSLoader from bytecode dumpsGurusamy Sarathy2000-03-073-3/+3
* get ByteLoader working againGurusamy Sarathy2000-03-075-14/+32
* fix incorrect prototypes in File::GlobGurusamy Sarathy2000-03-061-2/+2
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-061-2/+2
* more whitespace removal (from Michael G Schwern)Gurusamy Sarathy2000-03-048-39/+39
* /dev/console may not be writable in Syslog.pm (from Ask Bjoern HansenGurusamy Sarathy2000-03-031-4/+5
* 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
| |/ |/|