summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Perl_die_nocontext() is also called with NULL from XS extensions that want to...Vincent Pit2009-08-151-1/+0
* Integrate version.pm-0.77 into bleadperlJohn Peacock2009-06-301-1/+9
* Make util.c compile on systems without getcwd()Rafael Garcia-Suarez2009-04-151-2/+3
* Rename ext/Time/HiRes to ext/Time-HiResNicholas Clark2009-04-141-1/+1
* Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-04-121-1/+1
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-291-1/+2
* Eliminate (SV *) casts from sv.c and [tu]*.c, except for the cast inNicholas Clark2009-03-291-7/+7
* Eliminate (AV *) casts in *.c.Nicholas Clark2009-03-291-6/+6
* Eliminate (HV *) casts in u*.c.Nicholas Clark2009-03-291-35/+35
* Add PERL_ARGS_ASSERT_MEM_LOG_COMMON to S_mem_log_common().Marcus Holland-Moritz2009-03-291-0/+3
* Perl_croak_nocontext() is called with NULL indirectly fromSteve Peters2009-03-251-1/+0
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-1/+120
* With change 32676 moving the HvSHAREKEYS_on() into Perl_sv_upgrade()Nicholas Clark2009-03-051-7/+0
* Re: [PATCH] standardize save/restore of errno & vaxc$errnoChip Salzenberg2009-02-141-2/+2
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2009-02-141-17/+10
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-2/+4
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2009-01-041-3/+3
* Make C++ compilers happy #1: "typename" is a C++ keyword.Marcus Holland-Moritz2009-01-031-7/+7
* Add SV allocation tracing to -Dm and PERL_MEM_LOGMarcus Holland-Moritz2009-01-021-8/+42
* Refactor Perl_mem_log_ functionsMarcus Holland-Moritz2009-01-021-97/+66
* Integrate:Dave Mitchell2008-12-061-7/+15
* Integrate:Robin Barker2008-11-031-2/+2
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Dave Mitchell2008-05-311-2/+2
* Integrate:Nicholas Clark2008-03-311-4/+15
* Integrate:Nicholas Clark2008-01-301-4/+3
* Integrate:Nicholas Clark2008-01-301-1/+1
* Bug fix for storing shared objects in shared structuresJerry D. Hedden2007-11-081-0/+20
* Bring version.pm core into compliance with CPAN releaseJohn Peacock2007-10-251-2/+2
* In Perl_my_clearenv(), under -DPERL_USE_SAFE_PUTENV, don't useNicholas Clark2007-10-171-1/+2
* hv_stores() on a literal string is now fractionally more efficient thanNicholas Clark2007-09-211-13/+13
* Silence a load of "value computed is not used" warningsRafael Garcia-Suarez2007-09-211-13/+13
* version-0.73 (was Re: Change 31920: Don't use ~0 as a versionJohn Peacock2007-09-211-9/+35
* SvRX() and SvRXOK() macrosÆvar Arnfjörð Bjarmason2007-06-181-0/+20
* Patches to compile perl on Cray XT4 Catamount/Qk, by JarkkoRafael Garcia-Suarez2007-06-171-4/+20
* miscellaneaJarkko Hietaniemi2007-06-151-3/+6
* Re: vsprintfAndy Dougherty2007-06-151-2/+29
* eliminate PL_bufend from util.c (missed from #30820)Dave Mitchell2007-05-041-5/+6
* Fix threaded builds (broken by change #31112)Steve Hay2007-05-021-1/+1
* Add Perl_my_dirfd() to util.cSteve Peters2007-05-011-0/+17
* Upgrade to version-0.7203.Rafael Garcia-Suarez2007-04-211-8/+35
* stop the cargo cult of (MEM_SIZE)~0Jarkko Hietaniemi2007-03-271-2/+2
* util.c [PATCH] perlhack.pod (Was: Re: threads crashes in Tru64)Jarkko Hietaniemi2007-03-271-9/+18
* Silence compiler warning in util.cJerry D. Hedden2007-03-231-6/+6
* Change 30661 could result in undefined variableJerry D. Hedden2007-03-211-1/+1
* Remove the (sometimes) unused variable from change 30652.Nicholas Clark2007-03-211-1/+3
* In safecalloc, use the system calloc() for the non-DEBUGGING case, asNicholas Clark2007-03-201-8/+17
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-191-7/+36
* Fix a couple of typos in internal docsRafael Garcia-Suarez2007-02-281-2/+2
* [perl #41560] [PATCH] crash in Perl_vmess when GvIOp is null Devin Heitmueller2007-02-251-1/+4