summaryrefslogtreecommitdiff
path: root/NetWare
Commit message (Collapse)AuthorAgeFilesLines
* Bump the perl version in various places for 5.15.9Abigail2012-03-192-7/+7
|
* Bump versions from 5.15.7 to 5.15.8Max Maischein2012-02-202-7/+7
|
* Add new probes for IPv6 (LeoNerd)H.Merijn Brand2012-02-161-0/+2
|
* Revert "Add strptime probe"Ævar Arnfjörð Bjarmason2012-02-151-1/+0
| | | | This reverts commit 8852e312c3c616ab731ccbe7da54fb04eb8c3d30.
* Add strptime probeH.Merijn Brand2012-02-121-0/+1
|
* Bump the perl version in various places for v5.15.7Chris 'BinGOs' Williams2012-01-202-7/+7
|
* Add probe for isblank() (requested by khw)H.Merijn Brand2012-01-091-0/+1
|
* Bump the perl version in various places for 5.15.6Dave Rolsky2011-12-192-7/+7
|
* Bump the perl version for 5.15.5Steve Hay2011-11-202-7/+7
|
* Bump the perl version in various places for 5.15.4Florian Ragwitz2011-10-202-7/+7
|
* Where available, use _NSGetExecutablePath() to make $^X absolute.Nicholas Clark2011-09-271-0/+1
| | | | | | | | | In Configure, check whether _NSGetExecutablePath() can be used to find the absolute pathname of the executable. If so, set usensgetexecutablepath in config.sh and USE_NSGETEXECUTABLEPATH in config.h. If this is set, then use this approach in S_set_caret_X() to canonicalise $^X as an absolute path. This approach works on OS X, and possible on other platforms that use dyld.
* Where available, use sysctl() with KERN_PROC_PATHNAME to make $^X absolute.Nicholas Clark2011-09-271-0/+1
| | | | | | | | | | In Configure, check whether sysctl() and KERN_PROC_PATHNAME can be used to find the absolute pathname of the executable. If so, set usekernprocpathname in config.sh and USE_KERN_PROC_PATHNAME in config.h. If this is set, then use this approach in S_set_caret_X() to canonicalise $^X as an absolute path. This approach works on (at least) FreeBSD, and doesn't rely on the /proc filesystem existing, or /proc/curproc/file being present.
* Add a --regen option to checkcfgvar.pl to regenerate config files.Nicholas Clark2011-09-211-27/+27
| | | | | | | | | | Verify that the section of config file containing probed files is sorted lexically. If --regen is used, updated the file on disk with a correctly sorted version. (Except for configure.com, which has a different structure not amenable to automatic analysis and update, hence still has to be updated manually.) Ensure all config files are correctly sorted.
* Add empty Author and zip entries to symbian/config.sh and uconfig{,64}.shNicholas Clark2011-09-211-1/+1
| | | | | | | | | This brackets the probed values sections consistently across all config.sh type files, between Author and zip inclusive. Move PERL_CONFIG_SH to the end of NetWare/config.wc and symbian/config.sh, and PERL_CONFIG_SH CONFIGDOTSH to the end of win32/config.ce, to be consistent with the other config.sh files.
* bump version to 5.15.3 using Porting/bump-perl-versionStevan Little2011-09-202-7/+7
|
* NetWare has stdbool.h, so add it as 'define' to config.wcNicholas Clark2011-09-161-0/+1
| | | | [bd31be4baa3ee68a failed to add *any* value for i_stdbool to config.wc]
* The Borland Chainsaw MassacreSteve Hay2011-09-103-11/+2
| | | | | Remove support for the Borland C++ compiler on Win32, as agreed here: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2011-09/msg00034.html
* Convert some files from Latin-1 to UTF-8Keith Thompson2011-09-0736-36/+36
|
* Eliminate global.sym, as makedef.pl can generate it internally.Nicholas Clark2011-08-251-1/+1
| | | | | | | | global.sym was a file listing the exported symbols, generated by regen/embed.pl from embed.fnc and regen/opcodes, which was only used by makedef.pl Move the code that generates global.sym from regen/embed.pl to makedef.pl, and thereby eliminate the need to ship a 907 line generated file.
* bump version to 5.12.2 using Porting/bump-perl-versionRicardo Signes2011-08-202-7/+7
|
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-112-8/+8
| | | | | | | For the default (non-multiplicity) configuration, PERLVAR*() macros now directly expand their arguments to tokens such as C<PL_defgv>, instead of expanding to C<PL_Idefgv>. This removes over 350 lines from F<embedvar.h>, which defined macros to map from C<PL_Idefgv> to C<PL_defgv> and so forth.
* Add st_ino size/sign probesH.Merijn Brand2011-07-311-0/+2
| | | | Work initiated by Tony Cook
* Add an option TARG_DIR to makedef.pl, giving the path to files to read & write.Nicholas Clark2011-07-241-2/+2
| | | | | | Change the Makefiles for Win32, WinCE and NetWare to pass in TARG_DIR of ..\ Previously ..\ was hardcoded for PLATFORM=win32, wince or netware. Making it a parameter allows portable testing of makedef.pl.
* bump perl version number to 5.15.1Zefram2011-07-202-7/+7
|
* Kill Devel::DProfFlorian Ragwitz2011-06-141-14/+3
| | | | It has been deprecated in 5.14. Now is the time to remove it.
* Bump the perl version in various places for 5.15.0David Mitchell2011-05-182-7/+7
|
* First provisional bump to 5.14.0-RC0Jesse Vincent2011-04-022-7/+7
|
* Bump the perl version for 5.13.11Florian Ragwitz2011-03-202-7/+7
|
* Bump the perl version in various places to 5.13.10Ævar Arnfjörð Bjarmason2011-02-202-7/+7
| | | | | | | | | | Done with: ./perl -Ilib Porting/bump-perl-version -s 5.13.9 5.13.10 > /tmp/scan ./perl -Ilib Porting/bump-perl-version -u < /tmp/scan And then manually editing the README.vms file to update the vmstar example.
* Break out the generated function Perl_keywords() into keywords.c, a new file.Nicholas Clark2011-01-241-0/+1
| | | | | | | | As it and Perl_yylex() both need FEATURE_IS_ENABLED, feature_is_enabled() is no longer static, and the two macro definitions move from toke.c to perl.h Previously, one had to cut and paste the output of perl_keywords.pl into the middle of toke.c, and it was not clear that it was generated code.
* Tracked down some other places to make the Unicode-Collate changesChris 'BinGOs' Williams2011-01-231-1/+4
|
* Bump the perl version in various places to 5.13.9Jesse Vincent2011-01-202-7/+7
|
* Revert "Tracked down some other places to make the Unicode-Collate changes"Chris 'BinGOs' Williams2011-01-191-4/+1
| | | | | | This reverts commit 7dc5472a0a41a8396671d5586d4c1254a1cb5e8c. Back out XS switch over
* Tracked down some other places to make the Unicode-Collate changesChris 'BinGOs' Williams2011-01-171-1/+4
|
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-1/+1
| | | | | | | | | | | Eliminate the #define pp_foo Perl_pp_foo(pTHX) macros, and update the 13 locations that relied on them. regen/opcode.pl now generates prototypes for the PP functions directly, into pp_proto.h. It no longer writes pp.sym, and regen/embed.pl no longer reads this, removing the only ordering dependency in the regen scripts. opcode.pl is now responsible for prototypes for pp_* functions. (embed.pl remains responsible for ck_* functions, reading from regen/opcodes)
* Fix typos (spelling errors) in NetWare/*.Peter J. Acklam) (via RT2011-01-076-12/+12
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81898] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81898 > Signed-off-by: Abigail <abigail@abigail.be>
* Add sin6_scope_id probe (LeoNerd)H.Merijn Brand2010-12-201-0/+1
|
* bump perl version number for 5.13.8Zefram2010-12-192-7/+7
|
* 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
|