summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:Jarkko Hietaniemi1997-11-251-17/+29
* AIX patch (including Configure support for {sched,pthread}_yield,Jarkko Hietaniemi1997-11-254-5/+37
* $_ is now per-thread (rather a lot of changes). Only tested underMalcolm Beattie1997-11-211-1/+1
* Bring MANIFEST up to date. Add new thread tests.Malcolm Beattie1997-11-182-0/+32
* Add #include guard in Thread.xs so it will build even underGurusamy Sarathy1997-11-151-0/+2
* Remove stale code from Thread.xs.Malcolm Beattie1997-11-141-35/+0
* Rewrite thread return code to distinguish between ordinary returnMalcolm Beattie1997-11-135-30/+106
* Fix up ansiperl integration. Back to passing all expected testsMalcolm Beattie1997-11-112-4/+1
* Initial integration of ansi branch into mainline (untested).Malcolm Beattie1997-11-1115-179/+146
|\
| * Get threads working again on Win32Nick Ing-Simmons1997-11-081-4/+8
| * Add :base_thread to :default in Opcode.pmNick Ing-Simmons1997-11-081-1/+1
| * Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-071-17/+0
| * Raw integrate of latest perlNick Ing-Simmons1997-11-072-21/+13
| |\
| * | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-052-4/+34
| * | Integrate mainline @ 18:15 CST 31 Oct 1997Nick Ing-Simmons1997-11-011-30/+1
| |\ \
| * | | Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-3114-171/+133
* | | | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv whenMalcolm Beattie1997-11-111-1/+1
* | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl andMalcolm Beattie1997-11-111-0/+2
| |_|/ |/| |
* | | Per-thread magicals now stored in their own thr->magicals and keyedMalcolm Beattie1997-11-061-6/+8
* | | Per-thread magicals mostly working (and localisable). Now gettingMalcolm Beattie1997-11-052-2/+4
| |/ |/|
* | Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-30/+1
|/
* Remove global macro "self". Change thr->Tself to thr->self.Malcolm Beattie1997-10-291-1/+2
* Patches for VMS [Dan Sugalski]Malcolm Beattie1997-10-241-70/+0
* Improve internal threading API. Introduce win32/win32thread.[ch]Malcolm Beattie1997-10-241-25/+31
* Move perlext/Thread into perl/ext/Thread.Malcolm Beattie1997-10-1621-0/+1125
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-164-186/+85
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-052-25/+59
| * IO::Socket autoflush by default, assume tcp and PeerAddrTim Bunce1997-09-051-6/+26
| * [shell changes from ]Tim Bunce1997-09-051-155/+0
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-0813-46/+68
|\ \ | |/
| * [inseperable differences to perl 5.004_03]perl-5.004_03Tim Bunce1997-09-051-3/+3
| * PATCH: make DBM*_File modules sub-classablePaul Marquess1997-08-074-1/+7
| * DB_File 1.15 patchPaul Marquess1997-08-073-20/+38
| * posix.xs broken on VMS 7.1Dan Sugalski1997-08-071-5/+6
| * icmp tweak for IO::SocketNick Ing-Simmons1997-08-071-1/+2
| * IO::File and DB_File pollutes namespace with Fcntl constantsGisle Aas1997-08-071-15/+8
| * Problems with setvbufIlya Zakharevich1997-08-071-0/+2
| * Docs of IO::Handle [PATCH]Ilya Zakharevich1997-08-071-1/+3
* | Merge maint-5.004 branch (5.004_01) with mainline.Malcolm Beattie1997-09-305-10/+89
|\ \ | |/
| * [differences between cumulative patch application and perl5.004_01]perl-5.004_01Tim Bunce1997-06-113-10/+76
| * perl5.004 on AIX: PatchesTim Bunce1997-06-111-0/+12
| * sdbm can fail if a config.h exists in system directoriesTim Bunce1997-06-111-0/+1
* | Rewrite synchronisation of subs/methods and add attrsMalcolm Beattie1997-09-093-0/+122
* | Add new keyword "lock" to Opcode.pmMalcolm Beattie1997-09-031-0/+6
* | More fixups for thrperl integration.Malcolm Beattie1997-06-055-10/+19
* | Fix up integration 5.003->5.004.Malcolm Beattie1997-05-251-10/+0
* | First stab at 5.003 -> 5.004 integration.Malcolm Beattie1997-05-2562-4728/+7266
|\ \ | |/
| * Fix core dump on IO::Seekable::setpos($fh, undef)Chip Salzenberg1997-05-161-3/+4
| * In IO::File::open, prepend './' less often (for Win32 et al)Chip Salzenberg1997-05-161-2/+2
| * HPUX: patch for ext/DynaLoader/dl_hpux.xsChuck D. Phillips1997-05-081-4/+17