]> git.sesse.net Git - vlc/log
vlc
18 years agoRemove superfluous dep
Rémi Denis-Courmont [Sat, 4 Mar 2006 20:24:19 +0000 (20:24 +0000)]
Remove superfluous dep

18 years agocloses #579
Rémi Denis-Courmont [Sat, 4 Mar 2006 20:19:15 +0000 (20:19 +0000)]
closes #579

18 years agoMake the Root CA certificates bundle file for gnutls a configure-time setting
Rémi Denis-Courmont [Sat, 4 Mar 2006 20:11:01 +0000 (20:11 +0000)]
Make the Root CA certificates bundle file for gnutls a configure-time setting
(as it is highly distribution dependant)
On Debian --with-x509-ca-bundle=/etc/ssl/certs/ca-certificates.crt will do
(provided you have the ca-certificates package)

18 years agoDo not print extra STRING_CR on successfull command.
Jean-Paul Saman [Sat, 4 Mar 2006 20:01:58 +0000 (20:01 +0000)]
Do not print extra STRING_CR on successfull command.

18 years agoitem-ext.c: detach from all parent nodes (fixed)
Antoine Cellerier [Sat, 4 Mar 2006 18:42:35 +0000 (18:42 +0000)]
item-ext.c: detach from all parent nodes (fixed)

18 years agomodules/gui/wxwidgets/dialogs/playlist.cpp: add some more checks. Fixes infinite...
Antoine Cellerier [Sat, 4 Mar 2006 18:41:08 +0000 (18:41 +0000)]
modules/gui/wxwidgets/dialogs/playlist.cpp: add some more checks. Fixes infinite loop when draging an item outside the wxTreeCtrl widget.
src/playlist/item-ext.c: detach item from first matching parent node only.

18 years agofileinfo.hpp: we need to use b_stats in Update()
Christophe Mutricy [Sat, 4 Mar 2006 18:36:29 +0000 (18:36 +0000)]
fileinfo.hpp: we need to use b_stats in Update()

18 years agofileinfo.*: Don't show stats when they qre disable.
Christophe Mutricy [Sat, 4 Mar 2006 18:07:43 +0000 (18:07 +0000)]
fileinfo.*: Don't show stats when they qre disable.

18 years agoadd "Add node" function to node contextual menu
Antoine Cellerier [Sat, 4 Mar 2006 17:32:35 +0000 (17:32 +0000)]
add "Add node" function to node contextual menu

18 years agoDrag and Drop support in wx playlist.
Antoine Cellerier [Sat, 4 Mar 2006 17:09:04 +0000 (17:09 +0000)]
Drag and Drop support in wx playlist.
TODO: merge this playlist code with the gibalou mini playlist code.

18 years agoHumm ... forgot to save before commiting.
Antoine Cellerier [Sat, 4 Mar 2006 17:01:14 +0000 (17:01 +0000)]
Humm ... forgot to save before commiting.

18 years agoCode the playlist_TreeMove function.
Antoine Cellerier [Sat, 4 Mar 2006 17:00:41 +0000 (17:00 +0000)]
Code the playlist_TreeMove function.
zorglub: i'm not really sure about the i_serial incrementation stuff, could you give it a look ?

18 years ago- Support for adding a single file rather than a directory as CA path
Rémi Denis-Courmont [Sat, 4 Mar 2006 16:56:05 +0000 (16:56 +0000)]
- Support for adding a single file rather than a directory as CA path
- Use Debian default
  much faster, but properly only works on Debian and its derivatives

