summaryrefslogtreecommitdiff
path: root/global.sym
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Revert change 23843.Rafael Garcia-Suarez2005-01-241-1/+0
| | | | | (See discussion for bug [perl #31924]) p4raw-id: //depot/perl@23873
* Re: [perl #31924] %INC caching failure-case problemRick Delaney2005-01-211-0/+1
| | | | | Message-ID: <20041013164018.GA32174@biff.bort.ca> p4raw-id: //depot/perl@23843
* Remove PERL_FLEXIBLE_EXCEPTIONS code.Marcus Holland-Moritz2005-01-101-2/+0
| | | p4raw-id: //depot/perl@23780
* savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call toNicholas Clark2005-01-091-0/+1
| | | | | | strlen(). Add savesvpv(sv), which gets the length from the SV, and returns a copy of its PV. p4raw-id: //depot/perl@23772
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-071-0/+2
| | | | | | | | | | Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags Add gv_fetchsv to look up a GV by SV rather than a char * pointer Provide a backwards compatability gv_fetchpv Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing the pointer from an SV All tests still pass. p4raw-id: //depot/perl@23766
* Fix Win32 breakage caused by changes to op.c in change 23433.Steve Hay2004-11-161-0/+2
| | | | | | Also limit the scope of the locks in a couple of places, as suggested by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html. p4raw-id: //depot/perl@23499
* Make the dUNDERBAR/UNDERBAR macros work as advertised.Rafael Garcia-Suarez2004-06-021-0/+1
| | | | | | While we're at it, use the same trick to make reverse() work correctly with lexical $_. p4raw-id: //depot/perl@22889
* Bleadperl to version 0.37John Peacock2004-04-071-0/+1
| | | | | Message-ID: <40735FC3.5010305@rowman.com> p4raw-id: //depot/perl@22668
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
| | | p4raw-id: //depot/perl@22509
* Re: [perl #24816] Magic vars seem unsure if they are purely numericYitzchak Scott-Thoennes2004-01-161-0/+2
| | | | | | | Message-Id: <20040115221037.GA2392@efn.org> Add sv_2iv_flags() to allow magic to be optionally processed. p4raw-id: //depot/perl@22163
* arguments for perl_clone()Marcus Holland-Moritz2003-12-171-1/+1
| | | | | | From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2> p4raw-id: //depot/perl@21922
* SCALAR/FIRSTKEY for tied hashes in scalar contextTassilo von Parseval2003-12-061-0/+1
| | | | | Message-id: <20031206105059.GA13989@ethan> p4raw-id: //depot/perl@21855
* promote hv_clear_placeholders to perl APIAlan Burlison2003-11-201-0/+1
| | | | | Message-ID: <3FBC98B6.6090909@sun.com> p4raw-id: //depot/perl@21756
* Run regen.pl (for hv_assert)Nicholas Clark2003-11-191-0/+1
| | | p4raw-id: //depot/perl@21746
* A new UTF-8 API, Perl_is_utf8_string_loc(), a variantJarkko Hietaniemi2003-09-101-0/+1
| | | | | of Perl_utf8_is_string(). p4raw-id: //depot/perl@21152
* Re: ByteLoader and MSWin32Adrian M. Enache2003-09-021-0/+2
| | | | | Message-ID: <20030902004511.GA1442@ratsnest.hole> p4raw-id: //depot/perl@20993
* add "$lexical not available" warning in C<for my $lex ()>Dave Mitchell2003-08-091-0/+1
| | | | | Message-ID: <20030809135144.GC4997@fdgroup.com> p4raw-id: //depot/perl@20591
* The *right* way to make the csighandler visible.Jarkko Hietaniemi2003-07-101-0/+1
| | | p4raw-id: //depot/perl@20116
* Perl_doing_taint must be public, for programs that embed perlRafael Garcia-Suarez2003-06-291-0/+1
| | | p4raw-id: //depot/perl@19882
* [patch] Re: [perl #21728] regexp SEGVAdrian M. Enache2003-05-051-0/+1
| | | | | | Message-ID: <20030328215309.GA6413@ratsnest.hole> (with minor tweaks) p4raw-id: //depot/perl@19431