summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Safe signals via POSIX::sigactionChip Salzenberg2003-07-091-0/+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
* Move the (pseudo)seed functio for (pseudo)random numbers to util.c.Jarkko Hietaniemi2003-06-221-1/+1
* Re: [perl #17934] tied STDERR and internal warningsSteve Grazzini2003-06-191-0/+1
* Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()Marcus Holland-Moritz2003-06-151-1/+0
* Followup on #19779: make the helper function static,Jarkko Hietaniemi2003-06-141-0/+1
* Retract #19667, #19660, #19659, #19658, #19657, #19656,Jarkko Hietaniemi2003-06-031-2/+0
* Since pulling in File::Temp for tempfiles would pull inJarkko Hietaniemi2003-06-021-0/+2
* jumbo closure fixDave Mitchell2003-05-291-2/+1
* RE: [PATCH] RE: maint snapshot @ 19525Robin Barker2003-05-231-108/+27
* Introduce a new preprocessor symbol, PERL_DISABLE_PMC, toRafael Garcia-Suarez2003-05-211-1/+1
* RE: maint snapshot @ 19525Robin Barker2003-05-161-27/+27
* [patch] Re: [perl #21728] regexp SEGVAdrian M. Enache2003-05-051-0/+1
* pack/unpack fixes from Wolfgang Laun:Jarkko Hietaniemi2003-05-051-0/+2
* RE: perl@19333Robin Barker2003-05-011-27/+27
* If it's S_, it should be STATIC.Jarkko Hietaniemi2003-04-291-0/+4
* allow recursive FETCHesDave Mitchell2003-04-191-0/+1
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* [perl #21845] "proto.h": 'id' is a reserved word in Objective-C.Jarkko Hietaniemi2003-04-151-1/+1
* pack changes and related fixesLAUN Wolfgang2003-03-171-5/+7
* Must not hide the protos, though.Jarkko Hietaniemi2003-03-091-3/+3
* Export the symbols from #18863; do not prototype (but export)Jarkko Hietaniemi2003-03-091-3/+5
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Re: [perl #20683] [fix] Better PatchAdrian M. Enache2003-02-261-0/+1
* COW regexps:Nicholas Clark2003-02-161-0/+3