summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
...
* upgrade bytes_to_uniAndy Lester2006-05-121-0/+2
* Proper use of static funcs in toke.c and pp_sys.cAndy Lester2006-05-121-0/+2
* 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/+2
* Make Perl_unshare_hek visible to core extensions without being publicSteve Hay2006-05-031-0/+4
* Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)SADAHIRO Tomoyuki2006-05-031-4/+0
* Fix bug in DynaLoader, which has been passing a filename in dynamicNicholas Clark2006-05-021-0/+2
* De-duplicate the code that creates new GPs into Perl_newGP().Nicholas Clark2006-05-021-0/+2
* 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-4/+4
* Refactor S_glob_2inpuvAndy Lester2006-04-241-1/+3
* Inlining static funcs in perl.cAndy Lester2006-04-241-4/+0
* Calling cv_undef() on the CV created by newCONSTSUB() would leak likeNicholas Clark2006-04-191-0/+2
* dump.c patch reduxAndy Lester2006-04-161-0/+2
* Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" theNicholas Clark2006-04-161-4/+2
* Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.plNicholas Clark2006-04-141-1/+1
* eliminate PL_reg_reDave Mitchell2006-04-131-4/+4
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-0/+2
* Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.Nicholas Clark2006-04-121-6/+0
* eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdataDave Mitchell2006-04-051-5/+3
* Automatically set HINT_LOCALIZE_HH whenever %^H is modified.Nicholas Clark2006-04-011-0/+2
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-0/+14
* Clean up regexec.c, and remove two functionsAndy Lester2006-03-301-4/+0
* Merge the cut & paste code from Perl_call_sv/Perl_fold_constants withNicholas Clark2006-03-271-0/+4
* Add S_space_join_names_mortal() which joins a char** array with " "s,Nicholas Clark2006-03-251-0/+6
* Pass the (byte) length of the entire string intoNicholas Clark2006-03-231-1/+1
* Add all new static functions to embed.fncNicholas Clark2006-03-231-4/+12
* inline, then delete, S_regrepeat_hard()Dave Mitchell2006-03-171-2/+0
* Add the madly parser. I believe that this is all the C code. Now toNicholas Clark2006-03-091-0/+2
* It helps to run embed.pl in the correct directory. (not the symlinkNicholas Clark2006-03-091-0/+10
* MAD changes for bare skipspace()Nicholas Clark2006-03-091-0/+14
* Almost all the MAD changes for op.cNicholas Clark2006-03-081-0/+74
* MAD changes to dump.cNicholas Clark2006-03-081-0/+40
* Add MAD changes to pad code (new function Perl_pad_peg)Nicholas Clark2006-03-081-0/+10
* Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.Nicholas Clark2006-03-051-0/+2
* ptr_table_find() is only defined with ithreadsRafael Garcia-Suarez2006-02-271-0/+12
* Remove get magic from typeglobs. This means that PVGVs holdingNicholas Clark2006-02-231-2/+10
* arena-rework : consolidated patchJim Cromie2006-02-181-1/+1
* A better fix than 27148Steve Hay2006-02-101-2/+2
* Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYSSteve Hay2006-02-101-2/+2
* Really regenerate headersRafael Garcia-Suarez2006-02-091-20/+42
* Allow bareword file handle as argument to chdir().Gisle Aas2006-02-071-0/+2
* [patch] arena rework - arena setsJim Cromie2006-02-041-0/+2
* S_find_beginning is only called from one place, so by hoisting theNicholas Clark2006-02-031-1/+1
* And as we've now got to the point where all calls to Perl_moreswitchesNicholas Clark2006-02-031-1/+1
* Eliminating PL_suidscript is more tricky, and requires changing theNicholas Clark2006-02-031-5/+5
* Oops. I *thought* that I had checked that all changed files were open.Nicholas Clark2006-02-031-2/+2
* Eliminate save_threadsv, as it is never linked to, and all it doesNicholas Clark2006-01-311-2/+0