| Commit message (Expand) | Author | Age | Files | Lines |
* | Rearrange members of structures to reduce memory size on some | Nicholas Clark | 2007-03-31 | 6 | -12/+12 |
* | Integrate: | Nicholas Clark | 2007-03-31 | 1 | -1/+12 |
* | Reorder the members of various regexp structs to reduce their size on | Nicholas Clark | 2007-03-31 | 2 | -15/+15 |
* | Fix URL rot in README.vms | Craig A. Berry | 2007-03-31 | 1 | -22/+23 |
* | Make Perl_vms_start_glob return the input pattern when there are | Craig A. Berry | 2007-03-31 | 1 | -0/+11 |
* | precomp in struct regexp can be const char *. | Nicholas Clark | 2007-03-31 | 1 | -1/+2 |
* | Fix bug #42224, perl -MO=Deparse -e 'print readpipe $x, $y' broken | Rafael Garcia-Suarez | 2007-03-31 | 1 | -2/+4 |
* | Fix the error message "Can't call method "DOES" on unblessed | Rafael Garcia-Suarez | 2007-03-31 | 3 | -3/+15 |
* | Don't use utf8.pm in the test (avoiding embedding utf8 in the test | Rafael Garcia-Suarez | 2007-03-31 | 1 | -3/+2 |
* | This was released as 2.16. | Abhijit Menon-Sen | 2007-03-31 | 1 | -1/+1 |
* | Add new hints files. | Abhijit Menon-Sen | 2007-03-31 | 1 | -0/+2 |
* | Bump File::Glob's VERSION to go with change 30103. | Nicholas Clark | 2007-03-30 | 1 | -1/+1 |
* | Remove the never-used numeric and character switch ops. | Nicholas Clark | 2007-03-30 | 1 | -3/+0 |
* | A logical rearrangement of ops, to get the post 5.005 ops to their | Nicholas Clark | 2007-03-30 | 6 | -365/+361 |
* | Oops. Failed to remove the now obsolete comment about custom ops. | Nicholas Clark | 2007-03-30 | 1 | -2/+0 |
* | Remove the restriction that op_custom has to be the last op. | Nicholas Clark | 2007-03-30 | 2 | -3/+4 |
* | When dup'ing a filehandle, retain the :utf8 layer | Rafael Garcia-Suarez | 2007-03-30 | 2 | -1/+23 |
* | Add two deprecation warnings: | Rafael Garcia-Suarez | 2007-03-30 | 4 | -2/+53 |
* | cflags.SH: 30327 wasn't portable Bourne (avoid '!: not found') | Jarkko Hietaniemi | 2007-03-30 | 1 | -1/+1 |
* | Upgrade to CGI.pm-3.28 | Steve Peters | 2007-03-29 | 3 | -6/+13 |
* | Shorten 'skipping...' test message | Jerry D. Hedden | 2007-03-29 | 1 | -1/+1 |
* | Back out changes 30762 and 30763 | Rafael Garcia-Suarez | 2007-03-29 | 1 | -4/+3 |
* | : perlguts.pod | John P. Linderman | 2007-03-28 | 1 | -4/+4 |
* | stop the cargo cult of (MEM_SIZE)~0 | Jarkko Hietaniemi | 2007-03-27 | 3 | -5/+7 |
* | Compress::Zlib isn't a good example of extra modules, | Rafael Garcia-Suarez | 2007-03-27 | 1 | -4/+3 |
* | Fix return value of state assignment ($x=state $y=$z). | Rafael Garcia-Suarez | 2007-03-27 | 3 | -12/+60 |
* | util.c [PATCH] perlhack.pod (Was: Re: threads crashes in Tru64) | Jarkko Hietaniemi | 2007-03-27 | 2 | -9/+34 |
* | Documented the PA-RISC End-Of_Life plan; more servers; some IPF | H.Merijn Brand | 2007-03-27 | 1 | -25/+52 |
* | In struct regexp replace the two arrays of I32s accessed via startp | Nicholas Clark | 2007-03-26 | 9 | -157/+137 |
* | add p55.t MAD tests, and convert renamed mad/nomad into a module | Gerard Goossen | 2007-03-26 | 3 | -55/+230 |
* | Rename mad/nomad to mad/Nomad.pm | Gerard Goossen | 2007-03-26 | 2 | -1/+1 |
* | Move the declaration of two variables into the only block that uses | Nicholas Clark | 2007-03-26 | 1 | -4/+2 |
* | Nit to change 30762 by Gisle. | Rafael Garcia-Suarez | 2007-03-26 | 1 | -1/+1 |
* | Re: substr($megabytes, 30) = | Yitzchak Scott-Thoennes | 2007-03-26 | 1 | -3/+4 |
* | Make the warning "interpreted as function" a bit less annoying, | Rafael Garcia-Suarez | 2007-03-26 | 2 | -7/+18 |
* | say() should parse exactly like print() | Rafael Garcia-Suarez | 2007-03-26 | 2 | -1/+3 |
* | Remove the object_compatibility placeholder in the interpreter struct | Rafael Garcia-Suarez | 2007-03-26 | 1 | -5/+0 |
* | On Linux, don't compile with -DTHREADS_HAVE_PIDS if the | Rafael Garcia-Suarez | 2007-03-26 | 1 | -1/+7 |
* | Simplify the logic in Perl_re_dup() - copy the structure as 1 block, | Nicholas Clark | 2007-03-26 | 1 | -31/+15 |
* | Change 30753 forgot to remove 2 now unused variables. | Nicholas Clark | 2007-03-25 | 1 | -2/+0 |
* | Looks like re_dup has been leaking references on 2 SVs for most regexps | Nicholas Clark | 2007-03-25 | 1 | -15/+27 |
* | A more efficient copy in Perl_reg_temp_copy() | Nicholas Clark | 2007-03-25 | 1 | -25/+9 |
* | Re: The performance problem of 30678 | Marcus Holland-Moritz | 2007-03-25 | 1 | -3/+21 |
* | Make readline() default to *ARGV. | Rafael Garcia-Suarez | 2007-03-24 | 10 | -10/+49 |
* | Now that readpipe defaults to $_, I should update the prototype table | Rafael Garcia-Suarez | 2007-03-24 | 3 | -3/+3 |
* | Make sure readpipe without argument can be followed by // | Rafael Garcia-Suarez | 2007-03-24 | 1 | -1/+1 |
* | Make readpipe default to $_ | Rafael Garcia-Suarez | 2007-03-24 | 3 | -2/+14 |
* | startp and endp can allocate their array of I32s from the same block of | Nicholas Clark | 2007-03-24 | 2 | -16/+12 |
* | It's possible to write the dup of struct reg_substr_datum with a | Nicholas Clark | 2007-03-23 | 1 | -9/+14 |
* | Don't use PL_na. | Rafael Garcia-Suarez | 2007-03-23 | 1 | -1/+1 |