Gene Cumm
2013-Jun-26 16:02 UTC
[syslinux] [PATCH][git] IPAPPEND: standardize and document
The following changes since commit 4ff8fcac8e7b5046987dee15592ab510ab343aa8: Matt Fleming (1): Merge branch 'menu-ipappend-1-for-mfleming' of git://github.com/geneC/syslinux into elflink are available in the git repository at: git://github.com/geneC/syslinux.git ipappend-fix-for-mfleming Gene Cumm (2): core & menu: fix IPAPPEND/SYSAPPEND conversion doc/ & txt/: Document IPAPPEND/SYSAPPEND format com32/elflink/ldlinux/readconfig.c | 2 +- com32/menu/readconfig.c | 2 +- doc/syslinux.txt | 3 ++- txt/syslinux.cfg.txt | 4 +++- 4 files changed, 7 insertions(+), 4 deletions(-)
Matt Fleming
2013-Jun-26 18:14 UTC
[syslinux] [PATCH][git] IPAPPEND: standardize and document
On Wed, 26 Jun, at 12:02:46PM, Gene Cumm wrote:> The following changes since commit 4ff8fcac8e7b5046987dee15592ab510ab343aa8: > Matt Fleming (1): > Merge branch 'menu-ipappend-1-for-mfleming' of > git://github.com/geneC/syslinux into elflink > > are available in the git repository at: > > git://github.com/geneC/syslinux.git ipappend-fix-for-mfleming > > Gene Cumm (2): > core & menu: fix IPAPPEND/SYSAPPEND conversion > doc/ & txt/: Document IPAPPEND/SYSAPPEND format > > com32/elflink/ldlinux/readconfig.c | 2 +- > com32/menu/readconfig.c | 2 +- > doc/syslinux.txt | 3 ++- > txt/syslinux.cfg.txt | 4 +++- > 4 files changed, 7 insertions(+), 4 deletions(-)I'm going to pull this unless someone complains loudly. It uses strtoul() with a base of '0' for automatic base conversion, which understands 1 (dec), 01 (oct) and 0x1 (hex), which is compatible with the 4.0x behaviour. -- Matt Fleming, Intel Open Source Technology Center
H. Peter Anvin
2013-Jun-26 18:20 UTC
[syslinux] [PATCH][git] IPAPPEND: standardize and document
On 06/26/2013 11:14 AM, Matt Fleming wrote:> On Wed, 26 Jun, at 12:02:46PM, Gene Cumm wrote: >> The following changes since commit 4ff8fcac8e7b5046987dee15592ab510ab343aa8: >> Matt Fleming (1): >> Merge branch 'menu-ipappend-1-for-mfleming' of >> git://github.com/geneC/syslinux into elflink >> >> are available in the git repository at: >> >> git://github.com/geneC/syslinux.git ipappend-fix-for-mfleming >> >> Gene Cumm (2): >> core & menu: fix IPAPPEND/SYSAPPEND conversion >> doc/ & txt/: Document IPAPPEND/SYSAPPEND format >> >> com32/elflink/ldlinux/readconfig.c | 2 +- >> com32/menu/readconfig.c | 2 +- >> doc/syslinux.txt | 3 ++- >> txt/syslinux.cfg.txt | 4 +++- >> 4 files changed, 7 insertions(+), 4 deletions(-) > > I'm going to pull this unless someone complains loudly. It uses > strtoul() with a base of '0' for automatic base conversion, which > understands 1 (dec), 01 (oct) and 0x1 (hex), which is compatible with > the 4.0x behaviour. >Well, for 4.0x it really doesn't matter too much as only 0-3 are actually useful. But I think more importantly it makes sense to have consistent syntax for numbers. -hpa
Apparently Analagous Threads
- [PATCH][git] Fix SYSAPPEND
- [bug] Syslinux-5.11-pre2: IPAPPEND/SYSAPPEND inconsistent base
- [PATCH][git] IPAPPEND: standardize and document
- [bug] Syslinux-5.11-pre2: IPAPPEND/SYSAPPEND inconsistent base
- [5.11-pre1] SYSAPPEND does not work (IPAPPEND alias works)