[vlc-commits] [Git][videolan/vlc][3.0.x] 9 commits: share: lua: remove $Id$ magic comments

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Sep 17 08:00:19 UTC 2022



Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
0e909a13 by Marvin Scholz at 2022-09-17T07:25:33+00:00
share: lua: remove $Id$ magic comments

These were used by SVN, we are no longer using that though.

(cherry picked from commit 6995265a57b450c614033dd38b5f022e5886be6d)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

- - - - -
e5ba5793 by Marvin Scholz at 2022-09-17T07:25:33+00:00
lua: common: do not use deprecated module function

(cherry picked from commit bfc88aa7a1ac64761f1078785116fd25ab4574be)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

- - - - -
3ebac797 by Marvin Scholz at 2022-09-17T07:25:33+00:00
lua: sandbox: do not use deprecated module function

(cherry picked from commit 94aa14103d4de56a69a3d935d2dd983c9da870fd)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

- - - - -
251ef7ee by Marvin Scholz at 2022-09-17T07:25:33+00:00
lua: simplexml: do not use deprecated module function

(cherry picked from commit c8a59b0ed0335ed3c6014314b97e2aa896690377)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

- - - - -
b922d86f by Marvin Scholz at 2022-09-17T07:25:33+00:00
lua: httprequests: do not use deprecated module function

(cherry picked from commit 82dd26ccaf241ad6ae9463c8b9c320b17fdd9daa)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

- - - - -
182e7f9e by Marvin Scholz at 2022-09-17T07:25:33+00:00
lua: host: do not use deprecated module function

(cherry picked from commit 4109a34d6449b3a07c41c9fb269e2b18de769840)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

- - - - -
3b25a57d by Marvin Scholz at 2022-09-17T07:25:33+00:00
lua: http: custom: remove deprecated module function

The file directly modifies the global table (_G) so it does not
seem necessary at all to expose anything explicitly.

(cherry picked from commit 33c7a44fd85c11c674c7564770eb5d073cbddf42)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

- - - - -
99c124c5 by Marvin Scholz at 2022-09-17T07:25:33+00:00
lua: intf: luac: remove unused requires

(cherry picked from commit 3ccfc790018c2ba8b8263e72bb7aeeb85dce00c6)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

- - - - -
cc4c37eb by Marvin Scholz at 2022-09-17T07:25:33+00:00
lua: intf: luac: fix usage instructions

(cherry picked from commit 7c5203ab1a9ff788eb25c3c6da2bfb8e13819a0b)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

- - - - -


30 changed files:

- share/lua/README.txt
- share/lua/extensions/README.txt
- share/lua/http/custom.lua
- share/lua/http/index.html
- share/lua/http/mobile.html
- share/lua/http/mobile_browse.html
- share/lua/http/mobile_equalizer.html
- share/lua/http/mobile_view.html
- share/lua/http/requests/README.txt
- share/lua/http/requests/browse.json
- share/lua/http/requests/browse.xml
- share/lua/http/requests/playlist.json
- share/lua/http/requests/playlist.xml
- share/lua/http/requests/playlist_jstree.xml
- share/lua/http/requests/status.json
- share/lua/http/requests/status.xml
- share/lua/http/requests/vlm.xml
- share/lua/http/requests/vlm_cmd.xml
- share/lua/http/view.html
- share/lua/http/vlm.html
- share/lua/intf/README.txt
- share/lua/intf/cli.lua
- share/lua/intf/dumpmeta.lua
- share/lua/intf/http.lua
- share/lua/intf/luac.lua
- share/lua/intf/modules/host.lua
- share/lua/intf/modules/httprequests.lua
- share/lua/intf/telnet.lua
- share/lua/meta/art/00_musicbrainz.lua
- share/lua/meta/art/01_googleimage.lua


The diff was not included because it is too large.


View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/01dd8180f048de6c03f26e4290ab7c6b902222f1...cc4c37ebb32c0e519cf6959041e3bcb0d5f6922b

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/01dd8180f048de6c03f26e4290ab7c6b902222f1...cc4c37ebb32c0e519cf6959041e3bcb0d5f6922b
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list