summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Relocatable @INC entries for Unix.Nicholas Clark2004-12-231-1/+1
* Document gv_stashpvnSteve Hay2004-12-131-1/+1
* Turn gv_fullname3 and gv_efullname3 into macros that callNicholas Clark2004-12-061-2/+2
* Remove trailing whitespace that found their way in the docsRafael Garcia-Suarez2004-11-301-1/+1
* Fix Win32 breakage caused by changes to op.c in change 23433.Steve Hay2004-11-161-1/+3
* Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.Steve Hay2004-10-151-4/+4
* Fix [perl #31971] local $^D gives noiseRafael Garcia-Suarez2004-10-141-1/+1
* Turn regcomp into a list opDave Mitchell2004-10-101-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-2/+0
* Document embed.fnc 'U' and 's' flags.Marcus Holland-Moritz2004-06-021-1/+3
* Make the dUNDERBAR/UNDERBAR macros work as advertised.Rafael Garcia-Suarez2004-06-021-0/+1
* Include variable names in "Use of uninitialized value" warningsDave Mitchell2004-04-231-1/+4
* byte-order modifiers for (un)pack templatesMarcus Holland-Moritz2004-04-231-0/+76
* Make global cleanup fractionally faster by giving S_visit()Dave Mitchell2004-04-111-1/+1
* Bleadperl to version 0.37John Peacock2004-04-071-0/+1
* Tidy up function prototypes in the light of suidpatchNicholas Clark2004-03-241-2/+2
* make the bison-based parser threadsafe and capable of deepDave Mitchell2004-02-281-3/+0
* 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-2/+4
* format/write (version 2)LAUN Wolfgang2004-01-161-1/+2
* Seems that sv_setsv_cow needs to be visible to core extensions,Nicholas Clark2004-01-061-1/+1
* arguments for perl_clone()Marcus Holland-Moritz2003-12-171-1/+1
* The binary compatibility notes say that new global functions shouldNicholas Clark2003-12-131-2/+3
* SCALAR/FIRSTKEY for tied hashes in scalar contextTassilo von Parseval2003-12-061-0/+2
* "Space Is a Province of Brazil"Nicholas Clark2003-11-221-2/+1
* Farewell hv_exists_common - exists is now a call to fetchNicholas Clark2003-11-221-1/+0
* Shift negative klen/flags games from hv_store_common out to hv_storeNicholas Clark2003-11-221-1/+1
* 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
* Shift negative klen/flags games from hv_fetch_common out to hv_fetchNicholas Clark2003-11-201-1/+1
* Merge sv_store_flags and sv_store_ent into sv_store_commonNicholas Clark2003-11-201-0/+1
* promote hv_clear_placeholders to perl APIAlan Burlison2003-11-201-1/+3
* merge hv_fetch and hv_fetch_ent into hv_fetch_commonNicholas Clark2003-11-191-2/+1
* integrate hv_delete and hv_delete_ent into hv_delete_commonNicholas Clark2003-11-191-0/+1
* merge hv_exists and hv_exists_ent into S_hv_exists_commonNicholas Clark2003-11-191-0/+3
* Re: Storable ErrorNicholas Clark2003-11-151-2/+1
* A new UTF-8 API, Perl_is_utf8_string_loc(), a variantJarkko Hietaniemi2003-09-101-0/+1
* Re: ByteLoader and MSWin32Adrian M. Enache2003-09-021-4/+4
* Clarify the E flag.Jarkko Hietaniemi2003-08-151-1/+1
* add "$lexical not available" warning in C<for my $lex ()>Dave Mitchell2003-08-091-0/+1
* Rename get_seed() to get_hash_seed(), as suggested byRafael Garcia-Suarez2003-07-181-1/+1
* Chicken out: the hash randomisation is not on by default.Jarkko Hietaniemi2003-07-111-0/+1
* The *right* way to make the csighandler visible.Jarkko Hietaniemi2003-07-101-1/+1
* Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.John Peacock2003-07-091-1/+1
* Safe signals via POSIX::sigactionChip Salzenberg2003-07-091-0/+1
* Perl_doing_taint must be public, for programs that embed perlRafael Garcia-Suarez2003-06-291-1/+1
* Two debugging patches.Dave Mitchell2003-06-281-0/+3
* Introduce (global) variable PL_earlytaint whichJarkko Hietaniemi2003-06-271-1/+1
* Make doing_taint() always available (though notJarkko Hietaniemi2003-06-271-0/+1