summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* const-eight.diffAndy Lester2005-04-041-13/+14
* Update copyrights.Rafael Garcia-Suarez2005-03-311-1/+1
* Downconst external APIsRafael Garcia-Suarez2005-03-291-5/+5
* The core part of :Andy Lester2005-03-291-3/+3
* Consting fiveAndy Lester2005-03-251-5/+5
* Consting part 4Andy Lester2005-03-251-10/+10
* Remove the const qualifier from argv and env variablesRafael Garcia-Suarez2005-03-251-3/+3
* Third consting batchAndy Lester2005-03-241-47/+47
* More consting goodnessAndy Lester2005-03-211-19/+19
* Re: Reworked Trie PatchYves Orton2005-03-181-1/+3
* More const parmsAndy Lester2005-03-181-36/+36
* Adding const qualifiersAndy Lester2005-03-141-16/+16
* pad_push numero three-oAndy Lester2005-03-111-1/+1
* Encoding neutral unpackTon Hospel2005-03-081-1/+0
* Revert change 23843.Rafael Garcia-Suarez2005-01-241-1/+0
* Re: [perl #31924] %INC caching failure-case problemRick Delaney2005-01-211-0/+1
* Remove PERL_FLEXIBLE_EXCEPTIONS code.Marcus Holland-Moritz2005-01-101-13/+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/+4
* Relocatable @INC entries for Unix.Nicholas Clark2004-12-231-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-0/+2
* 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
* 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
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* 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
* 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-1/+1
* integrate hv_delete and hv_delete_ent into hv_delete_commonNicholas Clark2003-11-191-0/+1