Adding upstream version 4.01+dfsg.upstream/4.01+dfsg
commit517b6a1c87abe10f4495eca1b2cac17fa2975199
authorDaniel Baumann <daniel.baumann@progress-technologies.net>
Sat, 5 Feb 2011 20:37:50 +0000 (5 21:37 +0100)
committerDaniel Baumann <daniel.baumann@progress-technologies.net>
Sat, 5 Feb 2011 20:37:50 +0000 (5 21:37 +0100)
tree1d718e9b1d5f5f072eb379c236042e2eb8f9944a
parent80889f0012b07204d3be699330ade8911a40d037
Adding upstream version 4.01+dfsg.
174 files changed:
Makefile
NEWS
com32/MCONFIG
com32/Makefile
com32/cmenu/libmenu/libmenu.a
com32/hdt/hdt-cli.h
com32/lib/vdprintf.c
com32/lib/zlib/deflate.c
com32/lib/zlib/deflate.h
com32/lib/zlib/trees.c
com32/lib/zlib/zutil.c
com32/lib/zlib/zutil.h
com32/libutil/libutil_com.a
com32/libutil/libutil_lnx.a
com32/lua/COPYRIGHT [new file with mode: 0644]
com32/lua/HISTORY [new file with mode: 0644]
com32/lua/INSTALL [new file with mode: 0644]
com32/lua/Makefile-orig [new file with mode: 0644]
com32/lua/README [new file with mode: 0644]
com32/lua/doc/amazon.gif [new file with mode: 0644]
com32/lua/doc/contents.html [new file with mode: 0644]
com32/lua/doc/cover.png [new file with mode: 0644]
com32/lua/doc/logo.gif [new file with mode: 0644]
com32/lua/doc/lua.1 [new file with mode: 0644]
com32/lua/doc/lua.css [new file with mode: 0644]
com32/lua/doc/lua.html [new file with mode: 0644]
com32/lua/doc/luac.1 [new file with mode: 0644]
com32/lua/doc/luac.html [new file with mode: 0644]
com32/lua/doc/manual.css [new file with mode: 0644]
com32/lua/doc/manual.html [new file with mode: 0644]
com32/lua/doc/readme.html [new file with mode: 0644]
com32/lua/etc/Makefile [new file with mode: 0644]
com32/lua/etc/README [new file with mode: 0644]
com32/lua/etc/all.c [new file with mode: 0644]
com32/lua/etc/lua.hpp [new file with mode: 0644]
com32/lua/etc/lua.ico [new file with mode: 0644]
com32/lua/etc/lua.pc [new file with mode: 0644]
com32/lua/etc/luavs.bat [new file with mode: 0644]
com32/lua/etc/min.c [new file with mode: 0644]
com32/lua/etc/noparser.c [new file with mode: 0644]
com32/lua/etc/strict.lua [new file with mode: 0644]
com32/lua/src/Makefile [new file with mode: 0644]
com32/lua/src/Makefile-orig [new file with mode: 0644]
com32/lua/src/dmi.c [new file with mode: 0644]
com32/lua/src/lapi.c [new file with mode: 0644]
com32/lua/src/lapi.h [new file with mode: 0644]
com32/lua/src/lauxlib.c [new file with mode: 0644]
com32/lua/src/lauxlib.h [new file with mode: 0644]
com32/lua/src/lbaselib.c [new file with mode: 0644]
com32/lua/src/lcode.c [new file with mode: 0644]
com32/lua/src/lcode.h [new file with mode: 0644]
com32/lua/src/ldblib.c [new file with mode: 0644]
com32/lua/src/ldebug.c [new file with mode: 0644]
com32/lua/src/ldebug.h [new file with mode: 0644]
com32/lua/src/ldo.c [new file with mode: 0644]
com32/lua/src/ldo.h [new file with mode: 0644]
com32/lua/src/ldump.c [new file with mode: 0644]
com32/lua/src/lfunc.c [new file with mode: 0644]
com32/lua/src/lfunc.h [new file with mode: 0644]
com32/lua/src/lgc.c [new file with mode: 0644]
com32/lua/src/lgc.h [new file with mode: 0644]
com32/lua/src/linit.c [new file with mode: 0644]
com32/lua/src/liolib.c [new file with mode: 0644]
com32/lua/src/llex.c [new file with mode: 0644]
com32/lua/src/llex.h [new file with mode: 0644]
com32/lua/src/llimits.h [new file with mode: 0644]
com32/lua/src/lmathlib.c [new file with mode: 0644]
com32/lua/src/lmem.c [new file with mode: 0644]
com32/lua/src/lmem.h [new file with mode: 0644]
com32/lua/src/loadlib.c [new file with mode: 0644]
com32/lua/src/lobject.c [new file with mode: 0644]
com32/lua/src/lobject.h [new file with mode: 0644]
com32/lua/src/lopcodes.c [new file with mode: 0644]
com32/lua/src/lopcodes.h [new file with mode: 0644]
com32/lua/src/loslib.c [new file with mode: 0644]
com32/lua/src/lparser.c [new file with mode: 0644]
com32/lua/src/lparser.h [new file with mode: 0644]
com32/lua/src/lstate.c [new file with mode: 0644]
com32/lua/src/lstate.h [new file with mode: 0644]
com32/lua/src/lstring.c [new file with mode: 0644]
com32/lua/src/lstring.h [new file with mode: 0644]
com32/lua/src/lstrlib.c [new file with mode: 0644]
com32/lua/src/ltable.c [new file with mode: 0644]
com32/lua/src/ltable.h [new file with mode: 0644]
com32/lua/src/ltablib.c [new file with mode: 0644]
com32/lua/src/ltm.c [new file with mode: 0644]
com32/lua/src/ltm.h [new file with mode: 0644]
com32/lua/src/lua.c [new file with mode: 0644]
com32/lua/src/lua.c32 [new file with mode: 0755]
com32/lua/src/lua.h [new file with mode: 0644]
com32/lua/src/luac.c [new file with mode: 0644]
com32/lua/src/luaconf.h [new file with mode: 0644]
com32/lua/src/lualib.h [new file with mode: 0644]
com32/lua/src/lundump.c [new file with mode: 0644]
com32/lua/src/lundump.h [new file with mode: 0644]
com32/lua/src/lvm.c [new file with mode: 0644]
com32/lua/src/lvm.h [new file with mode: 0644]
com32/lua/src/lzio.c [new file with mode: 0644]
com32/lua/src/lzio.h [new file with mode: 0644]
com32/lua/src/print.c [new file with mode: 0644]
com32/lua/src/syslinux.c [new file with mode: 0644]
com32/lua/test/README [new file with mode: 0644]
com32/lua/test/bisect.lua [new file with mode: 0644]
com32/lua/test/cf.lua [new file with mode: 0644]
com32/lua/test/dmi.lua [new file with mode: 0644]
com32/lua/test/echo.lua [new file with mode: 0644]
com32/lua/test/env.lua [new file with mode: 0644]
com32/lua/test/factorial.lua [new file with mode: 0644]
com32/lua/test/fib.lua [new file with mode: 0644]
com32/lua/test/fibfor.lua [new file with mode: 0644]
com32/lua/test/globals.lua [new file with mode: 0644]
com32/lua/test/hello.lua [new file with mode: 0644]
com32/lua/test/life.lua [new file with mode: 0644]
com32/lua/test/luac.lua [new file with mode: 0644]
com32/lua/test/printf.lua [new file with mode: 0644]
com32/lua/test/readonly.lua [new file with mode: 0644]
com32/lua/test/sieve.lua [new file with mode: 0644]
com32/lua/test/sort.lua [new file with mode: 0644]
com32/lua/test/syslinux.lua [new file with mode: 0644]
com32/lua/test/table.lua [new file with mode: 0644]
com32/lua/test/trace-calls.lua [new file with mode: 0644]
com32/lua/test/trace-globals.lua [new file with mode: 0644]
com32/lua/test/xd.lua [new file with mode: 0644]
com32/mboot/mboot.h
com32/menu/menu.c32
com32/menu/readconfig.c
com32/menu/vesamenu.c32
com32/modules/Makefile
com32/modules/elf.c
com32/modules/ifplop.c [new file with mode: 0644]
com32/modules/ifplop.c32 [new file with mode: 0755]
com32/modules/pmload.c
com32/modules/sdi.c
com32/samples/fancyhello.lnx
com32/samples/keytest.lnx
com32/sysdump/sysdump.c32
core/cmdline.inc
core/comboot.inc
core/diskstart.inc
core/fs/diskio.c
core/fs/pxe/dhcp_option.c
core/fs/pxe/pxe.c
core/fs/pxe/pxe.h
core/isolinux-debug.bin
core/isolinux.asm
core/isolinux.bin
core/ldlinux.bin
core/ldlinux.bss
core/ldlinux.sys
core/pxelinux.0
core/pxelinux.bin
doc/memdisk.txt
doc/syslinux.txt
dos/syslinux.com
extlinux/extlinux
extlinux/main.c
gpxe/gpxelinux.0
libinstaller/advio.c
linux/syslinux
linux/syslinux-nomtools
linux/syslinux.c
man/extlinux.1
man/syslinux.1
memdisk/memdisk
mtools/syslinux
mtools/syslinux.c
syslinux.spec
utils/isohybrid
utils/isohybrid.c
version
version.gen
version.h
version.mk
win32/syslinux.exe