summaryrefslogtreecommitdiff
path: root/global.sym
Commit message (Expand)AuthorAgeFilesLines
* somewhat fix failing regex tests. but break lots of other stuff at the same timeYves Orton2009-10-191-0/+3
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-0/+1
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-0/+1
* Remove obsolete functions is_uni_alnumc, is_uni_alnumc_lc, is_utf8_alnumcRafael Garcia-Suarez2009-09-131-3/+0
* In C<use utf8; a=>'b'>, do not set utf8 flag on 'a' [perl #68812]Chip Salzenberg2009-08-261-0/+1
* Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add_by_type().Nicholas Clark2009-08-081-0/+1
* Introduce save_hdelete() and SAVEHDELETE()Vincent Pit2009-07-251-0/+1
* Introduce save_aelem_flags()Vincent Pit2009-07-251-1/+1
* 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-1/+1
* Add save_adelete()/SAVEADELETE() to save on the stack an array element deleteVincent Pit2008-12-281-0/+1
* Break out the set-the-MRO logic from the XS_mro_set_mro into Perl_mro_set_mro(),Nicholas Clark2008-12-271-0/+1
* Explictly export Perl_mro_meta_init() so that HvMROMETA() can become part of theNicholas Clark2008-12-271-0/+1
* Add Perl_mro_register() to register Method Resolution Orders,Nicholas Clark2008-12-271-0/+2
* Repurpose struct mro_meta to allow it to store cached linear ISA for arbitaryNicholas Clark2008-12-271-0/+2
* Remove "b" flag for sv_utf8_upgrade_nomg in embed.fncRafael Garcia-Suarez2008-12-271-1/+0
* Regen docs and headersRafael Garcia-Suarez2008-12-261-0/+1
* It looks like the previous patch is working fine on UNIXish boxes,Steve Peters2008-12-191-1/+0
* Subject: PATCH 5.10 documentationSteve Peters2008-12-191-0/+1
* Convert all the scope save functions of the formNicholas Clark2008-11-301-0/+3
* Perl_cv_ckproto() is not part of the public API, and not used anywhereNicholas Clark2008-11-261-1/+0
* Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h...Chip Salzenberg2008-11-131-1/+1
* Update copyright year in embed.pl, and everything that it builds.Nicholas Clark2008-10-251-1/+1
* Add Perl_croak_xs_usage(), which reduces a lot of explicit calls ofNicholas Clark2008-05-211-0/+1
* /* This code tries to figure out just what went wrong withNicholas Clark2008-04-171-0/+1
* Eliminate cop_label from struct cop by storing a label as the firstNicholas Clark2008-04-071-0/+1
* Double magic with substrVincent Pit2008-03-311-0/+1
* util.c: some constingSteven Schubiger2008-01-281-1/+1
* Move the reg_stringify logic to Perl_sv_2pv_flagsÆvar Arnfjörð Bjarmason2008-01-101-1/+0
* BER is all very well, but it turns out that it's better to store theNicholas Clark2008-01-051-1/+0
* Re-implement the SvOOK() hack to store the offset as a BER encodedNicholas Clark2008-01-041-0/+1
* Run regen.pl (fixes build on Win32, at least)Steve Hay2008-01-041-0/+1
* Silly Nick - change 32804 missed updating the list of global functions.Nicholas Clark2008-01-021-1/+2
* Regen some files...Steve Peters2007-12-201-0/+1
* Bug fix for storing shared objects in shared structuresJerry D. Hedden2007-11-081-0/+1
* make PERL_SYS_INIT/INIT3/TERM into functionsDave Mitchell2007-09-251-0/+3
* Add a new function Perl_hv_common_key_len(), which contains theNicholas Clark2007-09-201-0/+1
* Change 31919 forgot to add Perl_hv_common to global.symNicholas Clark2007-09-201-0/+1
* Change #31889 forgot to regen global.symSteve Hay2007-09-181-1/+0
* mro_get_linear_isa_dfs and mro_get_linear_isa_c3 can have staticNicholas Clark2007-09-121-2/+0
* Make Perl_find_runcv a member of the public APIRafael Garcia-Suarez2007-07-071-0/+1
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-0/+7
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-1/+1
* Fix breakages caused by #31130:Steve Hay2007-05-031-0/+1
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-2/+4
* Add Perl_my_dirfd() to util.cSteve Peters2007-05-011-0/+1
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-301-1/+1
* Fix mro docs.Brandon Black2007-04-261-8/+4
* Re: new C3 MRO patchBrandon Black2007-04-191-0/+8
* Re: Proposed changes and to regular expression interfaces in coreÆvar Arnfjörð Bjarmason2007-04-061-0/+1