Enable BytesWarnings.
[portage.git] / bin / filter-bash-environment.py
2014-01-18 Arfrever Frehtes... Enable BytesWarnings. master
2013-08-03 Zac Medicofilter-bash-environment.py: don't use optparse
2011-07-12 Zac Medicofilter-bash-environment.py: move imports to top
2010-05-03 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-05-02 Arfrever Frehtes... Fix another 'varable' typo.
2010-03-24 Zac MedicoAdd back executable bits, accidentally removed in previ...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-01-31 Zac MedicoBug #302937 - Handle declare -r without assignment.
2009-10-11 Zac MedicoFix python shebangs. s:/usr/bin/env python:/usr/bin...
2009-09-24 Zac MedicoAvoid unicode errors in python 3. Thanks to Arfrever...
2009-08-09 Zac MedicoFix typo in comment. Thanks to Arfrever.
2009-08-09 Zac MedicoBug #280690 - Fix incorrect idendification of start...
2008-09-01 Zac MedicoBug #222091 - Filter out any instances of the \1 charac...
2008-03-09 Zac MedicoFix var_assign_re to recognize a call to the 'declare...
2008-03-06 Zac MedicoRemove egrep syntax emulation since it's not really...
2008-03-06 Zac MedicoImplement the sed-based declare -r filter in python.
2008-03-06 Zac MedicoMove the variable name validation regexes (for bug...
2008-03-05 Zac MedicoUpdate the description to reflect the new meaning of...
2008-03-05 Zac MedicoPass a space-separated list of variables into filter...
2008-03-05 Zac MedicoFix have_end_quote() to compare the quote against the...
2008-03-05 Zac MedicoHandle multi-line quoted variable assignments.
2008-03-05 Zac MedicoUpdate description to reflect the new meaning of the...
2008-03-05 Zac MedicoImplement variable assignment handling in python so...
2008-03-04 Zac MedicoFix func_start_re so that it requires at least one...
2008-03-04 Zac MedicoTighten the funct_start_re so that it doesn't match...
2008-03-04 Zac MedicoAdd support for idendification of function definitions...
2008-03-02 Zac MedicoBug #211949 - As suggested by vapier, tighten the varia...
2007-12-13 Zac MedicoBug #202068 - In order to filter unwanted variable...