This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/split.t: Generalize for EBCDIC
[perl5.git] / taint.c
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2014-07-25 Jarkko HietaniemiUnused dVARs found by g++ -DPERL_GLOBAL_STRUCT_PRIVATE.
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-16 Jarkko HietaniemiUse of the Uid_t_sign and casting instead of Uid_t_f.
2013-12-01 David Mitchelldon't check format args on taint_proper
2013-11-28 David Mitchellsilence -Wformat-nonliteral compiler warnings
2013-06-04 Brian FraserStop making assumptions about uids and gids.
2013-05-09 David Mitchellsilence warnings under NO_TAINT_SUPPORT
2012-12-31 Karl WilliamsonChange core calls of isALNUM() to isWORDCHAR()
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-02-18 Ævar Arnfjörð Bjar... Remove gete?[ug]id caching
2011-09-08 Keith ThompsonConvert some files from Latin-1 to UTF-8
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-30 Nicholas ClarkEliminate (SV *) casts from sv.c and [tu]*.c, except...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-02-03 Steven Schubigertaint.c: consting
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-01-08 Rafael Garcia-SuarezTurn taint warnings (-t) into severe warnings, so they're
2006-07-16 Rafael Garcia-SuarezCheck for taintedness of PERL5SHELL on Windows
2006-01-08 Nicholas ClarkUpdate copyright years (including some years where...
2006-01-06 Andy Lesterhv_fetchs() support
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-11-04 Nicholas ClarkUse the return value from sprintf().
2005-06-23 Andy LesterPre-YAPC consting fun
2005-06-10 Nicholas ClarkMore SvPV consting. And other related drive-by refactoring.
2005-06-08 Nicholas ClarkNuke some more n_a, and convert S_gv_ename from char...
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-25 Andy LesterConsting part 4
2005-03-24 Andy LesterThird consting batch
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2003-10-27 Rafael Garcia-SuarezAdd a new taint error, "%ENV is aliased to %s".
2003-10-26 Rafael Garcia-SuarezWhen %ENV has been turned into a non-magical hash after a
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-12-08 Rafael Garcia-SuarezChange the set of characters that are considered to be
2002-03-11 Paul Marquessmore warnings tidyup
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Jarkko HietaniemiSprinkle some copyrights (use the oldest timestamp to
2001-12-24 Jarkko HietaniemiPromote the e/uid to wide enough un/signed integers
2001-12-14 Michael G. Schwern-t taint warnings
2001-12-12 Jarkko HietaniemiFixes for casting problems detected on a SuSE 7.2 Itanium,
2001-09-10 Artur BergmanSilence some more warnings INT2PTR.
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-21 Jarkko HietaniemiVMS patches from Peter Prymmer.
1999-10-28 Jarkko HietaniemiFix printing of uids and gids; regen Configure.
1999-10-26 Gurusamy Sarathywarnings and const violations identified by compiling...
1999-10-02 Jarkko HietaniemiUntangle the IV_IS_QUAD jungle by introduding
1999-09-29 Charles Baileyresync with mainline
1999-09-07 Jarkko HietaniemiBand-aid until we've got %{Uid_t} or something similar
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-01-06 Hans Muldertaint.c fix for VMS
1998-12-31 Todd C. Miller"perl -T -P" dumps core on OpenBSD and Linux
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1997-12-17 Charles BaileyLots of VMS changes. vms/gen_shrfls.pl (which parses...
1997-11-07 Nick Ing-SimmonsReverse integrate Malcolm's chanes into local
1997-11-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-11-01 Nick Ing-SimmonsIntegrate mainline @ 18:15 CST 31 Oct 1997
1997-10-31 Malcolm BeattieHalf way through moving per-thread magicals into per...
1997-10-31 Nick Ing-SimmonsConvert miniperl sources to ANSI C. Several passes of
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1997-05-15 Perl 5 Porters[inseparable changes from match from perl-5.003_99a...
1997-05-07 Perl 5 Porters[inseparable changes from match from perl-5.003_99...
1997-04-26 Chip SalzenbergFix possible buffer overflow under VMS
1997-02-25 Perl 5 Porters[inseparable changes from match from perl-5.003_90...
1996-12-23 Perl 5 Porters[inseparable changes from patch from perl5.003_13 to...
1996-11-26 Perl 5 Porters[inseparable changes from patch from perl5.003_08 to...
1996-08-10 Larry Wallperl 5.003_02: [no incremental changelog available]
1995-03-13 Larry WallPerl 5.001 perl-5.001
1994-10-17 Larry Wallperl 5.000 perl-5.000
1994-03-18 Larry Wallperl 5.0 alpha 6
1993-11-10 Larry Wallperl 5.0 alpha 4
1993-10-07 Larry Wallperl 5.0 alpha 2 perl-5a2