18 years ago- Load root certificates from /etc/ssl (currently very slow :( )
Rémi Denis-Courmont [Sat, 4 Mar 2006 16:06:27 +0000 (16:06 +0000)]
- Load root certificates from /etc/ssl (currently very slow :( )
- Cosmetic

18 years agoMissed one error case
Rémi Denis-Courmont [Sat, 4 Mar 2006 13:41:41 +0000 (13:41 +0000)]
Missed one error case

18 years ago(safe) directory recursion when looking for CA certificates
Rémi Denis-Courmont [Sat, 4 Mar 2006 13:36:48 +0000 (13:36 +0000)]
(safe) directory recursion when looking for CA certificates

18 years agoDon't BUILD_PIC when the platform doesn't need PIC
Rémi Denis-Courmont [Sat, 4 Mar 2006 13:31:59 +0000 (13:31 +0000)]
Don't BUILD_PIC when the platform doesn't need PIC

18 years agoLibtool: kludge^H^H^H^H^H^Hfix make (|un)install within modules/subdir/subdir
Rémi Denis-Courmont [Sat, 4 Mar 2006 12:34:28 +0000 (12:34 +0000)]
Libtool: kludge^H^H^H^H^H^Hfix make (|un)install within modules/subdir/subdir

18 years agolibtool: Propagate errors from make (|un)install
Rémi Denis-Courmont [Sat, 4 Mar 2006 12:20:06 +0000 (12:20 +0000)]
libtool: Propagate errors from make (|un)install

18 years ago* fix the table on the second tab and added an extra check to prevent a crash in...
Felix Paul Kühne [Sat, 4 Mar 2006 11:53:03 +0000 (11:53 +0000)]
* fix the table on the second tab and added an extra check to prevent a crash in rare situations

18 years agoCosmetic
Rémi Denis-Courmont [Sat, 4 Mar 2006 10:46:27 +0000 (10:46 +0000)]
Cosmetic

18 years agoDon't prepend :sout= to sout string in VLM dialog (Refs:#530)
Clément Stenac [Sat, 4 Mar 2006 09:28:06 +0000 (09:28 +0000)]
Don't prepend :sout= to sout string in VLM dialog (Refs:#530)

18 years agoFix ordering of widgets in sout panel (Closes:#469)
Clément Stenac [Sat, 4 Mar 2006 09:12:21 +0000 (09:12 +0000)]
Fix ordering of widgets in sout panel (Closes:#469)

18 years agoShoud fix #'565
Clément Stenac [Sat, 4 Mar 2006 09:00:10 +0000 (09:00 +0000)]
Shoud fix #'565

18 years agowx/dialogs/open.cpp: Fix the caching option. Closes #575
Christophe Mutricy [Sat, 4 Mar 2006 00:59:51 +0000 (00:59 +0000)]
wx/dialogs/open.cpp: Fix the caching option. Closes #575
-This line, and those below, will be ignored--

M    open.cpp

18 years agoFix error code when server is overloaded
Rémi Denis-Courmont [Fri, 3 Mar 2006 22:43:22 +0000 (22:43 +0000)]
Fix error code when server is overloaded

18 years agoStructures and functions for RTCP support. BIG FAT WARNING >>>> This code is untested...
Jean-Paul Saman [Fri, 3 Mar 2006 21:43:48 +0000 (21:43 +0000)]
Structures and functions for RTCP support. BIG FAT WARNING >>>> This code is untested <<<< but the request for it is high.

18 years ago* added a couple of OSX-intf-files which were added after the last release
Felix Paul Kühne [Fri, 3 Mar 2006 17:29:13 +0000 (17:29 +0000)]
* added a couple of OSX-intf-files which were added after the last release

18 years ago*.m: unified the title of the Information-panel and the menu-items pointing to it...
Felix Paul Kühne [Fri, 3 Mar 2006 17:21:16 +0000 (17:21 +0000)]
*.m: unified the title of the Information-panel and the menu-items pointing to it to "Information" (instead of a mixture of "Properties" and "Info")
MainMenu.nib:
    - dto
    - let the user select the values of the Statistics-tab

18 years ago* fixed a signed vs unsinged warning
Felix Paul Kühne [Fri, 3 Mar 2006 17:12:15 +0000 (17:12 +0000)]
* fixed a signed vs unsinged warning

18 years agoimage.c: add --image-out-replace option. If enabled, the image vout will
Antoine Cellerier [Fri, 3 Mar 2006 14:37:24 +0000 (14:37 +0000)]
image.c: add --image-out-replace option. If enabled, the image vout will
always overwrite the same file.

18 years ago* added a NSTimer to update the statistics every second
Felix Paul Kühne [Fri, 3 Mar 2006 13:51:04 +0000 (13:51 +0000)]
* added a NSTimer to update the statistics every second

18 years agoMakefile: We need autogen on win32
Christophe Mutricy [Fri, 3 Mar 2006 13:08:48 +0000 (13:08 +0000)]
Makefile: We need autogen on win32

18 years ago* implemented the statistics-tab. No auto-update yet.
Felix Paul Kühne [Fri, 3 Mar 2006 12:19:56 +0000 (12:19 +0000)]
* implemented the statistics-tab. No auto-update yet.

18 years ago* Disable INSTALL_NAME now gpg-error isn't shared.
Derk-Jan Hartman [Fri, 3 Mar 2006 11:25:18 +0000 (11:25 +0000)]
* Disable INSTALL_NAME now gpg-error isn't shared.

18 years ago* copy and tabs... sigh.
Derk-Jan Hartman [Fri, 3 Mar 2006 11:19:00 +0000 (11:19 +0000)]
* copy and tabs... sigh.

18 years ago* Lets avoid autogen where we can
Derk-Jan Hartman [Fri, 3 Mar 2006 11:15:55 +0000 (11:15 +0000)]
* Lets avoid autogen where we can

18 years ago* Fix liveMedia on all platforms now hopefully
Derk-Jan Hartman [Fri, 3 Mar 2006 10:40:56 +0000 (10:40 +0000)]
* Fix liveMedia on all platforms now hopefully

18 years ago* www.live555.com seems unreachable. use live555.com
Derk-Jan Hartman [Fri, 3 Mar 2006 10:22:18 +0000 (10:22 +0000)]
* www.live555.com seems unreachable. use live555.com

18 years agoSolaris breakage again
Rémi Denis-Courmont [Fri, 3 Mar 2006 09:32:20 +0000 (09:32 +0000)]
Solaris breakage again

18 years agoPlaying 3GPP audio only LATM AAC/HE-AAC streams. Patch by Ross Finalayson
Jean-Paul Saman [Fri, 3 Mar 2006 08:52:27 +0000 (08:52 +0000)]
Playing 3GPP audio only LATM AAC/HE-AAC streams. Patch by Ross Finalayson

18 years agoexplicit hack. please underage hackers do not look
Christophe Mutricy [Thu, 2 Mar 2006 23:40:17 +0000 (23:40 +0000)]
explicit hack. please underage hackers do not look
fix lame

18 years agoFix MacOS-Intel compilation
Christophe Mutricy [Thu, 2 Mar 2006 23:24:37 +0000 (23:24 +0000)]
Fix MacOS-Intel compilation

18 years agoCode reuse
Rémi Denis-Courmont [Thu, 2 Mar 2006 22:39:03 +0000 (22:39 +0000)]
Code reuse

18 years agoRemove outdated comment
Rémi Denis-Courmont [Thu, 2 Mar 2006 22:19:14 +0000 (22:19 +0000)]
Remove outdated comment

18 years agoUpdate lame. Closes #482
Christophe Mutricy [Thu, 2 Mar 2006 20:39:49 +0000 (20:39 +0000)]
Update lame. Closes #482

18 years agoFix Gcrypt patch
Christophe Mutricy [Thu, 2 Mar 2006 20:38:43 +0000 (20:38 +0000)]
Fix Gcrypt patch

18 years agomakefile: Fix livedotcom on win32
Christophe Mutricy [Thu, 2 Mar 2006 20:11:51 +0000 (20:11 +0000)]
makefile: Fix livedotcom on win32

18 years agoMakefile: use sed -i where possible
Christophe Mutricy [Thu, 2 Mar 2006 20:10:23 +0000 (20:10 +0000)]
Makefile: use sed -i where possible

18 years agoall: Update libgcrypt,gpg-error and gnutls (closes #570 )
Christophe Mutricy [Thu, 2 Mar 2006 20:04:54 +0000 (20:04 +0000)]
all: Update libgcrypt,gpg-error and gnutls (closes #570 )

18 years agoUpdate x264 patch
Christophe Mutricy [Thu, 2 Mar 2006 19:34:31 +0000 (19:34 +0000)]
Update x264 patch

18 years agoconfigure.ac: Solaris fix for live555. Patch courtesy of Alexander Gall
Christophe Mutricy [Thu, 2 Mar 2006 19:31:36 +0000 (19:31 +0000)]
configure.ac: Solaris fix for live555. Patch courtesy of Alexander Gall

18 years agoMinor clean up
Rémi Denis-Courmont [Thu, 2 Mar 2006 18:19:03 +0000 (18:19 +0000)]
Minor clean up

18 years ago* re-designed the information/properties panel to show meta information and statistics
Felix Paul Kühne [Thu, 2 Mar 2006 15:52:37 +0000 (15:52 +0000)]
* re-designed the information/properties panel to show meta information and statistics
- the display of meta information is completely implemented and functional
- the tree-view in the "Advanced Info" tab is currently broken due to bad casting (I got no idea why yet, because I didn't touch it..)
- the statistics tab isn't implemented yet

Comments on the design and the implementation are welcome. If this re-design is too unstable for 0.8.5, I will withdraw it after branching.

18 years agoLocale fixes (refs #528) + clean up
Rémi Denis-Courmont [Thu, 2 Mar 2006 15:19:32 +0000 (15:19 +0000)]
Locale fixes (refs #528) + clean up

18 years agouse intptr_t (refs #574)
Rémi Denis-Courmont [Thu, 2 Mar 2006 14:27:09 +0000 (14:27 +0000)]
use intptr_t (refs #574)

18 years agoDon't try to be more clever than umask()
Rémi Denis-Courmont [Thu, 2 Mar 2006 14:23:03 +0000 (14:23 +0000)]
Don't try to be more clever than umask()

18 years agoFix getaddrinfo check failure because of autoconf's cache
Rémi Denis-Courmont [Thu, 2 Mar 2006 14:21:23 +0000 (14:21 +0000)]
Fix getaddrinfo check failure because of autoconf's cache

18 years agoFix invalid syntax (aout_BufferFree is not an expansion-safe macro)
Rémi Denis-Courmont [Thu, 2 Mar 2006 13:54:40 +0000 (13:54 +0000)]
Fix invalid syntax (aout_BufferFree is not an expansion-safe macro)

18 years agoUnused header inclusion syndrome
Rémi Denis-Courmont [Thu, 2 Mar 2006 13:35:43 +0000 (13:35 +0000)]
Unused header inclusion syndrome

18 years agodist vlc_url.h
Rémi Denis-Courmont [Thu, 2 Mar 2006 13:02:37 +0000 (13:02 +0000)]
dist vlc_url.h

18 years ago* forgot that one in [14565]
Felix Paul Kühne [Thu, 2 Mar 2006 12:15:25 +0000 (12:15 +0000)]
* forgot that one in [14565]

18 years ago* MainMenu.nib, playlist.m: use NSSearchField instead of NSTextField, so we don't...
Felix Paul Kühne [Thu, 2 Mar 2006 12:14:52 +0000 (12:14 +0000)]
* MainMenu.nib, playlist.m: use NSSearchField instead of NSTextField, so we don't need to replace it manually anymore. This breaks the 10.2-compatibility. (refs #189)

* update.m: use mtime() instead of NSCalenderDate for the time-stamp

* sfilters.m: fixed 2 compilation warnings (corrected UTF8String to char casting)

18 years agolibtool:
Rémi Denis-Courmont [Thu, 2 Mar 2006 07:52:53 +0000 (07:52 +0000)]
libtool:
 - Don't link builtins against anything (dependencies are linked in libvlc)
 - Don't mangle name of underlying libraries

18 years ago* don't store the temp release note in the user's Caches-folder, but in /tmp. Renamed...
Felix Paul Kühne [Wed, 1 Mar 2006 22:21:36 +0000 (22:21 +0000)]
* don't store the temp release note in the user's Caches-folder, but in /tmp. Renamed it to vlc_releasenote_%@.tmp, whereas %@ is a timestamp (%m-%d-%y--%I.%M.%S.%F)
* cleanup of the source

18 years agoAdd/Change x264 options. Patch by Dennis van Amerongen
Antoine Cellerier [Wed, 1 Mar 2006 22:00:37 +0000 (22:00 +0000)]
Add/Change x264 options. Patch by Dennis van Amerongen

18 years agoAdd/Change x264 options. Patch by Dennis van Amerongen
Antoine Cellerier [Wed, 1 Mar 2006 21:58:15 +0000 (21:58 +0000)]
Add/Change x264 options. Patch by Dennis van Amerongen

Original email was

"Subject: [vlc-devel] Additional x264 options/unification

Patch for unification and addition of several x264 options (using x264
commandline interface as reference):

8x8dct, asm, bime, chroma-me, chroma-qp-offset, cplxblur, direct,
ipratio, nr, pbratio, qblur, qcomp, qpstep, verbose. Changed (no-)psnr,
(no-)b-adapt, (no-)fast-pskip to similar usage as (no-)cabac. Deprecated
options in favor of x264 cli equivalents (subpel -> subme, frameref ->
ref, etc.) for unification.

Improved order of adding partitions in analyse modes as suggested by
Pengvado (#x264): i4x4,p8x8,i8x8+8x8dct,b8x8,p4x4 (at low bitrate i8x8
would be more important than i4x4 though). Using i8x8 results in a "High
Profile" setting (not all decoders seem to support that). i8x8 requires
8x8dct which is now a seperate option (default disabled)."

18 years agoWarning Explicit Kludge
Christophe Mutricy [Wed, 1 Mar 2006 21:41:11 +0000 (21:41 +0000)]
Warning Explicit Kludge

18 years ago* removed unused, useless variable
Felix Paul Kühne [Wed, 1 Mar 2006 21:08:17 +0000 (21:08 +0000)]
* removed unused, useless variable

18 years ago* download the updated versions through VLC and not through your default browser
Felix Paul Kühne [Wed, 1 Mar 2006 21:05:47 +0000 (21:05 +0000)]
* download the updated versions through VLC and not through your default browser
* removed a crasher from interaction.m

Note: the progress-window used to show the progress is quite hacky at the moment and will be replaced through a good implementation once the interaction-core is finished.

18 years ago* Add dvcp and dvpp FOURCCs (the PAl versions of QuickTime DV and DVPro apparently)
Derk-Jan Hartman [Wed, 1 Mar 2006 21:00:49 +0000 (21:00 +0000)]
* Add dvcp and dvpp FOURCCs (the PAl versions of QuickTime DV and DVPro apparently)

18 years ago* more systray related ifndefs for the Darwin platform
Felix Paul Kühne [Wed, 1 Mar 2006 19:56:34 +0000 (19:56 +0000)]
* more systray related ifndefs for the Darwin platform

18 years ago* Darwin compilation fix
Felix Paul Kühne [Wed, 1 Mar 2006 19:11:24 +0000 (19:11 +0000)]
* Darwin compilation fix

18 years ago* fixed some warnings
Felix Paul Kühne [Wed, 1 Mar 2006 17:47:27 +0000 (17:47 +0000)]
* fixed some warnings

18 years ago* Apply --enable-xinerama patch by Diego Petteno <flameeyes at gentoo dot org>
Derk-Jan Hartman [Wed, 1 Mar 2006 16:50:08 +0000 (16:50 +0000)]
* Apply --enable-xinerama patch by Diego Petteno <flameeyes at gentoo dot org>
This is not 100% tested, but only compared against similar situations.

18 years ago* trackID changes for the VLC rtsp server as suggested by Leonardo ... <leonardo_c...
Derk-Jan Hartman [Wed, 1 Mar 2006 13:36:01 +0000 (13:36 +0000)]
* trackID changes for the VLC rtsp server as suggested by Leonardo ... <leonardo_c at libero dot it>.
  - apparently DSS is casesensitive on trackID.

18 years ago* Update the CDDB version from 0.9.6 to 1.2.1
Derk-Jan Hartman [Wed, 1 Mar 2006 13:23:12 +0000 (13:23 +0000)]
* Update the CDDB version from 0.9.6 to 1.2.1

18 years ago* Fixes for CDDB courtesy of Alexander Gall <gall at switch dot ch>.
Derk-Jan Hartman [Wed, 1 Mar 2006 13:13:03 +0000 (13:13 +0000)]
* Fixes for CDDB courtesy of Alexander Gall <gall at switch dot ch>.
 - added him to THANKS as well.

18 years agoDon't use connect() when the "bind" address is a multicast group
Rémi Denis-Courmont [Wed, 1 Mar 2006 11:20:10 +0000 (11:20 +0000)]
Don't use connect() when the "bind" address is a multicast group
Bug reported by Alexander Gall

18 years agoTry to fix getaddrinfo et al. detection on Solaris
Rémi Denis-Courmont [Wed, 1 Mar 2006 10:41:47 +0000 (10:41 +0000)]
Try to fix getaddrinfo et al. detection on Solaris

18 years agoLink ipv6 with -lsocket and/or -lnsl whenever we need these for ipv4
Rémi Denis-Courmont [Wed, 1 Mar 2006 10:20:50 +0000 (10:20 +0000)]
Link ipv6 with -lsocket and/or -lnsl whenever we need these for ipv4

18 years agoUse stamp not to recompile and relink version.c when it doesn't have to (closes ...
Rémi Denis-Courmont [Wed, 1 Mar 2006 09:53:39 +0000 (09:53 +0000)]
Use stamp not to recompile and relink version.c when it doesn't have to (closes #554)

18 years agoDon't preparse folders using input_Preprase
Clément Stenac [Tue, 28 Feb 2006 23:23:42 +0000 (23:23 +0000)]
Don't preparse folders using input_Preprase

18 years ago * doc/skins/skins2-howto.xml: fixed a typo
Olivier Teulière [Tue, 28 Feb 2006 19:12:54 +0000 (19:12 +0000)]
 * doc/skins/skins2-howto.xml: fixed a typo

18 years ago* changed the order of offered aspect/crop values so that the most commonly
Marian Durkovic [Tue, 28 Feb 2006 15:46:46 +0000 (15:46 +0000)]
* changed the order of offered aspect/crop values so that the most commonly
used ones are on the top
* added 5:4 aspect/crop ration for high quality PAL TV out (720x576 display
resolution) and 1280x1024 LCD panels

18 years agomake ZoomCallback work with extended GUI or deinterlace (refs #480)
Marian Durkovic [Tue, 28 Feb 2006 15:34:16 +0000 (15:34 +0000)]
make ZoomCallback work with extended GUI or deinterlace (refs #480)

18 years ago* Fix the rtp module to not create broken SDPs. muxed streams are unsupported in...
Derk-Jan Hartman [Tue, 28 Feb 2006 15:31:04 +0000 (15:31 +0000)]
* Fix the rtp module to not create broken SDPs. muxed streams are unsupported in RTSP mode. fixes #452
- commented a few fprintf, and changed some to msg_Dbg where possible.
- fixed a couple of spelling errors.
- this module really needs a big cleanup and merging with the other SDP and RTSP code.

18 years agolibtool: fix make distclean
Rémi Denis-Courmont [Tue, 28 Feb 2006 15:29:42 +0000 (15:29 +0000)]
libtool: fix make distclean

18 years agoWith libtool, compile builtins as lib*_builtin.la to avoid name collision
Rémi Denis-Courmont [Tue, 28 Feb 2006 15:12:37 +0000 (15:12 +0000)]
With libtool, compile builtins as lib*_builtin.la to avoid name collision
with actual system library (seems to fix weird compilation problem with
flac and theora builtins)

18 years agoFail when trying to advertise a stream with an out-of-scope address
Rémi Denis-Courmont [Tue, 28 Feb 2006 14:52:40 +0000 (14:52 +0000)]
Fail when trying to advertise a stream with an out-of-scope address
(avoids spamming the MBONE with incorrect private streams)

18 years agoUse noinst_ rather than libvlc_ for builtins
Rémi Denis-Courmont [Tue, 28 Feb 2006 12:58:37 +0000 (12:58 +0000)]
Use noinst_ rather than libvlc_ for builtins

18 years agoUse VLC stream functions to load vlm configs. Refs #567
Antoine Cellerier [Tue, 28 Feb 2006 12:45:37 +0000 (12:45 +0000)]
Use VLC stream functions to load vlm configs. Refs #567

18 years agoImplement clean with --enable-libtool
Rémi Denis-Courmont [Tue, 28 Feb 2006 12:22:24 +0000 (12:22 +0000)]
Implement clean with --enable-libtool
May fix builtins recompilation (theora, flac...)

18 years agoDon't use p_symbols with libtool
Rémi Denis-Courmont [Tue, 28 Feb 2006 11:45:22 +0000 (11:45 +0000)]
Don't use p_symbols with libtool
(this commit obviously breaks binary compatibility - clear your plugins)

18 years agoFix the work-around for the work-around
Rémi Denis-Courmont [Tue, 28 Feb 2006 09:01:59 +0000 (09:01 +0000)]
Fix the work-around for the work-around

18 years agoRemove debug message
Rémi Denis-Courmont [Tue, 28 Feb 2006 08:55:43 +0000 (08:55 +0000)]
Remove debug message

18 years agomv -> mv -f
Rémi Denis-Courmont [Tue, 28 Feb 2006 08:42:23 +0000 (08:42 +0000)]
mv -> mv -f

18 years agoDist demo.sh
Rémi Denis-Courmont [Tue, 28 Feb 2006 08:39:27 +0000 (08:39 +0000)]
Dist demo.sh

18 years agoMissing quotes
Rémi Denis-Courmont [Tue, 28 Feb 2006 08:37:44 +0000 (08:37 +0000)]
Missing quotes

18 years agoEOL style
Rémi Denis-Courmont [Tue, 28 Feb 2006 08:16:40 +0000 (08:16 +0000)]
EOL style