summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
* USE_STRLCAT and USE_STRLCPY now actually usedH.Merijn Brand2005-03-301-6/+3
* More consting goodnessAndy Lester2005-03-211-8/+8
* Since strlcat/strlcpy are not argument/return value compatibleH.Merijn Brand2004-11-011-11/+6
* The next step in strlcat ()/ strcpy () detection and usageH.Merijn Brand2004-10-311-0/+13
* Encourage compilers to tail call optimise in sv_savepv, sv_savepvnNicholas Clark2004-07-161-0/+34
* [patch] log the interpreter id in warningsStas Bekman2004-04-211-0/+16
* Unlike perl, 0 in void context isn't special cased in C :-)Nicholas Clark2004-03-241-3/+3
* malloc wrappageJarkko Hietaniemi2004-03-171-0/+32
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* RE: MIME-Base64-2.22 [PATCH]Robin Barker2004-01-121-1/+1
* line numbers are given % 64kJames Jurach2003-07-021-3/+3
* OS2 patchesIlya Zakharevich2003-06-151-0/+2
* z/OS: More threaded build tweaks from Brian De Pradine--Jarkko Hietaniemi2003-05-011-1/+5
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Bunch of doc patches from Stas; plus regen.Stas Bekman2003-03-101-0/+1
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* LEAKTEST is dead, RIPH.Merijn Brand2002-09-261-36/+0
* Sarathy pointed out that instead of zeroing heapJarkko Hietaniemi2002-05-191-2/+9
* my $utf8here, our $utf8here, and package variable $utf8here.Jarkko Hietaniemi2002-04-161-1/+4
* UIN32_MAX with borken under HP-UX+gccGurusamy Sarathy2002-03-161-1/+5
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-2/+12
* Small tweaks.Jarkko Hietaniemi2001-12-221-0/+1
* Make the toupper/lower/title API for Unicode not rightJarkko Hietaniemi2001-10-091-12/+6
* Avoid #elif (less portable than #else #if).Jarkko Hietaniemi2001-08-101-3/+5
* patch to add DEL to [:cntrl:]Jeffrey Friedl2001-07-141-1/+1
* Fix for ID 20010619.003, the [[:print:]] is not supposedJarkko Hietaniemi2001-06-231-1/+1
* The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needsJarkko Hietaniemi2001-06-191-0/+8
* Re: 'decimal digits' macro? Hugo van der Sanden2001-06-031-0/+1
* EBCDIC sanity - phase INick Ing-Simmons2001-03-101-30/+30
* Integrate changes #8853,8854 from maintperl to mainline.Jarkko Hietaniemi2001-02-201-1/+1
* Merge ebcdic.c (only one function, ebcdic_control()) into util.c.Jarkko Hietaniemi2001-02-131-1/+0
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* No need to scan till infinity, 13 is enough.Jarkko Hietaniemi2000-11-261-17/+15
* Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]Dominic Dunlop2000-11-211-0/+11
* UINT64_C() work continues.Jarkko Hietaniemi2000-11-151-13/+18
* Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>Jarkko Hietaniemi2000-11-151-0/+10
* Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't linkJarkko Hietaniemi2000-10-251-15/+15
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-15/+17
* Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.Nick Ing-Simmons2000-09-301-21/+21
* Batch of UTF-8 patches from Simon Cozens.Jarkko Hietaniemi2000-09-141-15/+15
* Add [[:blank:]] as suggested inJeffrey Friedl2000-08-181-0/+17
* Minor doc patch: handy.hDaniel MuiƱo2000-07-261-1/+1
* further qualify references to "alphanumeric" (from Wolfgang LaunGurusamy Sarathy2000-06-011-1/+1
* various pod nits (from Larry Virden and others)Gurusamy Sarathy2000-04-241-4/+4
* don't blindly set bool=char on linux (from Andy Dougherty)Gurusamy Sarathy2000-02-191-11/+12
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+131