summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct some #ifdef USE_ITHREADS / USE_MULTIMax Maischein2009-12-171-0/+8
* Add mingw64 supportSisyphus2009-11-091-1/+1
* move JMPENV_JUMP to die_where and mark it as "noreturn"Gerard Goossen2009-11-061-15/+3
* Use of SV* instead of message, msglen, utf8 to contain error messageGerard Goossen2009-11-011-40/+25
* Remove unused variableRafael Garcia-Suarez2009-10-291-1/+0
* remove unnecessary (always true) condition in S_vdieGerard Goossen2009-10-291-3/+3
* Let SvRX(OK) recognise a bare REGEXP.Ben Morrow2009-10-221-7/+4
* Change S_ckwarn_common() to looping over the packed warning value.Nicholas Clark2009-10-131-7/+18
* Migrate common code in Perl_ckwarn() and Perl_ckwarn_d() to S_ckwarn_common()Nicholas Clark2009-10-131-15/+9
* In Perl_ckwarn() and Perl_ckwarn_d() disentangle the complex conditionals.Nicholas Clark2009-10-131-30/+36
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-0/+13
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-14/+22
* In Perl_ckwarn(), simplify the check of isLEXWARN_on/isLEXWARN_off.Nicholas Clark2009-10-121-11/+5
* 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