LOGONLY mark 66fd7f as NODOC since it's test refactor
[p5sagit/p5-mst-13.2.git] / util.c
2010-06-17 Nicholas Clark PERL_IMPLICIT_SYS also needs thread context for safesys...
2010-06-16 Nicholas Clark PERL_IMPLICIT_SYS also needs thread context for the...
2010-06-15 Nicholas Clark In Perl_safesys{c,m,re}alloc(), defer dTHX for non...
2010-06-05 Karl Williamson Change name of ibcmp to foldEQ
2010-05-30 Karl Williamson PATCH: [perl #75138] "\c`" -> " "
2010-05-20 Zefram support "package Foo { ... }"
2010-05-17 Karl Williamson PATCH: Clean up EBCDIC handling of \cX
2010-05-04 Rafael Garcia-Suarez Merge remote branch 'zefram/zefram/reliable_exception...
2010-04-26 Karl Williamson Deal with "\c{", and its kin
2010-04-23 Zefram SV-based interfaces for dieing and warning
2010-03-08 Reini Urban Add perlintern.pod documentation docatch + prescan_version
2010-01-15 Nicholas Clark Fix SV leaks in Perl_vnumify() and Perl_vnormal() for...
2010-01-14 David Golden Omnibus strict and lax version parsing
2009-12-17 Max Maischein Correct some #ifdef USE_ITHREADS / USE_MULTI
2009-11-10 Sisyphus Add mingw64 support
2009-11-06 Gerard Goossen move JMPENV_JUMP to die_where and mark it as "noreturn"
2009-11-01 Gerard Goossen Use of SV* instead of message, msglen, utf8 to contain...
2009-10-29 Rafael Garcia-Suarez Remove unused variable
2009-10-29 Gerard Goossen remove unnecessary (always true) condition in S_vdie
2009-10-22 Ben Morrow Let SvRX(OK) recognise a bare REGEXP.
2009-10-13 Nicholas Clark Change S_ckwarn_common() to looping over the packed...
2009-10-13 Nicholas Clark Migrate common code in Perl_ckwarn() and Perl_ckwarn_d...
2009-10-13 Nicholas Clark In Perl_ckwarn() and Perl_ckwarn_d() disentangle the...
2009-10-12 Nicholas Clark Add Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas Clark Add Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-12 Nicholas Clark In Perl_ckwarn(), simplify the check of isLEXWARN_on...
2009-08-27 Vincent Pit Speed up repeatcpy() by at least 40% for 1-char or...
2009-08-27 Vincent Pit delimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr...
2009-08-13 Vincent Pit Perl_die_nocontext() is also called with NULL from...
2009-08-03 Jesse Vincent Remove the port to MiNT. It's a dead platform that...
2009-06-28 John Peacock Integrate version.pm-0.77 into bleadperl
2009-06-21 Rafael Garcia-Suarez A few docs nits after the few last commits
2009-06-21 Jim Cromie simplify PERL_MEM_LOG
2009-06-21 Jim Cromie invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_N...
2009-05-21 Nicholas Clark Remove all the 5005threads specific mutex macros, which...
2009-04-27 Nicholas Clark Remove all #ifdef MACOS_TRADITIONAL code in core and...
2009-03-01 Rafael Garcia-Suarez Make util.c compile on systems without getcwd()
2009-02-09 Nicholas Clark Rename ext/Time/HiRes to ext/Time-HiRes
2009-01-21 Nicholas Clark Update the documentation of get_sv() to note that it...
2009-01-19 Slaven Rezic about warnings if forks fail in Perl_my_popen
2008-12-09 Chip Salzenberg Re: [PATCH] standardize save/restore of errno ...
2008-12-05 Chip Salzenberg standardize save/restore of errno & vaxc$errno
2008-12-01 Jerry D. Hedden Eliminate setenv_getix()
2008-11-26 Nicholas Clark setenv_getix() is not used anywhere other than util...
2008-11-26 Nicholas Clark Just s/Perl_/S_/ isn't good enough - you also need...
2008-11-26 Nicholas Clark pidgone() is only used in util.c, so it can be static.
2008-11-26 Nicholas Clark vdie() isn't used anywhere aside from util.c, so it...
2008-11-02 Tom Christiansen PATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-Suarez Explicitly specify some printf formats for constant...
2008-10-31 Nicholas Clark Add MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas Clark Eliminate (SV *) casts from sv.c and [tu]*.c, except...
2008-10-29 Marcus Holland-Moritz Use pvs macros instead of pvn where possible.
2008-10-29 Nicholas Clark Eliminate (AV *) casts in *.c.
2008-10-28 Nicholas Clark Eliminate (HV *) casts in u*.c.
2008-10-25 Nicholas Clark Update copyright years.
2008-10-24 Marcus Holland-Moritz Make C++ compilers happy #1: "typename" is a C++ keyword.
2008-10-24 Marcus Holland-Moritz Add PERL_ARGS_ASSERT_MEM_LOG_COMMON to S_mem_log_common().
2008-10-24 Marcus Holland-Moritz Add SV allocation tracing to -Dm and PERL_MEM_LOG
2008-10-24 Marcus Holland-Moritz Refactor Perl_mem_log_ functions
2008-07-15 Rafael Garcia-Suarez Upgrade to version 0.76 by John Peacock
2008-05-30 Dave Mitchell [perl #53746] bug with index() matching beyond end...
2008-03-08 Steve Peters Perl_croak_nocontext() is called with NULL indirectly...
2008-03-02 Steffen Ullrich Re: interrupting system() with signal depends on signal...
2008-02-27 Nicholas Clark Do the memory debug header fixup earlier to avoid valgr...
2008-02-26 Rafael Garcia-Suarez Chainsaw DEBUG_S out, as suggested by Vincent Pit.
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-01-28 Steven Schubiger util.c: some consting
2008-01-05 Nicholas Clark Make REGEXP a type distinct from SV. (Much like AV...
2008-01-04 Marcus Holland-Moritz Add macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas Clark Add newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas Clark Extend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-02 Nicholas Clark Add a new function newSVpvn_flags(), which takes a...
2008-01-02 Nicholas Clark Make struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2007-12-28 Nicholas Clark First class regexps.
2007-12-27 Nicholas Clark Regexps are now orange.
2007-12-23 Steve Peters Nullch and others were still alive and well in some...
2007-12-20 Nicholas Clark With change 32676 moving the HvSHAREKEYS_on() into...
2007-11-08 Jerry D. Hedden Bug fix for storing shared objects in shared structures
2007-10-25 John Peacock Bring version.pm core into compliance with CPAN release
2007-10-17 Nicholas Clark In Perl_my_clearenv(), under -DPERL_USE_SAFE_PUTENV...
2007-09-21 Nicholas Clark hv_stores() on a literal string is now fractionally...
2007-09-21 Rafael Garcia-Suarez Silence a load of "value computed is not used" warnings
2007-09-21 John Peacock version-0.73 (was Re: Change 31920: Don't use ~0 as...
2007-06-18 Ævar Arnfjörð Bjar... SvRX() and SvRXOK() macros
2007-06-17 Rafael Garcia-Suarez Patches to compile perl on Cray XT4 Catamount/Qk, by...
2007-06-15 Jarkko Hietaniemi miscellanea
2007-06-15 Andy Dougherty Re: vsprintf
2007-05-04 Dave Mitchell eliminate PL_bufend from util.c (missed from #30820)
2007-05-02 Steve Hay Fix threaded builds (broken by change #31112)
2007-05-01 Steve Peters Add Perl_my_dirfd() to util.c
2007-04-21 Rafael Garcia-Suarez Upgrade to version-0.7203.
2007-03-27 Jarkko Hietaniemi stop the cargo cult of (MEM_SIZE)~0
2007-03-27 Jarkko Hietaniemi util.c [PATCH] perlhack.pod (Was: Re: threads crashes...
2007-03-23 Jerry D. Hedden Silence compiler warning in util.c
2007-03-21 Jerry D. Hedden Change 30661 could result in undefined variable
2007-03-21 Nicholas Clark Remove the (sometimes) unused variable from change...
2007-03-20 Nicholas Clark In safecalloc, use the system calloc() for the non...
2007-03-19 Rafael Garcia-Suarez Upgrade to version.pm 0.71, by John Peacock
2007-02-28 Rafael Garcia-Suarez Fix a couple of typos in internal docs
2007-02-25 Devin Heitmueller [perl #41560] [PATCH] crash in Perl_vmess when GvIOp...
next