summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rearrange members of structures to reduce memory size on someNicholas Clark2007-03-316-12/+12
* Integrate:Nicholas Clark2007-03-311-1/+12
* Reorder the members of various regexp structs to reduce their size onNicholas Clark2007-03-312-15/+15
* Fix URL rot in README.vmsCraig A. Berry2007-03-311-22/+23
* Make Perl_vms_start_glob return the input pattern when there areCraig A. Berry2007-03-311-0/+11
* precomp in struct regexp can be const char *.Nicholas Clark2007-03-311-1/+2
* Fix bug #42224, perl -MO=Deparse -e 'print readpipe $x, $y' brokenRafael Garcia-Suarez2007-03-311-2/+4
* Fix the error message "Can't call method "DOES" on unblessedRafael Garcia-Suarez2007-03-313-3/+15
* Don't use utf8.pm in the test (avoiding embedding utf8 in the testRafael Garcia-Suarez2007-03-311-3/+2
* This was released as 2.16.Abhijit Menon-Sen2007-03-311-1/+1
* Add new hints files.Abhijit Menon-Sen2007-03-311-0/+2
* Bump File::Glob's VERSION to go with change 30103.Nicholas Clark2007-03-301-1/+1
* Remove the never-used numeric and character switch ops.Nicholas Clark2007-03-301-3/+0
* A logical rearrangement of ops, to get the post 5.005 ops to theirNicholas Clark2007-03-306-365/+361
* Oops. Failed to remove the now obsolete comment about custom ops.Nicholas Clark2007-03-301-2/+0
* Remove the restriction that op_custom has to be the last op.Nicholas Clark2007-03-302-3/+4
* When dup'ing a filehandle, retain the :utf8 layerRafael Garcia-Suarez2007-03-302-1/+23
* Add two deprecation warnings:Rafael Garcia-Suarez2007-03-304-2/+53
* cflags.SH: 30327 wasn't portable Bourne (avoid '!: not found')Jarkko Hietaniemi2007-03-301-1/+1
* Upgrade to CGI.pm-3.28Steve Peters2007-03-293-6/+13
* Shorten 'skipping...' test messageJerry D. Hedden2007-03-291-1/+1
* Back out changes 30762 and 30763Rafael Garcia-Suarez2007-03-291-4/+3
* : perlguts.podJohn P. Linderman2007-03-281-4/+4
* stop the cargo cult of (MEM_SIZE)~0Jarkko Hietaniemi2007-03-273-5/+7
* Compress::Zlib isn't a good example of extra modules,Rafael Garcia-Suarez2007-03-271-4/+3
* Fix return value of state assignment ($x=state $y=$z).Rafael Garcia-Suarez2007-03-273-12/+60
* util.c [PATCH] perlhack.pod (Was: Re: threads crashes in Tru64)Jarkko Hietaniemi2007-03-272-9/+34
* Documented the PA-RISC End-Of_Life plan; more servers; some IPFH.Merijn Brand2007-03-271-25/+52
* In struct regexp replace the two arrays of I32s accessed via startpNicholas Clark2007-03-269-157/+137
* add p55.t MAD tests, and convert renamed mad/nomad into a moduleGerard Goossen2007-03-263-55/+230
* Rename mad/nomad to mad/Nomad.pmGerard Goossen2007-03-262-1/+1
* Move the declaration of two variables into the only block that usesNicholas Clark2007-03-261-4/+2
* Nit to change 30762 by Gisle.Rafael Garcia-Suarez2007-03-261-1/+1
* Re: substr($megabytes, 30) = Yitzchak Scott-Thoennes2007-03-261-3/+4
* Make the warning "interpreted as function" a bit less annoying,Rafael Garcia-Suarez2007-03-262-7/+18
* say() should parse exactly like print()Rafael Garcia-Suarez2007-03-262-1/+3
* Remove the object_compatibility placeholder in the interpreter structRafael Garcia-Suarez2007-03-261-5/+0
* On Linux, don't compile with -DTHREADS_HAVE_PIDS if theRafael Garcia-Suarez2007-03-261-1/+7
* Simplify the logic in Perl_re_dup() - copy the structure as 1 block,Nicholas Clark2007-03-261-31/+15
* Change 30753 forgot to remove 2 now unused variables.Nicholas Clark2007-03-251-2/+0
* Looks like re_dup has been leaking references on 2 SVs for most regexpsNicholas Clark2007-03-251-15/+27
* A more efficient copy in Perl_reg_temp_copy()Nicholas Clark2007-03-251-25/+9
* Re: The performance problem of 30678Marcus Holland-Moritz2007-03-251-3/+21
* Make readline() default to *ARGV.Rafael Garcia-Suarez2007-03-2410-10/+49
* Now that readpipe defaults to $_, I should update the prototype tableRafael Garcia-Suarez2007-03-243-3/+3
* Make sure readpipe without argument can be followed by //Rafael Garcia-Suarez2007-03-241-1/+1
* Make readpipe default to $_Rafael Garcia-Suarez2007-03-243-2/+14
* startp and endp can allocate their array of I32s from the same block ofNicholas Clark2007-03-242-16/+12
* It's possible to write the dup of struct reg_substr_datum with aNicholas Clark2007-03-231-9/+14
* Don't use PL_na.Rafael Garcia-Suarez2007-03-231-1/+1