summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights.Rafael Garcia-Suarez2005-03-311-1/+1
* The core part of :Andy Lester2005-03-291-1/+1
* Re: Reworked Trie PatchYves Orton2005-03-181-1/+7
* pad_push numero three-oAndy Lester2005-03-111-1/+1
* Encoding neutral unpackTon Hospel2005-03-081-6/+0
* Revert change 23843.Rafael Garcia-Suarez2005-01-241-2/+0
* Re: [perl #31924] %INC caching failure-case problemRick Delaney2005-01-211-0/+2
* Remove PERL_FLEXIBLE_EXCEPTIONS code.Marcus Holland-Moritz2005-01-101-45/+0
* savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call toNicholas Clark2005-01-091-0/+2
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-071-0/+10
* Relocatable @INC entries for Unix.Nicholas Clark2004-12-231-1/+1
* Turn gv_fullname3 and gv_efullname3 into macros that callNicholas Clark2004-12-061-4/+0
* Fix Win32 breakage caused by changes to op.c in change 23433.Steve Hay2004-11-161-0/+4
* Fix [perl #31971] local $^D gives noiseRafael Garcia-Suarez2004-10-141-1/+1
* improve lexer debugging output (-DT)Dave Mitchell2004-09-191-1/+1
* remove binary compat from #23156 (remove PL_retstack)Dave Mitchell2004-07-231-12/+0
* Make the dUNDERBAR/UNDERBAR macros work as advertised.Rafael Garcia-Suarez2004-06-021-0/+2
* Include variable names in "Use of uninitialized value" warningsDave Mitchell2004-04-231-1/+11
* byte-order modifiers for (un)pack templatesMarcus Holland-Moritz2004-04-231-0/+246
* Make global cleanup fractionally faster by giving S_visit()Dave Mitchell2004-04-111-1/+1
* Bleadperl to version 0.37John Peacock2004-04-071-0/+2
* Tidy up function prototypes in the light of suidpatchNicholas Clark2004-03-241-2/+2
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* retract 22328 and 22332: deprecation warning for my $x if fooDave Mitchell2004-03-041-2/+0
* make the bison-based parser threadsafe and capable of deepDave Mitchell2004-02-281-10/+0
* Re: op_seq (was: Freeing code)Paul Johnson2004-02-211-0/+2
* was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]John Peacock2004-02-031-1/+1
* Re: [perl #24816] Magic vars seem unsure if they are purely numericYitzchak Scott-Thoennes2004-01-161-4/+4
* format/write (version 2)LAUN Wolfgang2004-01-161-0/+6
* Seems that sv_setsv_cow needs to be visible to core extensions,Nicholas Clark2004-01-061-2/+2
* Tidy up change #18751, so that the second parameter to unpack()Rafael Garcia-Suarez2004-01-031-0/+2
* arguments for perl_clone()Marcus Holland-Moritz2003-12-171-8/+8
* SCALAR/FIRSTKEY for tied hashes in scalar contextTassilo von Parseval2003-12-061-0/+8
* "Space Is a Province of Brazil"Nicholas Clark2003-11-221-7/+1
* Farewell hv_exists_common - exists is now a call to fetchNicholas Clark2003-11-221-6/+0
* Shift negative klen/flags games from hv_exists_common out to hv_existsNicholas Clark2003-11-221-1/+1
* Move the negative key -> utf8 flag conversion out to hv_deleteNicholas Clark2003-11-211-1/+1
* Merge sv_store_flags and sv_store_ent into sv_store_commonNicholas Clark2003-11-201-0/+6
* promote hv_clear_placeholders to perl APIAlan Burlison2003-11-201-0/+2
* merge hv_fetch and hv_fetch_ent into hv_fetch_commonNicholas Clark2003-11-191-6/+6
* integrate hv_delete and hv_delete_ent into hv_delete_commonNicholas Clark2003-11-191-0/+6
* merge hv_exists and hv_exists_ent into S_hv_exists_commonNicholas Clark2003-11-191-0/+10
* A new UTF-8 API, Perl_is_utf8_string_loc(), a variantJarkko Hietaniemi2003-09-101-0/+2
* Re: ByteLoader and MSWin32Adrian M. Enache2003-09-021-14/+6
* add "$lexical not available" warning in C<for my $lex ()>Dave Mitchell2003-08-091-0/+2
* Rename get_seed() to get_hash_seed(), as suggested byRafael Garcia-Suarez2003-07-181-2/+2
* Chicken out: the hash randomisation is not on by default.Jarkko Hietaniemi2003-07-111-0/+6
* The *right* way to make the csighandler visible.Jarkko Hietaniemi2003-07-101-4/+0
* Safe signals via POSIX::sigactionChip Salzenberg2003-07-091-0/+6
* Perl_doing_taint must be public, for programs that embed perlRafael Garcia-Suarez2003-06-291-4/+0