summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [win32] implement stack-of-stacks so that magic invocations don'tGurusamy Sarathy1998-04-0321-258/+317
| | | | | invalidate local stack pointer p4raw-id: //depot/win32/perl@864
* [win32] fix Env.pm to weed out illegal namesGurusamy Sarathy1998-03-281-2/+2
| | | p4raw-id: //depot/win32/perl@838
* [win32] fix typo in makefile.mkGurusamy Sarathy1998-03-281-1/+1
| | | p4raw-id: //depot/win32/perl@837
* [win32] add file: to installhtml URLsGurusamy Sarathy1998-03-232-5/+5
| | | p4raw-id: //depot/win32/perl@836
* [win32] propagate bugfix @ change831 from asperlGurusamy Sarathy1998-03-171-5/+6
| | | p4raw-id: //depot/win32/perl@832
* [win32] stray tweak to win32.cGurusamy Sarathy1998-03-161-3/+3
| | | p4raw-id: //depot/win32/perl@829
* [win32] update win32/config* filesGurusamy Sarathy1998-03-166-15/+318
| | | p4raw-id: //depot/win32/perl@828
* [win32] trivial integrate of mainlineGurusamy Sarathy1998-03-1663-523/+2006
|\ | | | | p4raw-id: //depot/win32/perl@827
| * newCONSTSUB had private MY_start_subparse.Malcolm Beattie1998-03-161-1/+1
| | | | | | p4raw-id: //depot/perl@826
| * Missing dTHR in hv_fetch_ent when statics moved to thread struct.Malcolm Beattie1998-03-161-0/+1
| | | | | | p4raw-id: //depot/perl@825
| * Added missing entry for lib/ExtUtils/Packlist.pm to MANIFESTMalcolm Beattie1998-03-161-0/+1
| | | | | | p4raw-id: //depot/perl@824
| * Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.Malcolm Beattie1998-03-161-0/+231
| | | | | | p4raw-id: //depot/perl@823
| * Bump patchlevel.h to 63.Malcolm Beattie1998-03-1642-293/+561
| |\ | |/ |/| p4raw-id: //depot/perl@822
* | [win32] integrate mainlineGurusamy Sarathy1998-03-161-2/+2
|\ \ | | | | | | p4raw-id: //depot/win32/perl@810
* | | [win32] set sockets to nonoverlapped mode for every threadSteve Nielsen1998-03-122-2/+30
| | | | | | | | | | | | | | | | | | Message-Id: <35081FE4.965A484D@enteract.com> Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis p4raw-id: //depot/win32/perl@808
* | | [win32] reinstate some standard sig_names to avoid noise fromGurusamy Sarathy1998-03-106-15/+15
| | | | | | | | | | | | | | | modules (and in hopes of making them _do_ something in future) p4raw-id: //depot/win32/perl@805
* | | [win32] mingw32 tweaksGurusamy Sarathy1998-03-103-2/+30
| | | | | | | | | p4raw-id: //depot/win32/perl@804
* | | [win32] tweak Win32::DomainName() implementationGurusamy Sarathy1998-03-092-24/+12
| | | | | | | | | p4raw-id: //depot/win32/perl@803
* | | [win32] merge C<local $tied{foo}> patch, also moved statics inGurusamy Sarathy1998-03-096-44/+145
| | | | | | | | | | | | | | | [ah]v.c to thrdvar.h p4raw-id: //depot/win32/perl@802
* | | [win32] minor win32 support fixesGurusamy Sarathy1998-03-091-70/+64
| | | | | | | | | | | | | | | | | | | | | - add a better implementation of Win32::DomainName() (as suggested by Jutta M. Klebe <jmk@exc.bybyte.de>) - fix opendir() emulation was unsafe what given long paths p4raw-id: //depot/win32/perl@801
* | | [win32] integrate mainlineGurusamy Sarathy1998-03-072-4/+3
|\ \ \ | | | | | | | | p4raw-id: //depot/win32/perl@798
* | | | [win32] provide our own popen()/pclose() to fix problems with qx//:Gurusamy Sarathy1998-03-073-20/+148
| | | | | | | | | | | | | | | | | | | | | | | | - qx// used to always invoke the shell, now does so only when needed - qx// didn't respect PERL5SHELL, now does p4raw-id: //depot/win32/perl@797
* | | | [win32] a missed s/sp/SP/Gurusamy Sarathy1998-03-071-1/+1
| | | | | | | | | | | | p4raw-id: //depot/win32/perl@796
* | | | [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-0723-136/+137
| | | | | | | | | | | | | | | | | | | | | | | | mention that local stack pointer should be called SP. This makes the API safer from source incompatibilities down the line. p4raw-id: //depot/win32/perl@795
| | | * newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).Jan Dubois1998-03-165-0/+37
| | | | | | | | | | | | | | | | | | | | Subject: Bundling builtin.pm and newCONSTSUB with the core? p4raw-id: //depot/perl@821
| | | * STRESS_REALLOCStephen McCamant1998-03-163-18/+42
| | | | | | | | | | | | p4raw-id: //depot/perl@820
| | | * [BUG+PATCH] _62 with -DDEBUGGING and -DuseperlioJan-Pieter Cornet1998-03-161-11/+11
| | | | | | | | | | | | p4raw-id: //depot/perl@819
| | | * [Configure PATCH] for OS/2Ilya Zakharevich1998-03-162-14/+20
| | | | | | | | | | | | | | | | | | | | [Two hunks to Configure failed to apply due to clashes] p4raw-id: //depot/perl@818
| | | * VMS updates (direct)Charles Bailey1998-03-1620-266/+573
| | | | | | | | | | | | | | | | | | | | | | | | [Needed manual tweaks on vms/config.vms since it clashed with other patches. I may have got it wrong.] p4raw-id: //depot/perl@817
| | | * Let h2xs read multiple header filesBenjamin Sugars1998-03-161-20/+30
| | | | | | | | | | | | p4raw-id: //depot/perl@816
| | | * Re: Almost OK: Perl 5.004_62 on VMS 7.1Hans Mulder1998-03-161-0/+11
| | | | | | | | | | | | p4raw-id: //depot/perl@815
| | | * PATCH for 5.004_62 : Add .packlist handling classes to ExtUtilsAlan Burlison1998-03-167-33/+461
| | | | | | | | | | | | | | | | | | | | plus manual update of MANIFEST p4raw-id: //depot/perl@814
| | | * PATCH: util.c and util.h function declarations do not matchBlair Zajac1998-03-163-25/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST) Subject: PATCH: cgywin32 patch for perlgcc Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST) Subject: PATCH: perl5.004_62 on cygwin32 Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST) p4raw-id: //depot/perl@813
| | | * [PATCH 5.004_62} Config_62-01 patch available.Andy Dougherty1998-03-1623-139/+545
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST) Subject: [PATCH 5.004_62] Tiny hint file updates Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST) p4raw-id: //depot/perl@812
| | | * DOS djgpp updates:Laszlo Molnar1998-03-162-3/+10
| | |/ | | | | | | | | | | | | | | | | | | | | | Subject: [PATCH for 5.004_61] dos-djgpp update Date: Fri, 6 Mar 1998 10:41:01 +0100 Subject: [PATCH 5.004_62] dos-djgpp update Date: Thu, 12 Mar 1998 13:34:51 +0100 p4raw-id: //depot/perl@811
| | * There has been a 'thaw' in config.h (the ICE has gone ;-))Nick Ing-Simmons1998-03-071-2/+2
| |/ | | | | | | | | | | So pp_sys.c needs tweaking otherwise it does not believe getservby*() exist. (Breaks libnet). p4raw-id: //depot/perl@800
| * perl5.004_61 myconfig updatesAndy Dougherty1998-03-061-3/+2
| | | | | | p4raw-id: //depot/perl@794
| * Bump patchlevel.h to 62.Malcolm Beattie1998-03-061-1/+1
| | | | | | p4raw-id: //depot/perl@793
| * Integrate win32 branch into mainline.Malcolm Beattie1998-03-0612-171/+422
| |\ | |/ |/| p4raw-id: //depot/perl@792
* | [win32] variousGurusamy Sarathy1998-03-069-169/+417
| | | | | | | | | | | | | | - s/PerlIO_fread/PerlIO_read/, the former doesn't exist - add missing prototypes - regenerate win32/config*.?c p4raw-id: //depot/win32/perl@791
* | [win32] fix typo in MakefileGurusamy Sarathy1998-03-061-1/+1
| | | | | | p4raw-id: //depot/win32/perl@790
* | [win32] integrate mainlineGurusamy Sarathy1998-03-0544-363/+1133
|\ \ | |/ | | p4raw-id: //depot/win32/perl@789
| * [5.004_61 PATCH] Make incompatible changes to RE engine NOWIlya Zakharevich1998-03-055-5/+35
| | | | | | p4raw-id: //depot/perl@785
| * Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.Nick Ing-Simmons1998-03-051-0/+2
| | | | | | p4raw-id: //depot/perl@784
| * Configure patches -01 and -02 for 5.004_61.Andy Dougherty1998-03-0517-258/+965
| | | | | | p4raw-id: //depot/perl@783
| * Compiling with OP_IN_REGISTERGisle Aas1998-03-052-0/+11
| | | | | | p4raw-id: //depot/perl@782
| * Make autouse -w-safeIlya Zakharevich1998-03-053-14/+15
| | | | | | p4raw-id: //depot/perl@781
| * External symbol re_croak2Gisle Aas1998-03-052-4/+3
| | | | | | p4raw-id: //depot/perl@780
| * Miscellaneous minor fixesCharles Bailey1998-03-056-34/+39
| | | | | | p4raw-id: //depot/perl@779
| * USHRT range limit macrosCharles Bailey1998-03-051-3/+15
| | | | | | p4raw-id: //depot/perl@778