hdt: New release Beta4
[profile/ivi/syslinux.git] / com32 / lua /
2011-04-01 H. Peter AnvinMerge remote-tracking branch 'genec/memdiskdbg-for... syslinux-4.04-pre17
2011-03-18 Erwan VeluMerge branch 'json' into libupload
2011-03-18 Erwan VeluMerge branch 'json' into libupload
2011-03-17 H. Peter AnvinMerge remote-tracking branch 'genec/gpxelinux-kpxe...
2011-03-17 Gene CummMerge branch 'master' into diag-mbr-handoff-for-hpa
2011-03-16 H. Peter AnvinMerge remote-tracking branch 'genec/diag-geodsp-for...
2011-03-16 Erwan VeluMerge remote branch 'hpa/master' into libupload
2011-03-16 H. Peter AnvinMerge remote-tracking branch 'genec/news-for-hpa'
2011-03-16 H. Peter AnvinMerge remote-tracking branch 'genec/doc-syslinux-for...
2011-03-16 H. Peter Anvincom32/lua/src/vesa.c: remove variables set but not...
2011-03-16 H. Peter Anvincom32/lua/src/syslinux.c: remove variables set but...
2011-03-02 H. Peter AnvinMerge remote branch 'genec/memdisk-maxmem-for-hpa' syslinux-4.04-pre10
2011-03-02 H. Peter AnvinMerge remote branch 'genec/rosh_for_hpa'
2011-03-02 H. Peter AnvinMerge remote branch 'genec/diskboot-comment-for-hpa'
2011-03-02 H. Peter AnvinMerge remote branch 'genec/core-diskstart-chkerr-for...
2011-03-02 H. Peter AnvinMerge remote branch 'genec/win64-mingw32-ubuntu-for...
2011-02-21 H. Peter AnvinMerge remote-tracking branch 'hdt/lua'
2011-02-08 Erwan Velulua: Adding CPU module
2011-02-07 Erwan Velucom32: single instance of skipspace()
2011-02-07 Erwan Velulua: Adding PCI init
2011-02-07 Erwan Velulua: Updating to 5.1.4.2
2011-02-07 Erwan Velulua: Updating to 5.1.4
2011-02-07 Erwan VeluMerge branch 'master' into lua
2011-02-07 Gene CummMerge branch 'master' into memdisk-maxmem-for-hpa
2011-02-06 Erwan Velulua: removing duplicated code from vesa.c
2011-02-06 Erwan Velulua: Preventing gcc warning on vesa.c
2011-02-06 Erwan Velulua: Making lua building with no gcc error
2011-01-30 Laurent LicourDMI: Adjusting structures size / Adding cpu core
2011-01-25 Erwan VeluMerge branch 'master' into chouffe
2010-07-27 Gene CummMerge branch 'm' into rosh_for_hpa
2010-07-20 Geert Stapperslua: remove obsolete FIXME comment
2010-07-19 H. Peter AnvinMerge branch 'master' into libinstaller_dos_wip
2010-07-19 H. Peter AnvinMerge remote branch 'gerth/lua'
2010-07-07 Gert Hulselmanslua: Add .syslinux.derivative() and .syslinux.version()
2010-07-06 Gert Hulselmanslua: remove obsolete header used for old sleep function
2010-07-05 H. Peter AnvinMerge remote branch 'gerth/whichsys'
2010-07-05 H. Peter AnvinMerge remote branch 'gerth/chain_grubcfg'
2010-07-05 H. Peter Anvinlua: change syslinux.sleep() to seconds, syslinux.mslee...
2010-07-05 H. Peter Anvincom32: add proper sleep()/msleep() functions and make...
2010-07-05 H. Peter AnvinMerge remote branch 'marcel/luaext'
2010-07-02 H. Peter Anvinlua: quiet warnings about unused variables and functions syslinux-4.01
2010-07-02 H. Peter Anvinlua: add parents to luaconf.h to quiet a gcc warning
2010-07-02 H. Peter Anvinlua: add missing <syslinux/boot.h> to syslinux.c
2010-07-02 H. Peter Anvinlua: Modernize the Makefile
2010-07-02 H. Peter AnvinMerge branch 'lua'
2010-07-01 Geert Stapperslua: update for Syslinux 4
2010-07-01 H. Peter AnvinMerge branch 'master' into lua
2009-10-20 Marcel RitterAdded PCI desc
2009-10-20 Marcel RitterAdded invocation
2009-10-20 Marcel RitterNew
2009-10-16 Marcel RitterLoading of kernel and ramdisk works
2009-10-15 Marcel RitterMore debugging removed
2009-10-15 Marcel RitterDisabled debug output
2009-10-12 Marcel RitterUpdated
2009-10-10 Marcel RitterFixed vesa stuff
2009-10-09 Marcel RitterAdded sleep()
2009-10-09 Marcel RitterPrepare for arg parsing support
2008-12-15 Marcel RitterCOM32: lua - add vesa functions (only mode listing...
2008-12-15 Marcel RitterCOM32: lua - basic pci functions implemented
2008-12-15 Marcel RitterCOM32: lua - added dmi functions
2008-12-15 Marcel RitterCOM32: lua - added simple syslinux_run_command function
2008-12-15 Marcel RitterCOM32: lua - (re-)enable liolib to get printf like...
2008-12-12 H. Peter AnvinMerge commit 'syslinux-3.73-pre7' into lua
2008-07-17 Alexey ZaytsevErr.
2008-07-17 Alexey ZaytsevFinal touhes.
2008-07-17 Alexey ZaytsevDon't load the io and os libs, we cant compile them...
2008-07-17 Alexey ZaytsevCan't load precompiled binaries because if missing...
2008-07-17 Alexey ZaytsevAdd some more lua libs to be compiled.
2008-07-17 Alexey ZaytsevApplyed the Go Long Lua! patch
2008-07-17 Alexey ZaytsevReplace strcoll with strcmp, we don't have the locale...
2008-07-17 Alexey ZaytsevRemove the signal.h dependency from lua.c
2008-07-17 Alexey ZaytsevRemove the locale.h dependency from llex.h
2008-07-17 Alexey ZaytsevCompile liblua, lua.c32
2008-07-17 Alexey ZaytsevCopy the Makefile from the samples dir.
2008-07-17 Alexey ZaytsevRename the Lua Makefiles
2008-07-17 Alexey ZaytsevImport Lua 5.1.3