| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the same $func to Perl_$func macros independent of multiplicity. | Nicholas Clark | 2010-09-25 | 1 | -65/+6 |
* | Remove @extvars from embed.pl | Nicholas Clark | 2010-09-22 | 1 | -23/+0 |
* | In embed.pl, replace C<$ret .=> with C<$ret => when we know that $ret is "". | Nicholas Clark | 2010-09-22 | 1 | -13/+12 |
* | Remove &munge_c_files from embed.pl, as it has never been used. | Nicholas Clark | 2010-09-22 | 1 | -34/+3 |
* | Emit $_ to Perl_$_ for "nocontext" functions under multiplicity. | Nicholas Clark | 2010-09-22 | 1 | -4/+4 |
* | In embed.pl, refactor walk_table to simplify its arguments. | Nicholas Clark | 2010-09-22 | 1 | -13/+12 |
* | Ensure regen.pl and the scripts that it calls can be run by older perls. | Nicholas Clark | 2010-09-22 | 1 | -4/+2 |
* | In embed.pl's walk_table, the default filename of '-' was never used. | Nicholas Clark | 2010-09-22 | 1 | -4/+1 |
* | Programmatically generate the compatibility macros for "misnamed functions". | Nicholas Clark | 2010-09-22 | 1 | -16/+15 |
* | Programmatically generate embed.h's *_nocontext exception list in embed.pl. | Nicholas Clark | 2010-09-21 | 1 | -30/+29 |
* | In embed.pl, read embed.fnc into an array, rather than seeking and rereading. | Nicholas Clark | 2010-09-21 | 1 | -17/+22 |
* | In embed.pl, %vfuncs has been unused since PERL_OBJECT was removed in 2001. | Nicholas Clark | 2010-09-21 | 1 | -21/+0 |
* | Eliminate PL_* accessor functions under ithreads. | Nicholas Clark | 2010-09-21 | 1 | -59/+7 |
* | Get rid of PERL_POLLUTE | Jan Dubois | 2010-07-21 | 1 | -12/+0 |
* | Add support for new flag D in embed.fnc (deprecated) | Rafael Garcia-Suarez | 2009-07-27 | 1 | -0/+3 |
* | Remove binary compatibility scaffolding for the change to PL_bitcount. | Nicholas Clark | 2009-05-20 | 1 | -1/+0 |
* | Replace run-time on-demand initialisation of PL_bitcount with a constant table. | Nicholas Clark | 2009-05-20 | 1 | -0/+1 |
* | Add some documentation to the heads of the various *.pl build scripts | David Mitchell | 2009-05-15 | 1 | -0/+22 |
* | Emit less PERL_ARGS_ASSERT_* macros | Rafael Garcia-Suarez | 2009-01-05 | 1 | -1/+2 |
* | Bump coopyright year in embed.pl and various files that were just touched | Rafael Garcia-Suarez | 2009-01-02 | 1 | -1/+1 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -1/+3 |
* | Update copyright year in embed.pl, and everything that it builds. | Nicholas Clark | 2008-10-25 | 1 | -1/+1 |
* | Drag autodoc.pl and overload.pl into the age of safer_open(). | Nicholas Clark | 2008-03-17 | 1 | -5/+5 |
* | Rename safer_rename() to rename_if_different(), to accurately describe | Nicholas Clark | 2008-03-15 | 1 | -51/+43 |
* | Re: [patch] refine make regen to be more selective | Jim Cromie | 2008-03-15 | 1 | -10/+11 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -5/+17 |
* | [ patch ] add line-number to embed.pl warnings | Jim Cromie | 2007-09-17 | 1 | -2/+2 |
* | Fix commented out function names in proto.h | Jan Dubois | 2007-07-07 | 1 | -1/+1 |
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 1 | -27/+1 |
* | Welcome to 2007! Time to update copyrights from changes earlier | Steve Peters | 2007-01-01 | 1 | -1/+1 |
* | was RE: Perl_die() / Perl_croak() | Robin Barker | 2006-11-13 | 1 | -4/+8 |
* | embed.pl enhancements | Andy Lester | 2006-07-03 | 1 | -12/+33 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -10/+13 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -1/+1 |
* | Add 2006 to the copyright years in the header generated by embed.pl | Nicholas Clark | 2006-01-02 | 1 | -1/+1 |
* | All args in embed.fnc should be named | Andy Lester | 2005-12-07 | 1 | -20/+9 |
* | Arrange to only output each symbol once into global.sym | Nicholas Clark | 2005-10-31 | 1 | -12/+19 |
* | embed.fnc now requires NN/NULLOK | Andy Lester | 2005-09-28 | 1 | -0/+7 |
* | Const Boy II: The Localizing | Andy Lester | 2005-06-23 | 1 | -0/+3 |
* | Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead) | Jarkko Hietaniemi | 2005-05-30 | 1 | -0/+17 |
* | perl 5.9.x (@ 24471): Symbian update | Jarkko Hietaniemi | 2005-05-17 | 1 | -5/+5 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -4/+11 |
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 1 | -7/+21 |
* | Revert to Andy's first solution for nonnull attributes; | Rafael Garcia-Suarez | 2005-05-09 | 1 | -17/+2 |
* | Tweak the insertion of __attribute__((nonnull())) declarations | Rafael Garcia-Suarez | 2005-05-08 | 1 | -2/+17 |
* | GCC attributes! | Andy Lester | 2005-05-07 | 1 | -15/+28 |
* | Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT | Nicholas Clark | 2005-04-23 | 1 | -7/+52 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -9/+52 |
* | Update copyrights. | Rafael Garcia-Suarez | 2005-03-31 | 1 | -15/+1 |
* | Protection against trailing spaces in embed.fnc | Rafael Garcia-Suarez | 2004-11-30 | 1 | -0/+1 |