| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename isALNUM_L1 to isWORDCHAR_L1 | Karl Williamson | 2010-09-23 | 1 | -1/+1 |
* | handy.h: Add isALNUM_L1() macro | Karl Williamson | 2010-09-23 | 1 | -0/+1 |
* | Subject: handy.h: Add isSPACE_L1 with Unicode semantics | Karl Williamson | 2010-09-23 | 1 | -0/+4 |
* | handy.h: isASCII() extend to work on > 8 bit values | Karl Williamson | 2010-09-22 | 1 | -3/+4 |
* | handy.h: Don't use isascii() as not in all libc's | Karl Williamson | 2010-09-22 | 1 | -2/+1 |
* | handy.h: Fix-up documentation | Karl Williamson | 2010-09-22 | 1 | -18/+25 |
* | handy.h: toUPPER is not a char class fcn | Karl Williamson | 2010-09-22 | 1 | -0/+2 |
* | Fix /[\8]/ to not match NULL; give correct warning | Karl Williamson | 2010-09-16 | 1 | -0/+5 |
* | handy.h: Add bounds checking to case change arrays | Karl Williamson | 2010-09-13 | 1 | -7/+13 |
* | handy.h: Add FITS_IN_8_BITS() macro | Karl Williamson | 2010-09-13 | 1 | -0/+14 |
* | add lex_stuff_pvs() | Zefram | 2010-08-22 | 1 | -0/+9 |
* | handy.h: Note Devel::PPPort has duplicated macros | Karl Williamson | 2010-08-02 | 1 | -0/+3 |
* | Add C_ARRAY_END(), returning a pointer to after the last element of an array. | Nicholas Clark | 2010-05-28 | 1 | -0/+1 |
* | PATCH: Clean up EBCDIC handling of \cX | Karl Williamson | 2010-05-17 | 1 | -10/+3 |
* | Make sure isCNTRL and isASCII work on signed chars | Karl Williamson | 2010-04-26 | 1 | -2/+7 |
* | More defensive definition of memEQs(). | Nicholas Clark | 2010-04-25 | 1 | -1/+1 |
* | Set the legacy process name with prctl() on assignment to $0 on Linux | Ævar Arnfjörð Bjarmason | 2010-04-15 | 1 | -2/+1 |
* | use cBOOL for bool casts | David Mitchell | 2010-04-15 | 1 | -0/+6 |
* | Probe for prctl () and check id PR_SET_NAME is supported | H.Merijn Brand | 2010-04-13 | 1 | -1/+2 |
* | PATCH: deprecation warnings for unreasonable charnames | Karl Williamson | 2010-02-20 | 1 | -0/+12 |
* | comment grammar, indentation | Jim Cromie | 2010-01-25 | 1 | -2/+2 |
* | Omnibus strict and lax version parsing | David Golden | 2010-01-13 | 1 | -0/+12 |
* | FD 4 is not (yet) open at this stage. | H.Merijn Brand | 2010-01-05 | 1 | -1/+1 |
* | add code for Unicode semantics for non-utf8 latin1 chars | Karl Williamson | 2009-11-14 | 1 | -1/+12 |
* | Add mingw64 support | Sisyphus | 2009-11-09 | 1 | -2/+7 |
* | Enable deprecation warnings by default. | Nicholas Clark | 2009-10-16 | 1 | -1/+1 |
* | Replace Perl_deprecate() with a macro that calls Perl_ck_warner() | Nicholas Clark | 2009-10-13 | 1 | -0/+7 |
* | Remove obsolete functions is_uni_alnumc, is_uni_alnumc_lc, is_utf8_alnumc | Rafael Garcia-Suarez | 2009-09-13 | 1 | -3/+0 |
* | drop remaining mentions of PERL_MEM_LOG_FOO envars | Jim Cromie | 2009-06-21 | 1 | -1/+1 |
* | invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_NOIMPL | Jim Cromie | 2009-06-21 | 1 | -2/+4 |
* | provide minimal documentation for the MUTABLE_*() macros | David Mitchell | 2009-03-29 | 1 | -0/+9 |
* | Detection of IPv6 clueful functions by Configure (part 1) | H.Merijn Brand | 2009-03-25 | 1 | -12/+9 |
* | Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), and | Nicholas Clark | 2009-01-21 | 1 | -0/+2 |
* | Subject: PATCH 5.10 documentation | Steve Peters | 2008-12-19 | 1 | -12/+15 |
* | The breakage caused by #34653 (sh|c)ould have been detected | Marcus Holland-Moritz | 2008-11-03 | 1 | -1/+1 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -2/+2 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -0/+1 |
* | Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -0/+1 |
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -0/+1 |
* | Add MUTABLE_HV(), and remove (HV *) casts from headers. | Nicholas Clark | 2008-10-28 | 1 | -0/+1 |
* | MHX notes that I have a superfluous void cast. | Nicholas Clark | 2008-10-27 | 1 | -1/+1 |
* | Add MUTABLE_AV(), and remove (AV *) casts from headers. | Nicholas Clark | 2008-10-27 | 1 | -0/+1 |
* | Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not cast | Nicholas Clark | 2008-10-27 | 1 | -0/+7 |
* | Make sure Perl_mem_log_(?:alloc|realloc|free) have C linkage, | Marcus Holland-Moritz | 2008-10-26 | 1 | -4/+5 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Make C++ compilers happy #4: move cast so Newc() and | Marcus Holland-Moritz | 2008-10-24 | 1 | -7/+7 |
* | Make C++ compilers happy #1: "typename" is a C++ keyword. | Marcus Holland-Moritz | 2008-10-24 | 1 | -2/+2 |
* | Add SV allocation tracing to -Dm and PERL_MEM_LOG | Marcus Holland-Moritz | 2008-10-24 | 1 | -1/+6 |
* | Refactor Perl_mem_log_ functions | Marcus Holland-Moritz | 2008-10-24 | 1 | -2/+12 |
* | Add probes for *time64 () functions | H.Merijn Brand | 2008-10-03 | 1 | -1/+9 |