summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
* PATCH: deprecation warnings for unreasonable charnamesKarl Williamson2010-02-201-0/+12
* comment grammar, indentationJim Cromie2010-01-251-2/+2
* Omnibus strict and lax version parsingDavid Golden2010-01-131-0/+12
* FD 4 is not (yet) open at this stage.H.Merijn Brand2010-01-051-1/+1
* add code for Unicode semantics for non-utf8 latin1 charsKarl Williamson2009-11-141-1/+12
* Add mingw64 supportSisyphus2009-11-091-2/+7
* Enable deprecation warnings by default.Nicholas Clark2009-10-161-1/+1
* Replace Perl_deprecate() with a macro that calls Perl_ck_warner()Nicholas Clark2009-10-131-0/+7
* Remove obsolete functions is_uni_alnumc, is_uni_alnumc_lc, is_utf8_alnumcRafael Garcia-Suarez2009-09-131-3/+0
* drop remaining mentions of PERL_MEM_LOG_FOO envarsJim Cromie2009-06-211-1/+1
* invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_NOIMPLJim Cromie2009-06-211-2/+4
* provide minimal documentation for the MUTABLE_*() macrosDavid Mitchell2009-03-291-0/+9
* Detection of IPv6 clueful functions by Configure (part 1)H.Merijn Brand2009-03-251-12/+9
* Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), andNicholas Clark2009-01-211-0/+2
* Subject: PATCH 5.10 documentationSteve Peters2008-12-191-12/+15
* The breakage caused by #34653 (sh|c)ould have been detectedMarcus Holland-Moritz2008-11-031-1/+1
* 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-0/+1
* Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.Nicholas Clark2008-10-291-0/+1
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2008-10-291-0/+1
* Add MUTABLE_HV(), and remove (HV *) casts from headers.Nicholas Clark2008-10-281-0/+1
* MHX notes that I have a superfluous void cast.Nicholas Clark2008-10-271-1/+1
* Add MUTABLE_AV(), and remove (AV *) casts from headers.Nicholas Clark2008-10-271-0/+1
* Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not castNicholas Clark2008-10-271-0/+7
* Make sure Perl_mem_log_(?:alloc|realloc|free) have C linkage,Marcus Holland-Moritz2008-10-261-4/+5
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Make C++ compilers happy #4: move cast so Newc() andMarcus Holland-Moritz2008-10-241-7/+7
* Make C++ compilers happy #1: "typename" is a C++ keyword.Marcus Holland-Moritz2008-10-241-2/+2
* Add SV allocation tracing to -Dm and PERL_MEM_LOGMarcus Holland-Moritz2008-10-241-1/+6
* Refactor Perl_mem_log_ functionsMarcus Holland-Moritz2008-10-241-2/+12
* Add probes for *time64 () functionsH.Merijn Brand2008-10-031-1/+9
* Add probes for LOCALTIME_max and LOCALTIME_min (y2038 project)H.Merijn Brand2008-09-151-1/+1
* Probe for timegmH.Merijn Brand2008-07-071-1/+1
* Part one of y2038 changes for SchwernH.Merijn Brand2008-07-071-1/+1
* If the C library provides malloc_size(), we can use that in the sameNicholas Clark2008-02-261-1/+1
* The return of USE_DTRACEH.Merijn Brand2008-01-231-1/+1
* Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and reworkNicholas Clark2008-01-031-0/+6
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-011-0/+9
* Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_naNicholas Clark2007-12-221-6/+8
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* Optimise the logic in isPRINT(), possible following Jarkko's bugfixNicholas Clark2007-10-061-1/+1
* Add a new function Perl_hv_common_key_len(), which contains theNicholas Clark2007-09-201-2/+8
* Add Perl_my_dirfd() to util.cSteve Peters2007-05-011-1/+1
* stop the cargo cult of (MEM_SIZE)~0Jarkko Hietaniemi2007-03-271-2/+4
* Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.hNicholas Clark2007-03-231-0/+4
* Introduction of d_pseudoforkH.Merijn Brand2006-12-051-1/+1
* Configure patch to add detection for DIR.dd_fd member variableSteve Peters2006-11-081-1/+1
* The non-unix parts for localtime_r_needs_tzsetH.Merijn Brand2006-11-061-1/+1
* solution(?) to the "warning: comparison is always false dueto limited range o...Jarkko Hietaniemi2006-08-011-1/+4
* The sv_catpvs() and sv_setpvs() macros also return void.Marcus Holland-Moritz2006-05-241-2/+2