summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
...
* Subject: handy.h: Reorder #defines alphabeticallyKarl Williamson2010-09-251-12/+13
* handy.h: isSPACE() is wrong for EBCDICKarl Williamson2010-09-251-2/+3
* handy.h: EBCDIC isBLANK() is wrongKarl Williamson2010-09-251-1/+2
* handy.h: isPSXSPC() is wrong for EBCDICKarl Williamson2010-09-251-1/+2
* Subject: handy.h: Move defn's outside #ifndef EBCDICKarl Williamson2010-09-251-15/+15
* Rename isALNUM_L1 to isWORDCHAR_L1Karl Williamson2010-09-231-1/+1
* handy.h: Add isALNUM_L1() macroKarl Williamson2010-09-231-0/+1
* Subject: handy.h: Add isSPACE_L1 with Unicode semanticsKarl Williamson2010-09-231-0/+4
* handy.h: isASCII() extend to work on > 8 bit valuesKarl Williamson2010-09-221-3/+4
* handy.h: Don't use isascii() as not in all libc'sKarl Williamson2010-09-221-2/+1
* handy.h: Fix-up documentationKarl Williamson2010-09-221-18/+25
* handy.h: toUPPER is not a char class fcnKarl Williamson2010-09-221-0/+2
* Fix /[\8]/ to not match NULL; give correct warningKarl Williamson2010-09-161-0/+5
* handy.h: Add bounds checking to case change arraysKarl Williamson2010-09-131-7/+13
* handy.h: Add FITS_IN_8_BITS() macroKarl Williamson2010-09-131-0/+14
* add lex_stuff_pvs()Zefram2010-08-221-0/+9
* handy.h: Note Devel::PPPort has duplicated macrosKarl Williamson2010-08-021-0/+3
* Add C_ARRAY_END(), returning a pointer to after the last element of an array.Nicholas Clark2010-05-281-0/+1
* PATCH: Clean up EBCDIC handling of \cXKarl Williamson2010-05-171-10/+3
* Make sure isCNTRL and isASCII work on signed charsKarl Williamson2010-04-261-2/+7
* More defensive definition of memEQs().Nicholas Clark2010-04-251-1/+1
* Set the legacy process name with prctl() on assignment to $0 on LinuxÆvar Arnfjörð Bjarmason2010-04-151-2/+1
* use cBOOL for bool castsDavid Mitchell2010-04-151-0/+6
* Probe for prctl () and check id PR_SET_NAME is supportedH.Merijn Brand2010-04-131-1/+2
* 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