Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | g++ stage 1 reached | Jarkko Hietaniemi | 2006-08-08 | 1 | -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 Clark | 2006-05-13 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@28189 | ||||
* | Add a Configure question for mad (Misc Attribute Decoration - Larry's | Nicholas Clark | 2006-03-07 | 1 | -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.4 | Rafael Garcia-Suarez | 2006-01-30 | 2 | -8/+8 |
| | | | | | Regenerate template config in Porting p4raw-id: //depot/perl@27007 | ||||
* | Updates to various configurations courtesy of Jarkko. | Steve Peters | 2006-01-04 | 1 | -0/+55 |
| | | | p4raw-id: //depot/perl@26639 | ||||
* | Make PerlLIOUtime()'s filename const | Steve Hay | 2005-11-01 | 2 | -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 calling | Steve Peters | 2005-10-29 | 1 | -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 binary | Steve Peters | 2005-10-28 | 1 | -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 Clark | 2005-10-24 | 1 | -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 Jarkko | Rafael Garcia-Suarez | 2005-10-12 | 1 | -0/+3 |
| | | | p4raw-id: //depot/perl@25741 | ||||
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -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 & friends | Steve Hay | 2005-06-24 | 3 | -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 epoc | Rafael Garcia-Suarez | 2005-06-23 | 2 | -0/+6 |
| | | | p4raw-id: //depot/perl@24949 | ||||
* | Attribute configuration | Andy Lester | 2005-05-20 | 1 | -1/+7 |
| | | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508 | ||||
* | Bump version to 5.9.3 | Rafael Garcia-Suarez | 2005-04-04 | 2 | -8/+8 |
| | | | | | | Restore "DEVEL" tag in patchlevel.h Regenerate Porting/config* p4raw-id: //depot/perl@24149 | ||||
* | Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's | H.Merijn Brand | 2004-10-30 | 1 | -0/+12 |
| | | | p4raw-id: //depot/perl@23436 | ||||
* | Bump bleadperl's version number to 5.9.2. | Rafael Garcia-Suarez | 2004-03-18 | 2 | -8/+8 |
| | | | p4raw-id: //depot/perl@22523 | ||||
* | Removed pm_apiversion and xs_apiversion as requested by | H.Merijn Brand | 2004-02-18 | 2 | -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-Suarez | 2004-02-17 | 2 | -11/+11 |
| | | | | | | Add perl591delta in perl.pod. Update the sample config files in Porting/. p4raw-id: //depot/perl@22318 | ||||
* | More nanosleep removal. | Jarkko Hietaniemi | 2003-07-01 | 1 | -6/+0 |
| | | | p4raw-id: //depot/perl@19899 | ||||
* | Missing "to". | Jarkko Hietaniemi | 2003-05-24 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@19608 | ||||
* | Introduce (undefined) pthread_attr_setscope to non-Configure lands. | Jarkko Hietaniemi | 2003-05-24 | 2 | -0/+8 |
| | | | p4raw-id: //depot/perl@19607 | ||||
* | [perl #8599] s/catenate/concatenate/ | Casey West | 2003-05-13 | 1 | -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 Hietaniemi | 2003-04-23 | 2 | -0/+17 |
| | | | p4raw-id: //depot/perl@19314 | ||||
* | Introduce the new *l APIs, undefined, to non-Configure lands. | Jarkko Hietaniemi | 2003-04-17 | 2 | -0/+28 |
| | | | p4raw-id: //depot/perl@19251 | ||||
* | The description of SIG_SIZE was off. | Jarkko Hietaniemi | 2003-03-18 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@19021 | ||||
* | [patch config_h.SH] redefining __attribute__ | Stas Bekman | 2003-03-06 | 1 | -0/+3 |
| | | | | | Message-ID: <3E669E6B.1060606@stason.org> p4raw-id: //depot/perl@18833 | ||||
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 5 | -40/+7 |
| | | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030 | ||||
* | nanosleep probes as per Jarkko's request | H.Merijn Brand | 2002-09-30 | 1 | -0/+6 |
| | | | p4raw-id: //depot/perl@17944 | ||||
* | Change version from 5.8.0 to 5.9.0. | Hugo van der Sanden | 2002-08-04 | 2 | -11/+11 |
| | | | p4raw-id: //depot/perl@17671 | ||||
* | NetWare tweaks from Ananth Kesari | Jarkko Hietaniemi | 2002-07-18 | 2 | -1/+4 |
| | | | | | (the #17601 helped also NetWare) p4raw-id: //depot/perl@17620 | ||||
* | NetWare update from Ananth Kesari. | Jarkko Hietaniemi | 2002-06-28 | 3 | -12/+155 |
| | | | p4raw-id: //depot/perl@17376 | ||||
* | Regen stuff. | Jarkko Hietaniemi | 2002-06-21 | 1 | -1/+2 |
| | | | p4raw-id: //depot/perl@17339 | ||||
* | NetWare diff for XS::APItest. | Jarkko Hietaniemi | 2002-06-14 | 2 | -4/+10 |
| | | | p4raw-id: //depot/perl@17237 | ||||
* | Add XS::APItest to Win32/DJGPP/NetWare. | Jarkko Hietaniemi | 2002-06-11 | 1 | -1/+11 |
| | | | p4raw-id: //depot/perl@17177 | ||||
* | NetWare update from Ananth Kesari. | Jarkko Hietaniemi | 2002-06-06 | 8 | -108/+54 |
| | | | p4raw-id: //depot/perl@17033 | ||||
* | NetWare update from Ananth Kesari. | Jarkko Hietaniemi | 2002-05-31 | 12 | -428/+253 |
| | | | p4raw-id: //depot/perl@16922 | ||||
* | Obsolete file. | Jarkko Hietaniemi | 2002-05-30 | 1 | -0/+0 |
| | | | p4raw-id: //depot/perl@16902 | ||||
* | Bump the version numbers to five-eight-oh. | Jarkko Hietaniemi | 2002-05-28 | 2 | -11/+11 |
| | | | p4raw-id: //depot/perl@16843 | ||||
* | Missed from #16811. | Jarkko Hietaniemi | 2002-05-27 | 1 | -0/+35 |
| | | | p4raw-id: //depot/perl@16812 | ||||
* | NetWare diff from Ananth Kesari. | Jarkko Hietaniemi | 2002-05-27 | 3 | -28/+108 |
| | | | p4raw-id: //depot/perl@16811 | ||||
* | Try #2 of getting rid of bincompat5005. | Jarkko Hietaniemi | 2002-05-01 | 1 | -10/+2 |
| | | | p4raw-id: //depot/perl@16293 | ||||
* | No bincompat5005. | Jarkko Hietaniemi | 2002-05-01 | 1 | -2/+0 |
| | | | p4raw-id: //depot/perl@16291 | ||||
* | NetWare update from C Aditya. | Jarkko Hietaniemi | 2002-04-26 | 1 | -6/+5 |
| | | | p4raw-id: //depot/perl@16190 | ||||
* | NetWare tweak from C Aditya. | Jarkko Hietaniemi | 2002-04-23 | 2 | -3/+3 |
| | | | p4raw-id: //depot/perl@16104 | ||||
* | Reborn as text. | Jarkko Hietaniemi | 2002-04-23 | 1 | -0/+217 |
| | | | p4raw-id: //depot/perl@16097 | ||||
* | Dead as binary. | Jarkko Hietaniemi | 2002-04-23 | 1 | -217/+0 |
| | | | p4raw-id: //depot/perl@16096 | ||||
* | In MANIFEST but not added. | Jarkko Hietaniemi | 2002-04-22 | 1 | -0/+217 |
| | | | p4raw-id: //depot/perl@16082 | ||||
* | NetWare changeover from Watcom to Codewarrior, from C Aditya. | Jarkko Hietaniemi | 2002-04-22 | 18 | -435/+3058 |
| | | | p4raw-id: //depot/perl@16076 | ||||
* | Welcome to the 5.7.3. | Jarkko Hietaniemi | 2002-04-10 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@15844 |