summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Speed up repeatcpy() by at least 40% for 1-char or numerous repeatsVincent Pit2009-08-271-15/+25
* delimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr() and rninstr() from ut...Vincent Pit2009-08-271-12/+6
* Perl_die_nocontext() is also called with NULL from XS extensions that want to...Vincent Pit2009-08-131-1/+0
* Remove the port to MiNT. It's a dead platform that hasn't had any love since...Jesse Vincent2009-08-031-1/+1
* Integrate version.pm-0.77 into bleadperlJohn Peacock2009-06-281-1/+9
* A few docs nits after the few last commitsRafael Garcia-Suarez2009-06-211-2/+2
* simplify PERL_MEM_LOGJim Cromie2009-06-211-38/+24
* invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_NOIMPLJim Cromie2009-06-211-37/+67
* Remove all the 5005threads specific mutex macros, which are now vestigial.Nicholas Clark2009-05-211-6/+0
* Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code.Nicholas Clark2009-04-271-26/+5
* Make util.c compile on systems without getcwd()Rafael Garcia-Suarez2009-03-021-2/+3
* Rename ext/Time/HiRes to ext/Time-HiResNicholas Clark2009-02-091-1/+1
* Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-1/+1
* about warnings if forks fail in Perl_my_popenSlaven Rezic2009-01-191-1/+5
* Re: [PATCH] standardize save/restore of errno & vaxc$errnoChip Salzenberg2008-12-091-2/+2
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2008-12-051-17/+10
* Eliminate setenv_getix()Jerry D. Hedden2008-12-011-25/+8
* setenv_getix() is not used anywhere other than util.c (and the "specialNicholas Clark2008-11-261-2/+2
* Just s/Perl_/S_/ isn't good enough - you also need to add the C<static>Nicholas Clark2008-11-261-1/+1
* pidgone() is only used in util.c, so it can be static.Nicholas Clark2008-11-261-1/+1
* vdie() isn't used anywhere aside from util.c, so it can be static.Nicholas Clark2008-11-261-1/+1
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-2/+4
* Explicitly specify some printf formats for constant strings.Rafael Garcia-Suarez2008-11-021-2/+2
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2008-10-311-1/+2
* Eliminate (SV *) casts from sv.c and [tu]*.c, except for the cast inNicholas Clark2008-10-301-7/+7
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-3/+3
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-291-6/+6
* Eliminate (HV *) casts in u*.c.Nicholas Clark2008-10-281-35/+35
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Make C++ compilers happy #1: "typename" is a C++ keyword.Marcus Holland-Moritz2008-10-241-7/+7
* Add PERL_ARGS_ASSERT_MEM_LOG_COMMON to S_mem_log_common().Marcus Holland-Moritz2008-10-241-0/+3
* Add SV allocation tracing to -Dm and PERL_MEM_LOGMarcus Holland-Moritz2008-10-241-8/+42
* Refactor Perl_mem_log_ functionsMarcus Holland-Moritz2008-10-241-97/+66
* Upgrade to version 0.76 by John PeacockRafael Garcia-Suarez2008-07-151-8/+15
* [perl #53746] bug with index() matching beyond end of stringDave Mitchell2008-05-301-2/+2
* Perl_croak_nocontext() is called with NULL indirectly from Steve Peters2008-03-081-1/+0
* Re: interrupting system() with signal depends on signal handlerSteffen Ullrich2008-03-021-0/+1
* Do the memory debug header fixup earlier to avoid valgrind screamingNicholas Clark2008-02-271-4/+14
* Chainsaw DEBUG_S out, as suggested by Vincent Pit.Rafael Garcia-Suarez2008-02-261-10/+0
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-1/+120
* util.c: some constingSteven Schubiger2008-01-281-3/+3
* Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV).Nicholas Clark2008-01-051-1/+1
* Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stackMarcus Holland-Moritz2008-01-041-1/+1
* Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and reworkNicholas Clark2008-01-031-1/+1
* Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set inNicholas Clark2008-01-031-1/+1
* Add a new function newSVpvn_flags(), which takes a third parameter ofNicholas Clark2008-01-021-2/+1
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-1/+1
* First class regexps.Nicholas Clark2007-12-281-4/+2
* Regexps are now orange.Nicholas Clark2007-12-271-1/+1
* Nullch and others were still alive and well in some of the operatingSteve Peters2007-12-231-1/+1