summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)Gurusamy Sarathy2000-01-101-1/+1
| | | p4raw-id: //depot/perl@4782
* cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-074-3/+7
| | | p4raw-id: //depot/perl@4769
* add workaround for dlopen() bug on OpenBSD (relative paths thatGurusamy Sarathy2000-01-062-3/+17
| | | | | match /^lib/ won't load properly) p4raw-id: //depot/perl@4765
* fix various C-backend shenanigansGurusamy Sarathy2000-01-061-22/+17
| | | p4raw-id: //depot/perl@4763
* various nits identified by warnings unmasked by recent changesGurusamy Sarathy2000-01-051-1/+1
| | | p4raw-id: //depot/perl@4758
* tweak change#4745 to make ebcdic output match for chars <= 037Gurusamy Sarathy2000-01-051-1/+5
| | | | | p4raw-link: @4745 on //depot/perl: 0407a77bc74fb10c233a2d09d551311e3628eba5 p4raw-id: //depot/perl@4756
* make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possibleGurusamy Sarathy2000-01-022-2/+11
| | | | | | to write to a file other than tmon.out (suggested by Haakon Alstadheim <Haakon.Alstadheim@sds.no>) p4raw-id: //depot/perl@4750
* usethreads build fixups for NeXTstep (as suggested by Hans Mulder)Gurusamy Sarathy2000-01-025-10/+10
| | | p4raw-id: //depot/perl@4746
* ebcdic fix for Data::Dumper from Peter PrymmerGurusamy Sarathy2000-01-021-14/+20
| | | p4raw-id: //depot/perl@4745
* missing files in previous submitGurusamy Sarathy1999-12-311-0/+2
| | | p4raw-id: //depot/perl@4744
* make DProf functional under pseudo-fork()Gurusamy Sarathy1999-12-291-470/+430
| | | p4raw-id: //depot/perl@4737
* cygwin update from Eric Fifer <EFifer@sanwaint.com>Gurusamy Sarathy1999-12-283-151/+1
| | | p4raw-id: //depot/perl@4717
* pod edits from Paul Marquess and Mark-Jason DominusGurusamy Sarathy1999-12-282-2/+2
| | | p4raw-id: //depot/perl@4711
* DynaLoader doesn't build properly when $(DLSRC) changesGurusamy Sarathy1999-12-171-0/+1
| | | | | (fix suggested by Hans Mulder) p4raw-id: //depot/perl@4691
* add missing new opsGurusamy Sarathy1999-12-171-1/+8
| | | p4raw-id: //depot/perl@4690
* avoid warnings due to symbols unintroduced by XSLoader (spottedGurusamy Sarathy1999-12-175-6/+6
| | | | | by Hans Mulder) p4raw-id: //depot/perl@4686
* typos in change#4546Gurusamy Sarathy1999-12-073-5/+3
| | | | | p4raw-link: @4546 on //depot/perl: 11faa288e292c27cb2ddc4ccdc483b523d26ce19 p4raw-id: //depot/perl@4662
* applied somewhat modified version of suggested patchBenjamin Stuhl1999-12-051-3/+16
| | | | | | Message-ID: <19991119024527.72749.qmail@hotmail.com> Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB p4raw-id: //depot/perl@4653
* support -a switch to append bytecode to an existing file and makeGurusamy Sarathy1999-12-031-0/+8
| | | | | perlcc use it (from Tom Hughes <tom@compton.nu>) p4raw-id: //depot/perl@4631
* use PerlIO abstraction rather than straight stdio (fromGurusamy Sarathy1999-12-031-8/+18
| | | | | Chip Salzenberg) p4raw-id: //depot/perl@4629
* avoid warning in IO::Select::exists() if socket doesn't existGurusamy Sarathy1999-12-031-1/+3
| | | p4raw-id: //depot/perl@4628
* add missing fileGurusamy Sarathy1999-12-031-0/+158
| | | p4raw-id: //depot/perl@4624
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-0322-70/+71
| | | | | | | | | (change#4043 fixed the need for that) Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] XSLoader.pm p4raw-link: @4043 on //depot/cfgperl: 09bef84370e90d727656ea11ba5ee8be80e361d3 p4raw-id: //depot/perl@4623
* various File::Glob fixes for DOSISH platformsPaul Moore1999-12-025-30/+154
| | | | | | Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com> Subject: File::Glob again. Final patch, honest! p4raw-id: //depot/perl@4615
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-12-011-1/+1
|\ | | | | p4raw-id: //depot/perl@4606
| * Replace #4596 with the change done in 5.005_03.Jarkko Hietaniemi1999-11-211-1/+1
| | | | | | p4raw-id: //depot/cfgperl@4597
| * Skip processing a file if the file to be opened is '-'Jarkko Hietaniemi1999-11-211-1/+1
| | | | | | | | | | (can happen in UNICOS) p4raw-id: //depot/cfgperl@4596
* | email address changesGurusamy Sarathy1999-12-011-1/+1
| | | | | | p4raw-id: //depot/perl@4604
* | more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-012-3/+3
|/ | | p4raw-id: //depot/perl@4602
* sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-0/+2
| | | | | | is due to regexps keeping non-constant data in their compiled structures) p4raw-id: //depot/perl@4579
* typos in change#4561 and change#4565Gurusamy Sarathy1999-11-132-3/+2
| | | | | | p4raw-link: @4565 on //depot/cfgperl: 6688c047a9590c3f89dc0c1c9d684b235df668c4 p4raw-link: @4561 on //depot/cfgperl: 8bc9d5905854a266b70e2103e09a997741ac5d52 p4raw-id: //depot/perl@4575
* DynaLoader_pm.PL patch (backslashes in strings)Paul Moore1999-11-131-1/+1
| | | | | | To: <perl5-porters@perl.org> Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk> p4raw-id: //depot/cfgperl@4568
* [ID 19991112.004] Bug in IO::Socket (patch included)Scott Gifford1999-11-131-0/+2
| | | | | | | To: perl5-porters@perl.org Cc: gbarr@pobox.com Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com> p4raw-id: //depot/cfgperl@4565
* $Config{myarchname} is not a good architecture identifierJarkko Hietaniemi1999-11-131-2/+3
| | | | | | because it may contain host/node identification like CPU serial numbers. p4raw-id: //depot/cfgperl@4561
* Continue largefileness separation from quadness;Jarkko Hietaniemi1999-11-131-2/+1
| | | | | | move nv-preserving test out of perl.h into Configure; use HAS_SETVBUF in IO. p4raw-id: //depot/cfgperl@4560
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-131-2/+3
|\ | | | | p4raw-id: //depot/cfgperl@4555
| * cloned interpreters now actually run and pass all but 55/10386Gurusamy Sarathy1999-11-131-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | subtests; various subtle bugs, new and old, observed when running cloned interpreters have been fixed still to do: | * dup psig_ptr table | * merge PADOP GVs support with "our" SVs (existing PADOPs are too | simple-minded and grab one pad entry each, heavily bloating | the pad by not avoiding dups) | * overloaded constants are not really immutable--they need to | be PADOPs | * allocator for constants and OPs need to be spelled differently | (shared vs interpreter-local allocations) | * optree refcounting is still missing locking (macros are in place) | * curstackinfo, {mark,scope,save,ret}stack need to be cloned so | perl_clone() can be called from within runops*() p4raw-id: //depot/perl@4553
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-1114-250/+271
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4549
| * avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-119-18/+23
| | | | | | p4raw-id: //depot/perl@4546
| * another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-1114-239/+255
| | | | | | | | | | | | | | | | | | in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/ (CvFILE() may yet come in handy somewhere); adjust compiler doodads to suit p4raw-link: @4485 on //depot/perl: b195d4879f55e1610299cb9b1b55356940c2a577 p4raw-id: //depot/perl@4545
* | More printf miscasts flushed out.Jarkko Hietaniemi1999-11-062-3/+3
| | | | | | p4raw-id: //depot/cfgperl@4525
* | Crushing the remaining %ld guerillas.Jarkko Hietaniemi1999-11-061-9/+21
| | | | | | p4raw-id: //depot/cfgperl@4524
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-048-37/+42
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4520
| * change#4485 didn't do the right thing for B::BytecodeGurusamy Sarathy1999-11-041-2/+3
| | | | | | | | | | p4raw-link: @4485 on //depot/perl: b195d4879f55e1610299cb9b1b55356940c2a577 p4raw-id: //depot/perl@4516
| * implement STOP blocks and fix compiler to use them (minimallyGurusamy Sarathy1999-11-044-6/+6
| | | | | | | | | | tested) p4raw-id: //depot/perl@4515
| * display BSD license in Glob.pm (for clause #2 conformity)Gurusamy Sarathy1999-11-043-29/+33
| | | | | | p4raw-id: //depot/perl@4514
* | Initial integration of the MacPerl changes form Matthias.Jarkko Hietaniemi1999-11-023-8/+71
|/ | | p4raw-id: //depot/cfgperl@4508
* more cleanup: avoid unused knowledge of "file GV" notion in CV and GVGurusamy Sarathy1999-10-2910-254/+233
| | | p4raw-id: //depot/perl@4485
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-2912-53/+68
| | | | | shareable across interpreters) p4raw-id: //depot/perl@4484
* Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-272-5/+3
|\ | | | | | | | | (Ilya's changes won). p4raw-id: //depot/cfgperl@4468