summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Re: ANNOUNCE: perl5.004_60 Configure patch is availableAndy Dougherty1998-02-251-0/+6
* Move lib/B/... and lib/[BO].pm over to where they should be,Malcolm Beattie1998-02-2020-0/+6155
* Start getting compiler to work when built with the core.Malcolm Beattie1998-02-201-22/+13
* Merge perlext/Compiler/... into mainline. Some files move toMalcolm Beattie1998-02-2014-0/+2638
* retry [PATCH] 5.004_59: the perlhist.pod etcJarkko Hietaniemi1998-02-204-0/+75
* DB_File ->length does not work just after tie.Nick Ing-Simmons1998-02-201-0/+8
* DB_File 1.58 patchPaul Marquess1998-02-123-27/+257
* [win32] enhancements to previous patch for XSUB OUTPUT argsGurusamy Sarathy1998-02-094-8/+8
* Re: posix::strftime (core dumped)Andy Dougherty1998-02-062-0/+11
* Newer -DLEAKTEST patchIlya Zakharevich1998-02-064-8/+9
* Some more Chip patches (tweaked to match _5x):Malcolm Beattie1998-02-061-1/+1
* [win32] integrate mainlineGurusamy Sarathy1998-02-031-21/+11
|\
| * Introduced thr->threadsvp and THREADSV() for faster per-threadMalcolm Beattie1998-02-021-21/+11
* | [win32] integrate changes in winansiGurusamy Sarathy1998-01-191-2/+4
|\ \
| * | TIEARRAY updates - almost works ...Nick Ing-Simmons1998-01-141-5/+1
| * | tie array changes to core and testsNick Ing-Simmons1998-01-131-2/+8
| |/
* | [win32] Fix autovivification problems with XSUB OUTPUT argsGurusamy Sarathy1998-01-194-8/+8
|/
* Major changes to the DOS/djgpp port (including threading):Molnar Laszlo1997-12-171-0/+2
* Upgrade DB_File to 1.56:Paul Marquess1997-12-174-321/+639
* Patches for IRIX, AIX and some generic stuff:Jarkko Hietaniemi1997-12-101-6/+53
* Builds and passes all tests with gcc on Win32 - phew!Nick Ing-Simmons1997-12-011-3/+5
* Create a struct for all perls globals (as an option)Nick Ing-Simmons1997-12-011-1/+0
* [win32] Various changes to make it build cleanly and pass all tests:Gurusamy Sarathy1997-11-262-10/+2
* Fix typo in Thread.xs.Malcolm Beattie1997-11-251-2/+2
* 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
|\