summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-201-39/+139
* More random cleanupsAndy Lester2005-06-201-22/+55
* Replace all the new/del static functions with calls to a single pairNicholas Clark2005-06-161-22/+0
* CopSTASH_eq againAndy Lester2005-06-151-0/+5
* S_emulate_eaccess() does return a valueSteve Peters2005-06-141-1/+0
* Bring bleadperl up to version.pmJohn Peacock2005-06-131-1/+1
* S_share_hek_flags can revert to returning a HEKNicholas Clark2005-06-131-1/+1
* Make SvUPGRADE always have the value '1'Rafael Garcia-Suarez2005-06-131-1/+1
* hash key code cleanupNicholas Clark2005-06-111-1/+1
* Shrink shared hash scalars from PVIV to PVNicholas Clark2005-06-111-1/+1
* Fixes the case of $a = \$#{[]}; and then accessing $$aNicholas Clark2005-06-091-0/+1
* regcomp.c and moreAndy Lester2005-06-091-25/+98
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-081-1/+1
* Allow a null length pointer to sv_pvn_force_flags.Nicholas Clark2005-06-081-3/+1
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-3/+3
* More consting of SvPVNicholas Clark2005-06-071-2/+2
* Change 24733 allows several pointers to be NULL. Therefore thisNicholas Clark2005-06-071-10/+5
* Random cleanups #47Andy Lester2005-06-071-37/+63
* one more round of is_utf8_foo tuneupJarkko Hietaniemi2005-06-071-2/+4
* further speeding up of is_utf8_string()Jarkko Hietaniemi2005-06-041-0/+6
* s/newSVpv_hek/newSVhek/g; # Lousy choice of nameNicholas Clark2005-06-031-0/+4
* Random constingAndy Lester2005-06-031-21/+72
* SvPVX_const() - patch #4Steve Peters2005-06-031-1/+1
* [PATCH] More embed.fnc strictures, plus consting and localizingAndy Lester2005-05-301-13/+56
* [PATCH] Minor warning squashingsAndy Lester2005-05-301-1/+3
* Goodbye xav_arylen. You won't be missed that much.Nicholas Clark2005-05-291-0/+1
* Fix more Win32 linker errors caused by change 24561Steve Hay2005-05-271-1/+3
* Fix some Win32 link errorsSteve Hay2005-05-261-1/+0
* Store the package name as a shared HEK.Nicholas Clark2005-05-261-1/+1
* Export Perl_hek_dup, which duplicates shared hash keys.Nicholas Clark2005-05-251-0/+1
* Track the mapping between source shared hash keys and target sharedNicholas Clark2005-05-251-1/+1
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-241-29/+246
* Move the xpv_pv/xrv_rv member into the SV head, in a union withNicholas Clark2005-05-211-4/+0
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-1/+6
* Move placeholders into a new rhash magic type.Nicholas Clark2005-05-211-0/+5
* perl 5.9.x (@ 24471): Symbian updateJarkko Hietaniemi2005-05-171-492/+600
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-57/+191
* Reorder the *more* arena allocation functions into a blockNicholas Clark2005-05-131-15/+0
* Allocate GV bodies from arenasNicholas Clark2005-05-131-0/+3
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-1/+3
* attributes-two.patch, the next batchAndy Lester2005-05-091-159/+735
* Sv_*set() doc's and extra const's for the SvPVX_const() tasksSteve Peters2005-05-091-1/+1
* Revert to Andy's first solution for nonnull attributes;Rafael Garcia-Suarez2005-05-091-810/+135
* Tweak the insertion of __attribute__((nonnull())) declarationsRafael Garcia-Suarez2005-05-081-135/+810
* GCC attributes!Andy Lester2005-05-071-187/+354
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-071-2/+1
* (in blead) a missing const in a prototypeJarkko Hietaniemi2005-04-281-1/+1
* Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patchesAndy Lester2005-04-261-12/+12
* combopatchJarkko Hietaniemi2005-04-251-1/+1
* Fix more Win32 linker errors following change 24271Steve Hay2005-04-221-3/+2