summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-3/+3
| | | | | | | | | | | | pointer argument; builds/tests on Solaris, win32 hasn't been fixed up yet; proto.h, global.sym and static function decls are now generated from a common database in proto.pl; some inconsistently named perl_foo() things are now Perl_foo(), compatibility #defines provided; perl_foo() (lowercase 'p') reserved for functions that take an explicit context argument; next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b) p4raw-id: //depot/perl@3522
* remove _() non-ansismGurusamy Sarathy1999-06-0214-38/+38
| | | p4raw-id: //depot/perl@3518
* missed a few filesGurusamy Sarathy1999-06-021-2/+1
| | | p4raw-id: //depot/perl@3517
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-06-0215-165/+1292
|\ | | | | p4raw-id: //depot/perl@3516
| * Patch applying of #3499 had gone awry.Jarkko Hietaniemi1999-06-012-311/+0
| | | | | | p4raw-id: //depot/cfgperl@3513
| * OS/2 socket fixes.Ilya Zakharevich1999-05-301-0/+25
| | | | | | | | | | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2 Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3508
| * QNX needs <sys/select.h> to define fd_set.Norton T. Allen1999-05-291-0/+6
| | | | | | | | | | | | | | To: perl5-porters@perl.org Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424 Message-Id: <199905261751.NAA20966@bottesini.harvard.edu> p4raw-id: //depot/cfgperl@3504
| * ByteLoader mark 2Tom Hughes1999-05-2810-128/+1549
| | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org Message-ID: <bf337a0849.tom@compton.compton.nu> plus resolve tiny conflict with #3479 plus regen_headers. p4raw-id: //depot/cfgperl@3499
| * Cosmetic OS/2-related patchesIlya Zakharevich1999-05-281-2/+6
| | | | | | | | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3497
| * Fixes related to working local $.Paul Johnson1999-05-281-18/+0
| | | | | | | | | | | | To: perl5-porters <perl5-porters@perl.org> Message-ID: <19990528151118.A289@west-tip.transeda.com> p4raw-id: //depot/cfgperl@3494
| * RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_FilePaul Marquess1999-05-281-17/+17
| | | | | | | | | | | | | | | | | | To: doughera@lafayette.edu Cc: perl5-porters@perl.org Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk> Had to be applied manually; some mailer had munged the patch slightly. p4raw-id: //depot/cfgperl@3492
* | remove stray K&R-ismsGurusamy Sarathy1999-06-025-54/+33
|/ | | p4raw-id: //depot/perl@3515
* s/isspace/isSPACE/g and make sure the CRT version is alwaysGurusamy Sarathy1999-05-211-2/+5
| | | | | | | passed an unsigned char (fixes random occurrence of spaces in arguments containing high-bit chars passed to spawned children, on win32) p4raw-id: //depot/perl@3445
* various little nitsGurusamy Sarathy1999-05-203-1/+12
| | | p4raw-id: //depot/perl@3436
* integrate cfgperl changes into mainlineGurusamy Sarathy1999-05-172-24/+24
|\ | | | | p4raw-id: //depot/perl@3433
| * Devel::Peek::mstat not workingIlya Zakharevich1999-05-161-1/+2
| | | | | | | | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3427
| * Integrate from mainperl.Jarkko Hietaniemi1999-05-121-7/+16
| |\ | | | | | | p4raw-id: //depot/cfgperl@3408
| * | Add I_NETINET_TCP to help change #3391.Jarkko Hietaniemi1999-05-111-21/+22
| | | | | | | | | | | | | | | p4raw-link: @3391 on //depot/perl: 1494e794755363d23b7bca66c4a024ccc839e963 p4raw-id: //depot/cfgperl@3394
* | | additional cleanups for cygwin32 portFifer, Eric1999-05-172-15/+11
| | | | | | | | | | | | | | | | | | Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST> Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3430
* | | Mingw32 + w32api-0.1.5 tweaksNick Ing-Simmons1999-05-151-0/+2
| |/ |/| | | | | | | - now more like other Win32 compilers p4raw-id: //depot/perl@3425
* | typo in change#3400Gurusamy Sarathy1999-05-121-1/+1
| | | | | | | | | | p4raw-link: @3400 on //depot/perl: c8c62db702b7e7b28e0c00febb0781eff4341baf p4raw-id: //depot/perl@3402
* | deparse \&func() as \(&func()) for clarityAlbert Dvornik1999-05-121-7/+16
|/ | | | | | Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com> Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...) p4raw-id: //depot/perl@3400
* update embedvar.hGurusamy Sarathy1999-05-111-3/+0
| | | p4raw-id: //depot/perl@3392
* Socket IPPROTO_TCP [PATCH 5.005_5x]Joshua Pritikin1999-05-112-2/+47
| | | | | Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com> p4raw-id: //depot/perl@3391
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-113-5/+11
| | | | | | | | | | needed to open myconfig.SH rather than myconfig; sundry adjustments to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it work under win32; getenv_sv() changed to getenv_len() since SVs aren't visible in the lower echelons; remove bogus exports from config.sym; PERL_OBJECT-ness for C++ exception support; null out IoDIRP in filter_del() or sv_free() will attempt to close it p4raw-id: //depot/perl@3387
* test suite and fix input_line_number()Paul Johnson1999-05-101-0/+15
| | | | | | Message-ID: <19990429062814.A17906@west-tip.transeda.com> Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6) p4raw-id: //depot/perl@3365
* more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>Gurusamy Sarathy1999-05-106-13/+56
| | | | | | | | | | | | | | | | | | | Date: Tue, 27 Apr 1999 23:47:24 PDT Message-ID: <19990428064724.95244.qmail@hotmail.com> Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm) -- Date: Thu, 29 Apr 1999 18:21:06 -0700 Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com> Subject: [PATCH 5.005_56] double constants ( C.pm) -- Date: Mon, 03 May 1999 20:21:31 PDT Message-ID: <19990504032131.81113.qmail@hotmail.com> Subject: [PATCH 5.005_56] Overloading implementation ( Compiler) -- Date: Thu, 06 May 1999 17:57:09 -0700 Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com> Subject: Stash.pm p4raw-id: //depot/perl@3359
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-102-2/+9
| | | | | | Message-ID: <37230365.5F68B460@turnhere.com> Subject: [PATCH]5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3358
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-107-4/+133
| | | | | | Message-ID: <609bdff748.tom@compton.compton.nu> Subject: ByteLoader patch p4raw-id: //depot/perl@3356
* additions to Thread.pm docs from Tuomas J. LukkaGurusamy Sarathy1999-05-091-4/+28
| | | | | <lukka@fas.harvard.edu> p4raw-id: //depot/perl@3347
* Re: pdt: Perl Development Tools? Stephen McCamant1999-05-091-1/+1
| | | | | Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu> p4raw-id: //depot/perl@3346
* fix typo in dbm filters that caused odbm.t to failGurusamy Sarathy1999-05-091-2/+2
| | | p4raw-id: //depot/perl@3344
* Bring SDBM_File.xs into line with new typemapNick Ing-Simmons1999-05-081-1/+1
| | | p4raw-id: //depot/perl@3328
* DBM Filters (via private mail)Paul Marquess1999-05-0716-104/+695
| | | | | | Message-Id: <199904182009.NAA19152@activestate.com> Subject: DBM Filters p4raw-id: //depot/perl@3317
* compiler fixes from Vishal Bhatia <vishalb@hotmail.com>Gurusamy Sarathy1999-05-063-13/+91
| | | | | | | | | | | | | | | | | | | Date: Tue, 30 Mar 1999 23:40:34 PST Message-ID: <19990331074034.6117.qmail@hotmail.com> Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm) -- Date: Wed, 07 Apr 1999 00:28:23 -0800 Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com> Subject: [PATCH 5.005_56] function prototypes(B.pm) -- Date: Thu, 22 Apr 1999 23:40:52 -0700 Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com> Subject: [PATCH 5.005_56 ] discarding worthless padsvs -- Date: Tue, 27 Apr 1999 01:14:49 PDT Message-ID: <19990427081449.28615.qmail@hotmail.com> Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm) p4raw-id: //depot/perl@3314
* applied non-conflicting parts of suggested patchCharles Bailey1999-05-051-2/+2
| | | | | | Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu> Subject: [Patch 5.005_56] Revised VMS patch p4raw-id: //depot/perl@3306
* Re: Misspelled macro in ext/POSIX/POSIX.xs?Andy Dougherty1999-04-101-1/+1
| | | | | | | To: dsembr01@ox.slug.louisville.edu Cc: perlbug@perl.com Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys> p4raw-id: //depot/cfgperl@3225
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-049-39/+39
| | | p4raw-id: //depot/perl@3217
* integrate change#3179 from maint-5.005Gurusamy Sarathy1999-03-281-0/+6
| | | | | | | p4raw-link: @3179 on //depot/maint-5.005/perl: 3c798f74a641ef1819699fe5d5c156d30ad033bc p4raw-id: //depot/perl@3181 p4raw-integrated: from //depot/maint-5.005/perl@3180 'merge in' t/lib/thread.t (@1649..) ext/Thread/Thread.xs (@2543..)
* applied needful parts of suggested patchVishal Bhatia1999-03-252-4/+9
| | | | | | Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com> Subject: [PATCH 5.005_56] pp_formline correction p4raw-id: //depot/perl@3168
* fix refcnt on PL_main_cv (variant of suggestion by Vishal BhatiaGurusamy Sarathy1999-03-251-0/+1
| | | | | <vishalb@hotmail.com>) p4raw-id: //depot/perl@3165
* Compiler needs to know about utf8 SVOP tr///sStephen McCamant1999-03-251-2/+10
| | | | | Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu> p4raw-id: //depot/perl@3164
* B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>Gurusamy Sarathy1999-03-251-160/+240
| | | | | | | | | | | Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST) Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu> Subject: [PATCH _56] B::Deparse 0.57 -- Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST) Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu> Subject: Re: [PATCH _56] B::Deparse 0.57 p4raw-id: //depot/perl@3163
* [5.005_56] Add EXISTS to SDBM_File and libsdbmRuss Allbery1999-03-257-1/+43
| | | | | Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu> p4raw-id: //depot/perl@3161
* add statement-modifier loops to :base_loop classGurusamy Sarathy1999-03-251-2/+2
| | | p4raw-id: //depot/perl@3159
* applied suggested patch, modulo superseded partsCharles Bailey1999-03-242-0/+6
| | | | | | Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu> Subject: [PATCH 5.005_56] Miscellaneous small fixes p4raw-id: //depot/perl@3152
* integrate change#3115 from maint-5.005Gurusamy Sarathy1999-03-244-25/+25
| | | | | | | | p4raw-link: @3115 on //depot/maint-5.005/perl: 5a4724ee428f7c08669162fcb68dee455ffa09d6 p4raw-id: //depot/perl@3145 p4raw-integrated: from //depot/maint-5.005/perl@3144 'copy in' ext/DB_File/Changes ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs ext/DB_File/typemap (@3010..)
* applied suggested patch, modulo bogus hunkVishal Bhatia1999-03-242-14/+23
| | | | | | Message-ID: <19990311154027.25891.qmail@hotmail.com> Subject: [PATCH 5.005_56] Minor fixes in perlcc p4raw-id: //depot/perl@3142
* First pass of integrating the Rhapsody port,Wilfredo Sánchez1999-03-151-0/+216
| | | | | | | | Subject: Keeping the world in sync. Reply-To: wsanchez@apple.com To: perlbug@perl.com Message-Id: <199811140111.RAA41784@scv4.apple.com> p4raw-id: //depot/cfgperl@3108
* integrate change#3081 from maint-5.005Gurusamy Sarathy1999-03-051-1/+1
| | | | | | | p4raw-link: @3081 on //depot/maint-5.005/perl: a6271dd4063b034652af796970511ff6cbdf52bc p4raw-id: //depot/perl@3083 p4raw-integrated: from //depot/maint-5.005/perl@3082 'copy in' ext/Errno/Errno_pm.PL (@2710..)