summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Collapse)AuthorAgeFilesLines
* futimes [PATCH]Gisle Aas2005-10-311-1/+1
| | | | | Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@25941
* revive probe for futimes ()H.Merijn Brand2005-10-311-1/+1
| | | p4raw-id: //depot/perl@25935
* Add probe for clearenv (), like #25733 for unsetenv ()H.Merijn Brand2005-10-181-1/+1
| | | p4raw-id: //depot/perl@25793
* environ fixupAlan Burlison2005-10-111-1/+1
| | | | | Message-ID: <434BDA72.4090109@sun.com> p4raw-id: //depot/perl@25737
* Add probe for unsetenv ()Steve Peters2005-10-101-1/+1
| | | | | | Subject: Re: Perl's handling of environ breaks on Solaris 10 Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25733
* The New*() compatibility macros aren't needed inside the perl core.Nicholas Clark2005-09-221-0/+3
| | | p4raw-id: //depot/perl@25570
* Detection of malloc_size and malloc_good_sizeH.Merijn Brand2005-09-121-1/+1
| | | p4raw-id: //depot/perl@25387
* Re: [PATCH] Tru64: use -c99 for ccflags if availableJarkko Hietaniemi2005-07-281-1/+1
| | | | | | Message-ID: <42E882DF.6020100@gmail.com> Message-ID: <42E86DE9.6090709@gmail.com> p4raw-id: //depot/perl@25231
* Fix Newz() backwards-compatibility macroSteve Hay2005-07-201-1/+1
| | | p4raw-id: //depot/perl@25196
* move NSIG logicJarkko Hietaniemi2005-07-201-58/+0
| | | | | Message-ID: <42DDF5E8.1060100@gmail.com> p4raw-id: //depot/perl@25191
* allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)Jarkko Hietaniemi2005-07-191-11/+70
| | | | | Message-ID: <42DCC278.2010009@gmail.com> p4raw-id: //depot/perl@25185
* Make PERL_MEM_LOG more portable.Jarkko Hietaniemi2005-07-121-4/+6
| | | | | Message-Id: <42D2663A.4050204@gmail.com> p4raw-id: //depot/perl@25128
* Fix worrying typo in handy.h :-sSteve Hay2005-07-121-1/+1
| | | p4raw-id: //depot/perl@25117
* Change New*() to Newx*() in various comments and documentationSteve Hay2005-07-121-1/+1
| | | p4raw-id: //depot/perl@25116
* [patch: handy.c] update Newx API pod to mention PERL_MEM_LOG build optJim Cromie2005-07-121-7/+8
| | | | | | | Message-ID: <42D31A4A.1020305@divsol.com> (with some minor tweaks) p4raw-id: //depot/perl@25115
* yet another way of debugging memory allocationsJarkko Hietaniemi2005-07-101-6/+52
| | | | | | | Message-ID: <42D16DF3.4040806@gmail.com> tweak PERL_MEM_LOG p4raw-id: //depot/perl@25109
* yet another way of debugging memory allocationsJarkko Hietaniemi2005-07-101-7/+29
| | | | | | | Message-ID: <42D0F25E.3040801@gmail.com> adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options p4raw-id: //depot/perl@25105
* extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*Dave Mitchell2005-07-101-3/+3
| | | p4raw-id: //depot/perl@25103
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-6/+16
| | | | | | | | 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
* Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut upNicholas Clark2005-07-021-1/+1
| | | | | | a different compiler warnings. I guess we need a waterbed theory of compiler warnings. p4raw-id: //depot/perl@25055
* silence gcc 'comparison is always false' warning in MEM_WRAP_CHECKDave Mitchell2005-07-011-1/+1
| | | | | | Only a partial fix: works where sizeof(type)==1; since we can never wraparound in that case, disarm the check p4raw-id: //depot/perl@25034
* We're going round in circles with pp_sys.cAndy Lester2005-06-271-1/+1
| | | | | | | Message-ID: <20050627180659.GB29744@petdance.com> (edited) p4raw-id: //depot/perl@24997
* Add a define PERL_POISON which tries to trip up anything accessingNicholas Clark2005-06-231-0/+6
| | | | | | freed or uninitialised memory. Currently only Poison()s freed pointers. p4raw-id: //depot/perl@24959
* Dave can see a better way of doing the rounding.Nicholas Clark2005-06-021-2/+2
| | | p4raw-id: //depot/perl@24678
* Oops. My maths was too generous (by 1).Nicholas Clark2005-06-021-2/+2
| | | p4raw-id: //depot/perl@24673
* Round up all string length requests to malloc()/realloc() to the nextNicholas Clark2005-06-011-1/+4
| | | | | | | multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc() internally will quantise, and so we're going to use space that otherwise would be wasted. Hopefully this will save realloc()ing. p4raw-id: //depot/perl@24665
* Updated lint infrastructureAndy Lester2005-05-261-23/+0
| | | | | Message-ID: <20050525173139.GB1701@petdance.com> p4raw-id: //depot/perl@24580
* attributes-two.patch, the next batchAndy Lester2005-05-091-4/+4
| | | | | Message-ID: <20050509154518.GA18273@petdance.com> p4raw-id: //depot/perl@24431
* A more efficient way of expressing the MALLOC_WRAP conditional compile.Nicholas Clark2005-04-181-40/+19
| | | p4raw-id: //depot/perl@24243
* Configure now probes for _LIB_VERSION support in math.h/libmH.Merijn Brand2005-04-101-1/+1
| | | | | LIBM_LIB_VERSION is defined if it does p4raw-id: //depot/perl@24217
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
| | | p4raw-id: //depot/perl@24106
* USE_STRLCAT and USE_STRLCPY now actually usedH.Merijn Brand2005-03-301-6/+3
| | | | | | LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations for future use p4raw-id: //depot/perl@24102
* More consting goodnessAndy Lester2005-03-211-8/+8
| | | | | Message-ID: <20050319072830.GA7721@petdance.com> p4raw-id: //depot/perl@24049
* Since strlcat/strlcpy are not argument/return value compatibleH.Merijn Brand2004-11-011-11/+6
| | | | | with strncat/strncpy, replace the misleading defines with comment p4raw-id: //depot/perl@23455
* The next step in strlcat ()/ strcpy () detection and usageH.Merijn Brand2004-10-311-0/+13
| | | | | preparation. Change to handy.h eeded for config_h.SH p4raw-id: //depot/perl@23450
* Encourage compilers to tail call optimise in sv_savepv, sv_savepvnNicholas Clark2004-07-161-0/+34
| | | | | | and sv_savesharedpv. Need to create non-void returning versions of Copy and Zero, as the existing macros deliberately cast to (void) p4raw-id: //depot/perl@23126
* [patch] log the interpreter id in warningsStas Bekman2004-04-211-0/+16
| | | | | Message-ID: <40847869.1000906@stason.org> p4raw-id: //depot/perl@22721
* Unlike perl, 0 in void context isn't special cased in C :-)Nicholas Clark2004-03-241-3/+3
| | | | | | (So it warns). Tweak the no-action malloc wrap checkers to avoid warnings. p4raw-id: //depot/perl@22577
* malloc wrappageJarkko Hietaniemi2004-03-171-0/+32
| | | | | | | | Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi> plus change croak to Perl_croak_nocontext to make ithread safe plus make it conditional on PERL_MALLOC_WRAP (default for blead is on) p4raw-id: //depot/perl@22517
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
| | | p4raw-id: //depot/perl@22509
* RE: MIME-Base64-2.22 [PATCH]Robin Barker2004-01-121-1/+1
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk> p4raw-id: //depot/perl@22123
* line numbers are given % 64kJames Jurach2003-07-021-3/+3
| | | | | Message-ID: <20030702183105.GA4837@lebowski> p4raw-id: //depot/perl@19934
* OS2 patchesIlya Zakharevich2003-06-151-0/+2
| | | | | Message-ID: <20030615004956.GA28272@math.berkeley.edu> p4raw-id: //depot/perl@19789
* z/OS: More threaded build tweaks from Brian De Pradine--Jarkko Hietaniemi2003-05-011-1/+5
| | | | | apparently now it works! p4raw-id: //depot/perl@19368
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
| | | | | | | (Lots of Perl 5 source code archaeology was involved.) Larry didn't make strangled noises when I showed him the patch, either :-) p4raw-id: //depot/perl@19242
* Bunch of doc patches from Stas; plus regen.Stas Bekman2003-03-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: [doc patch] perl.c's pod api entry Date: Mon, 10 Mar 2003 12:35:52 +1100 Message-ID: <3E6BEBF8.80402@stason.org> Subject: Re: [patch] perlguts.pod From: Stas Bekman <stas@stason.org> Date: Mon, 10 Mar 2003 12:38:57 +1100 Message-ID: <3E6BECB1.7050009@stason.org> Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/ From: Stas Bekman <stas@stason.org> Date: Mon, 10 Mar 2003 12:41:46 +1100 Message-ID: <3E6BED5A.801@stason.org> Subject: Re: [patch] perlapi.pod fix From: Stas Bekman <stas@stason.org> Date: Mon, 10 Mar 2003 12:43:33 +1100 Message-ID: <3E6BEDC5.6010405@stason.org> Subject: Re: [docs patch] replace gets() with fgets() in example From: Stas Bekman <stas@stason.org> Date: Mon, 10 Mar 2003 12:45:41 +1100 Message-ID: <3E6BEE45.9030901@stason.org> Subject: [doc patch] perlrun.pod From: Stas Bekman <stas@stason.org> Date: Mon, 10 Mar 2003 14:49:59 +1100 Message-ID: <3E6C0B67.4050606@stason.org> p4raw-id: //depot/perl@18873
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18807
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18801
* LEAKTEST is dead, RIPH.Merijn Brand2002-09-261-36/+0
| | | | | | | Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@17920
* Sarathy pointed out that instead of zeroing heapJarkko Hietaniemi2002-05-191-2/+9
| | | | | it is more prudent to poison it. p4raw-id: //depot/perl@16688