search for: refstr_get

Displaying 4 results from an estimated 4 matches for "refstr_get".

2019 Apr 16
1
Fix: menu immediate for submenu
....03/com32/menu/readconfig.c 2019-04-16 07:43:06.332309963 -0500 @@ -437,6 +437,7 @@ static struct menu *begin_submenu(const me = new_entry(current_menu); me->displayname = refstrdup(tag); + me->immediate = current_menu->immediate; return new_menu(current_menu, me, refstr_get(me->displayname)); } # end-of-patch
2008 Mar 01
0
SYSLINUX 3.62 released
...work around bug in the Bochs VESA BIOS memdump: fix typo Submenu support: development snapshot Actually implement syslinux_ipappend_strings() Actually implement strnlen() submenu snapshot: it compiles now... [v]rsprintf(): actually set the return pointer... refstr_get(): handle NULL, force inline Simple menu: use refstrings consistently; now works again refstr: handle NULL in refstr[n]dup() simple menu: first cut at working submenus simple menu: The use of realloc() requires indirect pointers Document hierarchial menus so far......
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com> This is a series of patches that, * shrink the core by moving things into an ldlinux ELF module * begin wiring up some of the C versions of various functions The core now only contains essential code and loads the ldlinux module to do everything else, like providing a command line interface and loading kernels. The config file parsing
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and