Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
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
videolan
vlc-1.1
Commits
7528b843
Commit
7528b843
authored
Jul 29, 2003
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* toolbox: fixed typo in the changelog rule.
parent
d2edf5f5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
toolbox
toolbox
+2
-2
No files found.
toolbox
View file @
7528b843
#! /bin/sh
#! /bin/sh
## toolbox for the VLC media player
## toolbox for the VLC media player
## $Id: toolbox,v 1.4
2 2003/07/16 15:52:04 sam
Exp $
## $Id: toolbox,v 1.4
3 2003/07/29 21:56:47 gbazin
Exp $
##
##
## Authors: Samuel Hocevar <sam@zoy.org>
## Authors: Samuel Hocevar <sam@zoy.org>
...
@@ -122,7 +122,7 @@ then
...
@@ -122,7 +122,7 @@ then
YEAR
=
`
sed
-e
's/\(....\)-..-.*/\1/;q'
ChangeLog.tmp
`
YEAR
=
`
sed
-e
's/\(....\)-..-.*/\1/;q'
ChangeLog.tmp
`
LASTYEAR
=
"
$((${
YEAR
}
-
1
))
"
LASTYEAR
=
"
$((${
YEAR
}
-
1
))
"
sed
-ne
"/^
${
YEAR
}
-..-../,/^
${
LASTYEAR
}
-..-../{/^
${
LASTYEAR
}
-..-../d;p}"
\
sed
-ne
"/^
${
YEAR
}
-..-../,/^
${
LASTYEAR
}
-..-../{/^
${
LASTYEAR
}
-..-../d;p}"
\
< ChangeLog.tmp
>
Change
l
og
< ChangeLog.tmp
>
Change
L
og
rm
-f
ChangeLog.tmp
rm
-f
ChangeLog.tmp
exit
0
exit
0
# To generate changelog for the year 2001:
# To generate changelog for the year 2001:
...
...
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