summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Add header for LIB$ prototypes (C. Berry)Charles Bailey2001-02-081-0/+1
* SYN SYNCharles Bailey2001-02-082-3/+5
* SYN SYNCharles Bailey2001-01-2439-200/+6611
* Once again syncing after too long an absenceCharles Bailey2001-01-0880-468/+3662
* SYN SYNCharles Bailey2000-10-20118-851/+30110
* YA resync with mainstem, including VMS patches from othersCharles Bailey2000-08-0417-333/+720
* Resync with mainline prior to post-5.6.0 updatesCharles Bailey2000-05-2335-228/+386
* Add VMS' default to the CGI.pm temp list (should update to File::Spec)Charles Bailey2000-03-151-4/+1
* Resync with mainline post RC1Charles Bailey2000-03-1311-52/+56
|\
| * 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
* | Resync with mainline, update test in vmsfspec.tCharles Bailey2000-03-069-43/+44
|\ \ | |/
| * 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
* | YA sync with mainlineCharles Bailey2000-03-0211-27/+168
|\ \ | |/
| * 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
* | Make File::Glob more VMS-friendly (Charles Lane)Charles Bailey2000-03-022-1/+19
|/
* 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