summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing win32_closesocket() and export it (extension writers' complaint).Gurusamy Sarathy1997-11-123-1/+13
* Clean up win32/win32sck.c (runtime load of Winsock now gone, it can beGurusamy Sarathy1997-11-126-273/+158
* Minor tweaks to add a thread_intern struct that should ultimatelyGurusamy Sarathy1997-11-124-38/+49
* Initial (untested) integration of mainline changes.Gurusamy Sarathy1997-11-1168-2789/+1472
|\
| * Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERNMalcolm Beattie1997-11-111-1/+1
| * t/TEST (reverted to @229 version) should have been included in theMalcolm Beattie1997-11-111-30/+25
| * Fix up ansiperl integration. Back to passing all expected testsMalcolm Beattie1997-11-119-139/+14
| * Initial integration of ansi branch into mainline (untested).Malcolm Beattie1997-11-1186-2975/+2166
| |\
| | * Conditionalize english.t,Nick Ing-Simmons1997-11-095-15/+67
| | * Dick Hardt's patch for build on AlphaNick Ing-Simmons1997-11-091-1/+1
| | * MakeMaker not in vofig noise fix for dmakeNick Ing-Simmons1997-11-092-3/+4
| | * Fix 'anydbm.t' - if the gv is passed 1st call to inheritedNick Ing-Simmons1997-11-091-1/+2
| | * Cleanup MakeMaker 'not in config' noiseNick Ing-Simmons1997-11-082-4/+6
| | * Remove 'configure' leaving configure.gnu and ConfigureNick Ing-Simmons1997-11-082-126/+1
| | * Get threads working again on Win32Nick Ing-Simmons1997-11-087-29/+76
| | * Add :base_thread to :default in Opcode.pmNick Ing-Simmons1997-11-082-3/+3
| | * Merge changes as of 18:00 CSTNick Ing-Simmons1997-11-074-5/+41
| | |\
| | * | Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-0725-128/+252
| | * | Raw integrate of latest perlNick Ing-Simmons1997-11-0719-175/+408
| | |\ \
| | * | | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-0544-952/+722
| | * | | Compile(d) at least once with threads on win32 Nick Ing-Simmons1997-11-053-0/+4
| | * | | Trivial integrateNick Ing-Simmons1997-11-051-1/+1
| | |\ \ \
| | * \ \ \ Integrate mainline @ 18:15 CST 31 Oct 1997Nick Ing-Simmons1997-11-0123-151/+440
| | |\ \ \ \
| | * | | | | win32thread.* not in MANIFEST which has muddled movingNick Ing-Simmons1997-11-013-33/+65
| | * | | | | Test changesNick Ing-Simmons1997-11-014-1/+93
| | * | | | | Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-3134-450/+348
| | * | | | | Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-3128-1791/+813
| | * | | | | Make the ansi branchNick Ing-Simmons1997-10-300-0/+0
| * | | | | | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv whenMalcolm Beattie1997-11-118-32/+32
| * | | | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl andMalcolm Beattie1997-11-1112-52/+70
| | |_|_|_|/ | |/| | | |
* | | | | | Slightly more refined lock() keyword recognition (using %INC).Gurusamy Sarathy1997-11-111-1/+1
* | | | | | "weak" lock keyword (hardcoded initial implementation) now works.Gurusamy Sarathy1997-11-111-1/+7
* | | | | | Merge a patch in preparation for "weak keywords":Gurusamy Sarathy1997-11-104-12/+26
* | | | | | Remove runlevel. It was used to count how many runops() callsGurusamy Sarathy1997-11-107-23/+4
* | | | | | Win32 branch now contains all non-ansification changes in ansiperl branch.Gurusamy Sarathy1997-11-1013-111/+168
* | | | | | Initial (untested) merge of all non-ansi changes on ansiperl branchGurusamy Sarathy1997-11-1029-162/+506
* | | | | | Integrate latest mainline into win32 branch.Gurusamy Sarathy1997-11-0938-1244/+1887
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Change pp_tie and pp_dbmopen to use perl_call_sv instead of aMalcolm Beattie1997-11-075-5/+43
| | |_|_|/ | |/| | |
| * | | | Update README.threads and Todo.5.005.Malcolm Beattie1997-11-062-25/+53
| * | | | Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().Malcolm Beattie1997-11-064-37/+1
| * | | | Per-thread magicals now stored in their own thr->magicals and keyedMalcolm Beattie1997-11-0613-106/+156
| * | | | Per-thread magicals mostly working (and localisable). Now gettingMalcolm Beattie1997-11-0513-85/+95
| | |_|/ | |/| |
| * | | Up patchlevel to 5.004_54 (I missed _53 for the last release).Malcolm Beattie1997-11-041-1/+1
| | |/ | |/|
| * | Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-3123-151/+443
| |/
| * Remove global macro "self". Change thr->Tself to thr->self.Malcolm Beattie1997-10-296-14/+14
| * Add to Todo: compiler with fake SvCUR in comppad_name entries.Malcolm Beattie1997-10-291-0/+2
| * Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}Malcolm Beattie1997-10-291-0/+18
| * Move compiler OP class information into opcode.pl.Malcolm Beattie1997-10-293-666/+708
| * Remove xcv_condp CV field which is no longer used.Malcolm Beattie1997-10-241-2/+1
| * Patches for VMS [Dan Sugalski]Malcolm Beattie1997-10-245-73/+193