summaryrefslogtreecommitdiff
path: root/NetWare
Commit message (Collapse)AuthorAgeFilesLines
* Add probe for sa_len availability in sockaddr structH.Merijn Brand2010-12-101-0/+1
| | | | Sorry for the huge config_h.SH re-order. Don't know (yet) what caused that
* Bump the perl version in various places for v5.13.7Chris 'BinGOs' Williams2010-11-202-7/+7
|
* Bump version to 5.13.6Tatsuhiko Miyagawa2010-10-202-7/+7
|
* merge XS-APItest-KeywordRPN into XS-APItestZefram2010-09-261-11/+1
| | | | | XS-APItest-KeywordRPN has turned out to be less useful as an independent module than expected, and less strictly about RPN than it originally was.
* Add static inline values to canned Netware/config_H.wc file.Andy Dougherty2010-09-231-0/+21
|
* Set default static inline for Netware/config.wc.Andy Dougherty2010-09-231-1/+1
| | | | | If anyone knows how to support static inline on Netware, a patch would be appreciated.
* Bump version to 5.13.5Steve Hay2010-09-192-7/+7
|
* Bump the perl version to 5.13.4Florian Ragwitz2010-08-202-7/+7
|
* Account for GNU "i" extension when checking 'nm' output.H.Merijn Brand2010-08-121-0/+2
| | | | | Add the new static_inline stuff to the "other" config files too Add the missing Glossary parts
* Bump the perl version to 5.13.3David Golden2010-07-192-7/+7
|
* Bump the perl version in various places for 5.13.2Matt S Trout2010-06-212-7/+7
|
* Bump the perl version in various places for 5.13.1Ricardo Signes2010-05-202-7/+7
|
* Add d_prctl* for all other OS'sH.Merijn Brand2010-04-131-0/+2
| | | | This was missing from c796e3db23c597b99f07485542338844e61a6a69
* Bump to 5.13.0Jesse Vincent2010-04-122-7/+7
|
* Bump to 5.12.0Jesse Vincent2010-03-142-7/+7
|
* Bump version to 5.11.5Steve Hay2010-02-202-7/+7
|
* bump version for 5.11.4Ricardo Signes2010-01-192-7/+7
|
* vaproto for the other OS'sH.Merijn Brand2010-01-061-0/+1
| | | | Follow-up to d03b3b00ac22f32af87a752669a46d9d06ae1561
* Bump to 5.11.3Jesse Vincent2009-12-202-7/+7
|
* Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) ↵Leon Brocard2009-11-182-7/+7
| | | | hardcoded
* Detection (and warning) of char size in bitsH.Merijn Brand2009-11-061-0/+1
|
* Implement facility to plug in syntax triggered by keywordsJesse Vincent2009-11-051-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Tue, 27 Oct 2009 01:29:40 +0000 From: Zefram <zefram@fysh.org> To: perl5-porters@perl.org Subject: bareword sub lookups Attached is a patch that changes how the tokeniser looks up subroutines, when they're referenced by a bareword, for prototype and const-sub purposes. Formerly, it has looked up bareword subs directly in the package, which is contrary to the way the generated op tree looks up the sub, via an rv2cv op. The patch makes the tokeniser generate the rv2cv op earlier, and dig around in that. The motivation for this is to allow modules to hook the rv2cv op creation, to affect the name->subroutine lookup process. Currently, such hooking affects op execution as intended, but everything goes wrong with a bareword ref where the tokeniser looks at some unrelated CV, or a blank space, in the package. With the patch in place, an rv2cv hook correctly affects the tokeniser and therefore the prototype-based aspects of parsing. The patch also changes ck_subr (which applies the argument context and checking parts of prototype behaviour) to handle subs referenced by an RV const op inside the rv2cv, where formerly it would only handle a gv op inside the rv2cv. This is to support the most likely kind of modified rv2cv op. [This commit includes the Makefile.PL for XS-APITest-KeywordRPN missing from the original patch, as well as updates to perldiag.pod and a MANIFEST sort]
* Bump 5.11.0 -> 5.11.1 in all sorts of places it's (oh so unfortunately) ↵Jesse Vincent2009-10-202-7/+7
| | | | hardcoded
* Move lib from lib to ext.Nicholas Clark2009-09-181-2/+0
| | | | | Nothing up to and including minitest uses lib, and not needing many special case rules to extract from lib/lib_pm.PL simplifies all the Makefiles.
* Revert 109e4020 and 2da760ce for now. Win32 needs to AutoSplit DynaLoader.pmNicholas Clark2009-09-162-1/+29
| | | | | | | | | | Khan! Win32 is special. It builds DynaLoader by hand, copies in DynaLoader.pm (and XSLoader.pm) to lib, and *then* runs, and relies on, the general AutoSplit to split them. It would be better if everything standardised on building DynaLoader via its Makefile.PL and MakeMaker. This reverts commit 2da760ceef1d2d90b3141bdeb239c7d7580be05a. This reverts commit 109e4020ef40828991be28fb05d9f269b4d92530.
* 109e4020 failed to delete the clone of splittree.pl in the NetWare directory.Nicholas Clark2009-09-151-24/+0
| | | | | | (I wonder how much of the rest of the NetWare directory is a copy-and-edit of the win32 directory. I wonder how far NetWare is off working. I wonder if anyone still uses NetWare.)
* No need to run AutoSplit on lib on Win32 or NetWare either - see ebca06e9.Nicholas Clark2009-09-151-5/+1
|
* Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ↵Jesse Vincent2009-08-031-1/+0
| | | | | | Classic. Perl hasn't supported MachTen since 5.6.
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-122-5/+14
|
* Remove attrs, which has been deprecated since 1999/10/02.Nicholas Clark2009-04-122-13/+3
|
* IPv6 config variables for the other OS'sH.Merijn Brand2009-03-251-0/+4
| | | | Needs checking
* Remove the stub nw_get_sitelib(), and undefine SITELIB_EXP for NetWare.Nicholas Clark2009-02-182-7/+1
| | | | | | (nw_get_sitelib() was hard coded to return NULL, which is a slower equivalent to simply not defining SITELIB_EXP in the first place. I suspect a cargo cult of win32/ without actually taking the time to understand it.)
* Remove all mention of checkpodsAlex Vandiver2008-12-251-1/+0
|
* Configure detection of __attribute__((deprecated))Rafael Garcia-Suarez2008-12-031-0/+1
| | | | | | From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com> Message-ID: <b77c1dce0812030351j33d7b75ci3e2640b33f36acd9@mail.gmail.com> p4raw-id: //depot/perl@34994
* could we add usedevel to config.h?H.Merijn Brand2008-11-281-0/+1
| | | | | | | | | | | | From: Nicholas Clark <nick@ccl4.org> Date: Thu, 27 Nov 2008 20:28:08 +0000 Message-ID: <20081127202807.GG49335@plum.flirble.org> Subject: Avoid duplicate vendorlib [PATCH] From: Gisle Aas <gisle@activestate.com> Date: Wed, 12 Nov 2008 13:50:34 +0100 Message-Id: <71B06786-4C55-4A76-BE24-C01F89015D45@activestate.com> p4raw-id: //depot/perl@34950
* Re: [PATCH: Configure/NDBM_File] Add prototype detection for NDBM header filesMarcus Holland-Moritz2008-11-081-0/+3
| | | | | Message-ID: <20081108094522.5174608b@r2d2> p4raw-id: //depot/perl@34777
* Add probes for *time64 () functionsH.Merijn Brand2008-10-031-22/+33
| | | | | Add missing config vars p4raw-id: //depot/perl@34456
* Propagate new i_gdbm*ndbm variablesAndy Dougherty2008-05-291-0/+2
| | | | | Message-ID: <Pine.LNX.4.64.0805291241070.365@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@33949
* Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu)Dominic Dunlop2008-03-291-0/+1
| | | | | | | | Message-Id: <3B7752C8-D5A2-452C-B3E0-C453FFCBCAFA@mac.com> [but rename ******* to i_mallocmalloc.U, and then fix up all the files that Porting/checkcfgvar.pl says need i_mallocmalloc declared] p4raw-id: //depot/perl@33598
* Add i_syspoll to all the pre-canned configs.Nicholas Clark2008-03-291-0/+1
| | | p4raw-id: //depot/perl@33597
* Silence Borland compiler warnings (except for warnings from zlib) here:Steve Hay2008-02-252-6/+6
| | | | | http://www.nntp.perl.org/group/perl.daily-build.reports/2008/02/msg53937.html p4raw-id: //depot/perl@33370
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-1/+1
| | | | | | | | | | | | ability to create landmines that will explode under someone in the future when they upgrade their compiler to one with better optimisation. We've already done this at least twice. (Yes, some of the assertions are after code that would already have SEGVd because it already deferences a pointer, but they are put in to make it easier to automate checking that each and every case is covered.) Add a tool, checkARGS_ASSERT.pl, to check that every case is covered. p4raw-id: //depot/perl@33291
* Fix the misplaced warnings and failing tests caused by the precisionNicholas Clark2008-01-231-0/+1
| | | | | | | | loss warning on ++ and -- by moving the check to Configure time, creating a new config.sh variable nv_overflows_integers_at which contains an constant expression for the value of the NV which can't be incremented by 1.0 p4raw-id: //depot/perl@33049
* Add dtrace supportAndy Armstrong2008-01-111-0/+2
| | | | | | | | | Message-Id: <F4AC553F-7C7F-49C3-98C2-E04681E1004F@hexten.net> with fixups as discussed on list, plus adding usedtrace to Glossary, plus propagating all the new config variables everywhere. (Was there an automatic way to do that? I did it with emacs macros) p4raw-id: //depot/perl@32953
* Nullch and others were still alive and well in some of the operatingSteve Peters2007-12-234-8/+8
| | | | | | system specific directories. I think I've chainsawed all of them now, but I can't guarantee that it compiles anywhere from win32. p4raw-id: //depot/perl@32713
* Add a Configure probe for <assert.h>Nicholas Clark2007-12-222-0/+7
| | | p4raw-id: //depot/perl@32705
* Bump the version number to 5.11.0Nicholas Clark2007-12-192-8/+8
| | | p4raw-id: //depot/perl@32646
* Bump version number to 5.10.0.Rafael Garcia-Suarez2007-09-062-8/+8
| | | p4raw-id: //depot/perl@31799
* bye bye charsizeH.Merijn Brand2007-08-211-1/+0
| | | | | it is^Wwas always 1 p4raw-id: //depot/perl@31745
* $Config{useshrplib} should be 'true' rather than 'yes' when usingSteve Hay2007-07-031-1/+1
| | | | | a shared perl library p4raw-id: //depot/perl@31523