summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* g++ large patchJarkko Hietaniemi2006-08-071-8/+8
* Re: Fix loads of warnings from the last escaping patch...Yves Orton2006-07-161-2/+2
* run regen_headerdsDave Mitchell2006-07-161-1/+11
* Add Russ Allbery's public domain implementations of strlcat andSteve Peters2006-07-101-0/+8
* Introduce a new function, pv_escape(), to display contents of PVsYves Orton2006-07-061-0/+4
* consting and localizing in universal.cAndy Lester2006-07-041-1/+1
* Re: [PATCH] Hash::Util::FieldHashAnno Siegel2006-06-231-0/+5
* Add the new method UNIVERSAL::DOES() and the API function sv_does()chromatic2006-06-121-0/+5
* Static cleanup in pp_sort.cAndy Lester2006-06-121-0/+4
* Proper use of enumsAndy Lester2006-06-121-1/+1
* Mark the 1st argument to S_exec_failed as non nullRafael Garcia-Suarez2006-06-091-1/+3
* Add error checks after execing PL_cshname or PL_sh_pathJan Dubois2006-06-091-0/+3
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-091-1/+17
* Regen headers following change 28325. Also, make it compileRafael Garcia-Suarez2006-05-291-19/+32
* [PATCH] gv.c constingAndy Lester2006-05-291-2/+2
* Run 'make regen' for changes 28299, 28300, 28301.Marcus Holland-Moritz2006-05-241-0/+1
* clean some lint findingsAndy Lester2006-05-231-3/+3
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-0/+2
* Abolish cop_arybase. Signal a non zero $[ with a hint flag, and storeNicholas Clark2006-05-201-0/+6
* Refactoring reghopsAndy Lester2006-05-161-2/+2
* refactoring out S_regoptailAndy Lester2006-05-161-5/+0
* S_reguni should return its lengthAndy Lester2006-05-151-3/+2
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-0/+9
* upgrade bytes_to_uniAndy Lester2006-05-121-0/+5
* Proper use of static funcs in toke.c and pp_sys.cAndy Lester2006-05-121-0/+4
* Fixing embed.fncAndy Lester2006-05-121-2/+1
* Change 28145 means that Perl_allocmy() can take a const char *name.Nicholas Clark2006-05-091-1/+1
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-1/+1
* clean up loops in doio.c and dump.cAndy Lester2006-05-031-0/+1
* Fix bug in DynaLoader, which has been passing a filename in dynamicNicholas Clark2006-05-021-0/+4
* De-duplicate the code that creates new GPs into Perl_newGP().Nicholas Clark2006-05-021-0/+3
* Reverting context removal from change #27992. This shouldSteve Peters2006-05-011-3/+3
* Removing another context parmAndy Lester2006-04-281-3/+3
* Removing unused contextAndy Lester2006-04-271-6/+6
* Following change 27942 it's clear that the return type ofNicholas Clark2006-04-241-2/+2
* Ensure GvNAME doesn't return NULLMarcus Holland-Moritz2006-04-241-1/+2
* doop.c consting, take 2Andy Lester2006-04-241-6/+6
* Refactor S_glob_2inpuvAndy Lester2006-04-241-1/+5
* Inlining static funcs in perl.cAndy Lester2006-04-241-6/+0
* Calling cv_undef() on the CV created by newCONSTSUB() would leak likeNicholas Clark2006-04-191-0/+3
* dump.c patch reduxAndy Lester2006-04-161-0/+3
* Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" theNicholas Clark2006-04-161-3/+6
* eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_svDave Mitchell2006-04-131-3/+3
* Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()Steve Hay2006-04-131-2/+2
* eliminate PL_reg_reDave Mitchell2006-04-131-10/+11
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-0/+5
* Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.Nicholas Clark2006-04-121-6/+0
* All S_dumpuntil()'s regnode pointer arguments can be const.Nicholas Clark2006-04-101-1/+1
* True consting goodness in regexesAndy Lester2006-04-101-11/+11
* eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdataDave Mitchell2006-04-051-6/+7