| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [perl #17376] Bug Report - our(%) | Yitzchak Scott-Thoennes | 2002-10-02 | 1 | -1/+1 |
* | move all pad-related code to its own src file | Dave Mitchell | 2002-10-02 | 1 | -52/+10 |
* | enable -ansi -pedantic | Jarkko Hietaniemi | 2002-09-26 | 1 | -2/+2 |
* | Fix #17375 (rcatline didn't work on a formerly-defined undef) by | Abhijit Menon-Sen | 2002-09-17 | 1 | -3/+7 |
* | Copy On Write | Nicholas Clark | 2002-08-17 | 1 | -2/+6 |
* | Remove pseudo-hashes (complete) | Michael G. Schwern | 2002-08-17 | 1 | -88/+15 |
* | Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness. | Hugo van der Sanden | 2002-08-12 | 1 | -2/+5 |
* | Defined-or patch (cleaned up) | Brent Dax | 2002-08-05 | 1 | -0/+36 |
* | Further tweaking on the Unicode s///. | Jarkko Hietaniemi | 2002-06-26 | 1 | -3/+7 |
* | Let's not leak. | Jarkko Hietaniemi | 2002-06-26 | 1 | -1/+1 |
* | Another Unicode s/// buglet, from SADAHIRO Tomoyuki. | Jarkko Hietaniemi | 2002-06-26 | 1 | -0/+9 |
* | Unicode s/// buglet found by Gregor Chrupala in perl-unicode. | Jarkko Hietaniemi | 2002-06-25 | 1 | -0/+2 |
* | Re: [PATCH scope.c] Re: local($tied->{foo}) leaks | Dave Mitchell | 2002-05-07 | 1 | -20/+2 |
* | correctly unlocalise exists on tied/%ENV | Dave Mitchell | 2002-05-07 | 1 | -5/+17 |
* | [proposed PATCH] correctly unlocalise exists on tied/%ENV | Dave Mitchell | 2002-05-06 | 1 | -1/+6 |
* | Re: [PATCH scope.c] Re: local($tied->{foo}) leaks | Dave Mitchell | 2002-05-04 | 1 | -2/+20 |
* | New UTF-8 surprise | Andreas König | 2002-04-24 | 1 | -1/+8 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -3/+3 |
* | Re: [ID 20020412.005] Dancing ??s | Hugo van der Sanden | 2002-04-15 | 1 | -8/+12 |
* | UTF-8 bug (maybe alreayd known?) | Andreas König | 2002-03-17 | 1 | -6/+12 |
* | more warnings tidyup | Paul Marquess | 2002-03-11 | 1 | -8/+8 |
* | spelling correction | Nicholas Clark | 2002-03-11 | 1 | -1/+1 |
* | Re: Copying PV only with possible UTF-8 characters | John Peacock | 2002-02-24 | 1 | -8/+1 |
* | The | Andreas König | 2002-01-24 | 1 | -0/+3 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | Special treatment for U+03B0 and U+0390 in //i, | Jarkko Hietaniemi | 2002-01-12 | 1 | -3/+1 |
* | Finish up (ha!) the Unicode case folding; | Jarkko Hietaniemi | 2002-01-05 | 1 | -1/+4 |
* | shared hash keys and ++/-- | Nicholas Clark | 2001-12-03 | 1 | -3/+3 |
* | spaceship and refs | Nicholas Clark | 2001-11-21 | 1 | -1/+2 |
* | [?PATCH] terser pp_eq | Nicholas Clark | 2001-11-20 | 1 | -34/+25 |
* | Retract #13048: that introduced a malloc() (through savepvn()) | Jarkko Hietaniemi | 2001-11-18 | 1 | -7/+16 |
* | Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix | Jeff Pinyan | 2001-11-16 | 1 | -16/+7 |
* | [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted | Abhijit Menon-Sen | 2001-11-12 | 1 | -0/+2 |
* | remove small IVop redundancy | Nicholas Clark | 2001-10-25 | 1 | -4/+0 |
* | Oh, bother. In Tru64 cc -std1 was looking rather nice | Jarkko Hietaniemi | 2001-10-17 | 1 | -2/+2 |
* | (retracted by #12485) | Jarkko Hietaniemi | 2001-10-17 | 1 | -2/+2 |
* | Rename the variable: it *used* to be (wrongly) that the | Jarkko Hietaniemi | 2001-09-02 | 1 | -4/+4 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -3/+3 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -16/+16 |
* | New try for ID 20010407.006: detach the semantics | Jarkko Hietaniemi | 2001-08-18 | 1 | -6/+8 |
* | Retract #11712 for now. The real fix would probably | Jarkko Hietaniemi | 2001-08-18 | 1 | -2/+2 |
* | (Retracted by #11714) | Jarkko Hietaniemi | 2001-08-18 | 1 | -2/+2 |
* | Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context | Hugo van der Sanden | 2001-08-17 | 1 | -0/+16 |
* | Re: Can't localize *FH, then tie it | Abhijit Menon-Sen | 2001-08-12 | 1 | -6/+9 |
* | Re: [ID 20010806.006] Can't read coderef from tied variable | Abhijit Menon-Sen | 2001-08-07 | 1 | -0/+3 |
* | Continuation of #11575: SANY_SEEN completely deprecated, | Jarkko Hietaniemi | 2001-08-04 | 1 | -1/+1 |
* | Retract #11212. | Jarkko Hietaniemi | 2001-07-08 | 1 | -5/+0 |
* | (Retracted by #11223.) | Graham Barr | 2001-07-08 | 1 | -0/+5 |
* | gcc -Wall nit. | Jarkko Hietaniemi | 2001-07-04 | 1 | -2/+2 |
* | Re: [PATCH @11016] Fixes compile errors in four files | Philip Newton | 2001-07-03 | 1 | -2/+2 |