Commit decbe365 authored by Sam Hocevar's avatar Sam Hocevar

* toolbox: more cvs2cl fixes.

  * ChangeLog: updated changelog.
parent b2192adf
This source diff could not be displayed because it is too large. You can view the blob instead.
#! /bin/sh
## toolbox for the VLC media player
## $Id: toolbox,v 1.49 2003/11/26 23:32:07 sam Exp $
## $Id: toolbox,v 1.50 2003/11/27 00:05:51 sam Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
......@@ -119,8 +119,8 @@ then
cvs2cl --help >/dev/null 2>&1 || exit 1
rm -f ChangeLog ChangeLog.tmp
cvs2cl --utc --hide-filenames --no-wrap -w --stdout -g -z9 | \
sed -e 's/^[^0-9]/ /' -e 's/^ *$//' -e 's/\* . / /g' | \
uniq > ChangeLog.tmp
sed -e 's/^[^0-9]/ /' -e 's/^ *$//' -e 's/^ \* / /g' | \
grep -v '^ \*$' | uniq > ChangeLog.tmp # ^-- tab
YEAR=`sed -e 's/\(....\)-..-.*/\1/;q' ChangeLog.tmp`
LASTYEAR="$((${YEAR} - 1))"
sed -ne "/^${YEAR}-..-../,/^${LASTYEAR}-..-../{/^${LASTYEAR}-..-../d;p}" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment