This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Squash repetitititive code in doio.c:my_stat_flags
[perl5.git] / handy.h
2011-11-18 Nicholas ClarkTweak the cBOOL() macro to avoid problems with the...
2011-10-08 Father ChrysostomosUse full sym name in isIDFIRST_utf8 to fix [perl #100930]
2011-10-06 H.Merijn BrandNow with comma :(
2011-10-06 H.Merijn Brand_A is predefined in some precompiler environments
2011-10-01 Karl Williamsonhandy.h: Reorder tests for speed
2011-10-01 Karl Williamsonhandy.h: Add macro
2011-10-01 Karl Williamsonhandy.h Fix isOCTAL_A macro
2011-10-01 Karl Williamsonhandy.h: Add comments, pod change
2011-10-01 Karl Williamsonhandy.h: Improve definition of FITS_IN_8_BITS
2011-10-01 Karl Williamsonhandy.h: Change '(foo) ? bar : 0 to 'foo && bar'
2011-10-01 Karl Williamsonhandy.h: Speed up isIDFIRST_utf8()
2011-10-01 Karl WilliamsonComment-only nits
2011-10-01 Karl Williamsonhandy.h: Add missing isASCII_L1 macro
2011-10-01 Karl Williamsonhandy.h: Don't call _utf8 fcns if Latin1
2011-10-01 Karl Williamsonhandy.h: Don't call _utf8 fcns if ASCII
2011-10-01 Karl Williamsonhandy.h: Don't call _uni fcns if have applicable macro
2011-10-01 Karl WilliamsonDon't use swash to find cntrls
2011-10-01 Karl Williamsonhandy.h: No need to call fcns to compute if ASCII
2011-10-01 Karl Williamsonhandy.h: Simplify isASCII definition
2011-10-01 Karl Williamsonhandy.h: refactor FITS_IN_8_BITS defn
2011-10-01 Karl Williamsonhandy.h: clarify, typos in comment
2011-09-16 Nicholas ClarkProbe for <stdbool.h>, and if found use it in handy.h
2011-06-25 Father ChrysostomosTiny comment typo fix in handy.h
2011-05-18 Karl Williamsonhandy.h: Link moved to perlhacktips
2011-02-17 Karl Williamsonhandy.h: isIDFIRST_utf8() changed to use XIDStart
2011-02-14 Karl WilliamsonAdd comments
2011-01-24 Nicholas ClarkMove the non-generated parts of l1_char_class_tab.h...
2010-12-21 H.Merijn BrandMove metaconfig control comments into its own files
2010-12-20 H.Merijn BrandAdd sin6_scope_id probe (LeoNerd)
2010-12-10 H.Merijn BrandAdd probe for sa_len availability in sockaddr struct
2010-11-28 Karl Williamsonregexec.c: Latin1 chars can fold match UTF8_ALL
2010-11-22 Karl Williamsonhandy.h: New #define to use new bit
2010-11-14 Father Chrysostomos[perl #74022] Parser hangs on some Unicode characters
2010-09-28 Zeframsystematically provide pv/pvn/pvs/sv quartets
2010-09-25 Karl Williamsonhandy.h: Fix so x2p compiles
2010-09-25 Karl Williamsonhandy.h: Add isFOO_L1() macros, using table lookup
2010-09-25 Karl Williamsonhandy.h: Make isWORDCHAR() primary documentation
2010-09-25 Karl Williamsonhandy.h: Slightly change the pod
2010-09-25 Karl Williamsonhandy.h: alphabetize pod entries
2010-09-25 Karl Williamsonhandy.h: Change isFOO_A() to be O(1) performance
2010-09-25 Karl Williamsonhandy.h: EBCDIC should use native isalpha()
2010-09-25 Karl Williamsonhandy.h: Add isFOO_A() macros for ASCII range matches
2010-09-25 Karl Williamsonhandy.h: should use EBCDIC libc isdigit()
2010-09-25 Karl Williamsonhandy.h: move macro in file
2010-09-25 Karl WilliamsonSubject: handy.h: Add isWORDCHAR() for clarity
2010-09-25 Karl WilliamsonAdd a comment; clarify another
2010-09-25 Karl WilliamsonIndent a comment better
2010-09-25 Karl WilliamsonSubject: handy.h: Reorder #defines alphabetically
2010-09-25 Karl Williamsonhandy.h: isSPACE() is wrong for EBCDIC
2010-09-25 Karl Williamsonhandy.h: EBCDIC isBLANK() is wrong
2010-09-25 Karl Williamsonhandy.h: isPSXSPC() is wrong for EBCDIC
2010-09-25 Karl WilliamsonSubject: handy.h: Move defn's outside #ifndef EBCDIC
2010-09-24 Karl WilliamsonRename isALNUM_L1 to isWORDCHAR_L1
2010-09-24 Karl Williamsonhandy.h: Add isALNUM_L1() macro
2010-09-24 Karl WilliamsonSubject: handy.h: Add isSPACE_L1 with Unicode semantics
2010-09-22 Karl Williamsonhandy.h: isASCII() extend to work on > 8 bit values
2010-09-22 Karl Williamsonhandy.h: Don't use isascii() as not in all libc's
2010-09-22 Karl Williamsonhandy.h: Fix-up documentation
2010-09-22 Karl Williamsonhandy.h: toUPPER is not a char class fcn
2010-09-16 Karl WilliamsonFix /[\8]/ to not match NULL; give correct warning
2010-09-13 Karl Williamsonhandy.h: Add bounds checking to case change arrays
2010-09-13 Karl Williamsonhandy.h: Add FITS_IN_8_BITS() macro
2010-08-22 Zeframadd lex_stuff_pvs()
2010-08-02 Karl Williamsonhandy.h: Note Devel::PPPort has duplicated macros
2010-05-28 Nicholas ClarkAdd C_ARRAY_END(), returning a pointer to after the...
2010-05-17 Karl WilliamsonPATCH: Clean up EBCDIC handling of \cX
2010-04-26 Karl WilliamsonMake sure isCNTRL and isASCII work on signed chars
2010-04-25 Nicholas ClarkMore defensive definition of memEQs().
2010-04-15 Ævar Arnfjörð Bjar... Set the legacy process name with prctl() on assignment...
2010-04-15 David Mitchelluse cBOOL for bool casts
2010-04-13 H.Merijn BrandProbe for prctl () and check id PR_SET_NAME is supported
2010-02-20 Karl WilliamsonPATCH: deprecation warnings for unreasonable charnames
2010-01-26 Jim Cromiecomment grammar, indentation
2010-01-14 David GoldenOmnibus strict and lax version parsing
2010-01-05 H.Merijn BrandFD 4 is not (yet) open at this stage.
2009-11-14 Karl Williamsonadd code for Unicode semantics for non-utf8 latin1...
2009-11-10 SisyphusAdd mingw64 support
2009-10-16 Nicholas ClarkEnable deprecation warnings by default.
2009-10-13 Nicholas ClarkReplace Perl_deprecate() with a macro that calls Perl_c...
2009-09-13 Rafael Garcia-SuarezRemove obsolete functions is_uni_alnumc, is_uni_alnumc_...
2009-06-21 Jim Cromiedrop remaining mentions of PERL_MEM_LOG_FOO envars
2009-06-21 Jim Cromieinvert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_N...
2009-03-29 David Mitchellprovide minimal documentation for the MUTABLE_*() macros
2009-03-25 H.Merijn BrandDetection of IPv6 clueful functions by Configure (part 1)
2009-01-21 Nicholas ClarkAdd get_cvs() as a shortcut for STR_WITH_LEN() and...
2008-12-19 Steve PetersSubject: PATCH 5.10 documentation
2008-11-03 Marcus Holland-MoritzThe breakage caused by #34653 (sh|c)ould have been...
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-29 Nicholas ClarkAdd MUTABLE_IO(), and eliminate (IO *) casts in *.c.
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas ClarkAdd MUTABLE_HV(), and remove (HV *) casts from headers.
2008-10-27 Nicholas ClarkMHX notes that I have a superfluous void cast.
2008-10-27 Nicholas ClarkAdd MUTABLE_AV(), and remove (AV *) casts from headers.
2008-10-27 Nicholas ClarkAdd a macro MUTABLE_PTR(p), which on (non-pedantic...
2008-10-26 Marcus Holland-MoritzMake sure Perl_mem_log_(?:alloc|realloc|free) have...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-10-24 Marcus Holland-MoritzMake C++ compilers happy #4: move cast so Newc() and
2008-10-24 Marcus Holland-MoritzMake C++ compilers happy #1: "typename" is a C++ keyword.
2008-10-24 Marcus Holland-MoritzAdd SV allocation tracing to -Dm and PERL_MEM_LOG
next