allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
[p5sagit/p5-mst-13.2.git] / gv.c
2005-07-13 Andy Lester More embed.fnc plowing
2005-07-13 Dave Mitchell make the expensive ckWARN() be called as late as possible
2005-07-10 Andy Lester Making my way thru embed.fnc
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-04 Andy Lester Post-YAPC consting, now with an attachment!
2005-06-29 Nicholas Clark Fixes to -DPERL_DONT_CREATE_GVSV to make more tests...
2005-06-29 Nicholas Clark First stab at not automatically creating an unused...
2005-06-28 Nicholas Clark Convert strcpy to memcpy where we already know the...
2005-06-27 Andy Lester We're going round in circles with pp_sys.c
2005-06-23 Nicholas Clark Remove the reference loop between symbol tables and...
2005-06-23 Nicholas Clark Add a define PERL_POISON which tries to trip up anythin...
2005-06-20 Andy Lester The continuing adventures of Constman and Localize Boy
2005-06-20 Rafael Garcia-Suarez Remove the deprecated $# variable
2005-06-07 Nicholas Clark More SvPV consting.
2005-06-07 Nicholas Clark Lots of consting
2005-06-07 Andy Lester Unvoid SvUPGRADE
2005-06-03 Andy Lester Random consting
2005-06-02 Andy Lester use lengths in sv_setpv() calls
2005-06-02 Andy Lester Quotes fixed, see also perl #36079
2005-05-26 Nicholas Clark Store the package name as a shared HEK.
2005-05-21 Rafael Garcia-Suarez Really fix change 24527
2005-05-21 Rafael Garcia-Suarez Compilation fix
2005-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Steve Peters SvPVX_const - patch #2
2005-05-18 Gisle Aas Well defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-09 Andy Lester attributes-two.patch, the next batch
2005-05-09 Nicholas Clark Hoist the static "AUTOLOAD" into a static const variabl...
2005-05-02 Andy Lester printf.patch: Adding printf checking for gcc
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-18 Steve Peters Refactoring to Sv*_set() macros - patch #4
2005-04-05 Nicholas Clark Add casting to allow g++ (3.3.5) to compile the core...
2005-03-25 Andy Lester Consting five
2005-03-24 Andy Lester Third consting batch
2005-03-18 Andy Lester More const parms
2005-03-14 Andy Lester Adding const qualifiers
2005-01-19 Robin Barker Further follow-up to 23767
2005-01-07 Nicholas Clark Stage 1 of utf8 support for soft references.
2005-01-04 Nicholas Clark Add ${^UTF8LOCALE} to give perl space access to PL_utf8...
2005-01-01 Nicholas Clark Not all the world's a VAX, er ASCII, so don't make...
2004-12-31 Nicholas Clark Improve documentation for is_gv_magical, and split...
2004-12-31 Nicholas Clark Because name is always NUL terminated we can incorporat...
2004-12-31 Nicholas Clark Generate smaller object code by using a single switch...
2004-12-31 Nicholas Clark Tidy up comments in change 23716
2004-12-31 Nicholas Clark Refactor gv_fetchpv so that the overwhelmingly common...
2004-12-13 Steve Hay Document gv_stashpvn
2004-12-07 Nicholas Clark Revert part of the change to gv_fullname4(), as the...
2004-12-03 Rafael Garcia-Suarez $foo::_ was wrongly forced as $main::_.
2004-12-03 Nicholas Clark Small code tidy up in gv_fullname4
2004-12-03 Nicholas Clark There are clearer ways of saying m/^[ab]$/ than strchr...
2004-09-08 Marcus Holland-Moritz SvO?OK_off()'s return value
2004-08-06 Steve Hay Another small clean-up following changes #23190 and...
2004-08-06 Dave Mitchell remove leaks associated with version object change...
2004-08-04 John Peacock Final version object core patch?
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-06-20 Dave Mitchell fix typo in gp_free
2004-04-21 Stas Bekman [patch] log the interpreter id in warnings
2004-03-29 Dave Mitchell backout change 22606 (make gv_fullname() include a...
2004-03-28 Dave Mitchell make gv_fullname() etc include a literal '^' for *...
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-02-03 Rafael Garcia-Suarez Implement "my $_".
2003-09-21 Jarkko Hietaniemi Macrofy the compile/runtime test.
2003-08-21 Adrian M. Enache utf8 variable names scrambled in error messages
2003-07-29 Jarkko Hietaniemi Most importantly, don't try HvNAME(gp->gp_hv)
2003-06-15 Rafael Garcia-Suarez Rename again the warning about $* being no longer supported
2003-06-14 Rafael Garcia-Suarez Rename the warning about $* being removed,
2003-06-13 Rafael Garcia-Suarez Remove the deprecated $* variable.
2003-06-05 Robin Barker RE: maint @ 19683
2003-05-31 Rafael Garcia-Suarez Fix a case of segfault in gv_check(), by making
2003-05-12 Alex Vandiver Re: Bug stomping fun. [PATCH: bug #1016]
2003-04-17 Abhijit Menon-Sen [#21962] Speculative fix: don't set GvNAMELEN to 1...
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-04-14 Artur Bergman Ook, run tests on correct build-dir next time.
2003-04-14 Artur Bergman Fixes to bugs introduced by PL_stashcache
2003-04-10 Rafael Garcia-Suarez Fix bug #21914, 3-arg open + local $fh + strict coredump.
2003-04-02 Artur Bergman Add packname->stash cache before the check if a packnam...
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-15 Jarkko Hietaniemi The new(er) way of controlling Unicode I/O (and other...
2003-01-16 Jarkko Hietaniemi Make the locale-induced UTF-8-ification of STD fhs
2003-01-07 Nicholas Clark %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-11-19 Gurusamy Sarathy Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work...
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-09-29 Abhijit Menon-Sen Remove package; (Heh heh.)
2002-08-12 Nicholas Clark gv_fullname3 as call to gv_fullname4
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-07 Abhijit Menon-Sen Make other nits nervous.
2002-04-04 Ilmari Karonen Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
2002-03-21 Dave Mitchell -DCRIPPLED_CC RIP
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko Hietaniemi Surely a typo.
2002-03-16 Abhijit Menon-Sen Subject: [PATCH @15047] Use of inherited AUTOLOAD...
2002-03-11 Paul Marquess more warnings tidyup
2002-03-04 Paul Marquess taint + deprecated warnings
2002-03-01 Ilya Zakharevich autoloaded DESTROY bugfix
2002-02-27 Jarkko Hietaniemi Repatch from Robin Barker: anon subs in C<package;...
2002-02-18 Abhijit Menon-Sen s/load_module/Perl_load_module/
2002-02-18 Rafael Garcia-Suarez Re: [ID 20020213.001] "Unknown error" as a message...
next