Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Mon, 07 Jul 2008 09:32:21 +0000 | diego | Run bash-specific shell scripts with bash, not sh. |
Mon, 07 Jul 2008 09:30:22 +0000 | diego | Give all shell scripts a .sh suffix for consistency. |
Mon, 07 Jul 2008 06:47:01 +0000 | diego | Replace bash-specific [[]] construct by a proper [] test. |
Mon, 07 Jul 2008 06:43:45 +0000 | diego | Replace == in []/test constructs with =, == is a bashism. |
Mon, 07 Jul 2008 06:30:24 +0000 | diego | Remove unnecessary function keyword from shell script function declarations, |
Sun, 06 Jul 2008 18:04:14 +0000 | nicodvb | avoid unnecessary strdup(); patch by Aurel |