summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* perldelta: Give better instructions about (?^...)Karl Williamson2010-09-231-3/+14
* perldelta entry for File::DosGlobFather Chrysostomos2010-09-231-0/+9
* [perl #71712] fixes for File::DosGlobAlex Davies2010-09-232-3/+51
* * Fixed output for lex-like scanners example in perlopbrian d foy2010-09-231-4/+4
* perlfaa4: fix a one-off mistakebrian d foy2010-09-231-1/+1
* perldelta entry for File::FindFather Chrysostomos2010-09-231-0/+7
* [perl #71710] fixes for File::FindAlex Davies2010-09-232-9/+73
* Updated Unicode-Collate to CPAN version 0.60Chris 'BinGOs' Williams2010-09-2335-222/+1253
* Add default safe guesses for static_inline to plan9 files.Andy Dougherty2010-09-232-0/+23
* Add static inline values to canned Netware/config_H.wc file.Andy Dougherty2010-09-231-0/+21
* Update canned win32/config_H.* files with static inline valuesAndy Dougherty2010-09-237-0/+172
* Update static_inline guesses in win32/config.[gv]c*Andy Dougherty2010-09-234-8/+8
* Some tests for Perl_grok_number().Nicholas Clark2010-09-235-2/+104
* Set default static inline for Netware/config.wc.Andy Dougherty2010-09-231-1/+1
* Add default setting of perl_static_inline='static' to all win32 configs.Andy Dougherty2010-09-236-6/+6
* Set d_static_inline for win32/config.vc, since VC supports static __inline.Andy Dougherty2010-09-231-1/+1
* Make dquote_static.c available to ext/re/Tony Cook2010-09-231-1/+6
* Configure inline support for 32-bit VC++Tony Cook2010-09-231-1/+1
* [perl #71806] perldb does not setup %dbline with the shebang option -dFather Chrysostomos2010-09-233-3/+23
* perldelta for bug #70615 + tweaksFather Chrysostomos2010-09-231-1/+8
* Fix code-before-declaration problem in universal.cSteve Hay2010-09-231-3/+6
* [perl #70614] Seg. fault with eval/use/UNITCHECK/DESTROY/eval combinationFather Chrysostomos2010-09-222-2/+9
* Remove unneeded 'use' from ext/XS-APItest/t/peep.t Devel::Peek is not used by...Jerry D. Hedden2010-09-221-2/+0
* regcomp.c: Convert some things to use cBOOL()Karl Williamson2010-09-221-4/+4
* re.pm: Change comment to use new (?^...)Karl Williamson2010-09-221-1/+1
* Add /d, /l, /u (infixed) regex modifiersKarl Williamson2010-09-2213-38/+187
* Change .t to use new (?^...)Karl Williamson2010-09-221-1/+1
* Change comments, documentation for new (?^...)Karl Williamson2010-09-222-4/+4
* Change to use mnemonic instead of char constantKarl Williamson2010-09-222-2/+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
* autodoc.pl: Allow heading level documentationKarl Williamson2010-09-221-2/+54
* Add lib to @INC in t/base/rs.tFather Chrysostomos2010-09-221-3/+9
* Run perl regen.pl after removing regcurly from embed.fnc.Andy Dougherty2010-09-223-14/+0
* Extract regcurly as a static inline function.Andy Dougherty2010-09-225-26/+55
* Remove @extvars from embed.plNicholas Clark2010-09-221-23/+0
* Add missing newline to macro_to_ifndef in ExtUtils::Constant::BaseJerry D. Hedden2010-09-221-1/+1
* In embed.pl, replace C<$ret .=> with C<$ret => when we know that $ret is "".Nicholas Clark2010-09-221-13/+12
* Remove &munge_c_files from embed.pl, as it has never been used.Nicholas Clark2010-09-221-34/+3
* Emit $_ to Perl_$_ for "nocontext" functions under multiplicity.Nicholas Clark2010-09-222-4/+20
* In embed.pl, refactor walk_table to simplify its arguments.Nicholas Clark2010-09-221-13/+12
* Ensure regen.pl and the scripts that it calls can be run by older perls.Nicholas Clark2010-09-225-25/+22
* In embed.pl's walk_table, the default filename of '-' was never used.Nicholas Clark2010-09-221-4/+1
* Programmatically generate the compatibility macros for "misnamed functions".Nicholas Clark2010-09-223-36/+41
* Remove from warnings.pl various long commented out and dead code.Nicholas Clark2010-09-221-8/+0
* Fix misinformation in perldebtutFlorian Ragwitz2010-09-221-1/+1