summaryrefslogtreecommitdiff
path: root/NetWare
Commit message (Collapse)AuthorAgeFilesLines
* Configure patch to add detection for DIR.dd_fd member variableSteve Peters2006-11-081-0/+1
| | | | | | From: "Steve Peters" <steve.peters@gmail.com> Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com> p4raw-id: //depot/perl@29238
* The non-unix parts for localtime_r_needs_tzsetH.Merijn Brand2006-11-061-0/+1
| | | | | Plus forced Glossary entry. That is a TODO for automation p4raw-id: //depot/perl@29213
* Bump version to 5.9.5Rafael Garcia-Suarez2006-10-092-8/+8
| | | p4raw-id: //depot/perl@28969
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-061-1/+0
| | | p4raw-id: //depot/perl@28790
* g++ stage 1 reachedJarkko Hietaniemi2006-08-081-0/+1
| | | | | Message-ID: <44D7AA6B.4040802@iki.fi> p4raw-id: //depot/perl@28674
* A Configure probe for C99 variadic macros, based on code from Jarkko.Nicholas Clark2006-05-131-0/+1
| | | p4raw-id: //depot/perl@28189
* Add a Configure question for mad (Misc Attribute Decoration - Larry'sNicholas Clark2006-03-071-0/+1
| | | | | perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h p4raw-id: //depot/perl@27407
* Bump version number to 5.9.4Rafael Garcia-Suarez2006-01-302-8/+8
| | | | | Regenerate template config in Porting p4raw-id: //depot/perl@27007
* Updates to various configurations courtesy of Jarkko.Steve Peters2006-01-041-0/+55
| | | p4raw-id: //depot/perl@26639
* Make PerlLIOUtime()'s filename constSteve Hay2005-11-012-2/+2
| | | | | | | | | Fixes a warning brought about by change #25941 (which made the filename argument const). The various implementations of PerlLIOUtime() (in NetWare/, win32/ and wince/) already take a const filename. p4raw-link: @25941 on //depot/perl: e96b369dc61077fe31b75895167f55dbce4d7519 p4raw-id: //depot/perl@25945
* Change to use sv_force_normal_flags() directly, rather than callingSteve Peters2005-10-291-1/+1
| | | | | sv_force_normal() to call sv_force_normal_flags(). p4raw-id: //depot/perl@25875
* Add a new file, mathoms.c, to hold old code kept around for binarySteve Peters2005-10-281-0/+1
| | | | | | | compatability with previous versions of Perl. Change also includes various Makefile changes to compile the new file and link it into libperl. p4raw-id: //depot/perl@25866
* Add a probe for whether sprintf returns the length of the buffer.Nicholas Clark2005-10-241-0/+1
| | | | | | | Update all the canned config.sh files. Assume that symbian and Win32 are all ANSI conformant, note that ARM Linux (ie glibc) will be, don't assume that any other platform is. p4raw-id: //depot/perl@25831
* Update to the config boilerplates, by JarkkoRafael Garcia-Suarez2005-10-121-0/+3
| | | p4raw-id: //depot/perl@25741
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-5/+5
| | | | | | | | Message-ID: <42CC3CE9.5050606@divsol.com> (reverted all dual-lived modules since they must work with older perls too so must wait for a new Devel::PPPort) p4raw-id: //depot/perl@25101
* Make opendir() filename const in Win32-land & friendsSteve Hay2005-06-243-3/+3
| | | | | | | | That fact that it wasn't const already was highlighted by a warning from pp_open_dir() generated by change 24743. Rather than undo the const change in pp_open_dir(), this seems to make more sense. Hope I haven't broken Netware or WinCE. p4raw-id: //depot/perl@24974
* Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epocRafael Garcia-Suarez2005-06-232-0/+6
| | | p4raw-id: //depot/perl@24949
* Attribute configurationAndy Lester2005-05-201-1/+7
| | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508
* Bump version to 5.9.3Rafael Garcia-Suarez2005-04-042-8/+8
| | | | | | Restore "DEVEL" tag in patchlevel.h Regenerate Porting/config* p4raw-id: //depot/perl@24149
* Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS'sH.Merijn Brand2004-10-301-0/+12
| | | p4raw-id: //depot/perl@23436
* Bump bleadperl's version number to 5.9.2.Rafael Garcia-Suarez2004-03-182-8/+8
| | | p4raw-id: //depot/perl@22523
* Removed pm_apiversion and xs_apiversion as requested byH.Merijn Brand2004-02-182-37/+0
| | | | | the pumpkin. Chainsaw was still in perfect working order. p4raw-id: //depot/perl@22334
* Bump up perl's version number to 5.9.1.Rafael Garcia-Suarez2004-02-172-11/+11
| | | | | | Add perl591delta in perl.pod. Update the sample config files in Porting/. p4raw-id: //depot/perl@22318
* More nanosleep removal.Jarkko Hietaniemi2003-07-011-6/+0
| | | p4raw-id: //depot/perl@19899
* Missing "to".Jarkko Hietaniemi2003-05-241-1/+1
| | | p4raw-id: //depot/perl@19608
* Introduce (undefined) pthread_attr_setscope to non-Configure lands.Jarkko Hietaniemi2003-05-242-0/+8
| | | p4raw-id: //depot/perl@19607
* [perl #8599] s/catenate/concatenate/Casey West2003-05-131-1/+1
| | | | | | | Message-ID: <20030509080044.GA49820@geeknest.com> (except for the dup.t patch which diddled with system().) p4raw-id: //depot/perl@19518
* Introduce 'fast stdio' symbols to non-Configure lands.Jarkko Hietaniemi2003-04-232-0/+17
| | | p4raw-id: //depot/perl@19314
* Introduce the new *l APIs, undefined, to non-Configure lands.Jarkko Hietaniemi2003-04-172-0/+28
| | | p4raw-id: //depot/perl@19251
* The description of SIG_SIZE was off.Jarkko Hietaniemi2003-03-181-2/+2
| | | p4raw-id: //depot/perl@19021
* [patch config_h.SH] redefining __attribute__Stas Bekman2003-03-061-0/+3
| | | | | Message-ID: <3E669E6B.1060606@stason.org> p4raw-id: //depot/perl@18833
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-195-40/+7
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* nanosleep probes as per Jarkko's requestH.Merijn Brand2002-09-301-0/+6
| | | p4raw-id: //depot/perl@17944
* Change version from 5.8.0 to 5.9.0.Hugo van der Sanden2002-08-042-11/+11
| | | p4raw-id: //depot/perl@17671
* NetWare tweaks from Ananth KesariJarkko Hietaniemi2002-07-182-1/+4
| | | | | (the #17601 helped also NetWare) p4raw-id: //depot/perl@17620
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-06-283-12/+155
| | | p4raw-id: //depot/perl@17376
* Regen stuff.Jarkko Hietaniemi2002-06-211-1/+2
| | | p4raw-id: //depot/perl@17339
* NetWare diff for XS::APItest.Jarkko Hietaniemi2002-06-142-4/+10
| | | p4raw-id: //depot/perl@17237
* Add XS::APItest to Win32/DJGPP/NetWare.Jarkko Hietaniemi2002-06-111-1/+11
| | | p4raw-id: //depot/perl@17177
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-06-068-108/+54
| | | p4raw-id: //depot/perl@17033
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-05-3112-428/+253
| | | p4raw-id: //depot/perl@16922
* Obsolete file.Jarkko Hietaniemi2002-05-301-0/+0
| | | p4raw-id: //depot/perl@16902
* Bump the version numbers to five-eight-oh.Jarkko Hietaniemi2002-05-282-11/+11
| | | p4raw-id: //depot/perl@16843
* Missed from #16811.Jarkko Hietaniemi2002-05-271-0/+35
| | | p4raw-id: //depot/perl@16812
* NetWare diff from Ananth Kesari.Jarkko Hietaniemi2002-05-273-28/+108
| | | p4raw-id: //depot/perl@16811
* Try #2 of getting rid of bincompat5005.Jarkko Hietaniemi2002-05-011-10/+2
| | | p4raw-id: //depot/perl@16293
* No bincompat5005.Jarkko Hietaniemi2002-05-011-2/+0
| | | p4raw-id: //depot/perl@16291
* NetWare update from C Aditya.Jarkko Hietaniemi2002-04-261-6/+5
| | | p4raw-id: //depot/perl@16190
* NetWare tweak from C Aditya.Jarkko Hietaniemi2002-04-232-3/+3
| | | p4raw-id: //depot/perl@16104
* Reborn as text.Jarkko Hietaniemi2002-04-231-0/+217
| | | p4raw-id: //depot/perl@16097