2011-10-01 |
Karl Williamson | handy.h Fix isOCTAL_A macro |
blob | commitdiff |
2011-10-01 |
Karl Williamson | handy.h: Add comments, pod change |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | handy.h: Improve definition of FITS_IN_8_BITS |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | handy.h: Change '(foo) ? bar : 0 to 'foo && bar' |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | handy.h: Speed up isIDFIRST_utf8() |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | Comment-only nits |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | handy.h: Add missing isASCII_L1 macro |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | handy.h: Don't call _utf8 fcns if Latin1 |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | handy.h: Don't call _utf8 fcns if ASCII |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | handy.h: Don't call _uni fcns if have applicable macro |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | Don't use swash to find cntrls |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | handy.h: No need to call fcns to compute if ASCII |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | handy.h: Simplify isASCII definition |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | handy.h: refactor FITS_IN_8_BITS defn |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | handy.h: clarify, typos in comment |
blob | commitdiff | diff to current |
2011-09-16 |
Nicholas Clark | Probe for <stdbool.h>, and if found use it in handy.h |
blob | commitdiff | diff to current |
2011-06-25 |
Father Chrysostomos | Tiny comment typo fix in handy.h |
blob | commitdiff | diff to current |
2011-05-18 |
Karl Williamson | handy.h: Link moved to perlhacktips |
blob | commitdiff | diff to current |
2011-02-17 |
Karl Williamson | handy.h: isIDFIRST_utf8() changed to use XIDStart |
blob | commitdiff | diff to current |
2011-02-14 |
Karl Williamson | Add comments |
blob | commitdiff | diff to current |
2011-01-24 |
Nicholas Clark | Move the non-generated parts of l1_char_class_tab.h... |
blob | commitdiff | diff to current |
2010-12-21 |
H.Merijn Brand | Move metaconfig control comments into its own files |
blob | commitdiff | diff to current |
2010-12-20 |
H.Merijn Brand | Add sin6_scope_id probe (LeoNerd) |
blob | commitdiff | diff to current |
2010-12-10 |
H.Merijn Brand | Add probe for sa_len availability in sockaddr struct |
blob | commitdiff | diff to current |
2010-11-28 |
Karl Williamson | regexec.c: Latin1 chars can fold match UTF8_ALL |
blob | commitdiff | diff to current |
2010-11-22 |
Karl Williamson | handy.h: New #define to use new bit |
blob | commitdiff | diff to current |
2010-11-14 |
Father Chrysostomos | [perl #74022] Parser hangs on some Unicode characters |
blob | commitdiff | diff to current |
2010-09-28 |
Zefram | systematically provide pv/pvn/pvs/sv quartets |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | handy.h: Fix so x2p compiles |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | handy.h: Add isFOO_L1() macros, using table lookup |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | handy.h: Make isWORDCHAR() primary documentation |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | handy.h: Slightly change the pod |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | handy.h: alphabetize pod entries |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | handy.h: Change isFOO_A() to be O(1) performance |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | handy.h: EBCDIC should use native isalpha() |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | handy.h: Add isFOO_A() macros for ASCII range matches |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | handy.h: should use EBCDIC libc isdigit() |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | handy.h: move macro in file |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | Subject: handy.h: Add isWORDCHAR() for clarity |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | Add a comment; clarify another |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | Indent a comment better |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | Subject: handy.h: Reorder #defines alphabetically |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | handy.h: isSPACE() is wrong for EBCDIC |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | handy.h: EBCDIC isBLANK() is wrong |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | handy.h: isPSXSPC() is wrong for EBCDIC |
blob | commitdiff | diff to current |
2010-09-25 |
Karl Williamson | Subject: handy.h: Move defn's outside #ifndef EBCDIC |
blob | commitdiff | diff to current |
2010-09-24 |
Karl Williamson | Rename isALNUM_L1 to isWORDCHAR_L1 |
blob | commitdiff | diff to current |
2010-09-24 |
Karl Williamson | handy.h: Add isALNUM_L1() macro |
blob | commitdiff | diff to current |
2010-09-24 |
Karl Williamson | Subject: handy.h: Add isSPACE_L1 with Unicode semantics |
blob | commitdiff | diff to current |
2010-09-22 |
Karl Williamson | handy.h: isASCII() extend to work on > 8 bit values |
blob | commitdiff | diff to current |
2010-09-22 |
Karl Williamson | handy.h: Don't use isascii() as not in all libc's |
blob | commitdiff | diff to current |
2010-09-22 |
Karl Williamson | handy.h: Fix-up documentation |
blob | commitdiff | diff to current |
2010-09-22 |
Karl Williamson | handy.h: toUPPER is not a char class fcn |
blob | commitdiff | diff to current |
2010-09-16 |
Karl Williamson | Fix /[\8]/ to not match NULL; give correct warning |
blob | commitdiff | diff to current |
2010-09-13 |
Karl Williamson | handy.h: Add bounds checking to case change arrays |
blob | commitdiff | diff to current |
2010-09-13 |
Karl Williamson | handy.h: Add FITS_IN_8_BITS() macro |
blob | commitdiff | diff to current |
2010-08-22 |
Zefram | add lex_stuff_pvs() |
blob | commitdiff | diff to current |
2010-08-02 |
Karl Williamson | handy.h: Note Devel::PPPort has duplicated macros |
blob | commitdiff | diff to current |
2010-05-28 |
Nicholas Clark | Add C_ARRAY_END(), returning a pointer to after the... |
blob | commitdiff | diff to current |
2010-05-17 |
Karl Williamson | PATCH: Clean up EBCDIC handling of \cX |
blob | commitdiff | diff to current |
2010-04-26 |
Karl Williamson | Make sure isCNTRL and isASCII work on signed chars |
blob | commitdiff | diff to current |
2010-04-25 |
Nicholas Clark | More defensive definition of memEQs(). |
blob | commitdiff | diff to current |
2010-04-15 |
Ævar Arnfjörð Bjar... | Set the legacy process name with prctl() on assignment... |
blob | commitdiff | diff to current |
2010-04-15 |
David Mitchell | use cBOOL for bool casts |
blob | commitdiff | diff to current |
2010-04-13 |
H.Merijn Brand | Probe for prctl () and check id PR_SET_NAME is supported |
blob | commitdiff | diff to current |
2010-02-20 |
Karl Williamson | PATCH: deprecation warnings for unreasonable charnames |
blob | commitdiff | diff to current |
2010-01-26 |
Jim Cromie | comment grammar, indentation |
blob | commitdiff | diff to current |
2010-01-14 |
David Golden | Omnibus strict and lax version parsing |
blob | commitdiff | diff to current |
2010-01-05 |
H.Merijn Brand | FD 4 is not (yet) open at this stage. |
blob | commitdiff | diff to current |
2009-11-14 |
Karl Williamson | add code for Unicode semantics for non-utf8 latin1... |
blob | commitdiff | diff to current |
2009-11-10 |
Sisyphus | Add mingw64 support |
blob | commitdiff | diff to current |
2009-10-16 |
Nicholas Clark | Enable deprecation warnings by default. |
blob | commitdiff | diff to current |
2009-10-13 |
Nicholas Clark | Replace Perl_deprecate() with a macro that calls Perl_c... |
blob | commitdiff | diff to current |
2009-09-13 |
Rafael Garcia-Suarez | Remove obsolete functions is_uni_alnumc, is_uni_alnumc_... |
blob | commitdiff | diff to current |
2009-06-21 |
Jim Cromie | drop remaining mentions of PERL_MEM_LOG_FOO envars |
blob | commitdiff | diff to current |
2009-06-21 |
Jim Cromie | invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_N... |
blob | commitdiff | diff to current |
2009-03-29 |
David Mitchell | provide minimal documentation for the MUTABLE_*() macros |
blob | commitdiff | diff to current |
2009-03-25 |
H.Merijn Brand | Detection of IPv6 clueful functions by Configure (part 1) |
blob | commitdiff | diff to current |
2009-01-21 |
Nicholas Clark | Add get_cvs() as a shortcut for STR_WITH_LEN() and... |
blob | commitdiff | diff to current |
2008-12-19 |
Steve Peters | Subject: PATCH 5.10 documentation |
blob | commitdiff | diff to current |
2008-11-03 |
Marcus Holland-Moritz | The breakage caused by #34653 (sh|c)ould have been... |
blob | commitdiff | diff to current |
2008-11-02 |
Rafael Garcia-Suarez | Explicitly specify some printf formats for constant... |
blob | commitdiff | diff to current |
2008-10-31 |
Nicholas Clark | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark | Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark | Add MUTABLE_HV(), and remove (HV *) casts from headers. |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark | MHX notes that I have a superfluous void cast. |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark | Add MUTABLE_AV(), and remove (AV *) casts from headers. |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark | Add a macro MUTABLE_PTR(p), which on (non-pedantic... |
blob | commitdiff | diff to current |
2008-10-26 |
Marcus Holland-Moritz | Make sure Perl_mem_log_(?:alloc|realloc|free) have... |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark | Update copyright years. |
blob | commitdiff | diff to current |
2008-10-24 |
Marcus Holland-Moritz | Make C++ compilers happy #4: move cast so Newc() and |
blob | commitdiff | diff to current |
2008-10-24 |
Marcus Holland-Moritz | Make C++ compilers happy #1: "typename" is a C++ keyword. |
blob | commitdiff | diff to current |
2008-10-24 |
Marcus Holland-Moritz | Add SV allocation tracing to -Dm and PERL_MEM_LOG |
blob | commitdiff | diff to current |
2008-10-24 |
Marcus Holland-Moritz | Refactor Perl_mem_log_ functions |
blob | commitdiff | diff to current |
2008-10-03 |
H.Merijn Brand | Add probes for *time64 () functions |
blob | commitdiff | diff to current |
2008-09-15 |
H.Merijn Brand | Add probes for LOCALTIME_max and LOCALTIME_min (y2038... |
blob | commitdiff | diff to current |
2008-07-07 |
H.Merijn Brand | Probe for timegm |
blob | commitdiff | diff to current |
2008-07-07 |
H.Merijn Brand | Part one of y2038 changes for Schwern |
blob | commitdiff | diff to current |
2008-02-26 |
Nicholas Clark | If the C library provides malloc_size(), we can use... |
blob | commitdiff | diff to current |
next |