summaryrefslogtreecommitdiff
path: root/global.sym
Commit message (Collapse)AuthorAgeFilesLines
* Add hook for re_dup() into regex engine as reg_dupe (make reYves Orton2006-09-251-0/+1
| | | | | | Message-ID: <9b18b3110609170557r73d94c18v90285bd57a38b876@mail.gmail.com> Date: Sun, 17 Sep 2006 14:57:57 +0200 p4raw-id: //depot/perl@28891
* run regen_headerdsDave Mitchell2006-07-161-0/+1
| | | p4raw-id: //depot/perl@28584
* Add Russ Allbery's public domain implementations of strlcat andSteve Peters2006-07-101-0/+2
| | | | | | strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core. Thanks Russ! p4raw-id: //depot/perl@28525
* Introduce a new function, pv_escape(), to display contents of PVsYves Orton2006-07-061-0/+1
| | | | | | | | that might contain non printable chars. Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string Message-ID: <9b18b3110607051140n10c211a1jf17d3b7914d6f68b@mail.gmail.com> p4raw-id: //depot/perl@28490
* Add the new method UNIVERSAL::DOES() and the API function sv_does()chromatic2006-06-121-0/+1
| | | | | | Subject: Re: [PROPOSED PATCH: universal.c, t/op/universal.t] Add does() Message-Id: <200605301741.08363.chromatic@wgz.org> p4raw-id: //depot/perl@28387
* Fix Win32 linker errorSteve Hay2006-05-221-0/+1
| | | | | | See: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-05/msg00758.html p4raw-id: //depot/perl@28277
* Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.Steve Peters2006-05-211-0/+1
| | | | | Also, picked up a missed change for pod/perlapi.pod. p4raw-id: //depot/perl@28264
* Abolish cop_arybase. Signal a non zero $[ with a hint flag, and storeNicholas Clark2006-05-201-0/+1
| | | | | the value in the hints structure used for %^H. p4raw-id: //depot/perl@28250
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-0/+2
| | | | | Message-ID: <4464E1F1.9010706@gmail.com> p4raw-id: //depot/perl@28183
* Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)SADAHIRO Tomoyuki2006-05-031-0/+2
| | | | | Message-Id: <20060503095420.0357.BQW10602@nifty.com> p4raw-id: //depot/perl@28071
* Calling cv_undef() on the CV created by newCONSTSUB() would leak likeNicholas Clark2006-04-191-0/+1
| | | | | | | | | | a Jumblie's preferred maritime craft. To free CvFILE for this case, take advantage of the 0 length prototype that will also be there, and hang it from the prototype. To do this properly means changing code to actually pay attention to SvCUR() on prototypes. It turns out that we always know the length of the prototype string, so this may be faster. Certainly, it's a memory saving (even ignoring the leak). p4raw-id: //depot/perl@27896
* remove some cruft from makedef.plJan Dubois2006-04-161-0/+1
| | | | | | From: "Jan Dubois" <jand@ActiveState.com> Message-ID: <022e01c66134$d7a8dec0$2217a8c0@candy> p4raw-id: //depot/perl@27848
* Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" theNicholas Clark2006-04-161-0/+1
| | | | | other two to mathoms.c p4raw-id: //depot/perl@27840
* Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.plNicholas Clark2006-04-141-0/+1
| | | | | Remove a reference to the deleted function Perl_refcounted_he_dup. p4raw-id: //depot/perl@27800
* Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.Nicholas Clark2006-03-051-0/+1
| | | p4raw-id: //depot/perl@27377
* Eliminate save_threadsv, as it is never linked to, and all it doesNicholas Clark2006-01-311-1/+0
| | | | | post 5005 threads is croak(). p4raw-id: //depot/perl@27021
* Run regen.pl (Just updating copyright years)Steve Hay2006-01-041-1/+1
| | | p4raw-id: //depot/perl@26654
* change #26523 didn't make my_cxt_init publicDave Mitchell2005-12-301-0/+1
| | | | | p4raw-link: @26523 on //depot/perl: f16dd614412ea67a8eb64bb09a88fccdbd9db6b6 p4raw-id: //depot/perl@26529
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-211-0/+1
| | | | | Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26432
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-191-0/+1
| | | | | Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26402
* latest switch/say/~~Robin Houston2005-12-191-0/+2
| | | | | Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26400
* Make Perl_seed publicSteve Hay2005-11-101-0/+1
| | | | | | Fixes Win32 linker error in List::Util introduced by change #26054 p4raw-link: @26054 on //depot/perl: 82f35e8b14e93ac697812d1b28d2e79e1ad82d84 p4raw-id: //depot/perl@26069
* Regen headersRafael Garcia-Suarez2005-11-021-0/+1
| | | p4raw-id: //depot/perl@25954
* Perl_csighandler was in global.sym twice.Nicholas Clark2005-10-311-1/+0
| | | p4raw-id: //depot/perl@25924
* global.sym appears to have become out of date. Oops.Nicholas Clark2005-10-301-0/+2
| | | p4raw-id: //depot/perl@25904
* Add my_sprintf, which is usually just a macro for sprintf, for thoseNicholas Clark2005-10-241-0/+1
| | | | | | | places where we want to use the return value of sprintf. This allows a wrapper to be used for platforms where the C library isn't ANSI- conformant. p4raw-id: //depot/perl@25832
* Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ↵Robin Houston2005-10-191-0/+2
| | | | | | | ARRAY in leave Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@25808
* [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]John Peacock2005-08-241-0/+1
| | | | | | From: "John Peacock" <jpeacock@rowman.com> Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com> p4raw-id: //depot/perl@25325
* support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-201-0/+1
| | | | | Message-ID: <42DE3846.6050606@gmail.com> p4raw-id: //depot/perl@25200
* Perl_share_hek needs exporting for change 25070 on Win32Steve Hay2005-07-041-0/+1
| | | p4raw-id: //depot/perl@25074
* Here's the rest of change 25058 ;-)Steve Hay2005-07-041-0/+2
| | | p4raw-id: //depot/perl@25061
* First stab at not automatically creating an unused SV for GvSVNicholas Clark2005-06-291-0/+1
| | | | | | | Enable it with -DPERL_DONT_CREATE_GVSV. Currently if enabled 22 test scripts have failures, so still some way to go. p4raw-id: //depot/perl@25009
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-201-2/+2
| | | | | Message-ID: <20050620152237.GA5032@petdance.com> p4raw-id: //depot/perl@24913
* CopSTASH_eq againAndy Lester2005-06-151-0/+1
| | | | | Message-ID: <20050615044926.GA29087@petdance.com> p4raw-id: //depot/perl@24847
* one more round of is_utf8_foo tuneupJarkko Hietaniemi2005-06-071-0/+1
| | | | | Message-ID: <42A314E4.8060608@gmail.com> p4raw-id: //depot/perl@24730
* further speeding up of is_utf8_string()Jarkko Hietaniemi2005-06-041-1/+1
| | | | | Message-ID: <42A1850F.4040109@gmail.com> p4raw-id: //depot/perl@24706
* Create newSVpv_hek to reduce code duplication where HEKs need to beNicholas Clark2005-06-031-0/+1
| | | | | turned into SVs p4raw-id: //depot/perl@24692
* Random constingAndy Lester2005-06-031-1/+1
| | | | | Message-ID: <20050602171943.GA16553@petdance.com> p4raw-id: //depot/perl@24689
* Goodbye xav_arylen. You won't be missed that much.Nicholas Clark2005-05-291-0/+1
| | | | | So now there's a buy 5 get one free offer on PVAV bodies. p4raw-id: //depot/perl@24619
* Fix some Win32 link errorsSteve Hay2005-05-261-1/+1
| | | p4raw-id: //depot/perl@24591
* Remove Perl_ck_* functions from public APIRafael Garcia-Suarez2005-05-241-41/+0
| | | p4raw-id: //depot/perl@24565
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-241-1/+42
| | | | | Message-ID: <20050521140640.GB875@petdance.com> p4raw-id: //depot/perl@24561
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-0/+6
| | | | | | Provide (more efficient) _get and _set macros. Adjust the core to use them. p4raw-id: //depot/perl@24526
* Move placeholders into a new rhash magic type.Nicholas Clark2005-05-211-0/+3
| | | p4raw-id: //depot/perl@24525
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-0/+2
| | | | | | in read-only mode. Make vi modelines compatible with non-vim vi versions. p4raw-id: //depot/perl@24445
* Revert to Andy's first solution for nonnull attributes;Rafael Garcia-Suarez2005-05-091-1/+1
| | | | | add the missing defines for non-threaded perls in perl.h p4raw-id: //depot/perl@24421
* Fix more Win32 linker errors following change 24271Steve Hay2005-04-221-2/+2
| | | | | | This clears up problems with Perl_free_global_struct and Perl_init_global_struct p4raw-id: //depot/perl@24280
* Symbian port of PerlJarkko Hietaniemi2005-04-211-0/+2
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24271
* const-eight.diffAndy Lester2005-04-041-0/+1
| | | | | Message-ID: <20050330174024.GA12167@petdance.com> p4raw-id: //depot/perl@24148
* Update copyrights.Rafael Garcia-Suarez2005-03-311-2/+2
| | | | | Well, those are generated files anyway. p4raw-id: //depot/perl@24121