summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-161-4/+4
* Make offsets support conditionalYves Orton2007-01-163-30/+79
* Typo fix, by Robin BarkerRafael Garcia-Suarez2007-01-161-1/+1
* make Dump display the SVf_BREAK flagDave Mitchell2007-01-151-0/+1
* Enable the ~~ operator by default.Rafael Garcia-Suarez2007-01-155-62/+4
* when cloning PL_regex_pad, copy SVf_BREAK flag tooDave Mitchell2007-01-151-0/+2
* pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly aNicholas Clark2007-01-155-131/+54
* Make changes analagous to pp_rv2hv's 21394 and 24489 in pp_rv2av.Nicholas Clark2007-01-151-12/+12
* Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ...Yves Orton2007-01-154-15/+43
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-1515-139/+281
* Add get_cvn_flags(), which is like get_cv() but takes a length. ThisNicholas Clark2007-01-1512-26/+65
* symbian/xsbuild.plJarkko Hietaniemi2007-01-151-17/+54
* extend threads 'veto cleanup' to perl_free and system stuffDave Mitchell2007-01-155-2/+20
* Proper symbian fix (replacing change #29813) by JarkkoRafael Garcia-Suarez2007-01-151-1/+1
* Use the $Is_MacOS variableRafael Garcia-Suarez2007-01-151-3/+3
* Simplify the ok/not ok logicRafael Garcia-Suarez2007-01-151-9/+13
* Various cleanup and factorization by SchwernRafael Garcia-Suarez2007-01-151-16/+23
* Introduce the :5.10.0 feature bundle, and make :5.10 anRafael Garcia-Suarez2007-01-151-5/+11
* Fix link to perlsyn (thanks to Michael G Schwern)Rafael Garcia-Suarez2007-01-151-1/+1
* Remove the "dor" feature alias.Rafael Garcia-Suarez2007-01-151-5/+0
* Document "no feature" (Michael G Schwern)Rafael Garcia-Suarez2007-01-151-1/+16
* Move the documentation of the lexical effect of feature.pm to its ownRafael Garcia-Suarez2007-01-151-5/+17
* Remove obsolete notes and TODOs from feature.pmRafael Garcia-Suarez2007-01-151-12/+1
* Add a reference to the docs for state() variables in feature.pmRafael Garcia-Suarez2007-01-151-0/+2
* Factorise croak() calls and error messages in feature.pmRafael Garcia-Suarez2007-01-151-18/+21
* Test that names with embedded NULs work for symbolic array, hash andNicholas Clark2007-01-151-3/+44
* Revert perl.h part of change 29811, which breaks compilation with gccRafael Garcia-Suarez2007-01-151-1/+1
* g++ fixesJarkko Hietaniemi2007-01-152-3/+5
* Symbian/S90 further fixesJarkko Hietaniemi2007-01-153-2/+6
* make S_ithread_run() call S_ithread_free() in main contextDave Mitchell2007-01-141-4/+6
* further refinement to #29796 (cleanup veto)Dave Mitchell2007-01-141-6/+14
* Re: Memory...growing, and growingMarvin Humphrey2007-01-141-0/+4
* unfreed threads should trigger cleanup vetoDave Mitchell2007-01-131-3/+11
* In S_hfreeentries, orig_array can be const.Nicholas Clark2007-01-131-3/+2
* TODO: yada yada yadaRafael Garcia-Suarez2007-01-131-0/+10
* Re: AW: umask handling in File::TempGisle Aas2007-01-131-2/+6
* perlthrtut.pod (based on perl-current@29766)Wolfgang Laun2007-01-131-8/+11
* fix PL_parser_dup symbol (again)Dave Mitchell2007-01-123-5/+2
* Rationalise refcounting of thread structuresDave Mitchell2007-01-121-59/+52
* Superdome now also in Itanium series (sx1000 & sx2000),H.Merijn Brand2007-01-121-6/+8
* gcc -dumpversion is at least supported back to 2.7.x andH.Merijn Brand2007-01-127-7/+7
* makedef.pl should be able to load "strict"Rafael Garcia-Suarez2007-01-121-0/+2
* Upgrade to ExtUtils::Manifest 1.51Rafael Garcia-Suarez2007-01-122-11/+142
* fix typo in hv.cDave Mitchell2007-01-121-1/+1
* fix PL_parser_dup symbolDave Mitchell2007-01-123-3/+8
* make tr/// threadsafe by moving swash into padDave Mitchell2007-01-122-5/+37
* trivia in perlthrtut.podWolfgang Laun2007-01-121-7/+7
* Update copyright year in "perl -v" outputSteve Hay2007-01-111-1/+1
* Fix bug [perl #41234] : the tokenizer understands "=cute"Rafael Garcia-Suarez2007-01-111-1/+1
* Change 29753 messed up do_hv_dump() [my fault]Nicholas Clark2007-01-112-2/+3