summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* avoid calling memset with a negative countAndy Dougherty2012-10-101-0/+3
* Fix building with -UuseperlioNicholas Clark2011-03-071-0/+4
* Windows builds require perliol.h conditional on USE_PERLIO.George Greer2011-02-161-0/+2
* [perl #78494] Pipes cause threads to hang on join()Father Chrysostomos2011-02-151-4/+15
* Silence util.c compiler warning from win32 smokesKarl Williamson2011-02-131-1/+1
* Move grok_bslash_c to dquote.c and make staticKarl Williamson2011-02-091-41/+0
* Move grok_blsash_o and make staticKarl Williamson2011-02-091-79/+0
* util.c handling of return value of vsnprintfRobin Barker2011-01-161-4/+16
* In Perl_write_to_stderr(), use Perl_magic_methcall() if STDERR is tied.Nicholas Clark2011-01-131-22/+2
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-2/+2
* Calling "PRINT" on a tied STDERR can use G_DISCARD, as the result is ignored.Nicholas Clark2011-01-051-1/+1
* Argument op to report_evil_fh() is always PL_op->op_type, so need not be passedNicholas Clark2010-12-281-2/+2
* The io argument to report_evil_fh() is always GvIO(gv), so need not be passed.Nicholas Clark2010-12-281-4/+5
* Extract the OP_phoney_* code from report_evil_fh() into report_wrongway_fh()Nicholas Clark2010-12-281-59/+60
* Add Perl_foldEQ_latin1()Karl Williamson2010-11-281-0/+21
* Bring core Perl in line with CPAN 0.86 releaseJohn Peacock2010-11-271-21/+32
* Document the refcount of version functions’ retvalFather Chrysostomos2010-11-231-1/+7
* Eliminate PL_dirtyFlorian Ragwitz2010-11-141-2/+2
* adjust output of -DmDavid Mitchell2010-10-311-1/+1
* Refactor Perl_xs_apiversion_bootcheck()Nicholas Clark2010-10-081-7/+12
* Convert the implementation of XS_APIVERSION_BOOTCHECK to a function.Nicholas Clark2010-10-081-0/+25
* Refactor xs_version_bootcheck() to remove complex constructions.Nicholas Clark2010-10-081-13/+22
* xs_version_bootcheck() must use mortals, as {new,upg}_version() can croak.Nicholas Clark2010-10-081-7/+3
* Change vverify() to return HV or NULL (RT#78286)David Golden2010-10-081-28/+23
* Convert the implementation of XS_VERSION_BOOTCHECK to a function from a macro.Nicholas Clark2010-10-071-0/+43
* [perl #48332] Debugger corrupts symbol table mungingFather Chrysostomos2010-09-301-2/+6
* systematically provide pv/pvn/pvs/sv quartetsZefram2010-09-281-0/+19
* #!perl -C -w diesFather Chrysostomos2010-09-261-2/+10
* [perl #77362] Assigning glob to lvalue causes stringificationFather Chrysostomos2010-09-261-1/+2
* Fix warn to respect utf8-encoded scalars [perl #45549]Father Chrysostomos2010-09-161-3/+1
* don't taint $DB::subDavid Mitchell2010-08-251-0/+4
* Change function signature of grok_bslash_oKarl Williamson2010-07-271-13/+26
* C++ compiler fix for util.cGeorge Greer2010-07-211-1/+1
* Add \o{} escapeKarl Williamson2010-07-171-1/+67
* RT #73520: POSIX::strftime memory leakTony Cook2010-07-111-1/+1
* POD fixRafael Garcia-Suarez2010-06-281-0/+1
* Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).Nicholas Clark2010-06-271-0/+15
* PERL_IMPLICIT_SYS also needs thread context for safesysfree()Nicholas Clark2010-06-171-2/+2
* PERL_IMPLICIT_SYS also needs thread context for the *alloc success paths.Nicholas Clark2010-06-161-6/+10
* In Perl_safesys{c,m,re}alloc(), defer dTHX for non-DEBUGING builds.Nicholas Clark2010-06-151-10/+31
* Change name of ibcmp to foldEQKarl Williamson2010-06-051-8/+29
* PATCH: [perl #75138] "\c`" -> " "Karl Williamson2010-05-301-2/+10
* support "package Foo { ... }"Zefram2010-05-201-3/+3
* PATCH: Clean up EBCDIC handling of \cXKarl Williamson2010-05-171-40/+0
* Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-041-99/+288
|\
| * SV-based interfaces for dieing and warningZefram2010-04-231-99/+288
* | Deal with "\c{", and its kinKarl Williamson2010-04-261-0/+33
|/
* Add perlintern.pod documentation docatch + prescan_versionReini Urban2010-03-081-0/+5
* Fix SV leaks in Perl_vnumify() and Perl_vnormal() for "Invalid version object"sNicholas Clark2010-01-151-10/+7
* Omnibus strict and lax version parsingDavid Golden2010-01-131-52/+227