summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* fix uninitialized memory reads found by purifyGurusamy Sarathy2000-02-111-4/+4
| | | p4raw-id: //depot/perl@5063
* mention threads status in podGurusamy Sarathy2000-02-071-1/+7
| | | p4raw-id: //depot/perl@5021
* use builtin __CYGWIN__ rather than -DCYGWIN (from Eric FiferGurusamy Sarathy2000-02-063-4/+4
| | | | | <EFifer@sanwaint.com>) p4raw-id: //depot/perl@5008
* reduce memory consumption of POSIX.pm (from Ilya Zakharevich)Gurusamy Sarathy2000-02-061-178/+181
| | | p4raw-id: //depot/perl@5007
* Use <syslog.h>, not <sys/syslog.h>.Jarkko Hietaniemi2000-02-041-1/+3
| | | p4raw-id: //depot/cfgperl@4992
* avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)Gurusamy Sarathy2000-02-041-2/+2
| | | p4raw-id: //depot/perl@4985
* Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)Gurusamy Sarathy2000-02-043-0/+935
| | | p4raw-id: //depot/perl@4980
* patch to provide more informative names for evals and anonymousGurusamy Sarathy2000-02-042-2/+12
| | | | | subroutines (from Ilya Zakharevich) p4raw-id: //depot/perl@4975
* OS/2 build fixups from Ilya ZakharevichGurusamy Sarathy2000-02-041-3/+4
| | | p4raw-id: //depot/perl@4973
* Integrate with Sarathy.Jarkko Hietaniemi2000-01-2710-15/+27
|\ | | | | p4raw-id: //depot/cfgperl@4913
| * various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-276-8/+20
| | | | | | | | | | unresolved links) p4raw-id: //depot/perl@4910
| * pod typos and warnings (from Abigail <abigail@delanet.com>)Gurusamy Sarathy2000-01-261-2/+2
| | | | | | p4raw-id: //depot/perl@4906
| * s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-263-5/+5
| | | | | | p4raw-id: //depot/perl@4905
* | In UNICOS and UNICOS/mk after a successful fcntl F_SETFLJarkko Hietaniemi2000-01-261-17/+22
|/ | | | | of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY. p4raw-id: //depot/cfgperl@4904
* fix typos; avoid use constant for lowercase constants (producesGurusamy Sarathy2000-01-241-1/+1
| | | | | warnings now) p4raw-id: //depot/perl@4874
* typos in change#4623Gurusamy Sarathy2000-01-242-2/+2
| | | | | p4raw-link: @4623 on //depot/perl: 9426adcd48655815b65cea5a9f1eebbe7e23a9df p4raw-id: //depot/perl@4871
* DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>Gurusamy Sarathy2000-01-234-82/+154
| | | p4raw-id: //depot/perl@4865
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-2323-43/+35
| | | p4raw-id: //depot/perl@4860
* mark some extensions as "special versions" to avoid CPAN indexerGurusamy Sarathy2000-01-232-2/+4
| | | | | confusion (from Ilya Zakharevich) p4raw-id: //depot/perl@4852
* fix bug in dumping self-referential scalarsGurusamy Sarathy2000-01-212-2/+2
| | | p4raw-id: //depot/perl@4832
* 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