Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Steve Lhomme
VLC
Commits
decbe365
Commit
decbe365
authored
Nov 27, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* toolbox: more cvs2cl fixes.
* ChangeLog: updated changelog.
parent
b2192adf
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4377 additions
and
192 deletions
+4377
-192
ChangeLog
ChangeLog
+4374
-189
toolbox
toolbox
+3
-3
No files found.
ChangeLog
View file @
decbe365
This diff is collapsed.
Click to expand it.
toolbox
View file @
decbe365
#! /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}"
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment