summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-121-2/+0
* Optimise S_incpush() by avoiding repeatedly copying libdir to subdir.Nicholas Clark2009-02-221-1/+1
* Unwind the implicit loop in S_init_perllib(), by writing the code out longhand.Nicholas Clark2009-02-221-1/+1
* Pass the length of the string to S_incpush_use_sep(), where known.Nicholas Clark2009-02-171-1/+1
* Loop in S_init_perllib(), only calling S_incpush*() with INCPUSH_ADD_OLD_VERSNicholas Clark2009-02-151-1/+1
* Refactor the separator splitting loop of S_incpush() into a S_incpush_use_sep().Nicholas Clark2009-02-151-1/+3
* Refactor S_incpush() to take 1 flags parameter, instead of 5 positional booleansNicholas Clark2009-02-151-1/+1
* For -I, need to also unshift version and architecture libs onto @INC (RT#6665)Nicholas Clark2009-02-151-1/+1
* suidperl goes.Nicholas Clark2009-01-231-28/+2
* Bump coopyright year in embed.pl and various files that were just touchedRafael Garcia-Suarez2009-01-021-1/+1
* Faster sv_utf8_upgrade()karl williamson2009-01-021-2/+2
* Add save_adelete()/SAVEADELETE() to save on the stack an array element deleteVincent Pit2008-12-281-0/+2
* Proper pluggable Method Resolution Orders. 'c3' is now implemented outside theNicholas Clark2008-12-271-2/+0
* Explictly export Perl_mro_meta_init() so that HvMROMETA() can become part of theNicholas Clark2008-12-271-4/+0
* Better fix for bug #6665Rafael Garcia-Suarez2008-12-261-1/+1
* Convention seems to be that static definitions are also made visible byNicholas Clark2008-12-011-28/+28
* Eliminate setenv_getix()Jerry D. Hedden2008-12-011-10/+0
* Add S_save_pushptri32ptr() and use it to re-implement Perl_save_hints()Nicholas Clark2008-12-011-0/+14
* Move the implmentation of SAVEHINTS() into a new Perl_save_hints() inNicholas Clark2008-12-011-0/+6
* Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it.Nicholas Clark2008-12-011-10/+2
* Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it.Nicholas Clark2008-12-011-2/+2
* Refactor all of the code of the formNicholas Clark2008-11-301-0/+2
* Refactor all of the code of the formNicholas Clark2008-11-301-0/+10
* Convert all the scope save functions of the formNicholas Clark2008-11-301-14/+2
* av_fake() isn't in the public API, and isn't used anywhere, so it canNicholas Clark2008-11-271-6/+0
* ywarn() is actually only used inside toke.c, so it can be static.Nicholas Clark2008-11-261-2/+10
* setenv_getix() is not used anywhere other than util.c (and the "specialNicholas Clark2008-11-261-4/+4
* sv_add_arena() is now only called from sv.c, so it can be static.Nicholas Clark2008-11-261-2/+6
* Perl_oopsCV() is not part of the public API, not used anywhere, so canNicholas Clark2008-11-261-6/+0
* rxres_free() and rxres_restore() are only used in pp_ctl.c, so can beNicholas Clark2008-11-261-4/+12
* pmtrans() and refkids() can be static in op.c.Nicholas Clark2008-11-261-4/+16
* pidgone() is only used in util.c, so it can be static.Nicholas Clark2008-11-261-4/+4
* Merge S_is_gv_magical() into Perl_is_gv_magical_sv().Nicholas Clark2008-11-261-10/+0
* pad_reset() is only used in pad.c, so can be static.Nicholas Clark2008-11-261-2/+22
* Exactly 1 function, in perl.c, calls Perl_magicname(), so inline it.Nicholas Clark2008-11-261-2/+0
* is_gv_magical() is only called from within gv.c.Nicholas Clark2008-11-261-2/+10
* ingroup() is only used in doio.c.Nicholas Clark2008-11-261-2/+14
* force_list(), fold_constants() and gen_constant_list() can be static.Nicholas Clark2008-11-261-6/+14
* vdie() isn't used anywhere aside from util.c, so it can be static.Nicholas Clark2008-11-261-2/+2
* Perl_cv_ckproto() is not part of the public API, and not used anywhereNicholas Clark2008-11-261-2/+0
* listkids() can be static in op.cNicholas Clark2008-11-261-2/+2
* Following on from change 34918, scalarkids() and scalarseq() can alsoNicholas Clark2008-11-261-4/+24
* "If it's not private, it's public somehow." states Rafael. The mostNicholas Clark2008-11-261-2/+2
* Replace Perl_my() with a small shell script. er. macro.Nicholas Clark2008-11-261-6/+0
* Promote Perl_setdefout() to the public API.Nicholas Clark2008-11-241-4/+0
* Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h...Chip Salzenberg2008-11-131-2/+2
* Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signalChip Salzenberg2008-11-121-3/+3
* Update copyright year in embed.pl, and everything that it builds.Nicholas Clark2008-10-251-1/+1
* Run 'make regen' for #34567 and #34568.Marcus Holland-Moritz2008-10-241-0/+10
* Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif"Vincent Pit2008-09-131-0/+2