| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-16 | 1 | -4/+4 |
* | Make offsets support conditional | Yves Orton | 2007-01-16 | 3 | -30/+79 |
* | Typo fix, by Robin Barker | Rafael Garcia-Suarez | 2007-01-16 | 1 | -1/+1 |
* | make Dump display the SVf_BREAK flag | Dave Mitchell | 2007-01-15 | 1 | -0/+1 |
* | Enable the ~~ operator by default. | Rafael Garcia-Suarez | 2007-01-15 | 5 | -62/+4 |
* | when cloning PL_regex_pad, copy SVf_BREAK flag too | Dave Mitchell | 2007-01-15 | 1 | -0/+2 |
* | pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly a | Nicholas Clark | 2007-01-15 | 5 | -131/+54 |
* | Make changes analagous to pp_rv2hv's 21394 and 24489 in pp_rv2av. | Nicholas Clark | 2007-01-15 | 1 | -12/+12 |
* | Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ... | Yves Orton | 2007-01-15 | 4 | -15/+43 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 15 | -139/+281 |
* | Add get_cvn_flags(), which is like get_cv() but takes a length. This | Nicholas Clark | 2007-01-15 | 12 | -26/+65 |
* | symbian/xsbuild.pl | Jarkko Hietaniemi | 2007-01-15 | 1 | -17/+54 |
* | extend threads 'veto cleanup' to perl_free and system stuff | Dave Mitchell | 2007-01-15 | 5 | -2/+20 |
* | Proper symbian fix (replacing change #29813) by Jarkko | Rafael Garcia-Suarez | 2007-01-15 | 1 | -1/+1 |
* | Use the $Is_MacOS variable | Rafael Garcia-Suarez | 2007-01-15 | 1 | -3/+3 |
* | Simplify the ok/not ok logic | Rafael Garcia-Suarez | 2007-01-15 | 1 | -9/+13 |
* | Various cleanup and factorization by Schwern | Rafael Garcia-Suarez | 2007-01-15 | 1 | -16/+23 |
* | Introduce the :5.10.0 feature bundle, and make :5.10 an | Rafael Garcia-Suarez | 2007-01-15 | 1 | -5/+11 |
* | Fix link to perlsyn (thanks to Michael G Schwern) | Rafael Garcia-Suarez | 2007-01-15 | 1 | -1/+1 |
* | Remove the "dor" feature alias. | Rafael Garcia-Suarez | 2007-01-15 | 1 | -5/+0 |
* | Document "no feature" (Michael G Schwern) | Rafael Garcia-Suarez | 2007-01-15 | 1 | -1/+16 |
* | Move the documentation of the lexical effect of feature.pm to its own | Rafael Garcia-Suarez | 2007-01-15 | 1 | -5/+17 |
* | Remove obsolete notes and TODOs from feature.pm | Rafael Garcia-Suarez | 2007-01-15 | 1 | -12/+1 |
* | Add a reference to the docs for state() variables in feature.pm | Rafael Garcia-Suarez | 2007-01-15 | 1 | -0/+2 |
* | Factorise croak() calls and error messages in feature.pm | Rafael Garcia-Suarez | 2007-01-15 | 1 | -18/+21 |
* | Test that names with embedded NULs work for symbolic array, hash and | Nicholas Clark | 2007-01-15 | 1 | -3/+44 |
* | Revert perl.h part of change 29811, which breaks compilation with gcc | Rafael Garcia-Suarez | 2007-01-15 | 1 | -1/+1 |
* | g++ fixes | Jarkko Hietaniemi | 2007-01-15 | 2 | -3/+5 |
* | Symbian/S90 further fixes | Jarkko Hietaniemi | 2007-01-15 | 3 | -2/+6 |
* | make S_ithread_run() call S_ithread_free() in main context | Dave Mitchell | 2007-01-14 | 1 | -4/+6 |
* | further refinement to #29796 (cleanup veto) | Dave Mitchell | 2007-01-14 | 1 | -6/+14 |
* | Re: Memory...growing, and growing | Marvin Humphrey | 2007-01-14 | 1 | -0/+4 |
* | unfreed threads should trigger cleanup veto | Dave Mitchell | 2007-01-13 | 1 | -3/+11 |
* | In S_hfreeentries, orig_array can be const. | Nicholas Clark | 2007-01-13 | 1 | -3/+2 |
* | TODO: yada yada yada | Rafael Garcia-Suarez | 2007-01-13 | 1 | -0/+10 |
* | Re: AW: umask handling in File::Temp | Gisle Aas | 2007-01-13 | 1 | -2/+6 |
* | perlthrtut.pod (based on perl-current@29766) | Wolfgang Laun | 2007-01-13 | 1 | -8/+11 |
* | fix PL_parser_dup symbol (again) | Dave Mitchell | 2007-01-12 | 3 | -5/+2 |
* | Rationalise refcounting of thread structures | Dave Mitchell | 2007-01-12 | 1 | -59/+52 |
* | Superdome now also in Itanium series (sx1000 & sx2000), | H.Merijn Brand | 2007-01-12 | 1 | -6/+8 |
* | gcc -dumpversion is at least supported back to 2.7.x and | H.Merijn Brand | 2007-01-12 | 7 | -7/+7 |
* | makedef.pl should be able to load "strict" | Rafael Garcia-Suarez | 2007-01-12 | 1 | -0/+2 |
* | Upgrade to ExtUtils::Manifest 1.51 | Rafael Garcia-Suarez | 2007-01-12 | 2 | -11/+142 |
* | fix typo in hv.c | Dave Mitchell | 2007-01-12 | 1 | -1/+1 |
* | fix PL_parser_dup symbol | Dave Mitchell | 2007-01-12 | 3 | -3/+8 |
* | make tr/// threadsafe by moving swash into pad | Dave Mitchell | 2007-01-12 | 2 | -5/+37 |
* | trivia in perlthrtut.pod | Wolfgang Laun | 2007-01-12 | 1 | -7/+7 |
* | Update copyright year in "perl -v" output | Steve Hay | 2007-01-11 | 1 | -1/+1 |
* | Fix bug [perl #41234] : the tokenizer understands "=cute" | Rafael Garcia-Suarez | 2007-01-11 | 1 | -1/+1 |
* | Change 29753 messed up do_hv_dump() [my fault] | Nicholas Clark | 2007-01-11 | 2 | -2/+3 |