summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-1/+1
* const sv_reftypeJarkko Hietaniemi2006-10-031-1/+1
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-0/+2
* Make Perl_regdupe only exist for threaded perls.Nicholas Clark2006-09-261-0/+2
* Add hook for re_dup() into regex engine as reg_dupe (make reYves Orton2006-09-251-0/+1
* prototype() wasn't working to get the prototype of optional coreRafael Garcia-Suarez2006-09-201-1/+1
* Re: \N{...} in regular expression [PATCH]Yves Orton2006-09-191-0/+1
* Teach regex optimiser how to handle (?=) and (?<=) properly.Yves Orton2006-09-111-2/+4
* Re: [PATCH] Trie jumpingYves Orton2006-09-051-3/+6
* gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),Steve Peters2006-08-171-1/+1
* g++ large patchJarkko Hietaniemi2006-08-071-4/+4
* Re: Fix loads of warnings from the last escaping patch...Yves Orton2006-07-161-4/+4
* Updated escaping code. utf8 regex debug output improvementsYves Orton2006-07-151-2/+10
* 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-1/+3
* consting and localizing in universal.cAndy Lester2006-07-041-1/+1
* Re: [PATCH] Hash::Util::FieldHashAnno Siegel2006-06-231-0/+1
* Add the new method UNIVERSAL::DOES() and the API function sv_does()chromatic2006-06-121-0/+1
* Static cleanup in pp_sort.cAndy Lester2006-06-121-0/+1
* 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/+1
* 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/+7
* Re: [PATCH] More regex optimisations and debug enhancements (including Andys ...Yves Orton2006-05-291-14/+17
* [PATCH] gv.c constingAndy Lester2006-05-291-2/+2
* The 'f' flag was missing for my_snprintf().Marcus Holland-Moritz2006-05-241-1/+1
* clean some lint findingsAndy Lester2006-05-231-1/+1
* Fix Win32 linker errorSteve Hay2006-05-221-1/+1
* Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.Steve Peters2006-05-211-1/+1
* 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/+4
* Refactoring reghopsAndy Lester2006-05-161-2/+2
* refactoring out S_regoptailAndy Lester2006-05-161-1/+0
* S_reguni should return its lengthAndy Lester2006-05-151-1/+1
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-0/+3
* upgrade bytes_to_uniAndy Lester2006-05-121-0/+1
* Proper use of static funcs in toke.c and pp_sys.cAndy Lester2006-05-121-0/+1
* Fixing embed.fncAndy Lester2006-05-121-1/+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
* Make Perl_unshare_hek visible to core extensions without being publicSteve Hay2006-05-031-1/+1
* Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)SADAHIRO Tomoyuki2006-05-031-1/+1
* Fix bug in DynaLoader, which has been passing a filename in dynamicNicholas Clark2006-05-021-0/+3
* De-duplicate the code that creates new GPs into Perl_newGP().Nicholas Clark2006-05-021-0/+1
* Reverting context removal from change #27992. This shouldSteve Peters2006-05-011-1/+1
* Removing another context parmAndy Lester2006-04-281-1/+1
* Removing unused contextAndy Lester2006-04-271-2/+2
* 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/+1